diff --git a/jero-web/package.json b/jero-web/package.json
index c80f7d45..2c414e96 100644
--- a/jero-web/package.json
+++ b/jero-web/package.json
@@ -10,7 +10,6 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
- "@jeecg/antd-online-mini": "2.4.22-beta",
"ant-design-vue": "^1.7.2",
"@antv/data-set": "^0.11.4",
"viser-vue": "^2.4.8",
@@ -67,7 +66,8 @@
},
"extends": [
"plugin:vue/strongly-recommended",
- "@vue/standard"
+ "@vue/standard",
+ "eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
@@ -112,6 +112,6 @@
"browserslist": [
"> 1%",
"last 2 versions",
- "not ie <= 10"
+ "not ie <= 8"
]
}
diff --git a/jero-web/src/components/onlineForm/OnlineForm.css b/jero-web/src/components/onlineForm/onlineForm.css
similarity index 100%
rename from jero-web/src/components/onlineForm/OnlineForm.css
rename to jero-web/src/components/onlineForm/onlineForm.css
diff --git a/jero-web/src/components/onlineForm/onlineForm.js b/jero-web/src/components/onlineForm/onlineForm.js
index 308e100e..ce06e6d0 100644
--- a/jero-web/src/components/onlineForm/onlineForm.js
+++ b/jero-web/src/components/onlineForm/onlineForm.js
@@ -1,252 +1,263 @@
(function(e, t) {
- "object" === typeof exports && "object" === typeof module ? module.exports = t(require("vue")) : "function" ===
- typeof define && define.amd ? define([], t) : "object" === typeof exports ? exports["OnlineForm"] = t(require("vue")) :
- e["OnlineForm"] = t(e["Vue"])
-})("undefined" !== typeof self ? self : this, (function(__WEBPACK_EXTERNAL_MODULE__8bbf__) {
+ 'object' === typeof exports && 'object' === typeof module ? module.exports = t(require('vue')) : 'function' ===
+ typeof define && define.amd ? define([], t) : 'object' === typeof exports ? exports['OnlineForm'] = t(require('vue')) :
+ e['OnlineForm'] = t(e['Vue'])
+})('undefined' !== typeof self ? self : this, (function(__WEBPACK_EXTERNAL_MODULE__8bbf__) {
return function(e) {
function t(t) {
- for (var n, a, i = t[0], o = t[1], s = 0, c = []; s < i.length; s++) a = i[s], Object.prototype.hasOwnProperty.call(
- r, a) && r[a] && c.push(r[a][0]), r[a] = 0;
- for (n in o) Object.prototype.hasOwnProperty.call(o, n) && (e[n] = o[n]);
- l && l(t);
+ var n, a, i = t[0], o = t[1], c = [];
+ for (var s = 0; s < i.length; s++){
+ a = i[s]
+ Object.prototype.hasOwnProperty.call(r, a)
+ && r[a]
+ && c.push(r[a][0])
+ r[a] = 0
+ }
+ for (n in o) Object.prototype.hasOwnProperty.call(o, n) && (e[n] = o[n])
+ l && l(t)
while (c.length) c.shift()()
}
- var n = {},
- r = {
+
+ var n = {}
+ var r = {
1: 0
- };
+ }
function a(e) {
- return i.p + "OnlineForm.umd.min." + ({} [e] || e) + ".js"
+ return i.p + 'OnlineForm.umd.min.' + ({} [e] || e) + '.js'
}
function i(t) {
- if (n[t]) return n[t].exports;
+ if (n[t]) return n[t].exports
var r = n[t] = {
i: t,
l: !1,
exports: {}
- };
+ }
return e[t].call(r.exports, r, r.exports, i), r.l = !0, r.exports
}
+
i.e = function(e) {
var t = [],
- n = r[e];
+ n = r[e]
if (0 !== n)
- if (n) t.push(n[2]);
+ if (n) t.push(n[2])
else {
var o = new Promise((function(t, a) {
n = r[e] = [t, a]
- }));
- t.push(n[2] = o);
- var s, c = document.createElement("script");
- c.charset = "utf-8", c.timeout = 120, i.nc && c.setAttribute("nonce", i.nc), c.src = a(e);
- var l = new Error;
+ }))
+ t.push(n[2] = o)
+ var s, c = document.createElement('script')
+ c.charset = 'utf-8', c.timeout = 120, i.nc && c.setAttribute('nonce', i.nc), c.src = a(e)
+ var l = new Error
s = function(t) {
- c.onerror = c.onload = null, clearTimeout(u);
- var n = r[e];
+ c.onerror = c.onload = null, clearTimeout(u)
+ var n = r[e]
if (0 !== n) {
if (n) {
- var a = t && ("load" === t.type ? "missing" : t.type),
- i = t && t.target && t.target.src;
- l.message = "Loading chunk " + e + " failed.\n(" + a + ": " + i + ")", l.name = "ChunkLoadError", l.type =
+ var a = t && ('load' === t.type ? 'missing' : t.type),
+ i = t && t.target && t.target.src
+ l.message = 'Loading chunk ' + e + ' failed.\n(' + a + ': ' + i + ')', l.name = 'ChunkLoadError', l.type =
a, l.request = i, n[1](l)
}
r[e] = void 0
}
- };
+ }
var u = setTimeout((function() {
s({
- type: "timeout",
+ type: 'timeout',
target: c
})
- }), 12e4);
+ }), 12e4)
c.onerror = c.onload = s, document.head.appendChild(c)
- } return Promise.all(t)
+ }
+ return Promise.all(t)
}, i.m = e, i.c = n, i.d = function(e, t, n) {
i.o(e, t) || Object.defineProperty(e, t, {
enumerable: !0,
get: n
})
}, i.r = function(e) {
- "undefined" !== typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, {
- value: "Module"
- }), Object.defineProperty(e, "__esModule", {
+ 'undefined' !== typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, {
+ value: 'Module'
+ }), Object.defineProperty(e, '__esModule', {
value: !0
})
}, i.t = function(e, t) {
- if (1 & t && (e = i(e)), 8 & t) return e;
- if (4 & t && "object" === typeof e && e && e.__esModule) return e;
- var n = Object.create(null);
- if (i.r(n), Object.defineProperty(n, "default", {
+ if (1 & t && (e = i(e)), 8 & t) return e
+ if (4 & t && 'object' === typeof e && e && e.__esModule) return e
+ var n = Object.create(null)
+ if (i.r(n), Object.defineProperty(n, 'default', {
enumerable: !0,
value: e
- }), 2 & t && "string" != typeof e)
+ }), 2 & t && 'string' != typeof e)
for (var r in e) i.d(n, r, function(t) {
return e[t]
- }.bind(null, r));
+ }.bind(null, r))
return n
}, i.n = function(e) {
var t = e && e.__esModule ? function() {
- return e["default"]
+ return e['default']
} : function() {
return e
- };
- return i.d(t, "a", t), t
+ }
+ return i.d(t, 'a', t), t
}, i.o = function(e, t) {
return Object.prototype.hasOwnProperty.call(e, t)
- }, i.p = "", i.oe = function(e) {
+ }, i.p = '', i.oe = function(e) {
throw e
- };
- var o = ("undefined" !== typeof self ? self : this)["webpackJsonpOnlineForm"] = ("undefined" !== typeof self ?
- self : this)["webpackJsonpOnlineForm"] || [],
- s = o.push.bind(o);
- o.push = t, o = o.slice();
- for (var c = 0; c < o.length; c++) t(o[c]);
- var l = s;
- return i(i.s = "fb15")
+ }
+ var o = ('undefined' !== typeof self ? self : this)['webpackJsonpOnlineForm'] = ('undefined' !== typeof self ?
+ self : this)['webpackJsonpOnlineForm'] || [],
+ s = o.push.bind(o)
+ o.push = t, o = o.slice()
+ for (var c = 0; c < o.length; c++) t(o[c])
+ var l = s
+ return i(i.s = 'fb15')
}({
- "00fd": function(e, t, n) {
- var r = n("9e69"),
+ '00fd': function(e, t, n) {
+ var r = n('9e69'),
a = Object.prototype,
i = a.hasOwnProperty,
o = a.toString,
- s = r ? r.toStringTag : void 0;
+ s = r ? r.toStringTag : void 0
function c(e) {
var t = i.call(e, s),
- n = e[s];
+ n = e[s]
try {
- e[s] = void 0;
+ e[s] = void 0
var r = !0
- } catch (c) {}
- var a = o.call(e);
+ } catch (c) {
+ }
+ var a = o.call(e)
return r && (t ? e[s] = n : delete e[s]), a
}
+
e.exports = c
},
- "0101": function(e, t, n) {
- "use strict";
- var r = n("be5a"),
- a = n.n(r);
+ '0101': function(e, t, n) {
+ 'use strict'
+ var r = n('be5a'),
+ a = n.n(r)
a.a
},
- "010e": function(e, t, n) {
+ '010e': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("uz-latn", {
- months: "Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),
- monthsShort: "Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),
- weekdays: "Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),
- weekdaysShort: "Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),
- weekdaysMin: "Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),
+ var t = e.defineLocale('uz-latn', {
+ months: 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split('_'),
+ monthsShort: 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),
+ weekdays: 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split('_'),
+ weekdaysShort: 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),
+ weekdaysMin: 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "D MMMM YYYY, dddd HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'D MMMM YYYY, dddd HH:mm'
},
calendar: {
- sameDay: "[Bugun soat] LT [da]",
- nextDay: "[Ertaga] LT [da]",
- nextWeek: "dddd [kuni soat] LT [da]",
- lastDay: "[Kecha soat] LT [da]",
- lastWeek: "[O'tgan] dddd [kuni soat] LT [da]",
- sameElse: "L"
+ sameDay: '[Bugun soat] LT [da]',
+ nextDay: '[Ertaga] LT [da]',
+ nextWeek: 'dddd [kuni soat] LT [da]',
+ lastDay: '[Kecha soat] LT [da]',
+ lastWeek: '[O\'tgan] dddd [kuni soat] LT [da]',
+ sameElse: 'L'
},
relativeTime: {
- future: "Yaqin %s ichida",
- past: "Bir necha %s oldin",
- s: "soniya",
- ss: "%d soniya",
- m: "bir daqiqa",
- mm: "%d daqiqa",
- h: "bir soat",
- hh: "%d soat",
- d: "bir kun",
- dd: "%d kun",
- M: "bir oy",
- MM: "%d oy",
- y: "bir yil",
- yy: "%d yil"
+ future: 'Yaqin %s ichida',
+ past: 'Bir necha %s oldin',
+ s: 'soniya',
+ ss: '%d soniya',
+ m: 'bir daqiqa',
+ mm: '%d daqiqa',
+ h: 'bir soat',
+ hh: '%d soat',
+ d: 'bir kun',
+ dd: '%d kun',
+ M: 'bir oy',
+ MM: '%d oy',
+ y: 'bir yil',
+ yy: '%d yil'
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- "014b": function(e, t, n) {
- "use strict";
- var r = n("e53d"),
- a = n("07e3"),
- i = n("8e60"),
- o = n("63b6"),
- s = n("9138"),
- c = n("ebfd").KEY,
- l = n("294c"),
- u = n("dbdb"),
- d = n("45f2"),
- h = n("62a0"),
- f = n("5168"),
- m = n("ccb9"),
- p = n("6718"),
- _ = n("47ee"),
- v = n("9003"),
- b = n("e4ae"),
- y = n("f772"),
- g = n("241e"),
- M = n("36c3"),
- w = n("1bc3"),
- L = n("aebd"),
- O = n("a159"),
- S = n("0395"),
- k = n("bf0b"),
- C = n("9aa9"),
- T = n("d9f6"),
- x = n("c3a1"),
+ '014b': function(e, t, n) {
+ 'use strict'
+ var r = n('e53d'),
+ a = n('07e3'),
+ i = n('8e60'),
+ o = n('63b6'),
+ s = n('9138'),
+ c = n('ebfd').KEY,
+ l = n('294c'),
+ u = n('dbdb'),
+ d = n('45f2'),
+ h = n('62a0'),
+ f = n('5168'),
+ m = n('ccb9'),
+ p = n('6718'),
+ _ = n('47ee'),
+ v = n('9003'),
+ b = n('e4ae'),
+ y = n('f772'),
+ g = n('241e'),
+ M = n('36c3'),
+ w = n('1bc3'),
+ L = n('aebd'),
+ O = n('a159'),
+ S = n('0395'),
+ k = n('bf0b'),
+ C = n('9aa9'),
+ T = n('d9f6'),
+ x = n('c3a1'),
z = k.f,
D = T.f,
j = S.f,
H = r.Symbol,
E = r.JSON,
P = E && E.stringify,
- A = "prototype",
- Y = f("_hidden"),
- V = f("toPrimitive"),
+ A = 'prototype',
+ Y = f('_hidden'),
+ V = f('toPrimitive'),
I = {}.propertyIsEnumerable,
- R = u("symbol-registry"),
- F = u("symbols"),
- $ = u("op-symbols"),
+ R = u('symbol-registry'),
+ F = u('symbols'),
+ $ = u('op-symbols'),
N = Object[A],
- B = "function" == typeof H && !!C.f,
+ B = 'function' == typeof H && !!C.f,
K = r.QObject,
W = !K || !K[A] || !K[A].findChild,
q = i && l((function() {
- return 7 != O(D({}, "a", {
+ return 7 != O(D({}, 'a', {
get: function() {
- return D(this, "a", {
+ return D(this, 'a', {
value: 7
}).a
}
})).a
})) ? function(e, t, n) {
- var r = z(N, t);
+ var r = z(N, t)
r && delete N[t], D(e, t, n), r && e !== N && D(N, t, r)
} : D,
U = function(e) {
- var t = F[e] = O(H[A]);
+ var t = F[e] = O(H[A])
return t._k = e, t
},
- J = B && "symbol" == typeof H.iterator ? function(e) {
- return "symbol" == typeof e
+ J = B && 'symbol' == typeof H.iterator ? function(e) {
+ return 'symbol' == typeof e
} : function(e) {
return e instanceof H
},
@@ -257,70 +268,70 @@
})) : (a(e, Y) || D(e, Y, L(1, {})), e[Y][t] = !0), q(e, t, n)) : D(e, t, n)
},
Q = function(e, t) {
- b(e);
+ b(e)
var n, r = _(t = M(t)),
a = 0,
- i = r.length;
- while (i > a) G(e, n = r[a++], t[n]);
+ i = r.length
+ while (i > a) G(e, n = r[a++], t[n])
return e
},
X = function(e, t) {
return void 0 === t ? O(e) : Q(O(e), t)
},
Z = function(e) {
- var t = I.call(this, e = w(e, !0));
+ var t = I.call(this, e = w(e, !0))
return !(this === N && a(F, e) && !a($, e)) && (!(t || !a(this, e) || !a(F, e) || a(this, Y) && this[Y][e]) ||
t)
},
ee = function(e, t) {
if (e = M(e), t = w(t, !0), e !== N || !a(F, t) || a($, t)) {
- var n = z(e, t);
+ var n = z(e, t)
return !n || !a(F, t) || a(e, Y) && e[Y][t] || (n.enumerable = !0), n
}
},
te = function(e) {
var t, n = j(M(e)),
r = [],
- i = 0;
- while (n.length > i) a(F, t = n[i++]) || t == Y || t == c || r.push(t);
+ i = 0
+ while (n.length > i) a(F, t = n[i++]) || t == Y || t == c || r.push(t)
return r
},
ne = function(e) {
var t, n = e === N,
r = j(n ? $ : M(e)),
i = [],
- o = 0;
- while (r.length > o) !a(F, t = r[o++]) || n && !a(N, t) || i.push(F[t]);
+ o = 0
+ while (r.length > o) !a(F, t = r[o++]) || n && !a(N, t) || i.push(F[t])
return i
- };
+ }
B || (H = function() {
- if (this instanceof H) throw TypeError("Symbol is not a constructor!");
+ if (this instanceof H) throw TypeError('Symbol is not a constructor!')
var e = h(arguments.length > 0 ? arguments[0] : void 0),
t = function(n) {
this === N && t.call($, n), a(this, Y) && a(this[Y], e) && (this[Y][e] = !1), q(this, e, L(1, n))
- };
+ }
return i && W && q(N, e, {
configurable: !0,
set: t
}), U(e)
- }, s(H[A], "toString", (function() {
+ }, s(H[A], 'toString', (function() {
return this._k
- })), k.f = ee, T.f = G, n("6abf").f = S.f = te, n("355d").f = Z, C.f = ne, i && !n("b8e3") && s(N,
- "propertyIsEnumerable", Z, !0), m.f = function(e) {
+ })), k.f = ee, T.f = G, n('6abf').f = S.f = te, n('355d').f = Z, C.f = ne, i && !n('b8e3') && s(N,
+ 'propertyIsEnumerable', Z, !0), m.f = function(e) {
return U(f(e))
}), o(o.G + o.W + o.F * !B, {
Symbol: H
- });
+ })
for (var re =
- "hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables"
- .split(","), ae = 0; re.length > ae;) f(re[ae++]);
- for (var ie = x(f.store), oe = 0; ie.length > oe;) p(ie[oe++]);
- o(o.S + o.F * !B, "Symbol", {
+ 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables'
+ .split(','), ae = 0; re.length > ae;) f(re[ae++])
+ for (var ie = x(f.store), oe = 0; ie.length > oe;) p(ie[oe++])
+ o(o.S + o.F * !B, 'Symbol', {
for: function(e) {
- return a(R, e += "") ? R[e] : R[e] = H(e)
+ return a(R, e += '') ? R[e] : R[e] = H(e)
},
keyFor: function(e) {
- if (!J(e)) throw TypeError(e + " is not a symbol!");
+ if (!J(e)) throw TypeError(e + ' is not a symbol!')
for (var t in R)
if (R[t] === e) return t
},
@@ -330,271 +341,276 @@
useSimple: function() {
W = !1
}
- }), o(o.S + o.F * !B, "Object", {
+ }), o(o.S + o.F * !B, 'Object', {
create: X,
defineProperty: G,
defineProperties: Q,
getOwnPropertyDescriptor: ee,
getOwnPropertyNames: te,
getOwnPropertySymbols: ne
- });
+ })
var se = l((function() {
C.f(1)
- }));
- o(o.S + o.F * se, "Object", {
+ }))
+ o(o.S + o.F * se, 'Object', {
getOwnPropertySymbols: function(e) {
return C.f(g(e))
}
}), E && o(o.S + o.F * (!B || l((function() {
- var e = H();
- return "[null]" != P([e]) || "{}" != P({
+ var e = H()
+ return '[null]' != P([e]) || '{}' != P({
a: e
- }) || "{}" != P(Object(e))
- }))), "JSON", {
+ }) || '{}' != P(Object(e))
+ }))), 'JSON', {
stringify: function(e) {
var t, n, r = [e],
- a = 1;
- while (arguments.length > a) r.push(arguments[a++]);
+ a = 1
+ while (arguments.length > a) r.push(arguments[a++])
if (n = t = r[1], (y(t) || void 0 !== e) && !J(e)) return v(t) || (t = function(e, t) {
- if ("function" == typeof n && (t = n.call(this, e, t)), !J(t)) return t
+ if ('function' == typeof n && (t = n.call(this, e, t)), !J(t)) return t
}), r[1] = t, P.apply(E, r)
}
- }), H[A][V] || n("35e8")(H[A], V, H[A].valueOf), d(H, "Symbol"), d(Math, "Math", !0), d(r.JSON, "JSON", !0)
+ }), H[A][V] || n('35e8')(H[A], V, H[A].valueOf), d(H, 'Symbol'), d(Math, 'Math', !0), d(r.JSON, 'JSON', !0)
},
- "02ea": function(e, t, n) {
- "use strict";
- var r = n("7320");
- t["a"] = r["a"]
+ '02ea': function(e, t, n) {
+ 'use strict'
+ var r = n('7320')
+ t['a'] = r['a']
},
- "02fb": function(e, t, n) {
+ '02fb': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ml", {
- months: "ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split(
- "_"),
- monthsShort: "ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),
+ var t = e.defineLocale('ml', {
+ months: 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split(
+ '_'),
+ monthsShort: 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split('_'),
monthsParseExact: !0,
- weekdays: "ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),
- weekdaysShort: "ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),
- weekdaysMin: "ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),
+ weekdays: 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split('_'),
+ weekdaysShort: 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),
+ weekdaysMin: 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),
longDateFormat: {
- LT: "A h:mm -നു",
- LTS: "A h:mm:ss -നു",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, A h:mm -നു",
- LLLL: "dddd, D MMMM YYYY, A h:mm -നു"
+ LT: 'A h:mm -നു',
+ LTS: 'A h:mm:ss -നു',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, A h:mm -നു',
+ LLLL: 'dddd, D MMMM YYYY, A h:mm -നു'
},
calendar: {
- sameDay: "[ഇന്ന്] LT",
- nextDay: "[നാളെ] LT",
- nextWeek: "dddd, LT",
- lastDay: "[ഇന്നലെ] LT",
- lastWeek: "[കഴിഞ്ഞ] dddd, LT",
- sameElse: "L"
+ sameDay: '[ഇന്ന്] LT',
+ nextDay: '[നാളെ] LT',
+ nextWeek: 'dddd, LT',
+ lastDay: '[ഇന്നലെ] LT',
+ lastWeek: '[കഴിഞ്ഞ] dddd, LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s കഴിഞ്ഞ്",
- past: "%s മുൻപ്",
- s: "അൽപ നിമിഷങ്ങൾ",
- ss: "%d സെക്കൻഡ്",
- m: "ഒരു മിനിറ്റ്",
- mm: "%d മിനിറ്റ്",
- h: "ഒരു മണിക്കൂർ",
- hh: "%d മണിക്കൂർ",
- d: "ഒരു ദിവസം",
- dd: "%d ദിവസം",
- M: "ഒരു മാസം",
- MM: "%d മാസം",
- y: "ഒരു വർഷം",
- yy: "%d വർഷം"
+ future: '%s കഴിഞ്ഞ്',
+ past: '%s മുൻപ്',
+ s: 'അൽപ നിമിഷങ്ങൾ',
+ ss: '%d സെക്കൻഡ്',
+ m: 'ഒരു മിനിറ്റ്',
+ mm: '%d മിനിറ്റ്',
+ h: 'ഒരു മണിക്കൂർ',
+ hh: '%d മണിക്കൂർ',
+ d: 'ഒരു ദിവസം',
+ dd: '%d ദിവസം',
+ M: 'ഒരു മാസം',
+ MM: '%d മാസം',
+ y: 'ഒരു വർഷം',
+ yy: '%d വർഷം'
},
meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "രാത്രി" === t && e >= 4 || "ഉച്ച കഴിഞ്ഞ്" === t || "വൈകുന്നേരം" === t ? e +
+ return 12 === e && (e = 0), 'രാത്രി' === t && e >= 4 || 'ഉച്ച കഴിഞ്ഞ്' === t || 'വൈകുന്നേരം' === t ? e +
12 : e
},
meridiem: function(e, t, n) {
- return e < 4 ? "രാത്രി" : e < 12 ? "രാവിലെ" : e < 17 ? "ഉച്ച കഴിഞ്ഞ്" : e < 20 ? "വൈകുന്നേരം" :
- "രാത്രി"
+ return e < 4 ? 'രാത്രി' : e < 12 ? 'രാവിലെ' : e < 17 ? 'ഉച്ച കഴിഞ്ഞ്' : e < 20 ? 'വൈകുന്നേരം' :
+ 'രാത്രി'
}
- });
+ })
return t
}))
},
- "0395": function(e, t, n) {
- var r = n("36c3"),
- a = n("6abf").f,
+ '0395': function(e, t, n) {
+ var r = n('36c3'),
+ a = n('6abf').f,
i = {}.toString,
- o = "object" == typeof window && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [],
+ o = 'object' == typeof window && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [],
s = function(e) {
try {
return a(e)
} catch (t) {
return o.slice()
}
- };
+ }
e.exports.f = function(e) {
- return o && "[object Window]" == i.call(e) ? s(e) : a(r(e))
+ return o && '[object Window]' == i.call(e) ? s(e) : a(r(e))
}
},
- "03dd": function(e, t, n) {
- var r = n("eac5"),
- a = n("57a5"),
+ '03dd': function(e, t, n) {
+ var r = n('eac5'),
+ a = n('57a5'),
i = Object.prototype,
- o = i.hasOwnProperty;
+ o = i.hasOwnProperty
function s(e) {
- if (!r(e)) return a(e);
- var t = [];
- for (var n in Object(e)) o.call(e, n) && "constructor" != n && t.push(n);
+ if (!r(e)) return a(e)
+ var t = []
+ for (var n in Object(e)) o.call(e, n) && 'constructor' != n && t.push(n)
return t
}
+
e.exports = s
},
- "03ec": function(e, t, n) {
+ '03ec': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("cv", {
- months: "кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),
- monthsShort: "кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),
- weekdays: "вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),
- weekdaysShort: "выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),
- weekdaysMin: "вр_тн_ыт_юн_кҫ_эр_шм".split("_"),
+ var t = e.defineLocale('cv', {
+ months: 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split('_'),
+ monthsShort: 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'),
+ weekdays: 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split('_'),
+ weekdaysShort: 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'),
+ weekdaysMin: 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD-MM-YYYY",
- LL: "YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",
- LLL: "YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",
- LLLL: "dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD-MM-YYYY',
+ LL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]',
+ LLL: 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',
+ LLLL: 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm'
},
calendar: {
- sameDay: "[Паян] LT [сехетре]",
- nextDay: "[Ыран] LT [сехетре]",
- lastDay: "[Ӗнер] LT [сехетре]",
- nextWeek: "[Ҫитес] dddd LT [сехетре]",
- lastWeek: "[Иртнӗ] dddd LT [сехетре]",
- sameElse: "L"
+ sameDay: '[Паян] LT [сехетре]',
+ nextDay: '[Ыран] LT [сехетре]',
+ lastDay: '[Ӗнер] LT [сехетре]',
+ nextWeek: '[Ҫитес] dddd LT [сехетре]',
+ lastWeek: '[Иртнӗ] dddd LT [сехетре]',
+ sameElse: 'L'
},
relativeTime: {
future: function(e) {
- var t = /сехет$/i.exec(e) ? "рен" : /ҫул$/i.exec(e) ? "тан" : "ран";
+ var t = /сехет$/i.exec(e) ? 'рен' : /ҫул$/i.exec(e) ? 'тан' : 'ран'
return e + t
},
- past: "%s каялла",
- s: "пӗр-ик ҫеккунт",
- ss: "%d ҫеккунт",
- m: "пӗр минут",
- mm: "%d минут",
- h: "пӗр сехет",
- hh: "%d сехет",
- d: "пӗр кун",
- dd: "%d кун",
- M: "пӗр уйӑх",
- MM: "%d уйӑх",
- y: "пӗр ҫул",
- yy: "%d ҫул"
+ past: '%s каялла',
+ s: 'пӗр-ик ҫеккунт',
+ ss: '%d ҫеккунт',
+ m: 'пӗр минут',
+ mm: '%d минут',
+ h: 'пӗр сехет',
+ hh: '%d сехет',
+ d: 'пӗр кун',
+ dd: '%d кун',
+ M: 'пӗр уйӑх',
+ MM: '%d уйӑх',
+ y: 'пӗр ҫул',
+ yy: '%d ҫул'
},
dayOfMonthOrdinalParse: /\d{1,2}-мӗш/,
- ordinal: "%d-мӗш",
+ ordinal: '%d-мӗш',
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- "040d": function(e, t, n) {},
- "0464": function(e, t, n) {
- "use strict";
- var r = n("41b2"),
- a = n.n(r);
+ '040d': function(e, t, n) {
+ },
+ '0464': function(e, t, n) {
+ 'use strict'
+ var r = n('41b2'),
+ a = n.n(r)
function i(e, t) {
for (var n = a()({}, e), r = 0; r < t.length; r++) {
- var i = t[r];
+ var i = t[r]
delete n[i]
}
return n
}
- t["a"] = i
+
+ t['a'] = i
},
- "0558": function(e, t, n) {
+ '0558': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e) {
return e % 100 === 11 || e % 10 !== 1
}
function n(e, n, r, a) {
- var i = e + " ";
+ var i = e + ' '
switch (r) {
- case "s":
- return n || a ? "nokkrar sekúndur" : "nokkrum sekúndum";
- case "ss":
- return t(e) ? i + (n || a ? "sekúndur" : "sekúndum") : i + "sekúnda";
- case "m":
- return n ? "mínúta" : "mínútu";
- case "mm":
- return t(e) ? i + (n || a ? "mínútur" : "mínútum") : n ? i + "mínúta" : i + "mínútu";
- case "hh":
- return t(e) ? i + (n || a ? "klukkustundir" : "klukkustundum") : i + "klukkustund";
- case "d":
- return n ? "dagur" : a ? "dag" : "degi";
- case "dd":
- return t(e) ? n ? i + "dagar" : i + (a ? "daga" : "dögum") : n ? i + "dagur" : i + (a ? "dag" : "degi");
- case "M":
- return n ? "mánuður" : a ? "mánuð" : "mánuði";
- case "MM":
- return t(e) ? n ? i + "mánuðir" : i + (a ? "mánuði" : "mánuðum") : n ? i + "mánuður" : i + (a ? "mánuð" :
- "mánuði");
- case "y":
- return n || a ? "ár" : "ári";
- case "yy":
- return t(e) ? i + (n || a ? "ár" : "árum") : i + (n || a ? "ár" : "ári")
+ case 's':
+ return n || a ? 'nokkrar sekúndur' : 'nokkrum sekúndum'
+ case 'ss':
+ return t(e) ? i + (n || a ? 'sekúndur' : 'sekúndum') : i + 'sekúnda'
+ case 'm':
+ return n ? 'mínúta' : 'mínútu'
+ case 'mm':
+ return t(e) ? i + (n || a ? 'mínútur' : 'mínútum') : n ? i + 'mínúta' : i + 'mínútu'
+ case 'hh':
+ return t(e) ? i + (n || a ? 'klukkustundir' : 'klukkustundum') : i + 'klukkustund'
+ case 'd':
+ return n ? 'dagur' : a ? 'dag' : 'degi'
+ case 'dd':
+ return t(e) ? n ? i + 'dagar' : i + (a ? 'daga' : 'dögum') : n ? i + 'dagur' : i + (a ? 'dag' : 'degi')
+ case 'M':
+ return n ? 'mánuður' : a ? 'mánuð' : 'mánuði'
+ case 'MM':
+ return t(e) ? n ? i + 'mánuðir' : i + (a ? 'mánuði' : 'mánuðum') : n ? i + 'mánuður' : i + (a ? 'mánuð' :
+ 'mánuði')
+ case 'y':
+ return n || a ? 'ár' : 'ári'
+ case 'yy':
+ return t(e) ? i + (n || a ? 'ár' : 'árum') : i + (n || a ? 'ár' : 'ári')
}
}
- var r = e.defineLocale("is", {
- months: "janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),
- monthsShort: "jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),
- weekdays: "sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),
- weekdaysShort: "sun_mán_þri_mið_fim_fös_lau".split("_"),
- weekdaysMin: "Su_Má_Þr_Mi_Fi_Fö_La".split("_"),
+
+ var r = e.defineLocale('is', {
+ months: 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split('_'),
+ monthsShort: 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'),
+ weekdays: 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split('_'),
+ weekdaysShort: 'sun_mán_þri_mið_fim_fös_lau'.split('_'),
+ weekdaysMin: 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'),
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY [kl.] H:mm",
- LLLL: "dddd, D. MMMM YYYY [kl.] H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY [kl.] H:mm',
+ LLLL: 'dddd, D. MMMM YYYY [kl.] H:mm'
},
calendar: {
- sameDay: "[í dag kl.] LT",
- nextDay: "[á morgun kl.] LT",
- nextWeek: "dddd [kl.] LT",
- lastDay: "[í gær kl.] LT",
- lastWeek: "[síðasta] dddd [kl.] LT",
- sameElse: "L"
+ sameDay: '[í dag kl.] LT',
+ nextDay: '[á morgun kl.] LT',
+ nextWeek: 'dddd [kl.] LT',
+ lastDay: '[í gær kl.] LT',
+ lastWeek: '[síðasta] dddd [kl.] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "eftir %s",
- past: "fyrir %s síðan",
+ future: 'eftir %s',
+ past: 'fyrir %s síðan',
s: n,
ss: n,
m: n,
mm: n,
- h: "klukkustund",
+ h: 'klukkustund',
hh: n,
d: n,
dd: n,
@@ -604,257 +620,261 @@
yy: n
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return r
}))
},
- "0644": function(e, t, n) {
- var r = n("3818"),
+ '0644': function(e, t, n) {
+ var r = n('3818'),
a = 1,
- i = 4;
+ i = 4
function o(e) {
return r(e, a | i)
}
+
e.exports = o
},
- "0721": function(e, t, n) {
+ '0721': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("fo", {
- months: "januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),
- monthsShort: "jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),
- weekdays: "sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),
- weekdaysShort: "sun_mán_týs_mik_hós_frí_ley".split("_"),
- weekdaysMin: "su_má_tý_mi_hó_fr_le".split("_"),
+ var t = e.defineLocale('fo', {
+ months: 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split('_'),
+ monthsShort: 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),
+ weekdays: 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split('_'),
+ weekdaysShort: 'sun_mán_týs_mik_hós_frí_ley'.split('_'),
+ weekdaysMin: 'su_má_tý_mi_hó_fr_le'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D. MMMM, YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D. MMMM, YYYY HH:mm'
},
calendar: {
- sameDay: "[Í dag kl.] LT",
- nextDay: "[Í morgin kl.] LT",
- nextWeek: "dddd [kl.] LT",
- lastDay: "[Í gjár kl.] LT",
- lastWeek: "[síðstu] dddd [kl] LT",
- sameElse: "L"
+ sameDay: '[Í dag kl.] LT',
+ nextDay: '[Í morgin kl.] LT',
+ nextWeek: 'dddd [kl.] LT',
+ lastDay: '[Í gjár kl.] LT',
+ lastWeek: '[síðstu] dddd [kl] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "um %s",
- past: "%s síðani",
- s: "fá sekund",
- ss: "%d sekundir",
- m: "ein minuttur",
- mm: "%d minuttir",
- h: "ein tími",
- hh: "%d tímar",
- d: "ein dagur",
- dd: "%d dagar",
- M: "ein mánaður",
- MM: "%d mánaðir",
- y: "eitt ár",
- yy: "%d ár"
+ future: 'um %s',
+ past: '%s síðani',
+ s: 'fá sekund',
+ ss: '%d sekundir',
+ m: 'ein minuttur',
+ mm: '%d minuttir',
+ h: 'ein tími',
+ hh: '%d tímar',
+ d: 'ein dagur',
+ dd: '%d dagar',
+ M: 'ein mánaður',
+ MM: '%d mánaðir',
+ y: 'eitt ár',
+ yy: '%d ár'
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "079e": function(e, t, n) {
+ '079e': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ja", {
+ var t = e.defineLocale('ja', {
eras: [{
- since: "2019-05-01",
+ since: '2019-05-01',
offset: 1,
- name: "令和",
- narrow: "㋿",
- abbr: "R"
+ name: '令和',
+ narrow: '㋿',
+ abbr: 'R'
}, {
- since: "1989-01-08",
- until: "2019-04-30",
+ since: '1989-01-08',
+ until: '2019-04-30',
offset: 1,
- name: "平成",
- narrow: "㍻",
- abbr: "H"
+ name: '平成',
+ narrow: '㍻',
+ abbr: 'H'
}, {
- since: "1926-12-25",
- until: "1989-01-07",
+ since: '1926-12-25',
+ until: '1989-01-07',
offset: 1,
- name: "昭和",
- narrow: "㍼",
- abbr: "S"
+ name: '昭和',
+ narrow: '㍼',
+ abbr: 'S'
}, {
- since: "1912-07-30",
- until: "1926-12-24",
+ since: '1912-07-30',
+ until: '1926-12-24',
offset: 1,
- name: "大正",
- narrow: "㍽",
- abbr: "T"
+ name: '大正',
+ narrow: '㍽',
+ abbr: 'T'
}, {
- since: "1873-01-01",
- until: "1912-07-29",
+ since: '1873-01-01',
+ until: '1912-07-29',
offset: 6,
- name: "明治",
- narrow: "㍾",
- abbr: "M"
+ name: '明治',
+ narrow: '㍾',
+ abbr: 'M'
}, {
- since: "0001-01-01",
- until: "1873-12-31",
+ since: '0001-01-01',
+ until: '1873-12-31',
offset: 1,
- name: "西暦",
- narrow: "AD",
- abbr: "AD"
+ name: '西暦',
+ narrow: 'AD',
+ abbr: 'AD'
}, {
- since: "0000-12-31",
+ since: '0000-12-31',
until: -1 / 0,
offset: 1,
- name: "紀元前",
- narrow: "BC",
- abbr: "BC"
+ name: '紀元前',
+ narrow: 'BC',
+ abbr: 'BC'
}],
eraYearOrdinalRegex: /(元|\d+)年/,
eraYearOrdinalParse: function(e, t) {
- return "元" === t[1] ? 1 : parseInt(t[1] || e, 10)
+ return '元' === t[1] ? 1 : parseInt(t[1] || e, 10)
},
- months: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
- monthsShort: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
- weekdays: "日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),
- weekdaysShort: "日_月_火_水_木_金_土".split("_"),
- weekdaysMin: "日_月_火_水_木_金_土".split("_"),
+ months: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
+ monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
+ weekdays: '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),
+ weekdaysShort: '日_月_火_水_木_金_土'.split('_'),
+ weekdaysMin: '日_月_火_水_木_金_土'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY/MM/DD",
- LL: "YYYY年M月D日",
- LLL: "YYYY年M月D日 HH:mm",
- LLLL: "YYYY年M月D日 dddd HH:mm",
- l: "YYYY/MM/DD",
- ll: "YYYY年M月D日",
- lll: "YYYY年M月D日 HH:mm",
- llll: "YYYY年M月D日(ddd) HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY/MM/DD',
+ LL: 'YYYY年M月D日',
+ LLL: 'YYYY年M月D日 HH:mm',
+ LLLL: 'YYYY年M月D日 dddd HH:mm',
+ l: 'YYYY/MM/DD',
+ ll: 'YYYY年M月D日',
+ lll: 'YYYY年M月D日 HH:mm',
+ llll: 'YYYY年M月D日(ddd) HH:mm'
},
meridiemParse: /午前|午後/i,
isPM: function(e) {
- return "午後" === e
+ return '午後' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "午前" : "午後"
+ return e < 12 ? '午前' : '午後'
},
calendar: {
- sameDay: "[今日] LT",
- nextDay: "[明日] LT",
+ sameDay: '[今日] LT',
+ nextDay: '[明日] LT',
nextWeek: function(e) {
- return e.week() !== this.week() ? "[来週]dddd LT" : "dddd LT"
+ return e.week() !== this.week() ? '[来週]dddd LT' : 'dddd LT'
},
- lastDay: "[昨日] LT",
+ lastDay: '[昨日] LT',
lastWeek: function(e) {
- return this.week() !== e.week() ? "[先週]dddd LT" : "dddd LT"
+ return this.week() !== e.week() ? '[先週]dddd LT' : 'dddd LT'
},
- sameElse: "L"
+ sameElse: 'L'
},
dayOfMonthOrdinalParse: /\d{1,2}日/,
ordinal: function(e, t) {
switch (t) {
- case "y":
- return 1 === e ? "元年" : e + "年";
- case "d":
- case "D":
- case "DDD":
- return e + "日";
+ case 'y':
+ return 1 === e ? '元年' : e + '年'
+ case 'd':
+ case 'D':
+ case 'DDD':
+ return e + '日'
default:
return e
}
},
relativeTime: {
- future: "%s後",
- past: "%s前",
- s: "数秒",
- ss: "%d秒",
- m: "1分",
- mm: "%d分",
- h: "1時間",
- hh: "%d時間",
- d: "1日",
- dd: "%d日",
- M: "1ヶ月",
- MM: "%dヶ月",
- y: "1年",
- yy: "%d年"
+ future: '%s後',
+ past: '%s前',
+ s: '数秒',
+ ss: '%d秒',
+ m: '1分',
+ mm: '%d分',
+ h: '1時間',
+ hh: '%d時間',
+ d: '1日',
+ dd: '%d日',
+ M: '1ヶ月',
+ MM: '%dヶ月',
+ y: '1年',
+ yy: '%d年'
}
- });
+ })
return t
}))
},
- "07c7": function(e, t) {
+ '07c7': function(e, t) {
function n() {
return !1
}
+
e.exports = n
},
- "07e3": function(e, t) {
- var n = {}.hasOwnProperty;
+ '07e3': function(e, t) {
+ var n = {}.hasOwnProperty
e.exports = function(e, t) {
return n.call(e, t)
}
},
- "087d": function(e, t) {
+ '087d': function(e, t) {
function n(e, t) {
var n = -1,
r = t.length,
- a = e.length;
- while (++n < r) e[a + n] = t[n];
+ a = e.length
+ while (++n < r) e[a + n] = t[n]
return e
}
+
e.exports = n
},
- "094a": function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.r(__webpack_exports__);
+ '094a': function(module, __webpack_exports__, __webpack_require__) {
+ 'use strict'
+ __webpack_require__.r(__webpack_exports__)
var
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ =
- __webpack_require__("a34a"),
+ __webpack_require__('a34a'),
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default =
__webpack_require__.n(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__
),
- _utils_util__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ca00"),
- _api_manage__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("0fea"),
- _CgformAutoListTable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("c4fb"),
- _CgformAutoListButtons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("b9ee"),
- _CgformAutoListQueryParams__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("5a1b"),
- _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("4a62"),
- _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("b5ef"),
- vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("8bbf"),
- vue__WEBPACK_IMPORTED_MODULE_8___default = __webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_8__);
+ _utils_util__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__('ca00'),
+ _api_manage__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__('0fea'),
+ _CgformAutoListTable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__('c4fb'),
+ _CgformAutoListButtons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__('b9ee'),
+ _CgformAutoListQueryParams__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__('5a1b'),
+ _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__('4a62'),
+ _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__('b5ef'),
+ vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__('8bbf'),
+ vue__WEBPACK_IMPORTED_MODULE_8___default = __webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_8__)
function _createForOfIteratorHelper(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -872,17 +892,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -904,21 +924,21 @@
function _nonIterableSpread() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function _unsupportedIterableToArray(e, t) {
if (e) {
- if ("string" === typeof e) return _arrayLikeToArray(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
+ if ('string' === typeof e) return _arrayLikeToArray(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
}
}
function _iterableToArray(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function _arrayWithoutHoles(e) {
@@ -926,15 +946,15 @@
}
function _arrayLikeToArray(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
function ownKeys(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -944,7 +964,7 @@
function _objectSpread(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? ownKeys(Object(n), !0).forEach((function(t) {
_defineProperty(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -977,24 +997,26 @@
function _asyncToGenerator(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- asyncGeneratorStep(i, r, a, o, s, "next", e)
+ asyncGeneratorStep(i, r, a, o, s, 'next', e)
}
function s(e) {
- asyncGeneratorStep(i, r, a, o, s, "throw", e)
+ asyncGeneratorStep(i, r, a, o, s, 'throw', e)
}
+
o(void 0)
}))
}
}
- __webpack_exports__["default"] = {
- mixins: [_mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_6__["a"],
- _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_7__["a"]
+
+ __webpack_exports__['default'] = {
+ mixins: [_mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_6__['a'],
+ _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_7__['a']
],
provide: function() {
return {
@@ -1016,13 +1038,13 @@
}
},
components: {
- CgformAutoListTable: _CgformAutoListTable__WEBPACK_IMPORTED_MODULE_3__["default"],
- CgformAutoListButtons: _CgformAutoListButtons__WEBPACK_IMPORTED_MODULE_4__["default"],
- CgformAutoListQueryParams: _CgformAutoListQueryParams__WEBPACK_IMPORTED_MODULE_5__["default"]
+ CgformAutoListTable: _CgformAutoListTable__WEBPACK_IMPORTED_MODULE_3__['default'],
+ CgformAutoListButtons: _CgformAutoListButtons__WEBPACK_IMPORTED_MODULE_4__['default'],
+ CgformAutoListQueryParams: _CgformAutoListQueryParams__WEBPACK_IMPORTED_MODULE_5__['default']
},
data: function() {
return {
- code: "",
+ code: '',
schema: {},
queryParamsMap: {},
dictOptions: {},
@@ -1031,8 +1053,8 @@
hasBpmStatus: !1,
superQuery: {
fieldList: [],
- params: "",
- matchType: "and"
+ params: '',
+ matchType: 'and'
},
table: {
loading: !0,
@@ -1046,27 +1068,27 @@
pagination: {}
},
isorter: {
- column: "id",
- order: "desc"
+ column: 'id',
+ order: 'desc'
},
metaPagination: {
current: 1,
pageSize: 10,
- pageSizeOptions: ["10", "20", "30"],
+ pageSizeOptions: ['10', '20', '30'],
showTotal: function(e, t) {
- return t[0] + "-" + t[1] + " 共" + e + "条"
+ return t[0] + '-' + t[1] + ' 共' + e + '条'
},
showQuickJumper: !0,
showSizeChanger: !0,
total: 0
},
actionColumn: {
- title: "操作",
- dataIndex: "action",
+ title: '操作',
+ dataIndex: 'action',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
},
- align: "center",
+ align: 'center',
width: 150
},
checkboxFlag: !1,
@@ -1082,9 +1104,9 @@
super_query: !0,
bpm: !0
},
- EnhanceJS: "",
- formTemplate: "99",
- currentTableName: "",
+ EnhanceJS: '',
+ formTemplate: '99',
+ currentTableName: '',
settingColumns: []
}
},
@@ -1098,20 +1120,20 @@
}
},
url: function() {
- var e = "/online/cgform/api";
+ var e = '/online/cgform/api'
return {
- getColumns: "".concat(e, "/getColumns/").concat(this.code),
- getData: "".concat(e, "/getData/").concat(this.code),
- optPre: "".concat(e, "/form/").concat(this.code, "/"),
- exportXls: "".concat(e, "/exportXls/"),
- buttonAction: "".concat(e, "/doButton"),
- startProcess: "/act/process/extActProcess/startMutilProcess",
- getQueryInfo: "".concat(e, "/getQueryInfo/").concat(this.code),
- importUrl: "".concat(e, "/importXls/").concat(this.code)
+ getColumns: ''.concat(e, '/getColumns/').concat(this.code),
+ getData: ''.concat(e, '/getData/').concat(this.code),
+ optPre: ''.concat(e, '/form/').concat(this.code, '/'),
+ exportXls: ''.concat(e, '/exportXls/'),
+ buttonAction: ''.concat(e, '/doButton'),
+ startProcess: '/act/process/extActProcess/startMutilProcess',
+ getQueryInfo: ''.concat(e, '/getQueryInfo/').concat(this.code),
+ importUrl: ''.concat(e, '/importXls/').concat(this.code)
}
},
localCode: function() {
- return "onl_" + this.currentTableName
+ return 'onl_' + this.currentTableName
}
},
watch: {
@@ -1124,12 +1146,12 @@
}
},
mounted: function() {
- this.cgButtonJsHandler("mounted")
+ this.cgButtonJsHandler('mounted')
},
methods: {
initialAutoList: function() {
- if (this.code = this.$route.params.code, !this.code) return !1;
- this.queryParam || (this.queryParam = {}), this.superQuery.params = "", this.$refs.superQuery && this.$refs
+ if (this.code = this.$route.params.code, !this.code) return !1
+ this.queryParam || (this.queryParam = {}), this.superQuery.params = '', this.$refs.superQuery && this.$refs
.superQuery.handleReset(), this.loadAll()
},
loadAll: function() {
@@ -1140,21 +1162,22 @@
.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
- return this.table.loading = !0, e.next = 3, this.loadColumns(!1);
+ return this.table.loading = !0, e.next = 3, this.loadColumns(!1)
case 3:
- return e.next = 5, this.loadData(1, !1);
+ return e.next = 5, this.loadData(1, !1)
case 5:
- this.table.loading = !1;
+ this.table.loading = !1
case 6:
- case "end":
+ case 'end':
return e.stop()
}
}), e, this)
- })));
+ })))
function t() {
return e.apply(this, arguments)
}
+
return t
}(),
loadData: function() {
@@ -1162,34 +1185,35 @@
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.mark((function e() {
var t, n, r, a, i = this,
- o = arguments;
+ o = arguments
return G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
return t = o.length > 0 && void 0 !== o[0] ? o[0] : 1, n = !(o.length > 1 && void 0 !== o[1]) ||
o[1], r = this.getQueryParams(), this.table.pagination ? this.table.pagination.current = t :
- r["pageSize"] = -521, n && (this.table.loading = !0), a = Object(
- _api_manage__WEBPACK_IMPORTED_MODULE_2__["c"])(this.url.getData, r), a.then((function(e) {
+ r['pageSize'] = -521, n && (this.table.loading = !0), a = Object(
+ _api_manage__WEBPACK_IMPORTED_MODULE_2__['c'])(this.url.getData, r), a.then((function(e) {
if (e.success) {
- var t = e.result;
+ var t = e.result
i.table.pagination ? Number(t.total) > 0 ? (i.table.pagination.total = Number(t.total), i
.table.dataSource = t.records) : (i.table.pagination.total = 0, i.table.dataSource = []) :
i.table.dataSource = t.records ? t.records : []
} else i.$message.warning(e.message)
})), n && a.finally((function() {
i.table.loading = !1
- })), e.abrupt("return", a);
+ })), e.abrupt('return', a)
case 9:
- case "end":
+ case 'end':
return e.stop()
}
}), e, this)
- })));
+ })))
function t() {
return e.apply(this, arguments)
}
+
return t
}(),
loadColumns: function() {
@@ -1197,13 +1221,13 @@
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.mark((function e() {
var t, n, r = this,
- a = arguments;
+ a = arguments
return G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
return t = !(a.length > 0 && void 0 !== a[0]) || a[0], t && (this.table.loading = !0), n =
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_2__["c"])(this.url.getColumns), n.then((function(
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_2__['c'])(this.url.getColumns), n.then((function(
e) {
if (e.success) {
var t = e.result,
@@ -1219,11 +1243,11 @@
h = c.hideColumns,
f = c.columns,
m = c.scrollFlag,
- p = c.description;
- r.checkboxFlag = "Y" === n, r.table.pagination = "Y" === a && _objectSpread({}, r.metaPagination),
+ p = c.description
+ r.checkboxFlag = 'Y' === n, r.table.pagination = 'Y' === a && _objectSpread({}, r.metaPagination),
r.scrollFlag = m, r.dictOptions = o, r.description = p, r.formTemplate = s, r.currentTableName =
- l, r.initCgEnhanceJs(d), r.initButtonSwitch(h), r.initialCgButtonList(u);
- var _ = {};
+ l, r.initCgEnhanceJs(d), r.initButtonSwitch(h), r.initialCgButtonList(u)
+ var _ = {}
i.forEach((function(e) {
return _[e.slotName] = e
})), f.forEach((function(e) {
@@ -1233,61 +1257,62 @@
})), 3 == e.result.tableType ? r.table.columns = _toConsumableArray(f) : r.table.columns =
f.concat([r.actionColumn]), r.settingColumnsHandler(r.table.columns), r.table.selectedRowKeys = [],
r.hasBpmStatus = f.map((function(e) {
- return (e.dataIndex || "").toLowerCase()
- })).includes("bpm_status")
+ return (e.dataIndex || '').toLowerCase()
+ })).includes('bpm_status')
} else r.$message.warning(e.message)
})), t && n.finally((function() {
r.table.loading = !1
- })), e.abrupt("return", n);
+ })), e.abrupt('return', n)
case 6:
- case "end":
+ case 'end':
return e.stop()
}
}), e, this)
- })));
+ })))
function t() {
return e.apply(this, arguments)
}
+
return t
}(),
getQueryParams: function() {
- var e = Object.assign({}, this.queryParam, this.isorter);
+ var e = Object.assign({}, this.queryParam, this.isorter)
return e.pageNo = this.table.pagination.current, e.pageSize = this.table.pagination.pageSize, e.superQueryMatchType =
this.superQuery.matchType, e.superQueryParams = encodeURIComponent(this.superQuery.params), Object(
- _utils_util__WEBPACK_IMPORTED_MODULE_1__["a"])(e)
+ _utils_util__WEBPACK_IMPORTED_MODULE_1__['a'])(e)
},
initialCgButtonList: function(e) {
- var t = this;
+ var t = this
this.cgButtonList = [], this.cgButtonLinkList = [], e && e.forEach((function(e) {
- "button" === e.buttonStyle ? t.cgButtonList.push(e) : "link" === e.buttonStyle && t.cgButtonLinkList.push(
+ 'button' === e.buttonStyle ? t.cgButtonList.push(e) : 'link' === e.buttonStyle && t.cgButtonLinkList.push(
e)
}))
},
handleAdd: function() {
- this.cgButtonJsHandler("beforeAdd"), this.$refs.modal.add(this.formTemplate)
+ this.cgButtonJsHandler('beforeAdd'), this.$refs.modal.add(this.formTemplate)
},
handleEdit: function(e) {
- this.cgButtonLinkHandler(e, "beforeEdit", "js"), this.$refs.modal.edit(this.formTemplate, e.id)
+ this.cgButtonLinkHandler(e, 'beforeEdit', 'js'), this.$refs.modal.edit(this.formTemplate, e.id)
},
handleDetail: function(e) {
this.$refs.modal.detail(this.formTemplate, e.id)
},
handleDelete: function(e) {
- var t = this;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_2__["a"])(this.url.optPre + e).then((function(e) {
+ var t = this
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_2__['a'])(this.url.optPre + e).then((function(e) {
e.success ? (t.$message.success(e.message), t.loadData()) : t.$message.warning(e.message)
}))
},
handleDeleteOne: function(e) {
- this.cgButtonLinkHandler(e, "beforeDelete", "js"), this.handleDelete(e.id)
+ this.cgButtonLinkHandler(e, 'beforeDelete', 'js'), this.handleDelete(e.id)
},
handleGetSchema: function(e) {
- var t = this;
+ var t = this
this.schema = e, e && e.properties && function() {
var n = function(e, t) {
- var n = t.view || t.type || "string";
- n = "inputNumber" === n ? "number" : n;
+ var n = t.view || t.type || 'string'
+ n = 'inputNumber' === n ? 'number' : n
var r = {
type: n,
value: t.key,
@@ -1297,30 +1322,30 @@
dictText: t.dictText,
options: t.enum || t.options,
order: t.order
- };
- "popup" === n && (r["popup"] = {
+ }
+ 'popup' === n && (r['popup'] = {
code: t.popupCode || t.code,
- field: t.orgFields.split(",")[0],
- orgFields: t.orgFields.split(",")[0],
- destFields: t.destFields.split(",")[0]
+ field: t.orgFields.split(',')[0],
+ orgFields: t.orgFields.split(',')[0],
+ destFields: t.destFields.split(',')[0]
}), e.push(r)
},
r = [],
a = function(t) {
- if (!e.properties.hasOwnProperty(t)) return "continue";
- var a = e.properties[t];
- if ("tab" === a.view && 0 == a.relationType) {
+ if (!e.properties.hasOwnProperty(t)) return 'continue'
+ var a = e.properties[t]
+ if ('tab' === a.view && 0 == a.relationType) {
var i = {
- type: "sub-table",
+ type: 'sub-table',
value: a.key,
text: a.describe,
children: []
- };
+ }
if (a.columns) {
- var o, s = _createForOfIteratorHelper(a.columns);
+ var o, s = _createForOfIteratorHelper(a.columns)
try {
for (s.s(); !(o = s.n()).done;) {
- var c = o.value;
+ var c = o.value
n(i.children, c)
}
} catch (u) {
@@ -1330,23 +1355,23 @@
}
}
r.push(i)
- } else if ("tab" === a.view && 1 == a.relationType) {
+ } else if ('tab' === a.view && 1 == a.relationType) {
var l = {
- type: "sub-table",
+ type: 'sub-table',
value: a.key,
text: a.describe,
children: []
- };
+ }
Object.keys(a.properties).map((function(e) {
- a.properties[e]["key"] = e, n(l.children, a.properties[e])
+ a.properties[e]['key'] = e, n(l.children, a.properties[e])
})), r.push(l)
} else a.key = t, n(r, a)
- };
- for (var i in e.properties) a(i);
+ }
+ for (var i in e.properties) a(i)
for (var o = 0; o < r.length; o++)
for (var s = o + 1; s < r.length; s++) {
var c = r[o],
- l = r[s];
+ l = r[s]
c.order > l.order && (r[o] = l, r[s] = c)
}
t.superQuery.fieldList = r
@@ -1360,30 +1385,30 @@
},
handleExportXls: function() {
var e = this,
- t = this.queryParam;
- this.table.selectedRowKeys && this.table.selectedRowKeys.length > 0 && (t["selections"] = this.table.selectedRowKeys
- .join(","));
- var n = JSON.stringify(Object(_utils_util__WEBPACK_IMPORTED_MODULE_1__["a"])(t));
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_2__["b"])(this.url.exportXls + this.code, {
+ t = this.queryParam
+ this.table.selectedRowKeys && this.table.selectedRowKeys.length > 0 && (t['selections'] = this.table.selectedRowKeys
+ .join(','))
+ var n = JSON.stringify(Object(_utils_util__WEBPACK_IMPORTED_MODULE_1__['a'])(t))
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_2__['b'])(this.url.exportXls + this.code, {
paramsStr: n
}).then((function(t) {
if (t && 0 !== t.size)
- if ("undefined" !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t]), e.description +
- ".xls");
+ if ('undefined' !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t]), e.description +
+ '.xls')
else {
var n = window.URL.createObjectURL(new Blob([t])),
- r = document.createElement("a");
- r.style.display = "none", r.href = n, r.setAttribute("download", e.description + ".xls"), document.body
+ r = document.createElement('a')
+ r.style.display = 'none', r.href = n, r.setAttribute('download', e.description + '.xls'), document.body
.appendChild(r), r.click(), document.body.removeChild(r), window.URL.revokeObjectURL(n)
}
- else e.$message.warning("文件下载失败")
+ else e.$message.warning('文件下载失败')
}))
},
cgButtonJsHandler: function(e) {
this.EnhanceJS[e] && this.EnhanceJS[e](this)
},
handleSuperQuery: function(e, t) {
- e && 0 !== e.length ? this.superQuery.params = JSON.stringify(e) : this.superQuery.params = "", this.superQuery
+ e && 0 !== e.length ? this.superQuery.params = JSON.stringify(e) : this.superQuery.params = '', this.superQuery
.matchType = t, this.loadData(1)
},
handleSearchQuery: function() {
@@ -1393,7 +1418,7 @@
this.queryParam = {}, this.loadData(1)
},
initButtonSwitch: function(e) {
- var t = this;
+ var t = this
Object.keys(this.buttonSwitch).forEach((function(e) {
t.buttonSwitch[e] = !0
})), e && e.length > 0 && Object.keys(this.buttonSwitch).forEach((function(n) {
@@ -1402,71 +1427,71 @@
},
initCgEnhanceJs: function initCgEnhanceJs(enhanceJs) {
if (enhanceJs) {
- var Obj = eval("(" + enhanceJs + ")");
- this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_2__["c"],
- _api_manage__WEBPACK_IMPORTED_MODULE_2__["f"], _api_manage__WEBPACK_IMPORTED_MODULE_2__["a"]), this.cgButtonJsHandler(
- "created")
- } else this.EnhanceJS = ""
+ var Obj = eval('(' + enhanceJs + ')')
+ this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_2__['c'],
+ _api_manage__WEBPACK_IMPORTED_MODULE_2__['f'], _api_manage__WEBPACK_IMPORTED_MODULE_2__['a']), this.cgButtonJsHandler(
+ 'created')
+ } else this.EnhanceJS = ''
},
cgButtonLinkHandler: function(e, t, n) {
- var r = this;
- if ("js" === n) this.EnhanceJS[t] && this.EnhanceJS[t](this, e);
- else if ("action" === n) {
+ var r = this
+ if ('js' === n) this.EnhanceJS[t] && this.EnhanceJS[t](this, e)
+ else if ('action' === n) {
var a = {
formId: this.code,
buttonCode: t,
dataId: e.id
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_2__["f"])(this.url.buttonAction, a).then((function(e) {
- e.success ? (r.loadData(), r.$message.success("处理完成!")) : r.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_2__['f'])(this.url.buttonAction, a).then((function(e) {
+ e.success ? (r.loadData(), r.$message.success('处理完成!')) : r.$message.warning('处理失败!')
}))
}
},
cgButtonActionHandler: function(e) {
- var t = this;
+ var t = this
if (!this.table.selectedRowKeys || 0 === this.table.selectedRowKeys.length) return this.$message.warning(
- "请先选中一条记录"), !1;
- if (this.table.selectedRowKeys.length > 1) return this.$message.warning("请只选中一条记录"), !1;
+ '请先选中一条记录'), !1
+ if (this.table.selectedRowKeys.length > 1) return this.$message.warning('请只选中一条记录'), !1
var n = {
formId: this.code,
buttonCode: e,
dataId: this.table.selectedRowKeys[0]
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_2__["f"])(this.url.buttonAction, n).then((function(e) {
- e.success ? (t.loadData(), t.$message.success("处理完成!")) : t.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_2__['f'])(this.url.buttonAction, n).then((function(e) {
+ e.success ? (t.loadData(), t.$message.success('处理完成!')) : t.$message.warning('处理失败!')
}))
},
onClearSelected: function() {
this.table.selectedRowKeys = [], this.table.selectionRows = []
},
handleDelBatch: function() {
- var e = this;
- if (this.table.selectedRowKeys.length <= 0) return this.$message.warning("请选择一条记录!"), !1;
+ var e = this
+ if (this.table.selectedRowKeys.length <= 0) return this.$message.warning('请选择一条记录!'), !1
this.$confirm({
- title: "确认删除",
- content: "是否删除选中数据?",
+ title: '确认删除',
+ content: '是否删除选中数据?',
onOk: function() {
- var t = e.table.selectedRowKeys.join(",");
+ var t = e.table.selectedRowKeys.join(',')
e.handleDelete(t), e.onClearSelected()
}
})
},
settingColumnsHandler: function(e) {
var t = this,
- n = vue__WEBPACK_IMPORTED_MODULE_8___default.a.ls.get(this.localCode);
- n && 0 != n.length ? this.settingColumns = n.split(",") : (this.settingColumns = [], e.forEach((function(e) {
- t.settingColumns.indexOf(e["dataIndex"]) < 0 && t.settingColumns.push(e["dataIndex"])
+ n = vue__WEBPACK_IMPORTED_MODULE_8___default.a.ls.get(this.localCode)
+ n && 0 != n.length ? this.settingColumns = n.split(',') : (this.settingColumns = [], e.forEach((function(e) {
+ t.settingColumns.indexOf(e['dataIndex']) < 0 && t.settingColumns.push(e['dataIndex'])
})))
}
}
}
},
- "0a06": function(e, t, n) {
- "use strict";
- var r = n("2444"),
- a = n("c532"),
- i = n("f6b49"),
- o = n("5270");
+ '0a06': function(e, t, n) {
+ 'use strict'
+ var r = n('2444'),
+ a = n('c532'),
+ i = n('f6b49'),
+ o = n('5270')
function s(e) {
this.defaults = e, this.interceptors = {
@@ -1474,29 +1499,30 @@
response: new i
}
}
+
s.prototype.request = function(e) {
- "string" === typeof e && (e = a.merge({
+ 'string' === typeof e && (e = a.merge({
url: arguments[0]
}, arguments[1])), e = a.merge(r, {
- method: "get"
- }, this.defaults, e), e.method = e.method.toLowerCase();
+ method: 'get'
+ }, this.defaults, e), e.method = e.method.toLowerCase()
var t = [o, void 0],
- n = Promise.resolve(e);
+ n = Promise.resolve(e)
this.interceptors.request.forEach((function(e) {
t.unshift(e.fulfilled, e.rejected)
})), this.interceptors.response.forEach((function(e) {
t.push(e.fulfilled, e.rejected)
- }));
- while (t.length) n = n.then(t.shift(), t.shift());
+ }))
+ while (t.length) n = n.then(t.shift(), t.shift())
return n
- }, a.forEach(["delete", "get", "head", "options"], (function(e) {
+ }, a.forEach(['delete', 'get', 'head', 'options'], (function(e) {
s.prototype[e] = function(t, n) {
return this.request(a.merge(n || {}, {
method: e,
url: t
}))
}
- })), a.forEach(["post", "put", "patch"], (function(e) {
+ })), a.forEach(['post', 'put', 'patch'], (function(e) {
s.prototype[e] = function(t, n, r) {
return this.request(a.merge(r || {}, {
method: e,
@@ -1506,22 +1532,22 @@
}
})), e.exports = s
},
- "0a3c": function(e, t, n) {
+ '0a3c': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),
- n = "ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),
+ var t = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),
+ n = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),
r = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i,
/^dic/i
],
a =
/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,
- i = e.defineLocale("es-do", {
- months: "enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split(
- "_"),
+ i = e.defineLocale('es-do', {
+ months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(
+ '_'),
monthsShort: function(e, r) {
return e ? /-MMM-/.test(r) ? n[e.month()] : t[e.month()] : t
},
@@ -1532,214 +1558,214 @@
monthsParse: r,
longMonthsParse: r,
shortMonthsParse: r,
- weekdays: "domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),
- weekdaysShort: "dom._lun._mar._mié._jue._vie._sáb.".split("_"),
- weekdaysMin: "do_lu_ma_mi_ju_vi_sá".split("_"),
+ weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),
+ weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),
+ weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "h:mm A",
- LTS: "h:mm:ss A",
- L: "DD/MM/YYYY",
- LL: "D [de] MMMM [de] YYYY",
- LLL: "D [de] MMMM [de] YYYY h:mm A",
- LLLL: "dddd, D [de] MMMM [de] YYYY h:mm A"
+ LT: 'h:mm A',
+ LTS: 'h:mm:ss A',
+ L: 'DD/MM/YYYY',
+ LL: 'D [de] MMMM [de] YYYY',
+ LLL: 'D [de] MMMM [de] YYYY h:mm A',
+ LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A'
},
calendar: {
sameDay: function() {
- return "[hoy a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[hoy a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
nextDay: function() {
- return "[mañana a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[mañana a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
nextWeek: function() {
- return "dddd [a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return 'dddd [a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
lastDay: function() {
- return "[ayer a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[ayer a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
lastWeek: function() {
- return "[el] dddd [pasado a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[el] dddd [pasado a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "en %s",
- past: "hace %s",
- s: "unos segundos",
- ss: "%d segundos",
- m: "un minuto",
- mm: "%d minutos",
- h: "una hora",
- hh: "%d horas",
- d: "un día",
- dd: "%d días",
- M: "un mes",
- MM: "%d meses",
- y: "un año",
- yy: "%d años"
+ future: 'en %s',
+ past: 'hace %s',
+ s: 'unos segundos',
+ ss: '%d segundos',
+ m: 'un minuto',
+ mm: '%d minutos',
+ h: 'una hora',
+ hh: '%d horas',
+ d: 'un día',
+ dd: '%d días',
+ M: 'un mes',
+ MM: '%d meses',
+ y: 'un año',
+ yy: '%d años'
},
dayOfMonthOrdinalParse: /\d{1,2}º/,
- ordinal: "%dº",
+ ordinal: '%dº',
week: {
dow: 1,
doy: 4
}
- });
+ })
return i
}))
},
- "0a84": function(e, t, n) {
+ '0a84': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ar-ma", {
- months: "يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),
- monthsShort: "يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),
- weekdays: "الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),
- weekdaysShort: "احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),
- weekdaysMin: "ح_ن_ث_ر_خ_ج_س".split("_"),
+ var t = e.defineLocale('ar-ma', {
+ months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),
+ monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),
+ weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
+ weekdaysShort: 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),
+ weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[اليوم على الساعة] LT",
- nextDay: "[غدا على الساعة] LT",
- nextWeek: "dddd [على الساعة] LT",
- lastDay: "[أمس على الساعة] LT",
- lastWeek: "dddd [على الساعة] LT",
- sameElse: "L"
+ sameDay: '[اليوم على الساعة] LT',
+ nextDay: '[غدا على الساعة] LT',
+ nextWeek: 'dddd [على الساعة] LT',
+ lastDay: '[أمس على الساعة] LT',
+ lastWeek: 'dddd [على الساعة] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "في %s",
- past: "منذ %s",
- s: "ثوان",
- ss: "%d ثانية",
- m: "دقيقة",
- mm: "%d دقائق",
- h: "ساعة",
- hh: "%d ساعات",
- d: "يوم",
- dd: "%d أيام",
- M: "شهر",
- MM: "%d أشهر",
- y: "سنة",
- yy: "%d سنوات"
+ future: 'في %s',
+ past: 'منذ %s',
+ s: 'ثوان',
+ ss: '%d ثانية',
+ m: 'دقيقة',
+ mm: '%d دقائق',
+ h: 'ساعة',
+ hh: '%d ساعات',
+ d: 'يوم',
+ dd: '%d أيام',
+ M: 'شهر',
+ MM: '%d أشهر',
+ y: 'سنة',
+ yy: '%d سنوات'
},
week: {
dow: 6,
doy: 12
}
- });
+ })
return t
}))
},
- "0ad7": function(e, t, n) {
- "use strict";
- n.r(t);
+ '0ad7': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
style: e.modalStyle,
attrs: {
- title: "JAVA增强",
+ title: 'JAVA增强',
width: e.modalWidth,
visible: e.visible,
- cancelText: "关闭"
+ cancelText: '关闭'
},
on: {
cancel: e.handleCancel
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
- key: "back",
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), e.aiTestMode ? n("div", {
+ }, [e._v('关闭')]), e.aiTestMode ? n('div', {
staticStyle: {
- display: "inline-block",
- float: "left"
+ display: 'inline-block',
+ float: 'left'
}
- }, [n("a-button", {
+ }, [n('a-button', {
on: {
click: function(t) {
return e.genEnhanceJavaData(e.code)
}
}
- }, [e._v("生成测试数据")])], 1) : e._e()], 1), n("div", {
- staticClass: "table-page-search-wrapper"
- }), n("div", {
- staticClass: "table-operator",
+ }, [e._v('生成测试数据')])], 1) : e._e()], 1), n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }), n('div', {
+ staticClass: 'table-operator',
staticStyle: {
- "margin-bottom": "18px"
+ 'margin-bottom': '18px'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.handleAdd
}
- }, [e._v("新增")]), e.selectedRowKeys.length > 0 ? n("a-dropdown", [n("a-menu", {
+ }, [e._v('新增')]), e.selectedRowKeys.length > 0 ? n('a-dropdown', [n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [n("a-menu-item", {
- key: "1",
+ slot: 'overlay'
+ }, [n('a-menu-item', {
+ key: '1',
on: {
click: e.batchDel
}
- }, [n("a-icon", {
+ }, [n('a-icon', {
attrs: {
- type: "delete"
+ type: 'delete'
}
- }), e._v("删除")], 1)], 1), n("a-button", {
+ }), e._v('删除')], 1)], 1), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
}
- }, [e._v(" 批量操作 "), n("a-icon", {
+ }, [e._v(' 批量操作 '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1)], 1) : e._e()], 1), n("div", {
+ })], 1)], 1) : e._e()], 1), n('div', {
style: e.table_area_style
- }, [n("div", {
- staticClass: "ant-alert ant-alert-info",
+ }, [n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v(" 已选择 "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v(' 已选择 '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v(e._s(e.selectedRowKeys.length))]), e._v("项\n "), n("a", {
+ }, [e._v(e._s(e.selectedRowKeys.length))]), e._v('项\n '), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")])]), n("a-table", {
- ref: "table",
+ }, [e._v('清空')])]), n('a-table', {
+ ref: 'table',
attrs: {
- size: "middle",
- bordered: "",
- rowKey: "id",
+ size: 'middle',
+ bordered: '',
+ rowKey: 'id',
columns: e.columns,
dataSource: e.dataSource,
pagination: !1,
@@ -1753,32 +1779,32 @@
change: e.handleTableChange
},
scopedSlots: e._u([{
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return n("span", {}, [n("a", {
+ return n('span', {}, [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- }), n("a-popconfirm", {
+ }), n('a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDelete(r.id)
}
}
- }, [n("a", [e._v("删除")])])], 1)
+ }, [n('a', [e._v('删除')])])], 1)
}
}])
- })], 1), n("onl-enhance-java-modal", {
- ref: "modalForm",
+ })], 1), n('onl-enhance-java-modal', {
+ ref: 'modalForm',
attrs: {
code: e.code,
btnList: e.btnList
@@ -1789,19 +1815,20 @@
})], 2)
},
a = [],
- i = n("8d20"),
- o = n("b65a"),
- s = n("0fea"),
- c = n("f654"),
- l = n("addb");
+ i = n('8d20'),
+ o = n('b65a'),
+ s = n('0fea'),
+ c = n('f654'),
+ l = n('addb')
function u(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = d(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = d(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -1819,17 +1846,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -1847,102 +1874,103 @@
function d(e, t) {
if (e) {
- if ("string" === typeof e) return h(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
+ if ('string' === typeof e) return h(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
}
}
function h(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var f = {
- name: "OnlEnhanceJavaList",
- mixins: [o["a"], c["AiTestOnlineMixin"]],
+ name: 'OnlEnhanceJavaList',
+ mixins: [o['a'], c['AiTestOnlineMixin']],
components: {
- OnlEnhanceJavaModal: i["default"]
+ OnlEnhanceJavaModal: i['default']
},
data: function() {
- var e = this;
+ var e = this
return {
- modalWidth: "100%",
+ modalWidth: '100%',
modalStyle: {
top: 0,
padding: 0,
- height: window.innerHeight - 5 + "px",
- "overflow-y": "auto"
+ height: window.innerHeight - 5 + 'px',
+ 'overflow-y': 'auto'
},
table_area_style: {
- height: window.innerHeight - 210 + "px"
+ height: window.innerHeight - 210 + 'px'
},
visible: !1,
- description: "java增强管理页面",
- code: "",
+ description: 'java增强管理页面',
+ code: '',
url: {
- list: "/online/cgform/head/enhanceJava",
- delete: "/online/cgform/head/enhanceJava",
- deleteBatch: "/online/cgform/head/deleteBatchEnhanceJava"
+ list: '/online/cgform/head/enhanceJava',
+ delete: '/online/cgform/head/enhanceJava',
+ deleteBatch: '/online/cgform/head/deleteBatchEnhanceJava'
},
isorter: {
- column: "orderNum",
- order: "asc"
+ column: 'orderNum',
+ order: 'asc'
},
btnList: [],
disableMixinCreated: !0,
columns: [{
- title: "页面按钮",
- align: "center",
- dataIndex: "buttonCode",
+ title: '页面按钮',
+ align: 'center',
+ dataIndex: 'buttonCode',
customRender: function(t) {
return e.renderButtonText(t)
}
}, {
- title: "事件状态",
- align: "center",
- dataIndex: "event",
+ title: '事件状态',
+ align: 'center',
+ dataIndex: 'event',
customRender: function(e) {
- return "start" == e ? "开始" : "结束"
+ return 'start' == e ? '开始' : '结束'
}
}, {
- title: "类型",
- align: "center",
- dataIndex: "cgJavaType",
+ title: '类型',
+ align: 'center',
+ dataIndex: 'cgJavaType',
customRender: function(e) {
- return "spring" == e ? "spring-key" : "java-class"
+ return 'spring' == e ? 'spring-key' : 'java-class'
}
}, {
- title: "内容",
- align: "center",
- dataIndex: "cgJavaValue"
+ title: '内容',
+ align: 'center',
+ dataIndex: 'cgJavaValue'
}, {
- title: "是否生效",
- align: "center",
- dataIndex: "activeStatus",
+ title: '是否生效',
+ align: 'center',
+ dataIndex: 'activeStatus',
customRender: function(e) {
- return "1" == e ? "有效" : "无效"
+ return '1' == e ? '有效' : '无效'
}
}, {
- title: "操作",
- dataIndex: "action",
- align: "center",
+ title: '操作',
+ dataIndex: 'action',
+ align: 'center',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
}
}]
}
},
methods: {
renderButtonText: function(e) {
- var t, n = "",
- r = u(l["online_default_button"]);
+ var t, n = '',
+ r = u(l['online_default_button'])
try {
for (r.s(); !(t = r.n()).done;) {
- var a = t.value;
+ var a = t.value
if (a.code === e) {
- n = a.title;
+ n = a.title
break
}
}
@@ -1952,12 +1980,12 @@
r.f()
}
if (!n) {
- var i, o = u(this.btnList);
+ var i, o = u(this.btnList)
try {
for (o.s(); !(i = o.n()).done;) {
- var s = i.value;
+ var s = i.value
if (s.buttonCode === e) {
- n = s.buttonName;
+ n = s.buttonName
break
}
}
@@ -1970,27 +1998,27 @@
return n
},
loadBtnList: function() {
- var e = this;
+ var e = this
if (this.code) {
- var t = "/online/cgform/head/enhanceButton/".concat(this.code);
- Object(s["c"])(t).then((function(t) {
+ var t = '/online/cgform/head/enhanceButton/'.concat(this.code)
+ Object(s['c'])(t).then((function(t) {
t.success && (t.result && 0 != t.result.length ? e.btnList = t.result.filter((function(e) {
- return "action" == e.optType
+ return 'action' == e.optType
})) : e.btnList = []), e.loadData(1)
}))
} else this.btnList = []
},
loadData: function() {
- var e = this;
+ var e = this
if (this.code) {
- var t = "".concat(this.url.list, "/").concat(this.code);
- Object(s["c"])(t).then((function(t) {
+ var t = ''.concat(this.url.list, '/').concat(this.code)
+ Object(s['c'])(t).then((function(t) {
t.success && (e.dataSource = t.result)
}))
}
},
handleCancel: function() {
- this.visible = !1, this.code = ""
+ this.visible = !1, this.code = ''
},
show: function(e) {
this.code = e, this.visible = !0, this.loadBtnList()
@@ -1998,70 +2026,71 @@
}
},
m = f,
- p = (n("a197"), n("2877")),
- _ = Object(p["a"])(m, r, a, !1, null, "d7231ef8", null);
- t["default"] = _.exports
+ p = (n('a197'), n('2877')),
+ _ = Object(p['a'])(m, r, a, !1, null, 'd7231ef8', null)
+ t['default'] = _.exports
},
- "0b07": function(e, t, n) {
- var r = n("34ac"),
- a = n("3698");
+ '0b07': function(e, t, n) {
+ var r = n('34ac'),
+ a = n('3698')
function i(e, t) {
- var n = a(e, t);
+ var n = a(e, t)
return r(n) ? n : void 0
}
+
e.exports = i
},
- "0c63": function(e, t, n) {
- "use strict";
- var r = n("92fa"),
+ '0c63': function(e, t, n) {
+ 'use strict'
+ var r = n('92fa'),
a = n.n(r),
- i = n("41b2"),
+ i = n('41b2'),
o = n.n(i),
- s = n("6042"),
+ s = n('6042'),
c = n.n(s),
- l = n("9b57"),
+ l = n('9b57'),
u = n.n(l),
- d = n("4d26"),
+ d = n('4d26'),
h = n.n(d),
- f = n("3a9b"),
- m = n("2adb"),
+ f = n('3a9b'),
+ m = n('2adb'),
p = {
- primaryColor: "#333",
- secondaryColor: "#E6E6E6"
+ primaryColor: '#333',
+ secondaryColor: '#E6E6E6'
},
_ = {
- name: "AntdIcon",
- props: ["type", "primaryColor", "secondaryColor"],
- displayName: "IconVue",
- definitions: new m["a"],
+ name: 'AntdIcon',
+ props: ['type', 'primaryColor', 'secondaryColor'],
+ displayName: 'IconVue',
+ definitions: new m['a'],
data: function() {
return {
twoToneColorPalette: p
}
},
add: function() {
- for (var e = arguments.length, t = Array(e), n = 0; n < e; n++) t[n] = arguments[n];
+ for (var e = arguments.length, t = Array(e), n = 0; n < e; n++) t[n] = arguments[n]
t.forEach((function(e) {
- _.definitions.set(Object(m["f"])(e.name, e.theme), e)
+ _.definitions.set(Object(m['f'])(e.name, e.theme), e)
}))
},
clear: function() {
_.definitions.clear()
},
get: function(e) {
- var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : p;
+ var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : p
if (e) {
- var n = _.definitions.get(e);
- return n && "function" === typeof n.icon && (n = o()({}, n, {
+ var n = _.definitions.get(e)
+ return n && 'function' === typeof n.icon && (n = o()({}, n, {
icon: n.icon(t.primaryColor, t.secondaryColor)
})), n
}
},
setTwoToneColors: function(e) {
var t = e.primaryColor,
- n = e.secondaryColor;
- p.primaryColor = t, p.secondaryColor = n || Object(m["c"])(t)
+ n = e.secondaryColor
+ p.primaryColor = t, p.secondaryColor = n || Object(m['c'])(t)
},
getTwoToneColors: function() {
return o()({}, p)
@@ -2072,24 +2101,24 @@
r = t.primaryColor,
a = t.secondaryColor,
i = void 0,
- s = p;
+ s = p
if (r && (s = {
primaryColor: r,
- secondaryColor: a || Object(m["c"])(r)
- }), Object(m["d"])(n)) i = n;
- else if ("string" === typeof n && (i = _.get(n, s), !i)) return null;
- return i ? (i && "function" === typeof i.icon && (i = o()({}, i, {
+ secondaryColor: a || Object(m['c'])(r)
+ }), Object(m['d'])(n)) i = n
+ else if ('string' === typeof n && (i = _.get(n, s), !i)) return null
+ return i ? (i && 'function' === typeof i.icon && (i = o()({}, i, {
icon: i.icon(s.primaryColor, s.secondaryColor)
- })), Object(m["b"])(e, i.icon, "svg-" + i.name, {
+ })), Object(m['b'])(e, i.icon, 'svg-' + i.name, {
attrs: {
- "data-icon": i.name,
- width: "1em",
- height: "1em",
- fill: "currentColor",
- "aria-hidden": "true"
+ 'data-icon': i.name,
+ width: '1em',
+ height: '1em',
+ fill: 'currentColor',
+ 'aria-hidden': 'true'
},
on: this.$listeners
- })) : (Object(m["e"])("type should be string or icon definiton, but got " + n), null)
+ })) : (Object(m['e'])('type should be string or icon definiton, but got ' + n), null)
},
install: function(e) {
e.component(_.name, _)
@@ -2097,24 +2126,24 @@
},
v = _,
b = v,
- y = n("4d91"),
- g = n("8e8e"),
+ y = n('4d91'),
+ g = n('8e8e'),
M = n.n(g),
- w = n("daa3"),
- L = new Set;
+ w = n('daa3'),
+ L = new Set
function O(e) {
var t = e.scriptUrl,
n = e.extraCommonProps,
- r = void 0 === n ? {} : n;
- if ("undefined" !== typeof document && "undefined" !== typeof window && "function" === typeof document.createElement &&
- "string" === typeof t && t.length && !L.has(t)) {
- var a = document.createElement("script");
- a.setAttribute("src", t), a.setAttribute("data-namespace", t), L.add(t), document.body.appendChild(a)
+ r = void 0 === n ? {} : n
+ if ('undefined' !== typeof document && 'undefined' !== typeof window && 'function' === typeof document.createElement &&
+ 'string' === typeof t && t.length && !L.has(t)) {
+ var a = document.createElement('script')
+ a.setAttribute('src', t), a.setAttribute('data-namespace', t), L.add(t), document.body.appendChild(a)
}
var i = {
functional: !0,
- name: "AIconfont",
+ name: 'AIconfont',
props: $.props,
render: function(e, t) {
var n = t.props,
@@ -2122,72 +2151,74 @@
i = t.listeners,
o = t.data,
s = n.type,
- c = M()(n, ["type"]),
+ c = M()(n, ['type']),
l = a(),
- u = l["default"],
- d = null;
- s && (d = e("use", {
+ u = l['default'],
+ d = null
+ s && (d = e('use', {
attrs: {
- "xlink:href": "#" + s
+ 'xlink:href': '#' + s
}
- })), u && (d = u);
- var h = Object(w["u"])(r, o, {
+ })), u && (d = u)
+ var h = Object(w['u'])(r, o, {
props: c,
on: i
- });
+ })
return e($, h, [d])
}
- };
+ }
return i
}
- var S = n("6a21"),
+
+ var S = n('6a21'),
k = {
- width: "1em",
- height: "1em",
- fill: "currentColor",
- "aria-hidden": "true",
- focusable: "false"
+ width: '1em',
+ height: '1em',
+ fill: 'currentColor',
+ 'aria-hidden': 'true',
+ focusable: 'false'
},
C = /-fill$/,
T = /-o$/,
- x = /-twotone$/;
+ x = /-twotone$/
function z(e) {
- var t = null;
- return C.test(e) ? t = "filled" : T.test(e) ? t = "outlined" : x.test(e) && (t = "twoTone"), t
+ var t = null
+ return C.test(e) ? t = 'filled' : T.test(e) ? t = 'outlined' : x.test(e) && (t = 'twoTone'), t
}
function D(e) {
- return e.replace(C, "").replace(T, "").replace(x, "")
+ return e.replace(C, '').replace(T, '').replace(x, '')
}
function j(e, t) {
- var n = e;
- return "filled" === t ? n += "-fill" : "outlined" === t ? n += "-o" : "twoTone" === t ? n += "-twotone" :
- Object(S["a"])(!1, "Icon", "This icon '" + e + "' has unknown theme '" + t + "'"), n
+ var n = e
+ return 'filled' === t ? n += '-fill' : 'outlined' === t ? n += '-o' : 'twoTone' === t ? n += '-twotone' :
+ Object(S['a'])(!1, 'Icon', 'This icon \'' + e + '\' has unknown theme \'' + t + '\''), n
}
function H(e) {
- var t = e;
+ var t = e
switch (e) {
- case "cross":
- t = "close";
- break;
- case "interation":
- t = "interaction";
- break;
- case "canlendar":
- t = "calendar";
- break;
- case "colum-height":
- t = "column-height";
- break;
+ case 'cross':
+ t = 'close'
+ break
+ case 'interation':
+ t = 'interaction'
+ break
+ case 'canlendar':
+ t = 'calendar'
+ break
+ case 'colum-height':
+ t = 'column-height'
+ break
default:
}
- return Object(S["a"])(t === e, "Icon", "Icon '" + e + "' was a typo and is now deprecated, please use '" + t +
- "' instead."), t
+ return Object(S['a'])(t === e, 'Icon', 'Icon \'' + e + '\' was a typo and is now deprecated, please use \'' + t +
+ '\' instead.'), t
}
- var E = n("e5cd");
+
+ var E = n('e5cd')
function P(e) {
return b.setTwoToneColors({
@@ -2196,20 +2227,21 @@
}
function A() {
- var e = b.getTwoToneColors();
+ var e = b.getTwoToneColors()
return e.primaryColor
}
- var Y = n("db14");
+
+ var Y = n('db14')
b.add.apply(b, u()(Object.keys(f).map((function(e) {
return f[e]
- })))), P("#1890ff");
- var V = "outlined",
- I = void 0;
+ })))), P('#1890ff')
+ var V = 'outlined',
+ I = void 0
function R(e, t, n) {
var r, i = n.$props,
s = n.$slots,
- l = Object(w["j"])(n),
+ l = Object(w['j'])(n),
u = i.type,
d = i.component,
f = i.viewBox,
@@ -2218,14 +2250,14 @@
_ = i.twoToneColor,
v = i.rotate,
y = i.tabIndex,
- g = Object(w["c"])(s["default"]);
- g = 0 === g.length ? void 0 : g, Object(S["a"])(Boolean(u || d || g), "Icon",
- "Icon should have `type` prop or `component` prop or `children`.");
- var M = h()((r = {}, c()(r, "anticon", !0), c()(r, "anticon-" + u, !!u), r)),
- L = h()(c()({}, "anticon-spin", !!m || "loading" === u)),
+ g = Object(w['c'])(s['default'])
+ g = 0 === g.length ? void 0 : g, Object(S['a'])(Boolean(u || d || g), 'Icon',
+ 'Icon should have `type` prop or `component` prop or `children`.')
+ var M = h()((r = {}, c()(r, 'anticon', !0), c()(r, 'anticon-' + u, !!u), r)),
+ L = h()(c()({}, 'anticon-spin', !!m || 'loading' === u)),
O = v ? {
- msTransform: "rotate(" + v + "deg)",
- transform: "rotate(" + v + "deg)"
+ msTransform: 'rotate(' + v + 'deg)',
+ transform: 'rotate(' + v + 'deg)'
} : void 0,
C = {
attrs: o()({}, k, {
@@ -2233,34 +2265,34 @@
}),
class: L,
style: O
- };
- f || delete C.attrs.viewBox;
+ }
+ f || delete C.attrs.viewBox
var T = function() {
- if (d) return e(d, C, [g]);
+ if (d) return e(d, C, [g])
if (g) {
- Object(S["a"])(Boolean(f) || 1 === g.length && "use" === g[0].tag, "Icon",
- "Make sure that you provide correct `viewBox` prop (default `0 0 1024 1024`) to the icon.");
+ Object(S['a'])(Boolean(f) || 1 === g.length && 'use' === g[0].tag, 'Icon',
+ 'Make sure that you provide correct `viewBox` prop (default `0 0 1024 1024`) to the icon.')
var t = {
attrs: o()({}, k),
class: L,
style: O
- };
- return e("svg", a()([t, {
+ }
+ return e('svg', a()([t, {
attrs: {
viewBox: f
}
}]), [g])
}
- if ("string" === typeof u) {
- var n = u;
+ if ('string' === typeof u) {
+ var n = u
if (p) {
- var r = z(u);
- Object(S["a"])(!r || p === r, "Icon", "The icon name '" + u + "' already specify a theme '" + r +
- "', the 'theme' prop '" + p + "' will be ignored.")
+ var r = z(u)
+ Object(S['a'])(!r || p === r, 'Icon', 'The icon name \'' + u + '\' already specify a theme \'' + r +
+ '\', the \'theme\' prop \'' + p + '\' will be ignored.')
}
return n = j(D(H(n)), I || p || V), e(b, {
attrs: {
- focusable: "false",
+ focusable: 'false',
type: n,
primaryColor: _
},
@@ -2269,37 +2301,38 @@
})
}
},
- x = y;
- void 0 === x && "click" in l && (x = -1);
+ x = y
+ void 0 === x && 'click' in l && (x = -1)
var E = {
attrs: {
- "aria-label": u && t.icon + ": " + u,
+ 'aria-label': u && t.icon + ': ' + u,
tabIndex: x
},
on: l,
class: M,
- staticClass: ""
- };
- return e("i", E, [T()])
+ staticClass: ''
+ }
+ return e('i', E, [T()])
}
+
var F = {
- name: "AIcon",
+ name: 'AIcon',
props: {
- tabIndex: y["a"].number,
- type: y["a"].string,
- component: y["a"].any,
- viewBox: y["a"].any,
- spin: y["a"].bool.def(!1),
- rotate: y["a"].number,
- theme: y["a"].oneOf(["filled", "outlined", "twoTone"]),
- twoToneColor: y["a"].string,
- role: y["a"].string
+ tabIndex: y['a'].number,
+ type: y['a'].string,
+ component: y['a'].any,
+ viewBox: y['a'].any,
+ spin: y['a'].bool.def(!1),
+ rotate: y['a'].number,
+ theme: y['a'].oneOf(['filled', 'outlined', 'twoTone']),
+ twoToneColor: y['a'].string,
+ role: y['a'].string
},
render: function(e) {
- var t = this;
- return e(E["a"], {
+ var t = this
+ return e(E['a'], {
attrs: {
- componentName: "Icon"
+ componentName: 'Icon'
},
scopedSlots: {
default: function(n) {
@@ -2308,68 +2341,70 @@
}
})
}
- };
+ }
F.createFromIconfontCN = O, F.getTwoToneColor = A, F.setTwoToneColor = P, F.install = function(e) {
- e.use(Y["a"]), e.component(F.name, F)
- };
- var $ = t["a"] = F
+ e.use(Y['a']), e.component(F.name, F)
+ }
+ var $ = t['a'] = F
},
- "0caa": function(e, t, n) {
+ '0caa': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n, r) {
var a = {
- s: ["thoddea sekondamni", "thodde sekond"],
- ss: [e + " sekondamni", e + " sekond"],
- m: ["eka mintan", "ek minut"],
- mm: [e + " mintamni", e + " mintam"],
- h: ["eka voran", "ek vor"],
- hh: [e + " voramni", e + " voram"],
- d: ["eka disan", "ek dis"],
- dd: [e + " disamni", e + " dis"],
- M: ["eka mhoinean", "ek mhoino"],
- MM: [e + " mhoineamni", e + " mhoine"],
- y: ["eka vorsan", "ek voros"],
- yy: [e + " vorsamni", e + " vorsam"]
- };
+ s: ['thoddea sekondamni', 'thodde sekond'],
+ ss: [e + ' sekondamni', e + ' sekond'],
+ m: ['eka mintan', 'ek minut'],
+ mm: [e + ' mintamni', e + ' mintam'],
+ h: ['eka voran', 'ek vor'],
+ hh: [e + ' voramni', e + ' voram'],
+ d: ['eka disan', 'ek dis'],
+ dd: [e + ' disamni', e + ' dis'],
+ M: ['eka mhoinean', 'ek mhoino'],
+ MM: [e + ' mhoineamni', e + ' mhoine'],
+ y: ['eka vorsan', 'ek voros'],
+ yy: [e + ' vorsamni', e + ' vorsam']
+ }
return r ? a[n][0] : a[n][1]
}
- var n = e.defineLocale("gom-latn", {
+
+ var n = e.defineLocale('gom-latn', {
months: {
- standalone: "Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),
- format: "Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea"
- .split("_"),
+ standalone: 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split('_'),
+ format: 'Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea'
+ .split('_'),
isFormat: /MMMM(\s)+D[oD]?/
},
- monthsShort: "Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),
+ monthsShort: 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split('_'),
monthsParseExact: !0,
- weekdays: "Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),
- weekdaysShort: "Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),
- weekdaysMin: "Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),
+ weekdays: 'Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son\'var'.split('_'),
+ weekdaysShort: 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'),
+ weekdaysMin: 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "A h:mm [vazta]",
- LTS: "A h:mm:ss [vazta]",
- L: "DD-MM-YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY A h:mm [vazta]",
- LLLL: "dddd, MMMM Do, YYYY, A h:mm [vazta]",
- llll: "ddd, D MMM YYYY, A h:mm [vazta]"
+ LT: 'A h:mm [vazta]',
+ LTS: 'A h:mm:ss [vazta]',
+ L: 'DD-MM-YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY A h:mm [vazta]',
+ LLLL: 'dddd, MMMM Do, YYYY, A h:mm [vazta]',
+ llll: 'ddd, D MMM YYYY, A h:mm [vazta]'
},
calendar: {
- sameDay: "[Aiz] LT",
- nextDay: "[Faleam] LT",
- nextWeek: "[Fuddlo] dddd[,] LT",
- lastDay: "[Kal] LT",
- lastWeek: "[Fattlo] dddd[,] LT",
- sameElse: "L"
+ sameDay: '[Aiz] LT',
+ nextDay: '[Faleam] LT',
+ nextWeek: '[Fuddlo] dddd[,] LT',
+ lastDay: '[Kal] LT',
+ lastWeek: '[Fattlo] dddd[,] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s",
- past: "%s adim",
+ future: '%s',
+ past: '%s adim',
s: t,
ss: t,
m: t,
@@ -2386,15 +2421,15 @@
dayOfMonthOrdinalParse: /\d{1,2}(er)/,
ordinal: function(e, t) {
switch (t) {
- case "D":
- return e + "er";
+ case 'D':
+ return e + 'er'
default:
- case "M":
- case "Q":
- case "DDD":
- case "d":
- case "w":
- case "W":
+ case 'M':
+ case 'Q':
+ case 'DDD':
+ case 'd':
+ case 'w':
+ case 'W':
return e
}
},
@@ -2404,17 +2439,17 @@
},
meridiemParse: /rati|sokallim|donparam|sanje/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "rati" === t ? e < 4 ? e : e + 12 : "sokallim" === t ? e : "donparam" ===
- t ? e > 12 ? e : e + 12 : "sanje" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'rati' === t ? e < 4 ? e : e + 12 : 'sokallim' === t ? e : 'donparam' ===
+ t ? e > 12 ? e : e + 12 : 'sanje' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 4 ? "rati" : e < 12 ? "sokallim" : e < 16 ? "donparam" : e < 20 ? "sanje" : "rati"
+ return e < 4 ? 'rati' : e < 12 ? 'sokallim' : e < 16 ? 'donparam' : e < 20 ? 'sanje' : 'rati'
}
- });
+ })
return n
}))
},
- "0cdd": function(e, t) {
+ '0cdd': function(e, t) {
window.MutationObserver || (window.MutationObserver = function(e) {
function t(e) {
this.i = [], this.m = e
@@ -2422,7 +2457,7 @@
function n(e) {
(function n() {
- var r = e.takeRecords();
+ var r = e.takeRecords()
r.length && e.m(r, e), e.h = setTimeout(n, t._period)
})()
}
@@ -2438,20 +2473,20 @@
attributeName: null,
attributeNamespace: null,
oldValue: null
- };
- for (n in t) r[n] !== e && t[n] !== e && (r[n] = t[n]);
+ }
+ for (n in t) r[n] !== e && t[n] !== e && (r[n] = t[n])
return r
}
function a(e, t) {
- var n = l(e, t);
+ var n = l(e, t)
return function(a) {
- var i = a.length;
+ var i = a.length
if (t.a && 3 === e.nodeType && e.nodeValue !== n.a && a.push(new r({
- type: "characterData",
+ type: 'characterData',
target: e,
oldValue: n.a
- })), t.b && n.b && s(a, e, n.b, t.f), t.c || t.g) var o = c(a, e, n, t);
+ })), t.b && n.b && s(a, e, n.b, t.f), t.c || t.g) var o = c(a, e, n, t)
(o || a.length !== i) && (n = l(e, t))
}
}
@@ -2461,21 +2496,21 @@
}
function o(e, t) {
- return "style" !== t.name ? t.value : e.style.cssText
+ return 'style' !== t.name ? t.value : e.style.cssText
}
function s(t, n, a, i) {
for (var o, s, c = {}, l = n.attributes, u = l.length; u--;) o = l[u], s = o.name, i && i[s] === e || (p(n,
o) !== a[s] && t.push(r({
- type: "attributes",
+ type: 'attributes',
target: n,
attributeName: s,
oldValue: a[s],
attributeNamespace: o.namespaceURI
- })), c[s] = !0);
+ })), c[s] = !0)
for (s in a) c[s] || t.push(r({
target: n,
- type: "attributes",
+ type: 'attributes',
attributeName: s,
oldValue: a[s]
}))
@@ -2483,17 +2518,17 @@
function c(t, n, a, i) {
function o(e, n, a, o, l) {
- var u, d, h, f = e.length - 1;
+ var u, d, h, f = e.length - 1
for (l = -~((f - l) / 2); h = e.pop();) u = a[h.j], d = o[h.l], i.c && l && Math.abs(h.j - h.l) >= f && (t
.push(r({
- type: "childList",
+ type: 'childList',
target: n,
addedNodes: [u],
removedNodes: [u],
nextSibling: u.nextSibling,
previousSibling: u.previousSibling
})), l--), i.b && d.b && s(t, u, d.b, i.f), i.a && 3 === u.nodeType && u.nodeValue !== d.a && t.push(r({
- type: "characterData",
+ type: 'characterData',
target: u,
oldValue: d.a
})), i.g && c(u, d)
@@ -2503,13 +2538,13 @@
for (var d, h, m, p, _, v = n.childNodes, b = a.c, y = v.length, g = b ? b.length : 0, M = 0, w = 0, L = 0; w <
y || L < g;) p = v[w], _ = (m = b[L]) && m.node, p === _ ? (i.b && m.b && s(t, p, m.b, i.f), i.a && m.a !==
e && p.nodeValue !== m.a && t.push(r({
- type: "characterData",
+ type: 'characterData',
target: p,
oldValue: m.a
})), h && o(h, n, v, b, M), i.g && (p.childNodes.length || m.c && m.c.length) && c(p, m), w++, L++) : (l = !
- 0, d || (d = {}, h = []), p && (d[m = u(p)] || (d[m] = !0, -1 === (m = f(b, p, L, "node")) ? i.c && (t.push(
+ 0, d || (d = {}, h = []), p && (d[m = u(p)] || (d[m] = !0, -1 === (m = f(b, p, L, 'node')) ? i.c && (t.push(
r({
- type: "childList",
+ type: 'childList',
target: n,
addedNodes: [p],
nextSibling: p.nextSibling,
@@ -2518,7 +2553,7 @@
j: w,
l: m
})), w++), _ && _ !== v[w] && (d[m = u(_)] || (d[m] = !0, -1 === (m = f(v, _, w)) ? i.c && (t.push(r({
- type: "childList",
+ type: 'childList',
target: a.node,
removedNodes: [_],
nextSibling: b[L + 1],
@@ -2526,19 +2561,20 @@
})), M--) : h.push({
j: m,
l: L
- })), L++));
+ })), L++))
h && o(h, n, v, b, M)
}
- var l;
+
+ var l
return c(n, a), l
}
function l(e, t) {
- var n = !0;
+ var n = !0
return function e(r) {
var a = {
node: r
- };
+ }
return !t.a || 3 !== r.nodeType && 8 !== r.nodeType ? (t.b && n && 1 === r.nodeType && (a.b = h(r.attributes,
(function(e, n) {
return t.f && !t.f[n.name] || (e[n.name] = p(r, n)), e
@@ -2560,20 +2596,21 @@
}
function d(e, t) {
- for (var n = [], r = 0; r < e.length; r++) n[r] = t(e[r], r, e);
+ for (var n = [], r = 0; r < e.length; r++) n[r] = t(e[r], r, e)
return n
}
function h(e, t, n) {
- for (var r = 0; r < e.length; r++) n = t(n, e[r], r, e);
+ for (var r = 0; r < e.length; r++) n = t(n, e[r], r, e)
return n
}
function f(e, t, n, r) {
for (; n < e.length; n++)
- if ((r ? e[n][r] : e[n]) === t) return n;
+ if ((r ? e[n][r] : e[n]) === t) return n
return -1
}
+
t._period = 30, t.prototype = {
observe: function(e, t) {
for (var r = {
@@ -2581,7 +2618,7 @@
c: !!t.childList,
g: !!t.subtree,
a: !(!t.characterData && !t.characterDataOldValue)
- }, i = this.i, o = 0; o < i.length; o++) i[o].s === e && i.splice(o, 1);
+ }, i = this.i, o = 0; o < i.length; o++) i[o].s === e && i.splice(o, 1)
t.attributeFilter && (r.f = h(t.attributeFilter, (function(e, t) {
return e[t] = !0, e
}), {})), i.push({
@@ -2590,47 +2627,47 @@
}), this.h || n(this)
},
takeRecords: function() {
- for (var e = [], t = this.i, n = 0; n < t.length; n++) t[n].o(e);
+ for (var e = [], t = this.i, n = 0; n < t.length; n++) t[n].o(e)
return e
},
disconnect: function() {
this.i = [], clearTimeout(this.h), this.h = null
}
- };
- var m = document.createElement("i");
- m.style.top = 0;
- var p = (m = "null" != m.attributes.style.value) ? i : o,
- _ = 1;
+ }
+ var m = document.createElement('i')
+ m.style.top = 0
+ var p = (m = 'null' != m.attributes.style.value) ? i : o,
+ _ = 1
return t
}(void 0))
},
- "0d24": function(e, t, n) {
+ '0d24': function(e, t, n) {
(function(e) {
- var r = n("2b3e"),
- a = n("07c7"),
+ var r = n('2b3e'),
+ a = n('07c7'),
i = t && !t.nodeType && t,
- o = i && "object" == typeof e && e && !e.nodeType && e,
+ o = i && 'object' == typeof e && e && !e.nodeType && e,
s = o && o.exports === i,
c = s ? r.Buffer : void 0,
l = c ? c.isBuffer : void 0,
- u = l || a;
+ u = l || a
e.exports = u
- }).call(this, n("62e4")(e))
+ }).call(this, n('62e4')(e))
},
- "0d4a": function(e, t, n) {
- "use strict";
+ '0d4a': function(e, t, n) {
+ 'use strict'
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-row", {
+ n = e._self._c || t
+ return n('a-row', {
attrs: {
gutter: 24
}
}, e._l(e.properties, (function(t, r) {
return n(e.createWidgets(t), {
key: r,
- tag: "component",
+ tag: 'component',
attrs: {
formitem: t
}
@@ -2638,10 +2675,10 @@
})), 1)
},
a = [],
- i = n("2441"),
- o = n("5ecc"),
+ i = n('2441'),
+ o = n('5ecc'),
s = {
- name: "OnlineFormItem",
+ name: 'OnlineFormItem',
props: {
properties: {
type: Array,
@@ -2653,234 +2690,234 @@
},
methods: {
createWidgets: function(e) {
- var t = o["a"] + e.type;
- return i["a"].getType(t)
+ var t = o['a'] + e.type
+ return i['a'].getType(t)
}
}
},
c = s,
- l = n("2877"),
- u = Object(l["a"])(c, r, a, !1, null, "23bff968", null);
- t["a"] = u.exports
+ l = n('2877'),
+ u = Object(l['a'])(c, r, a, !1, null, '23bff968', null)
+ t['a'] = u.exports
},
- "0df6": function(e, t, n) {
- "use strict";
+ '0df6': function(e, t, n) {
+ 'use strict'
e.exports = function(e) {
return function(t) {
return e.apply(null, t)
}
}
},
- "0e49": function(e, t, n) {
+ '0e49': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("fr-ch", {
- months: "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),
- monthsShort: "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),
+ var t = e.defineLocale('fr-ch', {
+ months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),
+ monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),
monthsParseExact: !0,
- weekdays: "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),
- weekdaysShort: "dim._lun._mar._mer._jeu._ven._sam.".split("_"),
- weekdaysMin: "di_lu_ma_me_je_ve_sa".split("_"),
+ weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),
+ weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),
+ weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Aujourd’hui à] LT",
- nextDay: "[Demain à] LT",
- nextWeek: "dddd [à] LT",
- lastDay: "[Hier à] LT",
- lastWeek: "dddd [dernier à] LT",
- sameElse: "L"
+ sameDay: '[Aujourd’hui à] LT',
+ nextDay: '[Demain à] LT',
+ nextWeek: 'dddd [à] LT',
+ lastDay: '[Hier à] LT',
+ lastWeek: 'dddd [dernier à] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "dans %s",
- past: "il y a %s",
- s: "quelques secondes",
- ss: "%d secondes",
- m: "une minute",
- mm: "%d minutes",
- h: "une heure",
- hh: "%d heures",
- d: "un jour",
- dd: "%d jours",
- M: "un mois",
- MM: "%d mois",
- y: "un an",
- yy: "%d ans"
+ future: 'dans %s',
+ past: 'il y a %s',
+ s: 'quelques secondes',
+ ss: '%d secondes',
+ m: 'une minute',
+ mm: '%d minutes',
+ h: 'une heure',
+ hh: '%d heures',
+ d: 'un jour',
+ dd: '%d jours',
+ M: 'un mois',
+ MM: '%d mois',
+ y: 'un an',
+ yy: '%d ans'
},
dayOfMonthOrdinalParse: /\d{1,2}(er|e)/,
ordinal: function(e, t) {
switch (t) {
default:
- case "M":
- case "Q":
- case "D":
- case "DDD":
- case "d":
- return e + (1 === e ? "er" : "e");
- case "w":
- case "W":
- return e + (1 === e ? "re" : "e")
+ case 'M':
+ case 'Q':
+ case 'D':
+ case 'DDD':
+ case 'd':
+ return e + (1 === e ? 'er' : 'e')
+ case 'w':
+ case 'W':
+ return e + (1 === e ? 're' : 'e')
}
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "0e6b": function(e, t, n) {
+ '0e6b': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("en-au", {
- months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
- monthsShort: "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
- weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
- weekdaysShort: "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
- weekdaysMin: "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
+ var t = e.defineLocale('en-au', {
+ months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
+ monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
+ weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
+ weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
+ weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
longDateFormat: {
- LT: "h:mm A",
- LTS: "h:mm:ss A",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY h:mm A",
- LLLL: "dddd, D MMMM YYYY h:mm A"
+ LT: 'h:mm A',
+ LTS: 'h:mm:ss A',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY h:mm A',
+ LLLL: 'dddd, D MMMM YYYY h:mm A'
},
calendar: {
- sameDay: "[Today at] LT",
- nextDay: "[Tomorrow at] LT",
- nextWeek: "dddd [at] LT",
- lastDay: "[Yesterday at] LT",
- lastWeek: "[Last] dddd [at] LT",
- sameElse: "L"
+ sameDay: '[Today at] LT',
+ nextDay: '[Tomorrow at] LT',
+ nextWeek: 'dddd [at] LT',
+ lastDay: '[Yesterday at] LT',
+ lastWeek: '[Last] dddd [at] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "in %s",
- past: "%s ago",
- s: "a few seconds",
- ss: "%d seconds",
- m: "a minute",
- mm: "%d minutes",
- h: "an hour",
- hh: "%d hours",
- d: "a day",
- dd: "%d days",
- M: "a month",
- MM: "%d months",
- y: "a year",
- yy: "%d years"
+ future: 'in %s',
+ past: '%s ago',
+ s: 'a few seconds',
+ ss: '%d seconds',
+ m: 'a minute',
+ mm: '%d minutes',
+ h: 'an hour',
+ hh: '%d hours',
+ d: 'a day',
+ dd: '%d days',
+ M: 'a month',
+ MM: '%d months',
+ y: 'a year',
+ yy: '%d years'
},
dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === ~~(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
},
week: {
dow: 0,
doy: 4
}
- });
+ })
return t
}))
},
- "0e81": function(e, t, n) {
+ '0e81': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "'inci",
- 5: "'inci",
- 8: "'inci",
- 70: "'inci",
- 80: "'inci",
- 2: "'nci",
- 7: "'nci",
- 20: "'nci",
- 50: "'nci",
- 3: "'üncü",
- 4: "'üncü",
- 100: "'üncü",
- 6: "'ncı",
- 9: "'uncu",
- 10: "'uncu",
- 30: "'uncu",
- 60: "'ıncı",
- 90: "'ıncı"
+ 1: '\'inci',
+ 5: '\'inci',
+ 8: '\'inci',
+ 70: '\'inci',
+ 80: '\'inci',
+ 2: '\'nci',
+ 7: '\'nci',
+ 20: '\'nci',
+ 50: '\'nci',
+ 3: '\'üncü',
+ 4: '\'üncü',
+ 100: '\'üncü',
+ 6: '\'ncı',
+ 9: '\'uncu',
+ 10: '\'uncu',
+ 30: '\'uncu',
+ 60: '\'ıncı',
+ 90: '\'ıncı'
},
- n = e.defineLocale("tr", {
- months: "Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),
- monthsShort: "Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),
- weekdays: "Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),
- weekdaysShort: "Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),
- weekdaysMin: "Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),
+ n = e.defineLocale('tr', {
+ months: 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split('_'),
+ monthsShort: 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'),
+ weekdays: 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split('_'),
+ weekdaysShort: 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),
+ weekdaysMin: 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),
meridiem: function(e, t, n) {
- return e < 12 ? n ? "öö" : "ÖÖ" : n ? "ös" : "ÖS"
+ return e < 12 ? n ? 'öö' : 'ÖÖ' : n ? 'ös' : 'ÖS'
},
meridiemParse: /öö|ÖÖ|ös|ÖS/,
isPM: function(e) {
- return "ös" === e || "ÖS" === e
+ return 'ös' === e || 'ÖS' === e
},
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[bugün saat] LT",
- nextDay: "[yarın saat] LT",
- nextWeek: "[gelecek] dddd [saat] LT",
- lastDay: "[dün] LT",
- lastWeek: "[geçen] dddd [saat] LT",
- sameElse: "L"
+ sameDay: '[bugün saat] LT',
+ nextDay: '[yarın saat] LT',
+ nextWeek: '[gelecek] dddd [saat] LT',
+ lastDay: '[dün] LT',
+ lastWeek: '[geçen] dddd [saat] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s sonra",
- past: "%s önce",
- s: "birkaç saniye",
- ss: "%d saniye",
- m: "bir dakika",
- mm: "%d dakika",
- h: "bir saat",
- hh: "%d saat",
- d: "bir gün",
- dd: "%d gün",
- M: "bir ay",
- MM: "%d ay",
- y: "bir yıl",
- yy: "%d yıl"
+ future: '%s sonra',
+ past: '%s önce',
+ s: 'birkaç saniye',
+ ss: '%d saniye',
+ m: 'bir dakika',
+ mm: '%d dakika',
+ h: 'bir saat',
+ hh: '%d saat',
+ d: 'bir gün',
+ dd: '%d gün',
+ M: 'bir ay',
+ MM: '%d ay',
+ y: 'bir yıl',
+ yy: '%d yıl'
},
ordinal: function(e, n) {
switch (n) {
- case "d":
- case "D":
- case "Do":
- case "DD":
- return e;
+ case 'd':
+ case 'D':
+ case 'Do':
+ case 'DD':
+ return e
default:
- if (0 === e) return e + "'ıncı";
+ if (0 === e) return e + '\'ıncı'
var r = e % 10,
a = e % 100 - r,
- i = e >= 100 ? 100 : null;
+ i = e >= 100 ? 100 : null
return e + (t[r] || t[a] || t[i])
}
},
@@ -2888,5140 +2925,5141 @@
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
- "0eff": function(e, t) {
+ '0eff': function(e, t) {
e.exports = {
86: {
- 11e4: "北京市",
- 12e4: "天津市",
- 13e4: "河北省",
- 14e4: "山西省",
- 15e4: "内蒙古自治区",
- 21e4: "辽宁省",
- 22e4: "吉林省",
- 23e4: "黑龙江省",
- 31e4: "上海市",
- 32e4: "江苏省",
- 33e4: "浙江省",
- 34e4: "安徽省",
- 35e4: "福建省",
- 36e4: "江西省",
- 37e4: "山东省",
- 41e4: "河南省",
- 42e4: "湖北省",
- 43e4: "湖南省",
- 44e4: "广东省",
- 45e4: "广西壮族自治区",
- 46e4: "海南省",
- 5e5: "重庆市",
- 51e4: "四川省",
- 52e4: "贵州省",
- 53e4: "云南省",
- 54e4: "西藏自治区",
- 61e4: "陕西省",
- 62e4: "甘肃省",
- 63e4: "青海省",
- 64e4: "宁夏回族自治区",
- 65e4: "新疆维吾尔自治区",
- 71e4: "台湾省",
- 91e4: "港澳"
+ 11e4: '北京市',
+ 12e4: '天津市',
+ 13e4: '河北省',
+ 14e4: '山西省',
+ 15e4: '内蒙古自治区',
+ 21e4: '辽宁省',
+ 22e4: '吉林省',
+ 23e4: '黑龙江省',
+ 31e4: '上海市',
+ 32e4: '江苏省',
+ 33e4: '浙江省',
+ 34e4: '安徽省',
+ 35e4: '福建省',
+ 36e4: '江西省',
+ 37e4: '山东省',
+ 41e4: '河南省',
+ 42e4: '湖北省',
+ 43e4: '湖南省',
+ 44e4: '广东省',
+ 45e4: '广西壮族自治区',
+ 46e4: '海南省',
+ 5e5: '重庆市',
+ 51e4: '四川省',
+ 52e4: '贵州省',
+ 53e4: '云南省',
+ 54e4: '西藏自治区',
+ 61e4: '陕西省',
+ 62e4: '甘肃省',
+ 63e4: '青海省',
+ 64e4: '宁夏回族自治区',
+ 65e4: '新疆维吾尔自治区',
+ 71e4: '台湾省',
+ 91e4: '港澳'
},
11e4: {
- 110100: "市辖区"
+ 110100: '市辖区'
},
110100: {
- 110101: "东城区",
- 110102: "西城区",
- 110105: "朝阳区",
- 110106: "丰台区",
- 110107: "石景山区",
- 110108: "海淀区",
- 110109: "门头沟区",
- 110111: "房山区",
- 110112: "通州区",
- 110113: "顺义区",
- 110114: "昌平区",
- 110115: "大兴区",
- 110116: "怀柔区",
- 110117: "平谷区",
- 110118: "密云区",
- 110119: "延庆区"
+ 110101: '东城区',
+ 110102: '西城区',
+ 110105: '朝阳区',
+ 110106: '丰台区',
+ 110107: '石景山区',
+ 110108: '海淀区',
+ 110109: '门头沟区',
+ 110111: '房山区',
+ 110112: '通州区',
+ 110113: '顺义区',
+ 110114: '昌平区',
+ 110115: '大兴区',
+ 110116: '怀柔区',
+ 110117: '平谷区',
+ 110118: '密云区',
+ 110119: '延庆区'
},
12e4: {
- 120100: "市辖区"
+ 120100: '市辖区'
},
120100: {
- 120101: "和平区",
- 120102: "河东区",
- 120103: "河西区",
- 120104: "南开区",
- 120105: "河北区",
- 120106: "红桥区",
- 120110: "东丽区",
- 120111: "西青区",
- 120112: "津南区",
- 120113: "北辰区",
- 120114: "武清区",
- 120115: "宝坻区",
- 120116: "滨海新区",
- 120117: "宁河区",
- 120118: "静海区",
- 120119: "蓟州区"
+ 120101: '和平区',
+ 120102: '河东区',
+ 120103: '河西区',
+ 120104: '南开区',
+ 120105: '河北区',
+ 120106: '红桥区',
+ 120110: '东丽区',
+ 120111: '西青区',
+ 120112: '津南区',
+ 120113: '北辰区',
+ 120114: '武清区',
+ 120115: '宝坻区',
+ 120116: '滨海新区',
+ 120117: '宁河区',
+ 120118: '静海区',
+ 120119: '蓟州区'
},
13e4: {
- 130100: "石家庄市",
- 130200: "唐山市",
- 130300: "秦皇岛市",
- 130400: "邯郸市",
- 130500: "邢台市",
- 130600: "保定市",
- 130700: "张家口市",
- 130800: "承德市",
- 130900: "沧州市",
- 131e3: "廊坊市",
- 131100: "衡水市",
- 139001: "定州市",
- 139002: "辛集市"
+ 130100: '石家庄市',
+ 130200: '唐山市',
+ 130300: '秦皇岛市',
+ 130400: '邯郸市',
+ 130500: '邢台市',
+ 130600: '保定市',
+ 130700: '张家口市',
+ 130800: '承德市',
+ 130900: '沧州市',
+ 131e3: '廊坊市',
+ 131100: '衡水市',
+ 139001: '定州市',
+ 139002: '辛集市'
},
130100: {
- 130102: "长安区",
- 130104: "桥西区",
- 130105: "新华区",
- 130107: "井陉矿区",
- 130108: "裕华区",
- 130109: "藁城区",
- 130110: "鹿泉区",
- 130111: "栾城区",
- 130121: "井陉县",
- 130123: "正定县",
- 130125: "行唐县",
- 130126: "灵寿县",
- 130127: "高邑县",
- 130128: "深泽县",
- 130129: "赞皇县",
- 130130: "无极县",
- 130131: "平山县",
- 130132: "元氏县",
- 130133: "赵县",
- 130183: "晋州市",
- 130184: "新乐市"
+ 130102: '长安区',
+ 130104: '桥西区',
+ 130105: '新华区',
+ 130107: '井陉矿区',
+ 130108: '裕华区',
+ 130109: '藁城区',
+ 130110: '鹿泉区',
+ 130111: '栾城区',
+ 130121: '井陉县',
+ 130123: '正定县',
+ 130125: '行唐县',
+ 130126: '灵寿县',
+ 130127: '高邑县',
+ 130128: '深泽县',
+ 130129: '赞皇县',
+ 130130: '无极县',
+ 130131: '平山县',
+ 130132: '元氏县',
+ 130133: '赵县',
+ 130183: '晋州市',
+ 130184: '新乐市'
},
130200: {
- 130202: "路南区",
- 130203: "路北区",
- 130204: "古冶区",
- 130205: "开平区",
- 130207: "丰南区",
- 130208: "丰润区",
- 130209: "曹妃甸区",
- 130223: "滦县",
- 130224: "滦南县",
- 130225: "乐亭县",
- 130227: "迁西县",
- 130229: "玉田县",
- 130281: "遵化市",
- 130283: "迁安市"
+ 130202: '路南区',
+ 130203: '路北区',
+ 130204: '古冶区',
+ 130205: '开平区',
+ 130207: '丰南区',
+ 130208: '丰润区',
+ 130209: '曹妃甸区',
+ 130223: '滦县',
+ 130224: '滦南县',
+ 130225: '乐亭县',
+ 130227: '迁西县',
+ 130229: '玉田县',
+ 130281: '遵化市',
+ 130283: '迁安市'
},
130300: {
- 130302: "海港区",
- 130303: "山海关区",
- 130304: "北戴河区",
- 130306: "抚宁区",
- 130321: "青龙满族自治县",
- 130322: "昌黎县",
- 130324: "卢龙县"
+ 130302: '海港区',
+ 130303: '山海关区',
+ 130304: '北戴河区',
+ 130306: '抚宁区',
+ 130321: '青龙满族自治县',
+ 130322: '昌黎县',
+ 130324: '卢龙县'
},
130400: {
- 130402: "邯山区",
- 130403: "丛台区",
- 130404: "复兴区",
- 130406: "峰峰矿区",
- 130421: "邯郸县",
- 130423: "临漳县",
- 130424: "成安县",
- 130425: "大名县",
- 130426: "涉县",
- 130427: "磁县",
- 130428: "肥乡县",
- 130429: "永年县",
- 130430: "邱县",
- 130431: "鸡泽县",
- 130432: "广平县",
- 130433: "馆陶县",
- 130434: "魏县",
- 130435: "曲周县",
- 130481: "武安市"
+ 130402: '邯山区',
+ 130403: '丛台区',
+ 130404: '复兴区',
+ 130406: '峰峰矿区',
+ 130421: '邯郸县',
+ 130423: '临漳县',
+ 130424: '成安县',
+ 130425: '大名县',
+ 130426: '涉县',
+ 130427: '磁县',
+ 130428: '肥乡县',
+ 130429: '永年县',
+ 130430: '邱县',
+ 130431: '鸡泽县',
+ 130432: '广平县',
+ 130433: '馆陶县',
+ 130434: '魏县',
+ 130435: '曲周县',
+ 130481: '武安市'
},
130500: {
- 130502: "桥东区",
- 130503: "桥西区",
- 130521: "邢台县",
- 130522: "临城县",
- 130523: "内丘县",
- 130524: "柏乡县",
- 130525: "隆尧县",
- 130526: "任县",
- 130527: "南和县",
- 130528: "宁晋县",
- 130529: "巨鹿县",
- 130530: "新河县",
- 130531: "广宗县",
- 130532: "平乡县",
- 130533: "威县",
- 130534: "清河县",
- 130535: "临西县",
- 130581: "南宫市",
- 130582: "沙河市"
+ 130502: '桥东区',
+ 130503: '桥西区',
+ 130521: '邢台县',
+ 130522: '临城县',
+ 130523: '内丘县',
+ 130524: '柏乡县',
+ 130525: '隆尧县',
+ 130526: '任县',
+ 130527: '南和县',
+ 130528: '宁晋县',
+ 130529: '巨鹿县',
+ 130530: '新河县',
+ 130531: '广宗县',
+ 130532: '平乡县',
+ 130533: '威县',
+ 130534: '清河县',
+ 130535: '临西县',
+ 130581: '南宫市',
+ 130582: '沙河市'
},
130600: {
- 130602: "竞秀区",
- 130606: "莲池区",
- 130607: "满城区",
- 130608: "清苑区",
- 130609: "徐水区",
- 130623: "涞水县",
- 130624: "阜平县",
- 130626: "定兴县",
- 130627: "唐县",
- 130628: "高阳县",
- 130629: "容城县",
- 130630: "涞源县",
- 130631: "望都县",
- 130632: "安新县",
- 130633: "易县",
- 130634: "曲阳县",
- 130635: "蠡县",
- 130636: "顺平县",
- 130637: "博野县",
- 130638: "雄县",
- 130681: "涿州市",
- 130683: "安国市",
- 130684: "高碑店市"
+ 130602: '竞秀区',
+ 130606: '莲池区',
+ 130607: '满城区',
+ 130608: '清苑区',
+ 130609: '徐水区',
+ 130623: '涞水县',
+ 130624: '阜平县',
+ 130626: '定兴县',
+ 130627: '唐县',
+ 130628: '高阳县',
+ 130629: '容城县',
+ 130630: '涞源县',
+ 130631: '望都县',
+ 130632: '安新县',
+ 130633: '易县',
+ 130634: '曲阳县',
+ 130635: '蠡县',
+ 130636: '顺平县',
+ 130637: '博野县',
+ 130638: '雄县',
+ 130681: '涿州市',
+ 130683: '安国市',
+ 130684: '高碑店市'
},
130700: {
- 130702: "桥东区",
- 130703: "桥西区",
- 130705: "宣化区",
- 130706: "下花园区",
- 130708: "万全区",
- 130709: "崇礼区",
- 130722: "张北县",
- 130723: "康保县",
- 130724: "沽源县",
- 130725: "尚义县",
- 130726: "蔚县",
- 130727: "阳原县",
- 130728: "怀安县",
- 130730: "怀来县",
- 130731: "涿鹿县",
- 130732: "赤城县"
+ 130702: '桥东区',
+ 130703: '桥西区',
+ 130705: '宣化区',
+ 130706: '下花园区',
+ 130708: '万全区',
+ 130709: '崇礼区',
+ 130722: '张北县',
+ 130723: '康保县',
+ 130724: '沽源县',
+ 130725: '尚义县',
+ 130726: '蔚县',
+ 130727: '阳原县',
+ 130728: '怀安县',
+ 130730: '怀来县',
+ 130731: '涿鹿县',
+ 130732: '赤城县'
},
130800: {
- 130802: "双桥区",
- 130803: "双滦区",
- 130804: "鹰手营子矿区",
- 130821: "承德县",
- 130822: "兴隆县",
- 130823: "平泉县",
- 130824: "滦平县",
- 130825: "隆化县",
- 130826: "丰宁满族自治县",
- 130827: "宽城满族自治县",
- 130828: "围场满族蒙古族自治县"
+ 130802: '双桥区',
+ 130803: '双滦区',
+ 130804: '鹰手营子矿区',
+ 130821: '承德县',
+ 130822: '兴隆县',
+ 130823: '平泉县',
+ 130824: '滦平县',
+ 130825: '隆化县',
+ 130826: '丰宁满族自治县',
+ 130827: '宽城满族自治县',
+ 130828: '围场满族蒙古族自治县'
},
130900: {
- 130902: "新华区",
- 130903: "运河区",
- 130921: "沧县",
- 130922: "青县",
- 130923: "东光县",
- 130924: "海兴县",
- 130925: "盐山县",
- 130926: "肃宁县",
- 130927: "南皮县",
- 130928: "吴桥县",
- 130929: "献县",
- 130930: "孟村回族自治县",
- 130981: "泊头市",
- 130982: "任丘市",
- 130983: "黄骅市",
- 130984: "河间市"
+ 130902: '新华区',
+ 130903: '运河区',
+ 130921: '沧县',
+ 130922: '青县',
+ 130923: '东光县',
+ 130924: '海兴县',
+ 130925: '盐山县',
+ 130926: '肃宁县',
+ 130927: '南皮县',
+ 130928: '吴桥县',
+ 130929: '献县',
+ 130930: '孟村回族自治县',
+ 130981: '泊头市',
+ 130982: '任丘市',
+ 130983: '黄骅市',
+ 130984: '河间市'
},
131e3: {
- 131002: "安次区",
- 131003: "广阳区",
- 131022: "固安县",
- 131023: "永清县",
- 131024: "香河县",
- 131025: "大城县",
- 131026: "文安县",
- 131028: "大厂回族自治县",
- 131081: "霸州市",
- 131082: "三河市"
+ 131002: '安次区',
+ 131003: '广阳区',
+ 131022: '固安县',
+ 131023: '永清县',
+ 131024: '香河县',
+ 131025: '大城县',
+ 131026: '文安县',
+ 131028: '大厂回族自治县',
+ 131081: '霸州市',
+ 131082: '三河市'
},
131100: {
- 131102: "桃城区",
- 131103: "冀州区",
- 131121: "枣强县",
- 131122: "武邑县",
- 131123: "武强县",
- 131124: "饶阳县",
- 131125: "安平县",
- 131126: "故城县",
- 131127: "景县",
- 131128: "阜城县",
- 131182: "深州市"
+ 131102: '桃城区',
+ 131103: '冀州区',
+ 131121: '枣强县',
+ 131122: '武邑县',
+ 131123: '武强县',
+ 131124: '饶阳县',
+ 131125: '安平县',
+ 131126: '故城县',
+ 131127: '景县',
+ 131128: '阜城县',
+ 131182: '深州市'
},
139001: {
- 1390011: "留早镇",
- 13900111: "邢邑镇",
- 139001001: "南城区街道",
- 139001002: "北城区街道",
- 139001003: "西城区街道",
- 139001004: "长安路街道",
- 139001101: "清风店镇",
- 139001102: "庞村镇",
- 139001103: "砖路镇",
- 139001104: "明月店镇",
- 139001105: "叮咛店镇",
- 139001106: "东亭镇",
- 139001107: "大辛庄镇",
- 139001108: "东旺镇",
- 139001109: "高蓬镇",
- 139001111: "李亲顾镇",
- 139001112: "子位镇",
- 139001113: "开元镇",
- 139001115: "周村镇",
- 139001116: "息冢镇",
- 139001203: "东留春乡",
- 139001204: "号头庄回族乡",
- 139001205: "杨家庄乡",
- 139001206: "大鹿庄乡",
- 139001208: "西城乡"
+ 1390011: '留早镇',
+ 13900111: '邢邑镇',
+ 139001001: '南城区街道',
+ 139001002: '北城区街道',
+ 139001003: '西城区街道',
+ 139001004: '长安路街道',
+ 139001101: '清风店镇',
+ 139001102: '庞村镇',
+ 139001103: '砖路镇',
+ 139001104: '明月店镇',
+ 139001105: '叮咛店镇',
+ 139001106: '东亭镇',
+ 139001107: '大辛庄镇',
+ 139001108: '东旺镇',
+ 139001109: '高蓬镇',
+ 139001111: '李亲顾镇',
+ 139001112: '子位镇',
+ 139001113: '开元镇',
+ 139001115: '周村镇',
+ 139001116: '息冢镇',
+ 139001203: '东留春乡',
+ 139001204: '号头庄回族乡',
+ 139001205: '杨家庄乡',
+ 139001206: '大鹿庄乡',
+ 139001208: '西城乡'
},
139002: {
- 1390021: "辛集镇",
- 1390022: "天宫营乡",
- 1390025: "辛集经济开发区",
- 139002101: "旧城镇",
- 139002102: "张古庄镇",
- 139002103: "位伯镇",
- 139002104: "新垒头镇",
- 139002105: "新城镇",
- 139002106: "南智邱镇",
- 139002107: "王口镇",
- 139002201: "前营乡",
- 139002202: "马庄乡",
- 139002203: "和睦井乡",
- 139002204: "田家庄乡",
- 139002205: "中里厢乡",
- 139002206: "小辛庄乡"
+ 1390021: '辛集镇',
+ 1390022: '天宫营乡',
+ 1390025: '辛集经济开发区',
+ 139002101: '旧城镇',
+ 139002102: '张古庄镇',
+ 139002103: '位伯镇',
+ 139002104: '新垒头镇',
+ 139002105: '新城镇',
+ 139002106: '南智邱镇',
+ 139002107: '王口镇',
+ 139002201: '前营乡',
+ 139002202: '马庄乡',
+ 139002203: '和睦井乡',
+ 139002204: '田家庄乡',
+ 139002205: '中里厢乡',
+ 139002206: '小辛庄乡'
},
14e4: {
- 140100: "太原市",
- 140200: "大同市",
- 140300: "阳泉市",
- 140400: "长治市",
- 140500: "晋城市",
- 140600: "朔州市",
- 140700: "晋中市",
- 140800: "运城市",
- 140900: "忻州市",
- 141e3: "临汾市",
- 141100: "吕梁市"
+ 140100: '太原市',
+ 140200: '大同市',
+ 140300: '阳泉市',
+ 140400: '长治市',
+ 140500: '晋城市',
+ 140600: '朔州市',
+ 140700: '晋中市',
+ 140800: '运城市',
+ 140900: '忻州市',
+ 141e3: '临汾市',
+ 141100: '吕梁市'
},
140100: {
- 140105: "小店区",
- 140106: "迎泽区",
- 140107: "杏花岭区",
- 140108: "尖草坪区",
- 140109: "万柏林区",
- 140110: "晋源区",
- 140121: "清徐县",
- 140122: "阳曲县",
- 140123: "娄烦县",
- 140181: "古交市"
+ 140105: '小店区',
+ 140106: '迎泽区',
+ 140107: '杏花岭区',
+ 140108: '尖草坪区',
+ 140109: '万柏林区',
+ 140110: '晋源区',
+ 140121: '清徐县',
+ 140122: '阳曲县',
+ 140123: '娄烦县',
+ 140181: '古交市'
},
140200: {
- 140202: "城区",
- 140203: "矿区",
- 140211: "南郊区",
- 140212: "新荣区",
- 140221: "阳高县",
- 140222: "天镇县",
- 140223: "广灵县",
- 140224: "灵丘县",
- 140225: "浑源县",
- 140226: "左云县",
- 140227: "大同县"
+ 140202: '城区',
+ 140203: '矿区',
+ 140211: '南郊区',
+ 140212: '新荣区',
+ 140221: '阳高县',
+ 140222: '天镇县',
+ 140223: '广灵县',
+ 140224: '灵丘县',
+ 140225: '浑源县',
+ 140226: '左云县',
+ 140227: '大同县'
},
140300: {
- 140302: "城区",
- 140303: "矿区",
- 140311: "郊区",
- 140321: "平定县",
- 140322: "盂县"
+ 140302: '城区',
+ 140303: '矿区',
+ 140311: '郊区',
+ 140321: '平定县',
+ 140322: '盂县'
},
140400: {
- 140402: "城区",
- 140411: "郊区",
- 140421: "长治县",
- 140423: "襄垣县",
- 140424: "屯留县",
- 140425: "平顺县",
- 140426: "黎城县",
- 140427: "壶关县",
- 140428: "长子县",
- 140429: "武乡县",
- 140430: "沁县",
- 140431: "沁源县",
- 140481: "潞城市"
+ 140402: '城区',
+ 140411: '郊区',
+ 140421: '长治县',
+ 140423: '襄垣县',
+ 140424: '屯留县',
+ 140425: '平顺县',
+ 140426: '黎城县',
+ 140427: '壶关县',
+ 140428: '长子县',
+ 140429: '武乡县',
+ 140430: '沁县',
+ 140431: '沁源县',
+ 140481: '潞城市'
},
140500: {
- 140502: "城区",
- 140521: "沁水县",
- 140522: "阳城县",
- 140524: "陵川县",
- 140525: "泽州县",
- 140581: "高平市"
+ 140502: '城区',
+ 140521: '沁水县',
+ 140522: '阳城县',
+ 140524: '陵川县',
+ 140525: '泽州县',
+ 140581: '高平市'
},
140600: {
- 140602: "朔城区",
- 140603: "平鲁区",
- 140621: "山阴县",
- 140622: "应县",
- 140623: "右玉县",
- 140624: "怀仁县"
+ 140602: '朔城区',
+ 140603: '平鲁区',
+ 140621: '山阴县',
+ 140622: '应县',
+ 140623: '右玉县',
+ 140624: '怀仁县'
},
140700: {
- 140702: "榆次区",
- 140721: "榆社县",
- 140722: "左权县",
- 140723: "和顺县",
- 140724: "昔阳县",
- 140725: "寿阳县",
- 140726: "太谷县",
- 140727: "祁县",
- 140728: "平遥县",
- 140729: "灵石县",
- 140781: "介休市"
+ 140702: '榆次区',
+ 140721: '榆社县',
+ 140722: '左权县',
+ 140723: '和顺县',
+ 140724: '昔阳县',
+ 140725: '寿阳县',
+ 140726: '太谷县',
+ 140727: '祁县',
+ 140728: '平遥县',
+ 140729: '灵石县',
+ 140781: '介休市'
},
140800: {
- 140802: "盐湖区",
- 140821: "临猗县",
- 140822: "万荣县",
- 140823: "闻喜县",
- 140824: "稷山县",
- 140825: "新绛县",
- 140826: "绛县",
- 140827: "垣曲县",
- 140828: "夏县",
- 140829: "平陆县",
- 140830: "芮城县",
- 140881: "永济市",
- 140882: "河津市"
+ 140802: '盐湖区',
+ 140821: '临猗县',
+ 140822: '万荣县',
+ 140823: '闻喜县',
+ 140824: '稷山县',
+ 140825: '新绛县',
+ 140826: '绛县',
+ 140827: '垣曲县',
+ 140828: '夏县',
+ 140829: '平陆县',
+ 140830: '芮城县',
+ 140881: '永济市',
+ 140882: '河津市'
},
140900: {
- 140902: "忻府区",
- 140921: "定襄县",
- 140922: "五台县",
- 140923: "代县",
- 140924: "繁峙县",
- 140925: "宁武县",
- 140926: "静乐县",
- 140927: "神池县",
- 140928: "五寨县",
- 140929: "岢岚县",
- 140930: "河曲县",
- 140931: "保德县",
- 140932: "偏关县",
- 140981: "原平市"
+ 140902: '忻府区',
+ 140921: '定襄县',
+ 140922: '五台县',
+ 140923: '代县',
+ 140924: '繁峙县',
+ 140925: '宁武县',
+ 140926: '静乐县',
+ 140927: '神池县',
+ 140928: '五寨县',
+ 140929: '岢岚县',
+ 140930: '河曲县',
+ 140931: '保德县',
+ 140932: '偏关县',
+ 140981: '原平市'
},
141e3: {
- 141002: "尧都区",
- 141021: "曲沃县",
- 141022: "翼城县",
- 141023: "襄汾县",
- 141024: "洪洞县",
- 141025: "古县",
- 141026: "安泽县",
- 141027: "浮山县",
- 141028: "吉县",
- 141029: "乡宁县",
- 141030: "大宁县",
- 141031: "隰县",
- 141032: "永和县",
- 141033: "蒲县",
- 141034: "汾西县",
- 141081: "侯马市",
- 141082: "霍州市"
+ 141002: '尧都区',
+ 141021: '曲沃县',
+ 141022: '翼城县',
+ 141023: '襄汾县',
+ 141024: '洪洞县',
+ 141025: '古县',
+ 141026: '安泽县',
+ 141027: '浮山县',
+ 141028: '吉县',
+ 141029: '乡宁县',
+ 141030: '大宁县',
+ 141031: '隰县',
+ 141032: '永和县',
+ 141033: '蒲县',
+ 141034: '汾西县',
+ 141081: '侯马市',
+ 141082: '霍州市'
},
141100: {
- 141102: "离石区",
- 141121: "文水县",
- 141122: "交城县",
- 141123: "兴县",
- 141124: "临县",
- 141125: "柳林县",
- 141126: "石楼县",
- 141127: "岚县",
- 141128: "方山县",
- 141129: "中阳县",
- 141130: "交口县",
- 141181: "孝义市",
- 141182: "汾阳市"
+ 141102: '离石区',
+ 141121: '文水县',
+ 141122: '交城县',
+ 141123: '兴县',
+ 141124: '临县',
+ 141125: '柳林县',
+ 141126: '石楼县',
+ 141127: '岚县',
+ 141128: '方山县',
+ 141129: '中阳县',
+ 141130: '交口县',
+ 141181: '孝义市',
+ 141182: '汾阳市'
},
15e4: {
- 150100: "呼和浩特市",
- 150200: "包头市",
- 150300: "乌海市",
- 150400: "赤峰市",
- 150500: "通辽市",
- 150600: "鄂尔多斯市",
- 150700: "呼伦贝尔市",
- 150800: "巴彦淖尔市",
- 150900: "乌兰察布市",
- 152200: "兴安盟",
- 152500: "锡林郭勒盟",
- 152900: "阿拉善盟"
+ 150100: '呼和浩特市',
+ 150200: '包头市',
+ 150300: '乌海市',
+ 150400: '赤峰市',
+ 150500: '通辽市',
+ 150600: '鄂尔多斯市',
+ 150700: '呼伦贝尔市',
+ 150800: '巴彦淖尔市',
+ 150900: '乌兰察布市',
+ 152200: '兴安盟',
+ 152500: '锡林郭勒盟',
+ 152900: '阿拉善盟'
},
150100: {
- 150102: "新城区",
- 150103: "回民区",
- 150104: "玉泉区",
- 150105: "赛罕区",
- 150121: "土默特左旗",
- 150122: "托克托县",
- 150123: "和林格尔县",
- 150124: "清水河县",
- 150125: "武川县"
+ 150102: '新城区',
+ 150103: '回民区',
+ 150104: '玉泉区',
+ 150105: '赛罕区',
+ 150121: '土默特左旗',
+ 150122: '托克托县',
+ 150123: '和林格尔县',
+ 150124: '清水河县',
+ 150125: '武川县'
},
150200: {
- 150202: "东河区",
- 150203: "昆都仑区",
- 150204: "青山区",
- 150205: "石拐区",
- 150206: "白云鄂博矿区",
- 150207: "九原区",
- 150221: "土默特右旗",
- 150222: "固阳县",
- 150223: "达尔罕茂明安联合旗"
+ 150202: '东河区',
+ 150203: '昆都仑区',
+ 150204: '青山区',
+ 150205: '石拐区',
+ 150206: '白云鄂博矿区',
+ 150207: '九原区',
+ 150221: '土默特右旗',
+ 150222: '固阳县',
+ 150223: '达尔罕茂明安联合旗'
},
150300: {
- 150302: "海勃湾区",
- 150303: "海南区",
- 150304: "乌达区"
+ 150302: '海勃湾区',
+ 150303: '海南区',
+ 150304: '乌达区'
},
150400: {
- 150402: "红山区",
- 150403: "元宝山区",
- 150404: "松山区",
- 150421: "阿鲁科尔沁旗",
- 150422: "巴林左旗",
- 150423: "巴林右旗",
- 150424: "林西县",
- 150425: "克什克腾旗",
- 150426: "翁牛特旗",
- 150428: "喀喇沁旗",
- 150429: "宁城县",
- 150430: "敖汉旗"
+ 150402: '红山区',
+ 150403: '元宝山区',
+ 150404: '松山区',
+ 150421: '阿鲁科尔沁旗',
+ 150422: '巴林左旗',
+ 150423: '巴林右旗',
+ 150424: '林西县',
+ 150425: '克什克腾旗',
+ 150426: '翁牛特旗',
+ 150428: '喀喇沁旗',
+ 150429: '宁城县',
+ 150430: '敖汉旗'
},
150500: {
- 150502: "科尔沁区",
- 150521: "科尔沁左翼中旗",
- 150522: "科尔沁左翼后旗",
- 150523: "开鲁县",
- 150524: "库伦旗",
- 150525: "奈曼旗",
- 150526: "扎鲁特旗",
- 150581: "霍林郭勒市"
+ 150502: '科尔沁区',
+ 150521: '科尔沁左翼中旗',
+ 150522: '科尔沁左翼后旗',
+ 150523: '开鲁县',
+ 150524: '库伦旗',
+ 150525: '奈曼旗',
+ 150526: '扎鲁特旗',
+ 150581: '霍林郭勒市'
},
150600: {
- 150602: "东胜区",
- 150603: "康巴什区",
- 150621: "达拉特旗",
- 150622: "准格尔旗",
- 150623: "鄂托克前旗",
- 150624: "鄂托克旗",
- 150625: "杭锦旗",
- 150626: "乌审旗",
- 150627: "伊金霍洛旗"
+ 150602: '东胜区',
+ 150603: '康巴什区',
+ 150621: '达拉特旗',
+ 150622: '准格尔旗',
+ 150623: '鄂托克前旗',
+ 150624: '鄂托克旗',
+ 150625: '杭锦旗',
+ 150626: '乌审旗',
+ 150627: '伊金霍洛旗'
},
150700: {
- 150702: "海拉尔区",
- 150703: "扎赉诺尔区",
- 150721: "阿荣旗",
- 150722: "莫力达瓦达斡尔族自治旗",
- 150723: "鄂伦春自治旗",
- 150724: "鄂温克族自治旗",
- 150725: "陈巴尔虎旗",
- 150726: "新巴尔虎左旗",
- 150727: "新巴尔虎右旗",
- 150781: "满洲里市",
- 150782: "牙克石市",
- 150783: "扎兰屯市",
- 150784: "额尔古纳市",
- 150785: "根河市"
+ 150702: '海拉尔区',
+ 150703: '扎赉诺尔区',
+ 150721: '阿荣旗',
+ 150722: '莫力达瓦达斡尔族自治旗',
+ 150723: '鄂伦春自治旗',
+ 150724: '鄂温克族自治旗',
+ 150725: '陈巴尔虎旗',
+ 150726: '新巴尔虎左旗',
+ 150727: '新巴尔虎右旗',
+ 150781: '满洲里市',
+ 150782: '牙克石市',
+ 150783: '扎兰屯市',
+ 150784: '额尔古纳市',
+ 150785: '根河市'
},
150800: {
- 150802: "临河区",
- 150821: "五原县",
- 150822: "磴口县",
- 150823: "乌拉特前旗",
- 150824: "乌拉特中旗",
- 150825: "乌拉特后旗",
- 150826: "杭锦后旗"
+ 150802: '临河区',
+ 150821: '五原县',
+ 150822: '磴口县',
+ 150823: '乌拉特前旗',
+ 150824: '乌拉特中旗',
+ 150825: '乌拉特后旗',
+ 150826: '杭锦后旗'
},
150900: {
- 150902: "集宁区",
- 150921: "卓资县",
- 150922: "化德县",
- 150923: "商都县",
- 150924: "兴和县",
- 150925: "凉城县",
- 150926: "察哈尔右翼前旗",
- 150927: "察哈尔右翼中旗",
- 150928: "察哈尔右翼后旗",
- 150929: "四子王旗",
- 150981: "丰镇市"
+ 150902: '集宁区',
+ 150921: '卓资县',
+ 150922: '化德县',
+ 150923: '商都县',
+ 150924: '兴和县',
+ 150925: '凉城县',
+ 150926: '察哈尔右翼前旗',
+ 150927: '察哈尔右翼中旗',
+ 150928: '察哈尔右翼后旗',
+ 150929: '四子王旗',
+ 150981: '丰镇市'
},
152200: {
- 152201: "乌兰浩特市",
- 152202: "阿尔山市",
- 152221: "科尔沁右翼前旗",
- 152222: "科尔沁右翼中旗",
- 152223: "扎赉特旗",
- 152224: "突泉县"
+ 152201: '乌兰浩特市',
+ 152202: '阿尔山市',
+ 152221: '科尔沁右翼前旗',
+ 152222: '科尔沁右翼中旗',
+ 152223: '扎赉特旗',
+ 152224: '突泉县'
},
152500: {
- 152501: "二连浩特市",
- 152502: "锡林浩特市",
- 152522: "阿巴嘎旗",
- 152523: "苏尼特左旗",
- 152524: "苏尼特右旗",
- 152525: "东乌珠穆沁旗",
- 152526: "西乌珠穆沁旗",
- 152527: "太仆寺旗",
- 152528: "镶黄旗",
- 152529: "正镶白旗",
- 152530: "正蓝旗",
- 152531: "多伦县"
+ 152501: '二连浩特市',
+ 152502: '锡林浩特市',
+ 152522: '阿巴嘎旗',
+ 152523: '苏尼特左旗',
+ 152524: '苏尼特右旗',
+ 152525: '东乌珠穆沁旗',
+ 152526: '西乌珠穆沁旗',
+ 152527: '太仆寺旗',
+ 152528: '镶黄旗',
+ 152529: '正镶白旗',
+ 152530: '正蓝旗',
+ 152531: '多伦县'
},
152900: {
- 152921: "阿拉善左旗",
- 152922: "阿拉善右旗",
- 152923: "额济纳旗"
+ 152921: '阿拉善左旗',
+ 152922: '阿拉善右旗',
+ 152923: '额济纳旗'
},
21e4: {
- 210100: "沈阳市",
- 210200: "大连市",
- 210300: "鞍山市",
- 210400: "抚顺市",
- 210500: "本溪市",
- 210600: "丹东市",
- 210700: "锦州市",
- 210800: "营口市",
- 210900: "阜新市",
- 211e3: "辽阳市",
- 211100: "盘锦市",
- 211200: "铁岭市",
- 211300: "朝阳市",
- 211400: "葫芦岛市"
+ 210100: '沈阳市',
+ 210200: '大连市',
+ 210300: '鞍山市',
+ 210400: '抚顺市',
+ 210500: '本溪市',
+ 210600: '丹东市',
+ 210700: '锦州市',
+ 210800: '营口市',
+ 210900: '阜新市',
+ 211e3: '辽阳市',
+ 211100: '盘锦市',
+ 211200: '铁岭市',
+ 211300: '朝阳市',
+ 211400: '葫芦岛市'
},
210100: {
- 210102: "和平区",
- 210103: "沈河区",
- 210104: "大东区",
- 210105: "皇姑区",
- 210106: "铁西区",
- 210111: "苏家屯区",
- 210112: "浑南区",
- 210113: "沈北新区",
- 210114: "于洪区",
- 210115: "辽中区",
- 210123: "康平县",
- 210124: "法库县",
- 210181: "新民市"
+ 210102: '和平区',
+ 210103: '沈河区',
+ 210104: '大东区',
+ 210105: '皇姑区',
+ 210106: '铁西区',
+ 210111: '苏家屯区',
+ 210112: '浑南区',
+ 210113: '沈北新区',
+ 210114: '于洪区',
+ 210115: '辽中区',
+ 210123: '康平县',
+ 210124: '法库县',
+ 210181: '新民市'
},
210200: {
- 210202: "中山区",
- 210203: "西岗区",
- 210204: "沙河口区",
- 210211: "甘井子区",
- 210212: "旅顺口区",
- 210213: "金州区",
- 210214: "普兰店区",
- 210224: "长海县",
- 210281: "瓦房店市",
- 210283: "庄河市"
+ 210202: '中山区',
+ 210203: '西岗区',
+ 210204: '沙河口区',
+ 210211: '甘井子区',
+ 210212: '旅顺口区',
+ 210213: '金州区',
+ 210214: '普兰店区',
+ 210224: '长海县',
+ 210281: '瓦房店市',
+ 210283: '庄河市'
},
210300: {
- 210302: "铁东区",
- 210303: "铁西区",
- 210304: "立山区",
- 210311: "千山区",
- 210321: "台安县",
- 210323: "岫岩满族自治县",
- 210381: "海城市"
+ 210302: '铁东区',
+ 210303: '铁西区',
+ 210304: '立山区',
+ 210311: '千山区',
+ 210321: '台安县',
+ 210323: '岫岩满族自治县',
+ 210381: '海城市'
},
210400: {
- 210402: "新抚区",
- 210403: "东洲区",
- 210404: "望花区",
- 210411: "顺城区",
- 210421: "抚顺县",
- 210422: "新宾满族自治县",
- 210423: "清原满族自治县"
+ 210402: '新抚区',
+ 210403: '东洲区',
+ 210404: '望花区',
+ 210411: '顺城区',
+ 210421: '抚顺县',
+ 210422: '新宾满族自治县',
+ 210423: '清原满族自治县'
},
210500: {
- 210502: "平山区",
- 210503: "溪湖区",
- 210504: "明山区",
- 210505: "南芬区",
- 210521: "本溪满族自治县",
- 210522: "桓仁满族自治县"
+ 210502: '平山区',
+ 210503: '溪湖区',
+ 210504: '明山区',
+ 210505: '南芬区',
+ 210521: '本溪满族自治县',
+ 210522: '桓仁满族自治县'
},
210600: {
- 210602: "元宝区",
- 210603: "振兴区",
- 210604: "振安区",
- 210624: "宽甸满族自治县",
- 210681: "东港市",
- 210682: "凤城市"
+ 210602: '元宝区',
+ 210603: '振兴区',
+ 210604: '振安区',
+ 210624: '宽甸满族自治县',
+ 210681: '东港市',
+ 210682: '凤城市'
},
210700: {
- 210702: "古塔区",
- 210703: "凌河区",
- 210711: "太和区",
- 210726: "黑山县",
- 210727: "义县",
- 210781: "凌海市",
- 210782: "北镇市"
+ 210702: '古塔区',
+ 210703: '凌河区',
+ 210711: '太和区',
+ 210726: '黑山县',
+ 210727: '义县',
+ 210781: '凌海市',
+ 210782: '北镇市'
},
210800: {
- 210802: "站前区",
- 210803: "西市区",
- 210804: "鲅鱼圈区",
- 210811: "老边区",
- 210881: "盖州市",
- 210882: "大石桥市"
+ 210802: '站前区',
+ 210803: '西市区',
+ 210804: '鲅鱼圈区',
+ 210811: '老边区',
+ 210881: '盖州市',
+ 210882: '大石桥市'
},
210900: {
- 210902: "海州区",
- 210903: "新邱区",
- 210904: "太平区",
- 210905: "清河门区",
- 210911: "细河区",
- 210921: "阜新蒙古族自治县",
- 210922: "彰武县"
+ 210902: '海州区',
+ 210903: '新邱区',
+ 210904: '太平区',
+ 210905: '清河门区',
+ 210911: '细河区',
+ 210921: '阜新蒙古族自治县',
+ 210922: '彰武县'
},
211e3: {
- 211002: "白塔区",
- 211003: "文圣区",
- 211004: "宏伟区",
- 211005: "弓长岭区",
- 211011: "太子河区",
- 211021: "辽阳县",
- 211081: "灯塔市"
+ 211002: '白塔区',
+ 211003: '文圣区',
+ 211004: '宏伟区',
+ 211005: '弓长岭区',
+ 211011: '太子河区',
+ 211021: '辽阳县',
+ 211081: '灯塔市'
},
211100: {
- 211102: "双台子区",
- 211103: "兴隆台区",
- 211104: "大洼区",
- 211122: "盘山县"
+ 211102: '双台子区',
+ 211103: '兴隆台区',
+ 211104: '大洼区',
+ 211122: '盘山县'
},
211200: {
- 211202: "银州区",
- 211204: "清河区",
- 211221: "铁岭县",
- 211223: "西丰县",
- 211224: "昌图县",
- 211281: "调兵山市",
- 211282: "开原市"
+ 211202: '银州区',
+ 211204: '清河区',
+ 211221: '铁岭县',
+ 211223: '西丰县',
+ 211224: '昌图县',
+ 211281: '调兵山市',
+ 211282: '开原市'
},
211300: {
- 211302: "双塔区",
- 211303: "龙城区",
- 211321: "朝阳县",
- 211322: "建平县",
- 211324: "喀喇沁左翼蒙古族自治县",
- 211381: "北票市",
- 211382: "凌源市"
+ 211302: '双塔区',
+ 211303: '龙城区',
+ 211321: '朝阳县',
+ 211322: '建平县',
+ 211324: '喀喇沁左翼蒙古族自治县',
+ 211381: '北票市',
+ 211382: '凌源市'
},
211400: {
- 211402: "连山区",
- 211403: "龙港区",
- 211404: "南票区",
- 211421: "绥中县",
- 211422: "建昌县",
- 211481: "兴城市"
+ 211402: '连山区',
+ 211403: '龙港区',
+ 211404: '南票区',
+ 211421: '绥中县',
+ 211422: '建昌县',
+ 211481: '兴城市'
},
22e4: {
- 220100: "长春市",
- 220200: "吉林市",
- 220300: "四平市",
- 220400: "辽源市",
- 220500: "通化市",
- 220600: "白山市",
- 220700: "松原市",
- 220800: "白城市",
- 222400: "延边朝鲜族自治州"
+ 220100: '长春市',
+ 220200: '吉林市',
+ 220300: '四平市',
+ 220400: '辽源市',
+ 220500: '通化市',
+ 220600: '白山市',
+ 220700: '松原市',
+ 220800: '白城市',
+ 222400: '延边朝鲜族自治州'
},
220100: {
- 220102: "南关区",
- 220103: "宽城区",
- 220104: "朝阳区",
- 220105: "二道区",
- 220106: "绿园区",
- 220112: "双阳区",
- 220113: "九台区",
- 220122: "农安县",
- 220182: "榆树市",
- 220183: "德惠市"
+ 220102: '南关区',
+ 220103: '宽城区',
+ 220104: '朝阳区',
+ 220105: '二道区',
+ 220106: '绿园区',
+ 220112: '双阳区',
+ 220113: '九台区',
+ 220122: '农安县',
+ 220182: '榆树市',
+ 220183: '德惠市'
},
220200: {
- 220202: "昌邑区",
- 220203: "龙潭区",
- 220204: "船营区",
- 220211: "丰满区",
- 220221: "永吉县",
- 220281: "蛟河市",
- 220282: "桦甸市",
- 220283: "舒兰市",
- 220284: "磐石市"
+ 220202: '昌邑区',
+ 220203: '龙潭区',
+ 220204: '船营区',
+ 220211: '丰满区',
+ 220221: '永吉县',
+ 220281: '蛟河市',
+ 220282: '桦甸市',
+ 220283: '舒兰市',
+ 220284: '磐石市'
},
220300: {
- 220302: "铁西区",
- 220303: "铁东区",
- 220322: "梨树县",
- 220323: "伊通满族自治县",
- 220381: "公主岭市",
- 220382: "双辽市"
+ 220302: '铁西区',
+ 220303: '铁东区',
+ 220322: '梨树县',
+ 220323: '伊通满族自治县',
+ 220381: '公主岭市',
+ 220382: '双辽市'
},
220400: {
- 220402: "龙山区",
- 220403: "西安区",
- 220421: "东丰县",
- 220422: "东辽县"
+ 220402: '龙山区',
+ 220403: '西安区',
+ 220421: '东丰县',
+ 220422: '东辽县'
},
220500: {
- 220502: "东昌区",
- 220503: "二道江区",
- 220521: "通化县",
- 220523: "辉南县",
- 220524: "柳河县",
- 220581: "梅河口市",
- 220582: "集安市"
+ 220502: '东昌区',
+ 220503: '二道江区',
+ 220521: '通化县',
+ 220523: '辉南县',
+ 220524: '柳河县',
+ 220581: '梅河口市',
+ 220582: '集安市'
},
220600: {
- 220602: "浑江区",
- 220605: "江源区",
- 220621: "抚松县",
- 220622: "靖宇县",
- 220623: "长白朝鲜族自治县",
- 220681: "临江市"
+ 220602: '浑江区',
+ 220605: '江源区',
+ 220621: '抚松县',
+ 220622: '靖宇县',
+ 220623: '长白朝鲜族自治县',
+ 220681: '临江市'
},
220700: {
- 220702: "宁江区",
- 220721: "前郭尔罗斯蒙古族自治县",
- 220722: "长岭县",
- 220723: "乾安县",
- 220781: "扶余市"
+ 220702: '宁江区',
+ 220721: '前郭尔罗斯蒙古族自治县',
+ 220722: '长岭县',
+ 220723: '乾安县',
+ 220781: '扶余市'
},
220800: {
- 220802: "洮北区",
- 220821: "镇赉县",
- 220822: "通榆县",
- 220881: "洮南市",
- 220882: "大安市"
+ 220802: '洮北区',
+ 220821: '镇赉县',
+ 220822: '通榆县',
+ 220881: '洮南市',
+ 220882: '大安市'
},
222400: {
- 222401: "延吉市",
- 222402: "图们市",
- 222403: "敦化市",
- 222404: "珲春市",
- 222405: "龙井市",
- 222406: "和龙市",
- 222424: "汪清县",
- 222426: "安图县"
+ 222401: '延吉市',
+ 222402: '图们市',
+ 222403: '敦化市',
+ 222404: '珲春市',
+ 222405: '龙井市',
+ 222406: '和龙市',
+ 222424: '汪清县',
+ 222426: '安图县'
},
23e4: {
- 230100: "哈尔滨市",
- 230200: "齐齐哈尔市",
- 230300: "鸡西市",
- 230400: "鹤岗市",
- 230500: "双鸭山市",
- 230600: "大庆市",
- 230700: "伊春市",
- 230800: "佳木斯市",
- 230900: "七台河市",
- 231e3: "牡丹江市",
- 231100: "黑河市",
- 231200: "绥化市",
- 232700: "大兴安岭地区"
+ 230100: '哈尔滨市',
+ 230200: '齐齐哈尔市',
+ 230300: '鸡西市',
+ 230400: '鹤岗市',
+ 230500: '双鸭山市',
+ 230600: '大庆市',
+ 230700: '伊春市',
+ 230800: '佳木斯市',
+ 230900: '七台河市',
+ 231e3: '牡丹江市',
+ 231100: '黑河市',
+ 231200: '绥化市',
+ 232700: '大兴安岭地区'
},
230100: {
- 230102: "道里区",
- 230103: "南岗区",
- 230104: "道外区",
- 230108: "平房区",
- 230109: "松北区",
- 230110: "香坊区",
- 230111: "呼兰区",
- 230112: "阿城区",
- 230113: "双城区",
- 230123: "依兰县",
- 230124: "方正县",
- 230125: "宾县",
- 230126: "巴彦县",
- 230127: "木兰县",
- 230128: "通河县",
- 230129: "延寿县",
- 230183: "尚志市",
- 230184: "五常市"
+ 230102: '道里区',
+ 230103: '南岗区',
+ 230104: '道外区',
+ 230108: '平房区',
+ 230109: '松北区',
+ 230110: '香坊区',
+ 230111: '呼兰区',
+ 230112: '阿城区',
+ 230113: '双城区',
+ 230123: '依兰县',
+ 230124: '方正县',
+ 230125: '宾县',
+ 230126: '巴彦县',
+ 230127: '木兰县',
+ 230128: '通河县',
+ 230129: '延寿县',
+ 230183: '尚志市',
+ 230184: '五常市'
},
230200: {
- 230202: "龙沙区",
- 230203: "建华区",
- 230204: "铁锋区",
- 230205: "昂昂溪区",
- 230206: "富拉尔基区",
- 230207: "碾子山区",
- 230208: "梅里斯达斡尔族区",
- 230221: "龙江县",
- 230223: "依安县",
- 230224: "泰来县",
- 230225: "甘南县",
- 230227: "富裕县",
- 230229: "克山县",
- 230230: "克东县",
- 230231: "拜泉县",
- 230281: "讷河市"
+ 230202: '龙沙区',
+ 230203: '建华区',
+ 230204: '铁锋区',
+ 230205: '昂昂溪区',
+ 230206: '富拉尔基区',
+ 230207: '碾子山区',
+ 230208: '梅里斯达斡尔族区',
+ 230221: '龙江县',
+ 230223: '依安县',
+ 230224: '泰来县',
+ 230225: '甘南县',
+ 230227: '富裕县',
+ 230229: '克山县',
+ 230230: '克东县',
+ 230231: '拜泉县',
+ 230281: '讷河市'
},
230300: {
- 230302: "鸡冠区",
- 230303: "恒山区",
- 230304: "滴道区",
- 230305: "梨树区",
- 230306: "城子河区",
- 230307: "麻山区",
- 230321: "鸡东县",
- 230381: "虎林市",
- 230382: "密山市"
+ 230302: '鸡冠区',
+ 230303: '恒山区',
+ 230304: '滴道区',
+ 230305: '梨树区',
+ 230306: '城子河区',
+ 230307: '麻山区',
+ 230321: '鸡东县',
+ 230381: '虎林市',
+ 230382: '密山市'
},
230400: {
- 230402: "向阳区",
- 230403: "工农区",
- 230404: "南山区",
- 230405: "兴安区",
- 230406: "东山区",
- 230407: "兴山区",
- 230421: "萝北县",
- 230422: "绥滨县"
+ 230402: '向阳区',
+ 230403: '工农区',
+ 230404: '南山区',
+ 230405: '兴安区',
+ 230406: '东山区',
+ 230407: '兴山区',
+ 230421: '萝北县',
+ 230422: '绥滨县'
},
230500: {
- 230502: "尖山区",
- 230503: "岭东区",
- 230505: "四方台区",
- 230506: "宝山区",
- 230521: "集贤县",
- 230522: "友谊县",
- 230523: "宝清县",
- 230524: "饶河县"
+ 230502: '尖山区',
+ 230503: '岭东区',
+ 230505: '四方台区',
+ 230506: '宝山区',
+ 230521: '集贤县',
+ 230522: '友谊县',
+ 230523: '宝清县',
+ 230524: '饶河县'
},
230600: {
- 230602: "萨尔图区",
- 230603: "龙凤区",
- 230604: "让胡路区",
- 230605: "红岗区",
- 230606: "大同区",
- 230621: "肇州县",
- 230622: "肇源县",
- 230623: "林甸县",
- 230624: "杜尔伯特蒙古族自治县"
+ 230602: '萨尔图区',
+ 230603: '龙凤区',
+ 230604: '让胡路区',
+ 230605: '红岗区',
+ 230606: '大同区',
+ 230621: '肇州县',
+ 230622: '肇源县',
+ 230623: '林甸县',
+ 230624: '杜尔伯特蒙古族自治县'
},
230700: {
- 230702: "伊春区",
- 230703: "南岔区",
- 230704: "友好区",
- 230705: "西林区",
- 230706: "翠峦区",
- 230707: "新青区",
- 230708: "美溪区",
- 230709: "金山屯区",
- 230710: "五营区",
- 230711: "乌马河区",
- 230712: "汤旺河区",
- 230713: "带岭区",
- 230714: "乌伊岭区",
- 230715: "红星区",
- 230716: "上甘岭区",
- 230722: "嘉荫县",
- 230781: "铁力市"
+ 230702: '伊春区',
+ 230703: '南岔区',
+ 230704: '友好区',
+ 230705: '西林区',
+ 230706: '翠峦区',
+ 230707: '新青区',
+ 230708: '美溪区',
+ 230709: '金山屯区',
+ 230710: '五营区',
+ 230711: '乌马河区',
+ 230712: '汤旺河区',
+ 230713: '带岭区',
+ 230714: '乌伊岭区',
+ 230715: '红星区',
+ 230716: '上甘岭区',
+ 230722: '嘉荫县',
+ 230781: '铁力市'
},
230800: {
- 230803: "向阳区",
- 230804: "前进区",
- 230805: "东风区",
- 230811: "郊区",
- 230822: "桦南县",
- 230826: "桦川县",
- 230828: "汤原县",
- 230881: "同江市",
- 230882: "富锦市",
- 230883: "抚远市"
+ 230803: '向阳区',
+ 230804: '前进区',
+ 230805: '东风区',
+ 230811: '郊区',
+ 230822: '桦南县',
+ 230826: '桦川县',
+ 230828: '汤原县',
+ 230881: '同江市',
+ 230882: '富锦市',
+ 230883: '抚远市'
},
230900: {
- 230902: "新兴区",
- 230903: "桃山区",
- 230904: "茄子河区",
- 230921: "勃利县"
+ 230902: '新兴区',
+ 230903: '桃山区',
+ 230904: '茄子河区',
+ 230921: '勃利县'
},
231e3: {
- 231002: "东安区",
- 231003: "阳明区",
- 231004: "爱民区",
- 231005: "西安区",
- 231025: "林口县",
- 231081: "绥芬河市",
- 231083: "海林市",
- 231084: "宁安市",
- 231085: "穆棱市",
- 231086: "东宁市"
+ 231002: '东安区',
+ 231003: '阳明区',
+ 231004: '爱民区',
+ 231005: '西安区',
+ 231025: '林口县',
+ 231081: '绥芬河市',
+ 231083: '海林市',
+ 231084: '宁安市',
+ 231085: '穆棱市',
+ 231086: '东宁市'
},
231100: {
- 231102: "爱辉区",
- 231121: "嫩江县",
- 231123: "逊克县",
- 231124: "孙吴县",
- 231181: "北安市",
- 231182: "五大连池市"
+ 231102: '爱辉区',
+ 231121: '嫩江县',
+ 231123: '逊克县',
+ 231124: '孙吴县',
+ 231181: '北安市',
+ 231182: '五大连池市'
},
231200: {
- 231202: "北林区",
- 231221: "望奎县",
- 231222: "兰西县",
- 231223: "青冈县",
- 231224: "庆安县",
- 231225: "明水县",
- 231226: "绥棱县",
- 231281: "安达市",
- 231282: "肇东市",
- 231283: "海伦市"
+ 231202: '北林区',
+ 231221: '望奎县',
+ 231222: '兰西县',
+ 231223: '青冈县',
+ 231224: '庆安县',
+ 231225: '明水县',
+ 231226: '绥棱县',
+ 231281: '安达市',
+ 231282: '肇东市',
+ 231283: '海伦市'
},
232700: {
- 232721: "呼玛县",
- 232722: "塔河县",
- 232723: "漠河县"
+ 232721: '呼玛县',
+ 232722: '塔河县',
+ 232723: '漠河县'
},
31e4: {
- 310100: "市辖区"
+ 310100: '市辖区'
},
310100: {
- 310101: "黄浦区",
- 310104: "徐汇区",
- 310105: "长宁区",
- 310106: "静安区",
- 310107: "普陀区",
- 310109: "虹口区",
- 310110: "杨浦区",
- 310112: "闵行区",
- 310113: "宝山区",
- 310114: "嘉定区",
- 310115: "浦东新区",
- 310116: "金山区",
- 310117: "松江区",
- 310118: "青浦区",
- 310120: "奉贤区",
- 310151: "崇明区"
+ 310101: '黄浦区',
+ 310104: '徐汇区',
+ 310105: '长宁区',
+ 310106: '静安区',
+ 310107: '普陀区',
+ 310109: '虹口区',
+ 310110: '杨浦区',
+ 310112: '闵行区',
+ 310113: '宝山区',
+ 310114: '嘉定区',
+ 310115: '浦东新区',
+ 310116: '金山区',
+ 310117: '松江区',
+ 310118: '青浦区',
+ 310120: '奉贤区',
+ 310151: '崇明区'
},
32e4: {
- 320100: "南京市",
- 320200: "无锡市",
- 320300: "徐州市",
- 320400: "常州市",
- 320500: "苏州市",
- 320600: "南通市",
- 320700: "连云港市",
- 320800: "淮安市",
- 320900: "盐城市",
- 321e3: "扬州市",
- 321100: "镇江市",
- 321200: "泰州市",
- 321300: "宿迁市"
+ 320100: '南京市',
+ 320200: '无锡市',
+ 320300: '徐州市',
+ 320400: '常州市',
+ 320500: '苏州市',
+ 320600: '南通市',
+ 320700: '连云港市',
+ 320800: '淮安市',
+ 320900: '盐城市',
+ 321e3: '扬州市',
+ 321100: '镇江市',
+ 321200: '泰州市',
+ 321300: '宿迁市'
},
320100: {
- 320102: "玄武区",
- 320104: "秦淮区",
- 320105: "建邺区",
- 320106: "鼓楼区",
- 320111: "浦口区",
- 320113: "栖霞区",
- 320114: "雨花台区",
- 320115: "江宁区",
- 320116: "六合区",
- 320117: "溧水区",
- 320118: "高淳区"
+ 320102: '玄武区',
+ 320104: '秦淮区',
+ 320105: '建邺区',
+ 320106: '鼓楼区',
+ 320111: '浦口区',
+ 320113: '栖霞区',
+ 320114: '雨花台区',
+ 320115: '江宁区',
+ 320116: '六合区',
+ 320117: '溧水区',
+ 320118: '高淳区'
},
320200: {
- 320205: "锡山区",
- 320206: "惠山区",
- 320211: "滨湖区",
- 320213: "梁溪区",
- 320214: "新吴区",
- 320281: "江阴市",
- 320282: "宜兴市"
+ 320205: '锡山区',
+ 320206: '惠山区',
+ 320211: '滨湖区',
+ 320213: '梁溪区',
+ 320214: '新吴区',
+ 320281: '江阴市',
+ 320282: '宜兴市'
},
320300: {
- 320302: "鼓楼区",
- 320303: "云龙区",
- 320305: "贾汪区",
- 320311: "泉山区",
- 320312: "铜山区",
- 320321: "丰县",
- 320322: "沛县",
- 320324: "睢宁县",
- 320381: "新沂市",
- 320382: "邳州市"
+ 320302: '鼓楼区',
+ 320303: '云龙区',
+ 320305: '贾汪区',
+ 320311: '泉山区',
+ 320312: '铜山区',
+ 320321: '丰县',
+ 320322: '沛县',
+ 320324: '睢宁县',
+ 320381: '新沂市',
+ 320382: '邳州市'
},
320400: {
- 320402: "天宁区",
- 320404: "钟楼区",
- 320411: "新北区",
- 320412: "武进区",
- 320413: "金坛区",
- 320481: "溧阳市"
+ 320402: '天宁区',
+ 320404: '钟楼区',
+ 320411: '新北区',
+ 320412: '武进区',
+ 320413: '金坛区',
+ 320481: '溧阳市'
},
320500: {
- 320505: "虎丘区",
- 320506: "吴中区",
- 320507: "相城区",
- 320508: "姑苏区",
- 320509: "吴江区",
- 320581: "常熟市",
- 320582: "张家港市",
- 320583: "昆山市",
- 320585: "太仓市"
+ 320505: '虎丘区',
+ 320506: '吴中区',
+ 320507: '相城区',
+ 320508: '姑苏区',
+ 320509: '吴江区',
+ 320581: '常熟市',
+ 320582: '张家港市',
+ 320583: '昆山市',
+ 320585: '太仓市'
},
320600: {
- 320602: "崇川区",
- 320611: "港闸区",
- 320612: "通州区",
- 320621: "海安县",
- 320623: "如东县",
- 320681: "启东市",
- 320682: "如皋市",
- 320684: "海门市"
+ 320602: '崇川区',
+ 320611: '港闸区',
+ 320612: '通州区',
+ 320621: '海安县',
+ 320623: '如东县',
+ 320681: '启东市',
+ 320682: '如皋市',
+ 320684: '海门市'
},
320700: {
- 320703: "连云区",
- 320706: "海州区",
- 320707: "赣榆区",
- 320722: "东海县",
- 320723: "灌云县",
- 320724: "灌南县"
+ 320703: '连云区',
+ 320706: '海州区',
+ 320707: '赣榆区',
+ 320722: '东海县',
+ 320723: '灌云县',
+ 320724: '灌南县'
},
320800: {
- 320803: "淮安区",
- 320804: "淮阴区",
- 320812: "清江浦区",
- 320813: "洪泽区",
- 320826: "涟水县",
- 320830: "盱眙县",
- 320831: "金湖县"
+ 320803: '淮安区',
+ 320804: '淮阴区',
+ 320812: '清江浦区',
+ 320813: '洪泽区',
+ 320826: '涟水县',
+ 320830: '盱眙县',
+ 320831: '金湖县'
},
320900: {
- 320902: "亭湖区",
- 320903: "盐都区",
- 320904: "大丰区",
- 320921: "响水县",
- 320922: "滨海县",
- 320923: "阜宁县",
- 320924: "射阳县",
- 320925: "建湖县",
- 320981: "东台市"
+ 320902: '亭湖区',
+ 320903: '盐都区',
+ 320904: '大丰区',
+ 320921: '响水县',
+ 320922: '滨海县',
+ 320923: '阜宁县',
+ 320924: '射阳县',
+ 320925: '建湖县',
+ 320981: '东台市'
},
321e3: {
- 321002: "广陵区",
- 321003: "邗江区",
- 321012: "江都区",
- 321023: "宝应县",
- 321081: "仪征市",
- 321084: "高邮市"
+ 321002: '广陵区',
+ 321003: '邗江区',
+ 321012: '江都区',
+ 321023: '宝应县',
+ 321081: '仪征市',
+ 321084: '高邮市'
},
321100: {
- 321102: "京口区",
- 321111: "润州区",
- 321112: "丹徒区",
- 321181: "丹阳市",
- 321182: "扬中市",
- 321183: "句容市"
+ 321102: '京口区',
+ 321111: '润州区',
+ 321112: '丹徒区',
+ 321181: '丹阳市',
+ 321182: '扬中市',
+ 321183: '句容市'
},
321200: {
- 321202: "海陵区",
- 321203: "高港区",
- 321204: "姜堰区",
- 321281: "兴化市",
- 321282: "靖江市",
- 321283: "泰兴市"
+ 321202: '海陵区',
+ 321203: '高港区',
+ 321204: '姜堰区',
+ 321281: '兴化市',
+ 321282: '靖江市',
+ 321283: '泰兴市'
},
321300: {
- 321302: "宿城区",
- 321311: "宿豫区",
- 321322: "沭阳县",
- 321323: "泗阳县",
- 321324: "泗洪县"
+ 321302: '宿城区',
+ 321311: '宿豫区',
+ 321322: '沭阳县',
+ 321323: '泗阳县',
+ 321324: '泗洪县'
},
33e4: {
- 330100: "杭州市",
- 330200: "宁波市",
- 330300: "温州市",
- 330400: "嘉兴市",
- 330500: "湖州市",
- 330600: "绍兴市",
- 330700: "金华市",
- 330800: "衢州市",
- 330900: "舟山市",
- 331e3: "台州市",
- 331100: "丽水市"
+ 330100: '杭州市',
+ 330200: '宁波市',
+ 330300: '温州市',
+ 330400: '嘉兴市',
+ 330500: '湖州市',
+ 330600: '绍兴市',
+ 330700: '金华市',
+ 330800: '衢州市',
+ 330900: '舟山市',
+ 331e3: '台州市',
+ 331100: '丽水市'
},
330100: {
- 330102: "上城区",
- 330103: "下城区",
- 330104: "江干区",
- 330105: "拱墅区",
- 330106: "西湖区",
- 330108: "滨江区",
- 330109: "萧山区",
- 330110: "余杭区",
- 330111: "富阳区",
- 330122: "桐庐县",
- 330127: "淳安县",
- 330182: "建德市",
- 330185: "临安市"
+ 330102: '上城区',
+ 330103: '下城区',
+ 330104: '江干区',
+ 330105: '拱墅区',
+ 330106: '西湖区',
+ 330108: '滨江区',
+ 330109: '萧山区',
+ 330110: '余杭区',
+ 330111: '富阳区',
+ 330122: '桐庐县',
+ 330127: '淳安县',
+ 330182: '建德市',
+ 330185: '临安市'
},
330200: {
- 330203: "海曙区",
- 330204: "江东区",
- 330205: "江北区",
- 330206: "北仑区",
- 330211: "镇海区",
- 330212: "鄞州区",
- 330225: "象山县",
- 330226: "宁海县",
- 330281: "余姚市",
- 330282: "慈溪市",
- 330283: "奉化市"
+ 330203: '海曙区',
+ 330204: '江东区',
+ 330205: '江北区',
+ 330206: '北仑区',
+ 330211: '镇海区',
+ 330212: '鄞州区',
+ 330225: '象山县',
+ 330226: '宁海县',
+ 330281: '余姚市',
+ 330282: '慈溪市',
+ 330283: '奉化市'
},
330300: {
- 330302: "鹿城区",
- 330303: "龙湾区",
- 330304: "瓯海区",
- 330305: "洞头区",
- 330324: "永嘉县",
- 330326: "平阳县",
- 330327: "苍南县",
- 330328: "文成县",
- 330329: "泰顺县",
- 330381: "瑞安市",
- 330382: "乐清市"
+ 330302: '鹿城区',
+ 330303: '龙湾区',
+ 330304: '瓯海区',
+ 330305: '洞头区',
+ 330324: '永嘉县',
+ 330326: '平阳县',
+ 330327: '苍南县',
+ 330328: '文成县',
+ 330329: '泰顺县',
+ 330381: '瑞安市',
+ 330382: '乐清市'
},
330400: {
- 330402: "南湖区",
- 330411: "秀洲区",
- 330421: "嘉善县",
- 330424: "海盐县",
- 330481: "海宁市",
- 330482: "平湖市",
- 330483: "桐乡市"
+ 330402: '南湖区',
+ 330411: '秀洲区',
+ 330421: '嘉善县',
+ 330424: '海盐县',
+ 330481: '海宁市',
+ 330482: '平湖市',
+ 330483: '桐乡市'
},
330500: {
- 330502: "吴兴区",
- 330503: "南浔区",
- 330521: "德清县",
- 330522: "长兴县",
- 330523: "安吉县"
+ 330502: '吴兴区',
+ 330503: '南浔区',
+ 330521: '德清县',
+ 330522: '长兴县',
+ 330523: '安吉县'
},
330600: {
- 330602: "越城区",
- 330603: "柯桥区",
- 330604: "上虞区",
- 330624: "新昌县",
- 330681: "诸暨市",
- 330683: "嵊州市"
+ 330602: '越城区',
+ 330603: '柯桥区',
+ 330604: '上虞区',
+ 330624: '新昌县',
+ 330681: '诸暨市',
+ 330683: '嵊州市'
},
330700: {
- 330702: "婺城区",
- 330703: "金东区",
- 330723: "武义县",
- 330726: "浦江县",
- 330727: "磐安县",
- 330781: "兰溪市",
- 330782: "义乌市",
- 330783: "东阳市",
- 330784: "永康市"
+ 330702: '婺城区',
+ 330703: '金东区',
+ 330723: '武义县',
+ 330726: '浦江县',
+ 330727: '磐安县',
+ 330781: '兰溪市',
+ 330782: '义乌市',
+ 330783: '东阳市',
+ 330784: '永康市'
},
330800: {
- 330802: "柯城区",
- 330803: "衢江区",
- 330822: "常山县",
- 330824: "开化县",
- 330825: "龙游县",
- 330881: "江山市"
+ 330802: '柯城区',
+ 330803: '衢江区',
+ 330822: '常山县',
+ 330824: '开化县',
+ 330825: '龙游县',
+ 330881: '江山市'
},
330900: {
- 330902: "定海区",
- 330903: "普陀区",
- 330921: "岱山县",
- 330922: "嵊泗县"
+ 330902: '定海区',
+ 330903: '普陀区',
+ 330921: '岱山县',
+ 330922: '嵊泗县'
},
331e3: {
- 331002: "椒江区",
- 331003: "黄岩区",
- 331004: "路桥区",
- 331021: "玉环县",
- 331022: "三门县",
- 331023: "天台县",
- 331024: "仙居县",
- 331081: "温岭市",
- 331082: "临海市"
+ 331002: '椒江区',
+ 331003: '黄岩区',
+ 331004: '路桥区',
+ 331021: '玉环县',
+ 331022: '三门县',
+ 331023: '天台县',
+ 331024: '仙居县',
+ 331081: '温岭市',
+ 331082: '临海市'
},
331100: {
- 331102: "莲都区",
- 331121: "青田县",
- 331122: "缙云县",
- 331123: "遂昌县",
- 331124: "松阳县",
- 331125: "云和县",
- 331126: "庆元县",
- 331127: "景宁畲族自治县",
- 331181: "龙泉市"
+ 331102: '莲都区',
+ 331121: '青田县',
+ 331122: '缙云县',
+ 331123: '遂昌县',
+ 331124: '松阳县',
+ 331125: '云和县',
+ 331126: '庆元县',
+ 331127: '景宁畲族自治县',
+ 331181: '龙泉市'
},
34e4: {
- 340100: "合肥市",
- 340200: "芜湖市",
- 340300: "蚌埠市",
- 340400: "淮南市",
- 340500: "马鞍山市",
- 340600: "淮北市",
- 340700: "铜陵市",
- 340800: "安庆市",
- 341e3: "黄山市",
- 341100: "滁州市",
- 341200: "阜阳市",
- 341300: "宿州市",
- 341500: "六安市",
- 341600: "亳州市",
- 341700: "池州市",
- 341800: "宣城市"
+ 340100: '合肥市',
+ 340200: '芜湖市',
+ 340300: '蚌埠市',
+ 340400: '淮南市',
+ 340500: '马鞍山市',
+ 340600: '淮北市',
+ 340700: '铜陵市',
+ 340800: '安庆市',
+ 341e3: '黄山市',
+ 341100: '滁州市',
+ 341200: '阜阳市',
+ 341300: '宿州市',
+ 341500: '六安市',
+ 341600: '亳州市',
+ 341700: '池州市',
+ 341800: '宣城市'
},
340100: {
- 340102: "瑶海区",
- 340103: "庐阳区",
- 340104: "蜀山区",
- 340111: "包河区",
- 340121: "长丰县",
- 340122: "肥东县",
- 340123: "肥西县",
- 340124: "庐江县",
- 340181: "巢湖市"
+ 340102: '瑶海区',
+ 340103: '庐阳区',
+ 340104: '蜀山区',
+ 340111: '包河区',
+ 340121: '长丰县',
+ 340122: '肥东县',
+ 340123: '肥西县',
+ 340124: '庐江县',
+ 340181: '巢湖市'
},
340200: {
- 340202: "镜湖区",
- 340203: "弋江区",
- 340207: "鸠江区",
- 340208: "三山区",
- 340221: "芜湖县",
- 340222: "繁昌县",
- 340223: "南陵县",
- 340225: "无为县"
+ 340202: '镜湖区',
+ 340203: '弋江区',
+ 340207: '鸠江区',
+ 340208: '三山区',
+ 340221: '芜湖县',
+ 340222: '繁昌县',
+ 340223: '南陵县',
+ 340225: '无为县'
},
340300: {
- 340302: "龙子湖区",
- 340303: "蚌山区",
- 340304: "禹会区",
- 340311: "淮上区",
- 340321: "怀远县",
- 340322: "五河县",
- 340323: "固镇县"
+ 340302: '龙子湖区',
+ 340303: '蚌山区',
+ 340304: '禹会区',
+ 340311: '淮上区',
+ 340321: '怀远县',
+ 340322: '五河县',
+ 340323: '固镇县'
},
340400: {
- 340402: "大通区",
- 340403: "田家庵区",
- 340404: "谢家集区",
- 340405: "八公山区",
- 340406: "潘集区",
- 340421: "凤台县",
- 340422: "寿县"
+ 340402: '大通区',
+ 340403: '田家庵区',
+ 340404: '谢家集区',
+ 340405: '八公山区',
+ 340406: '潘集区',
+ 340421: '凤台县',
+ 340422: '寿县'
},
340500: {
- 340503: "花山区",
- 340504: "雨山区",
- 340506: "博望区",
- 340521: "当涂县",
- 340522: "含山县",
- 340523: "和县"
+ 340503: '花山区',
+ 340504: '雨山区',
+ 340506: '博望区',
+ 340521: '当涂县',
+ 340522: '含山县',
+ 340523: '和县'
},
340600: {
- 340602: "杜集区",
- 340603: "相山区",
- 340604: "烈山区",
- 340621: "濉溪县"
+ 340602: '杜集区',
+ 340603: '相山区',
+ 340604: '烈山区',
+ 340621: '濉溪县'
},
340700: {
- 340705: "铜官区",
- 340706: "义安区",
- 340711: "郊区",
- 340722: "枞阳县"
+ 340705: '铜官区',
+ 340706: '义安区',
+ 340711: '郊区',
+ 340722: '枞阳县'
},
340800: {
- 340802: "迎江区",
- 340803: "大观区",
- 340811: "宜秀区",
- 340822: "怀宁县",
- 340824: "潜山县",
- 340825: "太湖县",
- 340826: "宿松县",
- 340827: "望江县",
- 340828: "岳西县",
- 340881: "桐城市"
+ 340802: '迎江区',
+ 340803: '大观区',
+ 340811: '宜秀区',
+ 340822: '怀宁县',
+ 340824: '潜山县',
+ 340825: '太湖县',
+ 340826: '宿松县',
+ 340827: '望江县',
+ 340828: '岳西县',
+ 340881: '桐城市'
},
341e3: {
- 341002: "屯溪区",
- 341003: "黄山区",
- 341004: "徽州区",
- 341021: "歙县",
- 341022: "休宁县",
- 341023: "黟县",
- 341024: "祁门县"
+ 341002: '屯溪区',
+ 341003: '黄山区',
+ 341004: '徽州区',
+ 341021: '歙县',
+ 341022: '休宁县',
+ 341023: '黟县',
+ 341024: '祁门县'
},
341100: {
- 341102: "琅琊区",
- 341103: "南谯区",
- 341122: "来安县",
- 341124: "全椒县",
- 341125: "定远县",
- 341126: "凤阳县",
- 341181: "天长市",
- 341182: "明光市"
+ 341102: '琅琊区',
+ 341103: '南谯区',
+ 341122: '来安县',
+ 341124: '全椒县',
+ 341125: '定远县',
+ 341126: '凤阳县',
+ 341181: '天长市',
+ 341182: '明光市'
},
341200: {
- 341202: "颍州区",
- 341203: "颍东区",
- 341204: "颍泉区",
- 341221: "临泉县",
- 341222: "太和县",
- 341225: "阜南县",
- 341226: "颍上县",
- 341282: "界首市"
+ 341202: '颍州区',
+ 341203: '颍东区',
+ 341204: '颍泉区',
+ 341221: '临泉县',
+ 341222: '太和县',
+ 341225: '阜南县',
+ 341226: '颍上县',
+ 341282: '界首市'
},
341300: {
- 341302: "埇桥区",
- 341321: "砀山县",
- 341322: "萧县",
- 341323: "灵璧县",
- 341324: "泗县"
+ 341302: '埇桥区',
+ 341321: '砀山县',
+ 341322: '萧县',
+ 341323: '灵璧县',
+ 341324: '泗县'
},
341500: {
- 341502: "金安区",
- 341503: "裕安区",
- 341504: "叶集区",
- 341522: "霍邱县",
- 341523: "舒城县",
- 341524: "金寨县",
- 341525: "霍山县"
+ 341502: '金安区',
+ 341503: '裕安区',
+ 341504: '叶集区',
+ 341522: '霍邱县',
+ 341523: '舒城县',
+ 341524: '金寨县',
+ 341525: '霍山县'
},
341600: {
- 341602: "谯城区",
- 341621: "涡阳县",
- 341622: "蒙城县",
- 341623: "利辛县"
+ 341602: '谯城区',
+ 341621: '涡阳县',
+ 341622: '蒙城县',
+ 341623: '利辛县'
},
341700: {
- 341702: "贵池区",
- 341721: "东至县",
- 341722: "石台县",
- 341723: "青阳县"
+ 341702: '贵池区',
+ 341721: '东至县',
+ 341722: '石台县',
+ 341723: '青阳县'
},
341800: {
- 341802: "宣州区",
- 341821: "郎溪县",
- 341822: "广德县",
- 341823: "泾县",
- 341824: "绩溪县",
- 341825: "旌德县",
- 341881: "宁国市"
+ 341802: '宣州区',
+ 341821: '郎溪县',
+ 341822: '广德县',
+ 341823: '泾县',
+ 341824: '绩溪县',
+ 341825: '旌德县',
+ 341881: '宁国市'
},
35e4: {
- 350100: "福州市",
- 350200: "厦门市",
- 350300: "莆田市",
- 350400: "三明市",
- 350500: "泉州市",
- 350600: "漳州市",
- 350700: "南平市",
- 350800: "龙岩市",
- 350900: "宁德市"
+ 350100: '福州市',
+ 350200: '厦门市',
+ 350300: '莆田市',
+ 350400: '三明市',
+ 350500: '泉州市',
+ 350600: '漳州市',
+ 350700: '南平市',
+ 350800: '龙岩市',
+ 350900: '宁德市'
},
350100: {
- 350102: "鼓楼区",
- 350103: "台江区",
- 350104: "仓山区",
- 350105: "马尾区",
- 350111: "晋安区",
- 350121: "闽侯县",
- 350122: "连江县",
- 350123: "罗源县",
- 350124: "闽清县",
- 350125: "永泰县",
- 350128: "平潭县",
- 350181: "福清市",
- 350182: "长乐市"
+ 350102: '鼓楼区',
+ 350103: '台江区',
+ 350104: '仓山区',
+ 350105: '马尾区',
+ 350111: '晋安区',
+ 350121: '闽侯县',
+ 350122: '连江县',
+ 350123: '罗源县',
+ 350124: '闽清县',
+ 350125: '永泰县',
+ 350128: '平潭县',
+ 350181: '福清市',
+ 350182: '长乐市'
},
350200: {
- 350203: "思明区",
- 350205: "海沧区",
- 350206: "湖里区",
- 350211: "集美区",
- 350212: "同安区",
- 350213: "翔安区"
+ 350203: '思明区',
+ 350205: '海沧区',
+ 350206: '湖里区',
+ 350211: '集美区',
+ 350212: '同安区',
+ 350213: '翔安区'
},
350300: {
- 350302: "城厢区",
- 350303: "涵江区",
- 350304: "荔城区",
- 350305: "秀屿区",
- 350322: "仙游县"
+ 350302: '城厢区',
+ 350303: '涵江区',
+ 350304: '荔城区',
+ 350305: '秀屿区',
+ 350322: '仙游县'
},
350400: {
- 350402: "梅列区",
- 350403: "三元区",
- 350421: "明溪县",
- 350423: "清流县",
- 350424: "宁化县",
- 350425: "大田县",
- 350426: "尤溪县",
- 350427: "沙县",
- 350428: "将乐县",
- 350429: "泰宁县",
- 350430: "建宁县",
- 350481: "永安市"
+ 350402: '梅列区',
+ 350403: '三元区',
+ 350421: '明溪县',
+ 350423: '清流县',
+ 350424: '宁化县',
+ 350425: '大田县',
+ 350426: '尤溪县',
+ 350427: '沙县',
+ 350428: '将乐县',
+ 350429: '泰宁县',
+ 350430: '建宁县',
+ 350481: '永安市'
},
350500: {
- 350502: "鲤城区",
- 350503: "丰泽区",
- 350504: "洛江区",
- 350505: "泉港区",
- 350521: "惠安县",
- 350524: "安溪县",
- 350525: "永春县",
- 350526: "德化县",
- 350527: "金门县",
- 350581: "石狮市",
- 350582: "晋江市",
- 350583: "南安市"
+ 350502: '鲤城区',
+ 350503: '丰泽区',
+ 350504: '洛江区',
+ 350505: '泉港区',
+ 350521: '惠安县',
+ 350524: '安溪县',
+ 350525: '永春县',
+ 350526: '德化县',
+ 350527: '金门县',
+ 350581: '石狮市',
+ 350582: '晋江市',
+ 350583: '南安市'
},
350600: {
- 350602: "芗城区",
- 350603: "龙文区",
- 350622: "云霄县",
- 350623: "漳浦县",
- 350624: "诏安县",
- 350625: "长泰县",
- 350626: "东山县",
- 350627: "南靖县",
- 350628: "平和县",
- 350629: "华安县",
- 350681: "龙海市"
+ 350602: '芗城区',
+ 350603: '龙文区',
+ 350622: '云霄县',
+ 350623: '漳浦县',
+ 350624: '诏安县',
+ 350625: '长泰县',
+ 350626: '东山县',
+ 350627: '南靖县',
+ 350628: '平和县',
+ 350629: '华安县',
+ 350681: '龙海市'
},
350700: {
- 350702: "延平区",
- 350703: "建阳区",
- 350721: "顺昌县",
- 350722: "浦城县",
- 350723: "光泽县",
- 350724: "松溪县",
- 350725: "政和县",
- 350781: "邵武市",
- 350782: "武夷山市",
- 350783: "建瓯市"
+ 350702: '延平区',
+ 350703: '建阳区',
+ 350721: '顺昌县',
+ 350722: '浦城县',
+ 350723: '光泽县',
+ 350724: '松溪县',
+ 350725: '政和县',
+ 350781: '邵武市',
+ 350782: '武夷山市',
+ 350783: '建瓯市'
},
350800: {
- 350802: "新罗区",
- 350803: "永定区",
- 350821: "长汀县",
- 350823: "上杭县",
- 350824: "武平县",
- 350825: "连城县",
- 350881: "漳平市"
+ 350802: '新罗区',
+ 350803: '永定区',
+ 350821: '长汀县',
+ 350823: '上杭县',
+ 350824: '武平县',
+ 350825: '连城县',
+ 350881: '漳平市'
},
350900: {
- 350902: "蕉城区",
- 350921: "霞浦县",
- 350922: "古田县",
- 350923: "屏南县",
- 350924: "寿宁县",
- 350925: "周宁县",
- 350926: "柘荣县",
- 350981: "福安市",
- 350982: "福鼎市"
+ 350902: '蕉城区',
+ 350921: '霞浦县',
+ 350922: '古田县',
+ 350923: '屏南县',
+ 350924: '寿宁县',
+ 350925: '周宁县',
+ 350926: '柘荣县',
+ 350981: '福安市',
+ 350982: '福鼎市'
},
36e4: {
- 360100: "南昌市",
- 360200: "景德镇市",
- 360300: "萍乡市",
- 360400: "九江市",
- 360500: "新余市",
- 360600: "鹰潭市",
- 360700: "赣州市",
- 360800: "吉安市",
- 360900: "宜春市",
- 361e3: "抚州市",
- 361100: "上饶市"
+ 360100: '南昌市',
+ 360200: '景德镇市',
+ 360300: '萍乡市',
+ 360400: '九江市',
+ 360500: '新余市',
+ 360600: '鹰潭市',
+ 360700: '赣州市',
+ 360800: '吉安市',
+ 360900: '宜春市',
+ 361e3: '抚州市',
+ 361100: '上饶市'
},
360100: {
- 360102: "东湖区",
- 360103: "西湖区",
- 360104: "青云谱区",
- 360105: "湾里区",
- 360111: "青山湖区",
- 360112: "新建区",
- 360121: "南昌县",
- 360123: "安义县",
- 360124: "进贤县"
+ 360102: '东湖区',
+ 360103: '西湖区',
+ 360104: '青云谱区',
+ 360105: '湾里区',
+ 360111: '青山湖区',
+ 360112: '新建区',
+ 360121: '南昌县',
+ 360123: '安义县',
+ 360124: '进贤县'
},
360200: {
- 360202: "昌江区",
- 360203: "珠山区",
- 360222: "浮梁县",
- 360281: "乐平市"
+ 360202: '昌江区',
+ 360203: '珠山区',
+ 360222: '浮梁县',
+ 360281: '乐平市'
},
360300: {
- 360302: "安源区",
- 360313: "湘东区",
- 360321: "莲花县",
- 360322: "上栗县",
- 360323: "芦溪县"
+ 360302: '安源区',
+ 360313: '湘东区',
+ 360321: '莲花县',
+ 360322: '上栗县',
+ 360323: '芦溪县'
},
360400: {
- 360402: "濂溪区",
- 360403: "浔阳区",
- 360421: "九江县",
- 360423: "武宁县",
- 360424: "修水县",
- 360425: "永修县",
- 360426: "德安县",
- 360428: "都昌县",
- 360429: "湖口县",
- 360430: "彭泽县",
- 360481: "瑞昌市",
- 360482: "共青城市",
- 360483: "庐山市"
+ 360402: '濂溪区',
+ 360403: '浔阳区',
+ 360421: '九江县',
+ 360423: '武宁县',
+ 360424: '修水县',
+ 360425: '永修县',
+ 360426: '德安县',
+ 360428: '都昌县',
+ 360429: '湖口县',
+ 360430: '彭泽县',
+ 360481: '瑞昌市',
+ 360482: '共青城市',
+ 360483: '庐山市'
},
360500: {
- 360502: "渝水区",
- 360521: "分宜县"
+ 360502: '渝水区',
+ 360521: '分宜县'
},
360600: {
- 360602: "月湖区",
- 360622: "余江县",
- 360681: "贵溪市"
+ 360602: '月湖区',
+ 360622: '余江县',
+ 360681: '贵溪市'
},
360700: {
- 360702: "章贡区",
- 360703: "南康区",
- 360721: "赣县",
- 360722: "信丰县",
- 360723: "大余县",
- 360724: "上犹县",
- 360725: "崇义县",
- 360726: "安远县",
- 360727: "龙南县",
- 360728: "定南县",
- 360729: "全南县",
- 360730: "宁都县",
- 360731: "于都县",
- 360732: "兴国县",
- 360733: "会昌县",
- 360734: "寻乌县",
- 360735: "石城县",
- 360781: "瑞金市"
+ 360702: '章贡区',
+ 360703: '南康区',
+ 360721: '赣县',
+ 360722: '信丰县',
+ 360723: '大余县',
+ 360724: '上犹县',
+ 360725: '崇义县',
+ 360726: '安远县',
+ 360727: '龙南县',
+ 360728: '定南县',
+ 360729: '全南县',
+ 360730: '宁都县',
+ 360731: '于都县',
+ 360732: '兴国县',
+ 360733: '会昌县',
+ 360734: '寻乌县',
+ 360735: '石城县',
+ 360781: '瑞金市'
},
360800: {
- 360802: "吉州区",
- 360803: "青原区",
- 360821: "吉安县",
- 360822: "吉水县",
- 360823: "峡江县",
- 360824: "新干县",
- 360825: "永丰县",
- 360826: "泰和县",
- 360827: "遂川县",
- 360828: "万安县",
- 360829: "安福县",
- 360830: "永新县",
- 360881: "井冈山市"
+ 360802: '吉州区',
+ 360803: '青原区',
+ 360821: '吉安县',
+ 360822: '吉水县',
+ 360823: '峡江县',
+ 360824: '新干县',
+ 360825: '永丰县',
+ 360826: '泰和县',
+ 360827: '遂川县',
+ 360828: '万安县',
+ 360829: '安福县',
+ 360830: '永新县',
+ 360881: '井冈山市'
},
360900: {
- 360902: "袁州区",
- 360921: "奉新县",
- 360922: "万载县",
- 360923: "上高县",
- 360924: "宜丰县",
- 360925: "靖安县",
- 360926: "铜鼓县",
- 360981: "丰城市",
- 360982: "樟树市",
- 360983: "高安市"
+ 360902: '袁州区',
+ 360921: '奉新县',
+ 360922: '万载县',
+ 360923: '上高县',
+ 360924: '宜丰县',
+ 360925: '靖安县',
+ 360926: '铜鼓县',
+ 360981: '丰城市',
+ 360982: '樟树市',
+ 360983: '高安市'
},
361e3: {
- 361002: "临川区",
- 361021: "南城县",
- 361022: "黎川县",
- 361023: "南丰县",
- 361024: "崇仁县",
- 361025: "乐安县",
- 361026: "宜黄县",
- 361027: "金溪县",
- 361028: "资溪县",
- 361029: "东乡县",
- 361030: "广昌县"
+ 361002: '临川区',
+ 361021: '南城县',
+ 361022: '黎川县',
+ 361023: '南丰县',
+ 361024: '崇仁县',
+ 361025: '乐安县',
+ 361026: '宜黄县',
+ 361027: '金溪县',
+ 361028: '资溪县',
+ 361029: '东乡县',
+ 361030: '广昌县'
},
361100: {
- 361102: "信州区",
- 361103: "广丰区",
- 361121: "上饶县",
- 361123: "玉山县",
- 361124: "铅山县",
- 361125: "横峰县",
- 361126: "弋阳县",
- 361127: "余干县",
- 361128: "鄱阳县",
- 361129: "万年县",
- 361130: "婺源县",
- 361181: "德兴市"
+ 361102: '信州区',
+ 361103: '广丰区',
+ 361121: '上饶县',
+ 361123: '玉山县',
+ 361124: '铅山县',
+ 361125: '横峰县',
+ 361126: '弋阳县',
+ 361127: '余干县',
+ 361128: '鄱阳县',
+ 361129: '万年县',
+ 361130: '婺源县',
+ 361181: '德兴市'
},
37e4: {
- 370100: "济南市",
- 370200: "青岛市",
- 370300: "淄博市",
- 370400: "枣庄市",
- 370500: "东营市",
- 370600: "烟台市",
- 370700: "潍坊市",
- 370800: "济宁市",
- 370900: "泰安市",
- 371e3: "威海市",
- 371100: "日照市",
- 371200: "莱芜市",
- 371300: "临沂市",
- 371400: "德州市",
- 371500: "聊城市",
- 371600: "滨州市",
- 371700: "菏泽市"
+ 370100: '济南市',
+ 370200: '青岛市',
+ 370300: '淄博市',
+ 370400: '枣庄市',
+ 370500: '东营市',
+ 370600: '烟台市',
+ 370700: '潍坊市',
+ 370800: '济宁市',
+ 370900: '泰安市',
+ 371e3: '威海市',
+ 371100: '日照市',
+ 371200: '莱芜市',
+ 371300: '临沂市',
+ 371400: '德州市',
+ 371500: '聊城市',
+ 371600: '滨州市',
+ 371700: '菏泽市'
},
370100: {
- 370102: "历下区",
- 370103: "市中区",
- 370104: "槐荫区",
- 370105: "天桥区",
- 370112: "历城区",
- 370113: "长清区",
- 370124: "平阴县",
- 370125: "济阳县",
- 370126: "商河县",
- 370181: "章丘市"
+ 370102: '历下区',
+ 370103: '市中区',
+ 370104: '槐荫区',
+ 370105: '天桥区',
+ 370112: '历城区',
+ 370113: '长清区',
+ 370124: '平阴县',
+ 370125: '济阳县',
+ 370126: '商河县',
+ 370181: '章丘市'
},
370200: {
- 370202: "市南区",
- 370203: "市北区",
- 370211: "黄岛区",
- 370212: "崂山区",
- 370213: "李沧区",
- 370214: "城阳区",
- 370281: "胶州市",
- 370282: "即墨市",
- 370283: "平度市",
- 370285: "莱西市"
+ 370202: '市南区',
+ 370203: '市北区',
+ 370211: '黄岛区',
+ 370212: '崂山区',
+ 370213: '李沧区',
+ 370214: '城阳区',
+ 370281: '胶州市',
+ 370282: '即墨市',
+ 370283: '平度市',
+ 370285: '莱西市'
},
370300: {
- 370302: "淄川区",
- 370303: "张店区",
- 370304: "博山区",
- 370305: "临淄区",
- 370306: "周村区",
- 370321: "桓台县",
- 370322: "高青县",
- 370323: "沂源县"
+ 370302: '淄川区',
+ 370303: '张店区',
+ 370304: '博山区',
+ 370305: '临淄区',
+ 370306: '周村区',
+ 370321: '桓台县',
+ 370322: '高青县',
+ 370323: '沂源县'
},
370400: {
- 370402: "市中区",
- 370403: "薛城区",
- 370404: "峄城区",
- 370405: "台儿庄区",
- 370406: "山亭区",
- 370481: "滕州市"
+ 370402: '市中区',
+ 370403: '薛城区',
+ 370404: '峄城区',
+ 370405: '台儿庄区',
+ 370406: '山亭区',
+ 370481: '滕州市'
},
370500: {
- 370502: "东营区",
- 370503: "河口区",
- 370505: "垦利区",
- 370522: "利津县",
- 370523: "广饶县"
+ 370502: '东营区',
+ 370503: '河口区',
+ 370505: '垦利区',
+ 370522: '利津县',
+ 370523: '广饶县'
},
370600: {
- 370602: "芝罘区",
- 370611: "福山区",
- 370612: "牟平区",
- 370613: "莱山区",
- 370634: "长岛县",
- 370681: "龙口市",
- 370682: "莱阳市",
- 370683: "莱州市",
- 370684: "蓬莱市",
- 370685: "招远市",
- 370686: "栖霞市",
- 370687: "海阳市"
+ 370602: '芝罘区',
+ 370611: '福山区',
+ 370612: '牟平区',
+ 370613: '莱山区',
+ 370634: '长岛县',
+ 370681: '龙口市',
+ 370682: '莱阳市',
+ 370683: '莱州市',
+ 370684: '蓬莱市',
+ 370685: '招远市',
+ 370686: '栖霞市',
+ 370687: '海阳市'
},
370700: {
- 370702: "潍城区",
- 370703: "寒亭区",
- 370704: "坊子区",
- 370705: "奎文区",
- 370724: "临朐县",
- 370725: "昌乐县",
- 370781: "青州市",
- 370782: "诸城市",
- 370783: "寿光市",
- 370784: "安丘市",
- 370785: "高密市",
- 370786: "昌邑市"
+ 370702: '潍城区',
+ 370703: '寒亭区',
+ 370704: '坊子区',
+ 370705: '奎文区',
+ 370724: '临朐县',
+ 370725: '昌乐县',
+ 370781: '青州市',
+ 370782: '诸城市',
+ 370783: '寿光市',
+ 370784: '安丘市',
+ 370785: '高密市',
+ 370786: '昌邑市'
},
370800: {
- 370811: "任城区",
- 370812: "兖州区",
- 370826: "微山县",
- 370827: "鱼台县",
- 370828: "金乡县",
- 370829: "嘉祥县",
- 370830: "汶上县",
- 370831: "泗水县",
- 370832: "梁山县",
- 370881: "曲阜市",
- 370883: "邹城市"
+ 370811: '任城区',
+ 370812: '兖州区',
+ 370826: '微山县',
+ 370827: '鱼台县',
+ 370828: '金乡县',
+ 370829: '嘉祥县',
+ 370830: '汶上县',
+ 370831: '泗水县',
+ 370832: '梁山县',
+ 370881: '曲阜市',
+ 370883: '邹城市'
},
370900: {
- 370902: "泰山区",
- 370911: "岱岳区",
- 370921: "宁阳县",
- 370923: "东平县",
- 370982: "新泰市",
- 370983: "肥城市"
+ 370902: '泰山区',
+ 370911: '岱岳区',
+ 370921: '宁阳县',
+ 370923: '东平县',
+ 370982: '新泰市',
+ 370983: '肥城市'
},
371e3: {
- 371002: "环翠区",
- 371003: "文登区",
- 371082: "荣成市",
- 371083: "乳山市"
+ 371002: '环翠区',
+ 371003: '文登区',
+ 371082: '荣成市',
+ 371083: '乳山市'
},
371100: {
- 371102: "东港区",
- 371103: "岚山区",
- 371121: "五莲县",
- 371122: "莒县"
+ 371102: '东港区',
+ 371103: '岚山区',
+ 371121: '五莲县',
+ 371122: '莒县'
},
371200: {
- 371202: "莱城区",
- 371203: "钢城区"
+ 371202: '莱城区',
+ 371203: '钢城区'
},
371300: {
- 371302: "兰山区",
- 371311: "罗庄区",
- 371312: "河东区",
- 371321: "沂南县",
- 371322: "郯城县",
- 371323: "沂水县",
- 371324: "兰陵县",
- 371325: "费县",
- 371326: "平邑县",
- 371327: "莒南县",
- 371328: "蒙阴县",
- 371329: "临沭县"
+ 371302: '兰山区',
+ 371311: '罗庄区',
+ 371312: '河东区',
+ 371321: '沂南县',
+ 371322: '郯城县',
+ 371323: '沂水县',
+ 371324: '兰陵县',
+ 371325: '费县',
+ 371326: '平邑县',
+ 371327: '莒南县',
+ 371328: '蒙阴县',
+ 371329: '临沭县'
},
371400: {
- 371402: "德城区",
- 371403: "陵城区",
- 371422: "宁津县",
- 371423: "庆云县",
- 371424: "临邑县",
- 371425: "齐河县",
- 371426: "平原县",
- 371427: "夏津县",
- 371428: "武城县",
- 371481: "乐陵市",
- 371482: "禹城市"
+ 371402: '德城区',
+ 371403: '陵城区',
+ 371422: '宁津县',
+ 371423: '庆云县',
+ 371424: '临邑县',
+ 371425: '齐河县',
+ 371426: '平原县',
+ 371427: '夏津县',
+ 371428: '武城县',
+ 371481: '乐陵市',
+ 371482: '禹城市'
},
371500: {
- 371502: "东昌府区",
- 371521: "阳谷县",
- 371522: "莘县",
- 371523: "茌平县",
- 371524: "东阿县",
- 371525: "冠县",
- 371526: "高唐县",
- 371581: "临清市"
+ 371502: '东昌府区',
+ 371521: '阳谷县',
+ 371522: '莘县',
+ 371523: '茌平县',
+ 371524: '东阿县',
+ 371525: '冠县',
+ 371526: '高唐县',
+ 371581: '临清市'
},
371600: {
- 371602: "滨城区",
- 371603: "沾化区",
- 371621: "惠民县",
- 371622: "阳信县",
- 371623: "无棣县",
- 371625: "博兴县",
- 371626: "邹平县"
+ 371602: '滨城区',
+ 371603: '沾化区',
+ 371621: '惠民县',
+ 371622: '阳信县',
+ 371623: '无棣县',
+ 371625: '博兴县',
+ 371626: '邹平县'
},
371700: {
- 371702: "牡丹区",
- 371703: "定陶区",
- 371721: "曹县",
- 371722: "单县",
- 371723: "成武县",
- 371724: "巨野县",
- 371725: "郓城县",
- 371726: "鄄城县",
- 371728: "东明县"
+ 371702: '牡丹区',
+ 371703: '定陶区',
+ 371721: '曹县',
+ 371722: '单县',
+ 371723: '成武县',
+ 371724: '巨野县',
+ 371725: '郓城县',
+ 371726: '鄄城县',
+ 371728: '东明县'
},
41e4: {
- 410100: "郑州市",
- 410200: "开封市",
- 410300: "洛阳市",
- 410400: "平顶山市",
- 410500: "安阳市",
- 410600: "鹤壁市",
- 410700: "新乡市",
- 410800: "焦作市",
- 410900: "濮阳市",
- 411e3: "许昌市",
- 411100: "漯河市",
- 411200: "三门峡市",
- 411300: "南阳市",
- 411400: "商丘市",
- 411500: "信阳市",
- 411600: "周口市",
- 411700: "驻马店市",
- 419001: "济源市"
+ 410100: '郑州市',
+ 410200: '开封市',
+ 410300: '洛阳市',
+ 410400: '平顶山市',
+ 410500: '安阳市',
+ 410600: '鹤壁市',
+ 410700: '新乡市',
+ 410800: '焦作市',
+ 410900: '濮阳市',
+ 411e3: '许昌市',
+ 411100: '漯河市',
+ 411200: '三门峡市',
+ 411300: '南阳市',
+ 411400: '商丘市',
+ 411500: '信阳市',
+ 411600: '周口市',
+ 411700: '驻马店市',
+ 419001: '济源市'
},
410100: {
- 410102: "中原区",
- 410103: "二七区",
- 410104: "管城回族区",
- 410105: "金水区",
- 410106: "上街区",
- 410108: "惠济区",
- 410122: "中牟县",
- 410181: "巩义市",
- 410182: "荥阳市",
- 410183: "新密市",
- 410184: "新郑市",
- 410185: "登封市"
+ 410102: '中原区',
+ 410103: '二七区',
+ 410104: '管城回族区',
+ 410105: '金水区',
+ 410106: '上街区',
+ 410108: '惠济区',
+ 410122: '中牟县',
+ 410181: '巩义市',
+ 410182: '荥阳市',
+ 410183: '新密市',
+ 410184: '新郑市',
+ 410185: '登封市'
},
410200: {
- 410202: "龙亭区",
- 410203: "顺河回族区",
- 410204: "鼓楼区",
- 410205: "禹王台区",
- 410211: "金明区",
- 410212: "祥符区",
- 410221: "杞县",
- 410222: "通许县",
- 410223: "尉氏县",
- 410225: "兰考县"
+ 410202: '龙亭区',
+ 410203: '顺河回族区',
+ 410204: '鼓楼区',
+ 410205: '禹王台区',
+ 410211: '金明区',
+ 410212: '祥符区',
+ 410221: '杞县',
+ 410222: '通许县',
+ 410223: '尉氏县',
+ 410225: '兰考县'
},
410300: {
- 410302: "老城区",
- 410303: "西工区",
- 410304: "瀍河回族区",
- 410305: "涧西区",
- 410306: "吉利区",
- 410311: "洛龙区",
- 410322: "孟津县",
- 410323: "新安县",
- 410324: "栾川县",
- 410325: "嵩县",
- 410326: "汝阳县",
- 410327: "宜阳县",
- 410328: "洛宁县",
- 410329: "伊川县",
- 410381: "偃师市"
+ 410302: '老城区',
+ 410303: '西工区',
+ 410304: '瀍河回族区',
+ 410305: '涧西区',
+ 410306: '吉利区',
+ 410311: '洛龙区',
+ 410322: '孟津县',
+ 410323: '新安县',
+ 410324: '栾川县',
+ 410325: '嵩县',
+ 410326: '汝阳县',
+ 410327: '宜阳县',
+ 410328: '洛宁县',
+ 410329: '伊川县',
+ 410381: '偃师市'
},
410400: {
- 410402: "新华区",
- 410403: "卫东区",
- 410404: "石龙区",
- 410411: "湛河区",
- 410421: "宝丰县",
- 410422: "叶县",
- 410423: "鲁山县",
- 410425: "郏县",
- 410481: "舞钢市",
- 410482: "汝州市"
+ 410402: '新华区',
+ 410403: '卫东区',
+ 410404: '石龙区',
+ 410411: '湛河区',
+ 410421: '宝丰县',
+ 410422: '叶县',
+ 410423: '鲁山县',
+ 410425: '郏县',
+ 410481: '舞钢市',
+ 410482: '汝州市'
},
410500: {
- 410502: "文峰区",
- 410503: "北关区",
- 410505: "殷都区",
- 410506: "龙安区",
- 410522: "安阳县",
- 410523: "汤阴县",
- 410526: "滑县",
- 410527: "内黄县",
- 410581: "林州市"
+ 410502: '文峰区',
+ 410503: '北关区',
+ 410505: '殷都区',
+ 410506: '龙安区',
+ 410522: '安阳县',
+ 410523: '汤阴县',
+ 410526: '滑县',
+ 410527: '内黄县',
+ 410581: '林州市'
},
410600: {
- 410602: "鹤山区",
- 410603: "山城区",
- 410611: "淇滨区",
- 410621: "浚县",
- 410622: "淇县"
+ 410602: '鹤山区',
+ 410603: '山城区',
+ 410611: '淇滨区',
+ 410621: '浚县',
+ 410622: '淇县'
},
410700: {
- 410702: "红旗区",
- 410703: "卫滨区",
- 410704: "凤泉区",
- 410711: "牧野区",
- 410721: "新乡县",
- 410724: "获嘉县",
- 410725: "原阳县",
- 410726: "延津县",
- 410727: "封丘县",
- 410728: "长垣县",
- 410781: "卫辉市",
- 410782: "辉县市"
+ 410702: '红旗区',
+ 410703: '卫滨区',
+ 410704: '凤泉区',
+ 410711: '牧野区',
+ 410721: '新乡县',
+ 410724: '获嘉县',
+ 410725: '原阳县',
+ 410726: '延津县',
+ 410727: '封丘县',
+ 410728: '长垣县',
+ 410781: '卫辉市',
+ 410782: '辉县市'
},
410800: {
- 410802: "解放区",
- 410803: "中站区",
- 410804: "马村区",
- 410811: "山阳区",
- 410821: "修武县",
- 410822: "博爱县",
- 410823: "武陟县",
- 410825: "温县",
- 410882: "沁阳市",
- 410883: "孟州市"
+ 410802: '解放区',
+ 410803: '中站区',
+ 410804: '马村区',
+ 410811: '山阳区',
+ 410821: '修武县',
+ 410822: '博爱县',
+ 410823: '武陟县',
+ 410825: '温县',
+ 410882: '沁阳市',
+ 410883: '孟州市'
},
410900: {
- 410902: "华龙区",
- 410922: "清丰县",
- 410923: "南乐县",
- 410926: "范县",
- 410927: "台前县",
- 410928: "濮阳县"
+ 410902: '华龙区',
+ 410922: '清丰县',
+ 410923: '南乐县',
+ 410926: '范县',
+ 410927: '台前县',
+ 410928: '濮阳县'
},
411e3: {
- 411002: "魏都区",
- 411023: "许昌县",
- 411024: "鄢陵县",
- 411025: "襄城县",
- 411081: "禹州市",
- 411082: "长葛市"
+ 411002: '魏都区',
+ 411023: '许昌县',
+ 411024: '鄢陵县',
+ 411025: '襄城县',
+ 411081: '禹州市',
+ 411082: '长葛市'
},
411100: {
- 411102: "源汇区",
- 411103: "郾城区",
- 411104: "召陵区",
- 411121: "舞阳县",
- 411122: "临颍县"
+ 411102: '源汇区',
+ 411103: '郾城区',
+ 411104: '召陵区',
+ 411121: '舞阳县',
+ 411122: '临颍县'
},
411200: {
- 411202: "湖滨区",
- 411203: "陕州区",
- 411221: "渑池县",
- 411224: "卢氏县",
- 411281: "义马市",
- 411282: "灵宝市"
+ 411202: '湖滨区',
+ 411203: '陕州区',
+ 411221: '渑池县',
+ 411224: '卢氏县',
+ 411281: '义马市',
+ 411282: '灵宝市'
},
411300: {
- 411302: "宛城区",
- 411303: "卧龙区",
- 411321: "南召县",
- 411322: "方城县",
- 411323: "西峡县",
- 411324: "镇平县",
- 411325: "内乡县",
- 411326: "淅川县",
- 411327: "社旗县",
- 411328: "唐河县",
- 411329: "新野县",
- 411330: "桐柏县",
- 411381: "邓州市"
+ 411302: '宛城区',
+ 411303: '卧龙区',
+ 411321: '南召县',
+ 411322: '方城县',
+ 411323: '西峡县',
+ 411324: '镇平县',
+ 411325: '内乡县',
+ 411326: '淅川县',
+ 411327: '社旗县',
+ 411328: '唐河县',
+ 411329: '新野县',
+ 411330: '桐柏县',
+ 411381: '邓州市'
},
411400: {
- 411402: "梁园区",
- 411403: "睢阳区",
- 411421: "民权县",
- 411422: "睢县",
- 411423: "宁陵县",
- 411424: "柘城县",
- 411425: "虞城县",
- 411426: "夏邑县",
- 411481: "永城市"
+ 411402: '梁园区',
+ 411403: '睢阳区',
+ 411421: '民权县',
+ 411422: '睢县',
+ 411423: '宁陵县',
+ 411424: '柘城县',
+ 411425: '虞城县',
+ 411426: '夏邑县',
+ 411481: '永城市'
},
411500: {
- 411502: "浉河区",
- 411503: "平桥区",
- 411521: "罗山县",
- 411522: "光山县",
- 411523: "新县",
- 411524: "商城县",
- 411525: "固始县",
- 411526: "潢川县",
- 411527: "淮滨县",
- 411528: "息县"
+ 411502: '浉河区',
+ 411503: '平桥区',
+ 411521: '罗山县',
+ 411522: '光山县',
+ 411523: '新县',
+ 411524: '商城县',
+ 411525: '固始县',
+ 411526: '潢川县',
+ 411527: '淮滨县',
+ 411528: '息县'
},
411600: {
- 411602: "川汇区",
- 411621: "扶沟县",
- 411622: "西华县",
- 411623: "商水县",
- 411624: "沈丘县",
- 411625: "郸城县",
- 411626: "淮阳县",
- 411627: "太康县",
- 411628: "鹿邑县",
- 411681: "项城市"
+ 411602: '川汇区',
+ 411621: '扶沟县',
+ 411622: '西华县',
+ 411623: '商水县',
+ 411624: '沈丘县',
+ 411625: '郸城县',
+ 411626: '淮阳县',
+ 411627: '太康县',
+ 411628: '鹿邑县',
+ 411681: '项城市'
},
411700: {
- 411702: "驿城区",
- 411721: "西平县",
- 411722: "上蔡县",
- 411723: "平舆县",
- 411724: "正阳县",
- 411725: "确山县",
- 411726: "泌阳县",
- 411727: "汝南县",
- 411728: "遂平县",
- 411729: "新蔡县"
+ 411702: '驿城区',
+ 411721: '西平县',
+ 411722: '上蔡县',
+ 411723: '平舆县',
+ 411724: '正阳县',
+ 411725: '确山县',
+ 411726: '泌阳县',
+ 411727: '汝南县',
+ 411728: '遂平县',
+ 411729: '新蔡县'
},
419001: {
- 4190011: "济源市克井镇",
- 41900111: "济源市下冶镇",
- 419001001: "济源市沁园街道",
- 419001002: "济源市济水街道",
- 419001003: "济源市北海街道",
- 419001004: "济源市天坛街道",
- 419001005: "济源市玉泉街道",
- 419001101: "济源市五龙口镇",
- 419001102: "济源市轵城镇",
- 419001103: "济源市承留镇",
- 419001104: "济源市邵原镇",
- 419001105: "济源市坡头镇",
- 419001106: "济源市梨林镇",
- 419001107: "济源市大峪镇",
- 419001108: "济源市思礼镇",
- 419001109: "济源市王屋镇"
+ 4190011: '济源市克井镇',
+ 41900111: '济源市下冶镇',
+ 419001001: '济源市沁园街道',
+ 419001002: '济源市济水街道',
+ 419001003: '济源市北海街道',
+ 419001004: '济源市天坛街道',
+ 419001005: '济源市玉泉街道',
+ 419001101: '济源市五龙口镇',
+ 419001102: '济源市轵城镇',
+ 419001103: '济源市承留镇',
+ 419001104: '济源市邵原镇',
+ 419001105: '济源市坡头镇',
+ 419001106: '济源市梨林镇',
+ 419001107: '济源市大峪镇',
+ 419001108: '济源市思礼镇',
+ 419001109: '济源市王屋镇'
},
42e4: {
- 420100: "武汉市",
- 420200: "黄石市",
- 420300: "十堰市",
- 420500: "宜昌市",
- 420600: "襄阳市",
- 420700: "鄂州市",
- 420800: "荆门市",
- 420900: "孝感市",
- 421e3: "荆州市",
- 421100: "黄冈市",
- 421200: "咸宁市",
- 421300: "随州市",
- 422800: "恩施土家族苗族自治州",
- 429004: "仙桃市",
- 429005: "潜江市",
- 429006: "天门市",
- 429021: "神农架林区"
+ 420100: '武汉市',
+ 420200: '黄石市',
+ 420300: '十堰市',
+ 420500: '宜昌市',
+ 420600: '襄阳市',
+ 420700: '鄂州市',
+ 420800: '荆门市',
+ 420900: '孝感市',
+ 421e3: '荆州市',
+ 421100: '黄冈市',
+ 421200: '咸宁市',
+ 421300: '随州市',
+ 422800: '恩施土家族苗族自治州',
+ 429004: '仙桃市',
+ 429005: '潜江市',
+ 429006: '天门市',
+ 429021: '神农架林区'
},
420100: {
- 420102: "江岸区",
- 420103: "江汉区",
- 420104: "硚口区",
- 420105: "汉阳区",
- 420106: "武昌区",
- 420107: "青山区",
- 420111: "洪山区",
- 420112: "东西湖区",
- 420113: "汉南区",
- 420114: "蔡甸区",
- 420115: "江夏区",
- 420116: "黄陂区",
- 420117: "新洲区"
+ 420102: '江岸区',
+ 420103: '江汉区',
+ 420104: '硚口区',
+ 420105: '汉阳区',
+ 420106: '武昌区',
+ 420107: '青山区',
+ 420111: '洪山区',
+ 420112: '东西湖区',
+ 420113: '汉南区',
+ 420114: '蔡甸区',
+ 420115: '江夏区',
+ 420116: '黄陂区',
+ 420117: '新洲区'
},
420200: {
- 420202: "黄石港区",
- 420203: "西塞山区",
- 420204: "下陆区",
- 420205: "铁山区",
- 420222: "阳新县",
- 420281: "大冶市"
+ 420202: '黄石港区',
+ 420203: '西塞山区',
+ 420204: '下陆区',
+ 420205: '铁山区',
+ 420222: '阳新县',
+ 420281: '大冶市'
},
420300: {
- 420302: "茅箭区",
- 420303: "张湾区",
- 420304: "郧阳区",
- 420322: "郧西县",
- 420323: "竹山县",
- 420324: "竹溪县",
- 420325: "房县",
- 420381: "丹江口市"
+ 420302: '茅箭区',
+ 420303: '张湾区',
+ 420304: '郧阳区',
+ 420322: '郧西县',
+ 420323: '竹山县',
+ 420324: '竹溪县',
+ 420325: '房县',
+ 420381: '丹江口市'
},
420500: {
- 420502: "西陵区",
- 420503: "伍家岗区",
- 420504: "点军区",
- 420505: "猇亭区",
- 420506: "夷陵区",
- 420525: "远安县",
- 420526: "兴山县",
- 420527: "秭归县",
- 420528: "长阳土家族自治县",
- 420529: "五峰土家族自治县",
- 420581: "宜都市",
- 420582: "当阳市",
- 420583: "枝江市"
+ 420502: '西陵区',
+ 420503: '伍家岗区',
+ 420504: '点军区',
+ 420505: '猇亭区',
+ 420506: '夷陵区',
+ 420525: '远安县',
+ 420526: '兴山县',
+ 420527: '秭归县',
+ 420528: '长阳土家族自治县',
+ 420529: '五峰土家族自治县',
+ 420581: '宜都市',
+ 420582: '当阳市',
+ 420583: '枝江市'
},
420600: {
- 420602: "襄城区",
- 420606: "樊城区",
- 420607: "襄州区",
- 420624: "南漳县",
- 420625: "谷城县",
- 420626: "保康县",
- 420682: "老河口市",
- 420683: "枣阳市",
- 420684: "宜城市"
+ 420602: '襄城区',
+ 420606: '樊城区',
+ 420607: '襄州区',
+ 420624: '南漳县',
+ 420625: '谷城县',
+ 420626: '保康县',
+ 420682: '老河口市',
+ 420683: '枣阳市',
+ 420684: '宜城市'
},
420700: {
- 420702: "梁子湖区",
- 420703: "华容区",
- 420704: "鄂城区"
+ 420702: '梁子湖区',
+ 420703: '华容区',
+ 420704: '鄂城区'
},
420800: {
- 420802: "东宝区",
- 420804: "掇刀区",
- 420821: "京山县",
- 420822: "沙洋县",
- 420881: "钟祥市"
+ 420802: '东宝区',
+ 420804: '掇刀区',
+ 420821: '京山县',
+ 420822: '沙洋县',
+ 420881: '钟祥市'
},
420900: {
- 420902: "孝南区",
- 420921: "孝昌县",
- 420922: "大悟县",
- 420923: "云梦县",
- 420981: "应城市",
- 420982: "安陆市",
- 420984: "汉川市"
+ 420902: '孝南区',
+ 420921: '孝昌县',
+ 420922: '大悟县',
+ 420923: '云梦县',
+ 420981: '应城市',
+ 420982: '安陆市',
+ 420984: '汉川市'
},
421e3: {
- 421002: "沙市区",
- 421003: "荆州区",
- 421022: "公安县",
- 421023: "监利县",
- 421024: "江陵县",
- 421081: "石首市",
- 421083: "洪湖市",
- 421087: "松滋市"
+ 421002: '沙市区',
+ 421003: '荆州区',
+ 421022: '公安县',
+ 421023: '监利县',
+ 421024: '江陵县',
+ 421081: '石首市',
+ 421083: '洪湖市',
+ 421087: '松滋市'
},
421100: {
- 421102: "黄州区",
- 421121: "团风县",
- 421122: "红安县",
- 421123: "罗田县",
- 421124: "英山县",
- 421125: "浠水县",
- 421126: "蕲春县",
- 421127: "黄梅县",
- 421181: "麻城市",
- 421182: "武穴市"
+ 421102: '黄州区',
+ 421121: '团风县',
+ 421122: '红安县',
+ 421123: '罗田县',
+ 421124: '英山县',
+ 421125: '浠水县',
+ 421126: '蕲春县',
+ 421127: '黄梅县',
+ 421181: '麻城市',
+ 421182: '武穴市'
},
421200: {
- 421202: "咸安区",
- 421221: "嘉鱼县",
- 421222: "通城县",
- 421223: "崇阳县",
- 421224: "通山县",
- 421281: "赤壁市"
+ 421202: '咸安区',
+ 421221: '嘉鱼县',
+ 421222: '通城县',
+ 421223: '崇阳县',
+ 421224: '通山县',
+ 421281: '赤壁市'
},
421300: {
- 421303: "曾都区",
- 421321: "随县",
- 421381: "广水市"
+ 421303: '曾都区',
+ 421321: '随县',
+ 421381: '广水市'
},
422800: {
- 422801: "恩施市",
- 422802: "利川市",
- 422822: "建始县",
- 422823: "巴东县",
- 422825: "宣恩县",
- 422826: "咸丰县",
- 422827: "来凤县",
- 422828: "鹤峰县"
+ 422801: '恩施市',
+ 422802: '利川市',
+ 422822: '建始县',
+ 422823: '巴东县',
+ 422825: '宣恩县',
+ 422826: '咸丰县',
+ 422827: '来凤县',
+ 422828: '鹤峰县'
},
429004: {
- 4290041: "郑场镇",
- 4290044: "工业园区",
- 42900411: "张沟镇",
- 429004001: "沙嘴街道",
- 429004002: "干河街道",
- 429004003: "龙华山",
- 429004101: "毛嘴镇",
- 429004102: "豆河镇",
- 429004103: "三伏潭镇",
- 429004104: "胡场镇",
- 429004105: "长倘口镇",
- 429004106: "西流河镇",
- 429004107: "沙湖镇",
- 429004108: "杨林尾镇",
- 429004109: "彭场镇",
- 429004111: "郭河镇",
- 429004112: "沔城回族镇",
- 429004113: "通海口镇",
- 429004114: "陈场镇",
- 429004401: "九合垸原种场",
- 429004402: "沙湖原种场",
- 429004404: "五湖渔场",
- 429004405: "赵西垸林场",
- 429004407: "畜禽良种场",
- 429004408: "排湖风景区"
+ 4290041: '郑场镇',
+ 4290044: '工业园区',
+ 42900411: '张沟镇',
+ 429004001: '沙嘴街道',
+ 429004002: '干河街道',
+ 429004003: '龙华山',
+ 429004101: '毛嘴镇',
+ 429004102: '豆河镇',
+ 429004103: '三伏潭镇',
+ 429004104: '胡场镇',
+ 429004105: '长倘口镇',
+ 429004106: '西流河镇',
+ 429004107: '沙湖镇',
+ 429004108: '杨林尾镇',
+ 429004109: '彭场镇',
+ 429004111: '郭河镇',
+ 429004112: '沔城回族镇',
+ 429004113: '通海口镇',
+ 429004114: '陈场镇',
+ 429004401: '九合垸原种场',
+ 429004402: '沙湖原种场',
+ 429004404: '五湖渔场',
+ 429004405: '赵西垸林场',
+ 429004407: '畜禽良种场',
+ 429004408: '排湖风景区'
},
429005: {
- 4290051: "竹根滩镇",
- 4290054: "江汉石油管理局",
- 42900545: "周矶管理区",
- 429005001: "园林",
- 429005002: "杨市",
- 429005003: "周矶",
- 429005004: "广华",
- 429005005: "泰丰",
- 429005006: "高场",
- 429005101: "渔洋镇",
- 429005102: "王场镇",
- 429005103: "高石碑镇",
- 429005104: "熊口镇",
- 429005105: "老新镇",
- 429005106: "浩口镇",
- 429005107: "积玉口镇",
- 429005108: "张金镇",
- 429005109: "龙湾镇",
- 429005401: "潜江经济开发区",
- 429005451: "后湖管理区",
- 429005452: "熊口管理区",
- 429005453: "总口管理区",
- 429005454: "白鹭湖管理区",
- 429005455: "运粮湖管理区",
- 429005457: "浩口原种场"
+ 4290051: '竹根滩镇',
+ 4290054: '江汉石油管理局',
+ 42900545: '周矶管理区',
+ 429005001: '园林',
+ 429005002: '杨市',
+ 429005003: '周矶',
+ 429005004: '广华',
+ 429005005: '泰丰',
+ 429005006: '高场',
+ 429005101: '渔洋镇',
+ 429005102: '王场镇',
+ 429005103: '高石碑镇',
+ 429005104: '熊口镇',
+ 429005105: '老新镇',
+ 429005106: '浩口镇',
+ 429005107: '积玉口镇',
+ 429005108: '张金镇',
+ 429005109: '龙湾镇',
+ 429005401: '潜江经济开发区',
+ 429005451: '后湖管理区',
+ 429005452: '熊口管理区',
+ 429005453: '总口管理区',
+ 429005454: '白鹭湖管理区',
+ 429005455: '运粮湖管理区',
+ 429005457: '浩口原种场'
},
429006: {
- 4290061: "多宝镇",
- 42900611: "麻洋镇",
- 42900612: "石河镇",
- 42900645: "蒋湖农场",
- 429006001: "竟陵街道",
- 429006002: "侨乡街道开发区",
- 429006003: "杨林街道",
- 429006101: "拖市镇",
- 429006102: "张港镇",
- 429006103: "蒋场镇",
- 429006104: "汪场镇",
- 429006105: "渔薪镇",
- 429006106: "黄潭镇",
- 429006107: "岳口镇",
- 429006108: "横林镇",
- 429006109: "彭市镇",
- 429006111: "多祥镇",
- 429006112: "干驿镇",
- 429006113: "马湾镇",
- 429006114: "卢市镇",
- 429006115: "小板镇",
- 429006116: "九真镇",
- 429006118: "皂市镇",
- 429006119: "胡市镇",
- 429006121: "佛子山镇",
- 429006201: "净潭乡",
- 429006451: "白茅湖农场",
- 429006452: "沉湖管委会"
+ 4290061: '多宝镇',
+ 42900611: '麻洋镇',
+ 42900612: '石河镇',
+ 42900645: '蒋湖农场',
+ 429006001: '竟陵街道',
+ 429006002: '侨乡街道开发区',
+ 429006003: '杨林街道',
+ 429006101: '拖市镇',
+ 429006102: '张港镇',
+ 429006103: '蒋场镇',
+ 429006104: '汪场镇',
+ 429006105: '渔薪镇',
+ 429006106: '黄潭镇',
+ 429006107: '岳口镇',
+ 429006108: '横林镇',
+ 429006109: '彭市镇',
+ 429006111: '多祥镇',
+ 429006112: '干驿镇',
+ 429006113: '马湾镇',
+ 429006114: '卢市镇',
+ 429006115: '小板镇',
+ 429006116: '九真镇',
+ 429006118: '皂市镇',
+ 429006119: '胡市镇',
+ 429006121: '佛子山镇',
+ 429006201: '净潭乡',
+ 429006451: '白茅湖农场',
+ 429006452: '沉湖管委会'
},
429021: {
- 4290211: "松柏镇",
- 4290212: "宋洛乡",
- 429021101: "阳日镇",
- 429021102: "木鱼镇",
- 429021103: "红坪镇",
- 429021104: "新华镇",
- 429021105: "九湖镇",
- 429021202: "下谷坪土家族乡"
+ 4290211: '松柏镇',
+ 4290212: '宋洛乡',
+ 429021101: '阳日镇',
+ 429021102: '木鱼镇',
+ 429021103: '红坪镇',
+ 429021104: '新华镇',
+ 429021105: '九湖镇',
+ 429021202: '下谷坪土家族乡'
},
43e4: {
- 430100: "长沙市",
- 430200: "株洲市",
- 430300: "湘潭市",
- 430400: "衡阳市",
- 430500: "邵阳市",
- 430600: "岳阳市",
- 430700: "常德市",
- 430800: "张家界市",
- 430900: "益阳市",
- 431e3: "郴州市",
- 431100: "永州市",
- 431200: "怀化市",
- 431300: "娄底市",
- 433100: "湘西土家族苗族自治州"
+ 430100: '长沙市',
+ 430200: '株洲市',
+ 430300: '湘潭市',
+ 430400: '衡阳市',
+ 430500: '邵阳市',
+ 430600: '岳阳市',
+ 430700: '常德市',
+ 430800: '张家界市',
+ 430900: '益阳市',
+ 431e3: '郴州市',
+ 431100: '永州市',
+ 431200: '怀化市',
+ 431300: '娄底市',
+ 433100: '湘西土家族苗族自治州'
},
430100: {
- 430102: "芙蓉区",
- 430103: "天心区",
- 430104: "岳麓区",
- 430105: "开福区",
- 430111: "雨花区",
- 430112: "望城区",
- 430121: "长沙县",
- 430124: "宁乡县",
- 430181: "浏阳市"
+ 430102: '芙蓉区',
+ 430103: '天心区',
+ 430104: '岳麓区',
+ 430105: '开福区',
+ 430111: '雨花区',
+ 430112: '望城区',
+ 430121: '长沙县',
+ 430124: '宁乡县',
+ 430181: '浏阳市'
},
430200: {
- 430202: "荷塘区",
- 430203: "芦淞区",
- 430204: "石峰区",
- 430211: "天元区",
- 430221: "株洲县",
- 430223: "攸县",
- 430224: "茶陵县",
- 430225: "炎陵县",
- 430281: "醴陵市"
+ 430202: '荷塘区',
+ 430203: '芦淞区',
+ 430204: '石峰区',
+ 430211: '天元区',
+ 430221: '株洲县',
+ 430223: '攸县',
+ 430224: '茶陵县',
+ 430225: '炎陵县',
+ 430281: '醴陵市'
},
430300: {
- 430302: "雨湖区",
- 430304: "岳塘区",
- 430321: "湘潭县",
- 430381: "湘乡市",
- 430382: "韶山市"
+ 430302: '雨湖区',
+ 430304: '岳塘区',
+ 430321: '湘潭县',
+ 430381: '湘乡市',
+ 430382: '韶山市'
},
430400: {
- 430405: "珠晖区",
- 430406: "雁峰区",
- 430407: "石鼓区",
- 430408: "蒸湘区",
- 430412: "南岳区",
- 430421: "衡阳县",
- 430422: "衡南县",
- 430423: "衡山县",
- 430424: "衡东县",
- 430426: "祁东县",
- 430481: "耒阳市",
- 430482: "常宁市"
+ 430405: '珠晖区',
+ 430406: '雁峰区',
+ 430407: '石鼓区',
+ 430408: '蒸湘区',
+ 430412: '南岳区',
+ 430421: '衡阳县',
+ 430422: '衡南县',
+ 430423: '衡山县',
+ 430424: '衡东县',
+ 430426: '祁东县',
+ 430481: '耒阳市',
+ 430482: '常宁市'
},
430500: {
- 430502: "双清区",
- 430503: "大祥区",
- 430511: "北塔区",
- 430521: "邵东县",
- 430522: "新邵县",
- 430523: "邵阳县",
- 430524: "隆回县",
- 430525: "洞口县",
- 430527: "绥宁县",
- 430528: "新宁县",
- 430529: "城步苗族自治县",
- 430581: "武冈市"
+ 430502: '双清区',
+ 430503: '大祥区',
+ 430511: '北塔区',
+ 430521: '邵东县',
+ 430522: '新邵县',
+ 430523: '邵阳县',
+ 430524: '隆回县',
+ 430525: '洞口县',
+ 430527: '绥宁县',
+ 430528: '新宁县',
+ 430529: '城步苗族自治县',
+ 430581: '武冈市'
},
430600: {
- 430602: "岳阳楼区",
- 430603: "云溪区",
- 430611: "君山区",
- 430621: "岳阳县",
- 430623: "华容县",
- 430624: "湘阴县",
- 430626: "平江县",
- 430681: "汨罗市",
- 430682: "临湘市"
+ 430602: '岳阳楼区',
+ 430603: '云溪区',
+ 430611: '君山区',
+ 430621: '岳阳县',
+ 430623: '华容县',
+ 430624: '湘阴县',
+ 430626: '平江县',
+ 430681: '汨罗市',
+ 430682: '临湘市'
},
430700: {
- 430702: "武陵区",
- 430703: "鼎城区",
- 430721: "安乡县",
- 430722: "汉寿县",
- 430723: "澧县",
- 430724: "临澧县",
- 430725: "桃源县",
- 430726: "石门县",
- 430781: "津市市"
+ 430702: '武陵区',
+ 430703: '鼎城区',
+ 430721: '安乡县',
+ 430722: '汉寿县',
+ 430723: '澧县',
+ 430724: '临澧县',
+ 430725: '桃源县',
+ 430726: '石门县',
+ 430781: '津市市'
},
430800: {
- 430802: "永定区",
- 430811: "武陵源区",
- 430821: "慈利县",
- 430822: "桑植县"
+ 430802: '永定区',
+ 430811: '武陵源区',
+ 430821: '慈利县',
+ 430822: '桑植县'
},
430900: {
- 430902: "资阳区",
- 430903: "赫山区",
- 430921: "南县",
- 430922: "桃江县",
- 430923: "安化县",
- 430981: "沅江市"
+ 430902: '资阳区',
+ 430903: '赫山区',
+ 430921: '南县',
+ 430922: '桃江县',
+ 430923: '安化县',
+ 430981: '沅江市'
},
431e3: {
- 431002: "北湖区",
- 431003: "苏仙区",
- 431021: "桂阳县",
- 431022: "宜章县",
- 431023: "永兴县",
- 431024: "嘉禾县",
- 431025: "临武县",
- 431026: "汝城县",
- 431027: "桂东县",
- 431028: "安仁县",
- 431081: "资兴市"
+ 431002: '北湖区',
+ 431003: '苏仙区',
+ 431021: '桂阳县',
+ 431022: '宜章县',
+ 431023: '永兴县',
+ 431024: '嘉禾县',
+ 431025: '临武县',
+ 431026: '汝城县',
+ 431027: '桂东县',
+ 431028: '安仁县',
+ 431081: '资兴市'
},
431100: {
- 431102: "零陵区",
- 431103: "冷水滩区",
- 431121: "祁阳县",
- 431122: "东安县",
- 431123: "双牌县",
- 431124: "道县",
- 431125: "江永县",
- 431126: "宁远县",
- 431127: "蓝山县",
- 431128: "新田县",
- 431129: "江华瑶族自治县"
+ 431102: '零陵区',
+ 431103: '冷水滩区',
+ 431121: '祁阳县',
+ 431122: '东安县',
+ 431123: '双牌县',
+ 431124: '道县',
+ 431125: '江永县',
+ 431126: '宁远县',
+ 431127: '蓝山县',
+ 431128: '新田县',
+ 431129: '江华瑶族自治县'
},
431200: {
- 431202: "鹤城区",
- 431221: "中方县",
- 431222: "沅陵县",
- 431223: "辰溪县",
- 431224: "溆浦县",
- 431225: "会同县",
- 431226: "麻阳苗族自治县",
- 431227: "新晃侗族自治县",
- 431228: "芷江侗族自治县",
- 431229: "靖州苗族侗族自治县",
- 431230: "通道侗族自治县",
- 431281: "洪江市"
+ 431202: '鹤城区',
+ 431221: '中方县',
+ 431222: '沅陵县',
+ 431223: '辰溪县',
+ 431224: '溆浦县',
+ 431225: '会同县',
+ 431226: '麻阳苗族自治县',
+ 431227: '新晃侗族自治县',
+ 431228: '芷江侗族自治县',
+ 431229: '靖州苗族侗族自治县',
+ 431230: '通道侗族自治县',
+ 431281: '洪江市'
},
431300: {
- 431302: "娄星区",
- 431321: "双峰县",
- 431322: "新化县",
- 431381: "冷水江市",
- 431382: "涟源市"
+ 431302: '娄星区',
+ 431321: '双峰县',
+ 431322: '新化县',
+ 431381: '冷水江市',
+ 431382: '涟源市'
},
433100: {
- 433101: "吉首市",
- 433122: "泸溪县",
- 433123: "凤凰县",
- 433124: "花垣县",
- 433125: "保靖县",
- 433126: "古丈县",
- 433127: "永顺县",
- 433130: "龙山县"
+ 433101: '吉首市',
+ 433122: '泸溪县',
+ 433123: '凤凰县',
+ 433124: '花垣县',
+ 433125: '保靖县',
+ 433126: '古丈县',
+ 433127: '永顺县',
+ 433130: '龙山县'
},
44e4: {
- 440100: "广州市",
- 440200: "韶关市",
- 440300: "深圳市",
- 440400: "珠海市",
- 440500: "汕头市",
- 440600: "佛山市",
- 440700: "江门市",
- 440800: "湛江市",
- 440900: "茂名市",
- 441200: "肇庆市",
- 441300: "惠州市",
- 441400: "梅州市",
- 441500: "汕尾市",
- 441600: "河源市",
- 441700: "阳江市",
- 441800: "清远市",
- 441900: "东莞市",
- 442e3: "中山市",
- 445100: "潮州市",
- 445200: "揭阳市",
- 445300: "云浮市"
+ 440100: '广州市',
+ 440200: '韶关市',
+ 440300: '深圳市',
+ 440400: '珠海市',
+ 440500: '汕头市',
+ 440600: '佛山市',
+ 440700: '江门市',
+ 440800: '湛江市',
+ 440900: '茂名市',
+ 441200: '肇庆市',
+ 441300: '惠州市',
+ 441400: '梅州市',
+ 441500: '汕尾市',
+ 441600: '河源市',
+ 441700: '阳江市',
+ 441800: '清远市',
+ 441900: '东莞市',
+ 442e3: '中山市',
+ 445100: '潮州市',
+ 445200: '揭阳市',
+ 445300: '云浮市'
},
440100: {
- 440103: "荔湾区",
- 440104: "越秀区",
- 440105: "海珠区",
- 440106: "天河区",
- 440111: "白云区",
- 440112: "黄埔区",
- 440113: "番禺区",
- 440114: "花都区",
- 440115: "南沙区",
- 440117: "从化区",
- 440118: "增城区"
+ 440103: '荔湾区',
+ 440104: '越秀区',
+ 440105: '海珠区',
+ 440106: '天河区',
+ 440111: '白云区',
+ 440112: '黄埔区',
+ 440113: '番禺区',
+ 440114: '花都区',
+ 440115: '南沙区',
+ 440117: '从化区',
+ 440118: '增城区'
},
440200: {
- 440203: "武江区",
- 440204: "浈江区",
- 440205: "曲江区",
- 440222: "始兴县",
- 440224: "仁化县",
- 440229: "翁源县",
- 440232: "乳源瑶族自治县",
- 440233: "新丰县",
- 440281: "乐昌市",
- 440282: "南雄市"
+ 440203: '武江区',
+ 440204: '浈江区',
+ 440205: '曲江区',
+ 440222: '始兴县',
+ 440224: '仁化县',
+ 440229: '翁源县',
+ 440232: '乳源瑶族自治县',
+ 440233: '新丰县',
+ 440281: '乐昌市',
+ 440282: '南雄市'
},
440300: {
- 440303: "罗湖区",
- 440304: "福田区",
- 440305: "南山区",
- 440306: "宝安区",
- 440307: "龙岗区",
- 440308: "盐田区"
+ 440303: '罗湖区',
+ 440304: '福田区',
+ 440305: '南山区',
+ 440306: '宝安区',
+ 440307: '龙岗区',
+ 440308: '盐田区'
},
440400: {
- 440402: "香洲区",
- 440403: "斗门区",
- 440404: "金湾区"
+ 440402: '香洲区',
+ 440403: '斗门区',
+ 440404: '金湾区'
},
440500: {
- 440507: "龙湖区",
- 440511: "金平区",
- 440512: "濠江区",
- 440513: "潮阳区",
- 440514: "潮南区",
- 440515: "澄海区",
- 440523: "南澳县"
+ 440507: '龙湖区',
+ 440511: '金平区',
+ 440512: '濠江区',
+ 440513: '潮阳区',
+ 440514: '潮南区',
+ 440515: '澄海区',
+ 440523: '南澳县'
},
440600: {
- 440604: "禅城区",
- 440605: "南海区",
- 440606: "顺德区",
- 440607: "三水区",
- 440608: "高明区"
+ 440604: '禅城区',
+ 440605: '南海区',
+ 440606: '顺德区',
+ 440607: '三水区',
+ 440608: '高明区'
},
440700: {
- 440703: "蓬江区",
- 440704: "江海区",
- 440705: "新会区",
- 440781: "台山市",
- 440783: "开平市",
- 440784: "鹤山市",
- 440785: "恩平市"
+ 440703: '蓬江区',
+ 440704: '江海区',
+ 440705: '新会区',
+ 440781: '台山市',
+ 440783: '开平市',
+ 440784: '鹤山市',
+ 440785: '恩平市'
},
440800: {
- 440802: "赤坎区",
- 440803: "霞山区",
- 440804: "坡头区",
- 440811: "麻章区",
- 440823: "遂溪县",
- 440825: "徐闻县",
- 440881: "廉江市",
- 440882: "雷州市",
- 440883: "吴川市"
+ 440802: '赤坎区',
+ 440803: '霞山区',
+ 440804: '坡头区',
+ 440811: '麻章区',
+ 440823: '遂溪县',
+ 440825: '徐闻县',
+ 440881: '廉江市',
+ 440882: '雷州市',
+ 440883: '吴川市'
},
440900: {
- 440902: "茂南区",
- 440904: "电白区",
- 440981: "高州市",
- 440982: "化州市",
- 440983: "信宜市"
+ 440902: '茂南区',
+ 440904: '电白区',
+ 440981: '高州市',
+ 440982: '化州市',
+ 440983: '信宜市'
},
441200: {
- 441202: "端州区",
- 441203: "鼎湖区",
- 441204: "高要区",
- 441223: "广宁县",
- 441224: "怀集县",
- 441225: "封开县",
- 441226: "德庆县",
- 441284: "四会市"
+ 441202: '端州区',
+ 441203: '鼎湖区',
+ 441204: '高要区',
+ 441223: '广宁县',
+ 441224: '怀集县',
+ 441225: '封开县',
+ 441226: '德庆县',
+ 441284: '四会市'
},
441300: {
- 441302: "惠城区",
- 441303: "惠阳区",
- 441322: "博罗县",
- 441323: "惠东县",
- 441324: "龙门县"
+ 441302: '惠城区',
+ 441303: '惠阳区',
+ 441322: '博罗县',
+ 441323: '惠东县',
+ 441324: '龙门县'
},
441400: {
- 441402: "梅江区",
- 441403: "梅县区",
- 441422: "大埔县",
- 441423: "丰顺县",
- 441424: "五华县",
- 441426: "平远县",
- 441427: "蕉岭县",
- 441481: "兴宁市"
+ 441402: '梅江区',
+ 441403: '梅县区',
+ 441422: '大埔县',
+ 441423: '丰顺县',
+ 441424: '五华县',
+ 441426: '平远县',
+ 441427: '蕉岭县',
+ 441481: '兴宁市'
},
441500: {
- 441502: "城区",
- 441521: "海丰县",
- 441523: "陆河县",
- 441581: "陆丰市"
+ 441502: '城区',
+ 441521: '海丰县',
+ 441523: '陆河县',
+ 441581: '陆丰市'
},
441600: {
- 441602: "源城区",
- 441621: "紫金县",
- 441622: "龙川县",
- 441623: "连平县",
- 441624: "和平县",
- 441625: "东源县"
+ 441602: '源城区',
+ 441621: '紫金县',
+ 441622: '龙川县',
+ 441623: '连平县',
+ 441624: '和平县',
+ 441625: '东源县'
},
441700: {
- 441702: "江城区",
- 441704: "阳东区",
- 441721: "阳西县",
- 441781: "阳春市"
+ 441702: '江城区',
+ 441704: '阳东区',
+ 441721: '阳西县',
+ 441781: '阳春市'
},
441800: {
- 441802: "清城区",
- 441803: "清新区",
- 441821: "佛冈县",
- 441823: "阳山县",
- 441825: "连山壮族瑶族自治县",
- 441826: "连南瑶族自治县",
- 441881: "英德市",
- 441882: "连州市"
+ 441802: '清城区',
+ 441803: '清新区',
+ 441821: '佛冈县',
+ 441823: '阳山县',
+ 441825: '连山壮族瑶族自治县',
+ 441826: '连南瑶族自治县',
+ 441881: '英德市',
+ 441882: '连州市'
},
441900: {
- 441900003: "东城街道",
- 441900004: "南城街道",
- 441900005: "万江街道",
- 441900006: "莞城街道",
- 441900101: "石碣镇",
- 441900102: "石龙镇",
- 441900103: "茶山镇",
- 441900104: "石排镇",
- 441900105: "企石镇",
- 441900106: "横沥镇",
- 441900107: "桥头镇",
- 441900108: "谢岗镇",
- 441900109: "东坑镇",
- 441900110: "常平镇",
- 441900111: "寮步镇",
- 441900112: "樟木头镇",
- 441900113: "大朗镇",
- 441900114: "黄江镇",
- 441900115: "清溪镇",
- 441900116: "塘厦镇",
- 441900117: "凤岗镇",
- 441900118: "大岭山镇",
- 441900119: "长安镇",
- 441900121: "虎门镇",
- 441900122: "厚街镇",
- 441900123: "沙田镇",
- 441900124: "道滘镇",
- 441900125: "洪梅镇",
- 441900126: "麻涌镇",
- 441900127: "望牛墩镇",
- 441900128: "中堂镇",
- 441900129: "高埗镇",
- 441900401: "松山湖管委会",
- 441900402: "虎门港管委会",
- 441900403: "东莞生态园"
+ 441900003: '东城街道',
+ 441900004: '南城街道',
+ 441900005: '万江街道',
+ 441900006: '莞城街道',
+ 441900101: '石碣镇',
+ 441900102: '石龙镇',
+ 441900103: '茶山镇',
+ 441900104: '石排镇',
+ 441900105: '企石镇',
+ 441900106: '横沥镇',
+ 441900107: '桥头镇',
+ 441900108: '谢岗镇',
+ 441900109: '东坑镇',
+ 441900110: '常平镇',
+ 441900111: '寮步镇',
+ 441900112: '樟木头镇',
+ 441900113: '大朗镇',
+ 441900114: '黄江镇',
+ 441900115: '清溪镇',
+ 441900116: '塘厦镇',
+ 441900117: '凤岗镇',
+ 441900118: '大岭山镇',
+ 441900119: '长安镇',
+ 441900121: '虎门镇',
+ 441900122: '厚街镇',
+ 441900123: '沙田镇',
+ 441900124: '道滘镇',
+ 441900125: '洪梅镇',
+ 441900126: '麻涌镇',
+ 441900127: '望牛墩镇',
+ 441900128: '中堂镇',
+ 441900129: '高埗镇',
+ 441900401: '松山湖管委会',
+ 441900402: '虎门港管委会',
+ 441900403: '东莞生态园'
},
442e3: {
- 442000001: "石岐区街道",
- 442000002: "东区街道",
- 442000003: "火炬开发区街道",
- 442000004: "西区街道",
- 442000005: "南区街道",
- 442000006: "五桂山街道",
- 442000100: "小榄镇",
- 442000101: "黄圃镇",
- 442000102: "民众镇",
- 442000103: "东凤镇",
- 442000104: "东升镇",
- 442000105: "古镇镇",
- 442000106: "沙溪镇",
- 442000107: "坦洲镇",
- 442000108: "港口镇",
- 442000109: "三角镇",
- 442000110: "横栏镇",
- 442000111: "南头镇",
- 442000112: "阜沙镇",
- 442000113: "南朗镇",
- 442000114: "三乡镇",
- 442000115: "板芙镇",
- 442000116: "大涌镇",
- 442000117: "神湾镇"
+ 442000001: '石岐区街道',
+ 442000002: '东区街道',
+ 442000003: '火炬开发区街道',
+ 442000004: '西区街道',
+ 442000005: '南区街道',
+ 442000006: '五桂山街道',
+ 442000100: '小榄镇',
+ 442000101: '黄圃镇',
+ 442000102: '民众镇',
+ 442000103: '东凤镇',
+ 442000104: '东升镇',
+ 442000105: '古镇镇',
+ 442000106: '沙溪镇',
+ 442000107: '坦洲镇',
+ 442000108: '港口镇',
+ 442000109: '三角镇',
+ 442000110: '横栏镇',
+ 442000111: '南头镇',
+ 442000112: '阜沙镇',
+ 442000113: '南朗镇',
+ 442000114: '三乡镇',
+ 442000115: '板芙镇',
+ 442000116: '大涌镇',
+ 442000117: '神湾镇'
},
445100: {
- 445102: "湘桥区",
- 445103: "潮安区",
- 445122: "饶平县"
+ 445102: '湘桥区',
+ 445103: '潮安区',
+ 445122: '饶平县'
},
445200: {
- 445202: "榕城区",
- 445203: "揭东区",
- 445222: "揭西县",
- 445224: "惠来县",
- 445281: "普宁市"
+ 445202: '榕城区',
+ 445203: '揭东区',
+ 445222: '揭西县',
+ 445224: '惠来县',
+ 445281: '普宁市'
},
445300: {
- 445302: "云城区",
- 445303: "云安区",
- 445321: "新兴县",
- 445322: "郁南县",
- 445381: "罗定市"
+ 445302: '云城区',
+ 445303: '云安区',
+ 445321: '新兴县',
+ 445322: '郁南县',
+ 445381: '罗定市'
},
45e4: {
- 450100: "南宁市",
- 450200: "柳州市",
- 450300: "桂林市",
- 450400: "梧州市",
- 450500: "北海市",
- 450600: "防城港市",
- 450700: "钦州市",
- 450800: "贵港市",
- 450900: "玉林市",
- 451e3: "百色市",
- 451100: "贺州市",
- 451200: "河池市",
- 451300: "来宾市",
- 451400: "崇左市"
+ 450100: '南宁市',
+ 450200: '柳州市',
+ 450300: '桂林市',
+ 450400: '梧州市',
+ 450500: '北海市',
+ 450600: '防城港市',
+ 450700: '钦州市',
+ 450800: '贵港市',
+ 450900: '玉林市',
+ 451e3: '百色市',
+ 451100: '贺州市',
+ 451200: '河池市',
+ 451300: '来宾市',
+ 451400: '崇左市'
},
450100: {
- 450102: "兴宁区",
- 450103: "青秀区",
- 450105: "江南区",
- 450107: "西乡塘区",
- 450108: "良庆区",
- 450109: "邕宁区",
- 450110: "武鸣区",
- 450123: "隆安县",
- 450124: "马山县",
- 450125: "上林县",
- 450126: "宾阳县",
- 450127: "横县"
+ 450102: '兴宁区',
+ 450103: '青秀区',
+ 450105: '江南区',
+ 450107: '西乡塘区',
+ 450108: '良庆区',
+ 450109: '邕宁区',
+ 450110: '武鸣区',
+ 450123: '隆安县',
+ 450124: '马山县',
+ 450125: '上林县',
+ 450126: '宾阳县',
+ 450127: '横县'
},
450200: {
- 450202: "城中区",
- 450203: "鱼峰区",
- 450204: "柳南区",
- 450205: "柳北区",
- 450206: "柳江区",
- 450222: "柳城县",
- 450223: "鹿寨县",
- 450224: "融安县",
- 450225: "融水苗族自治县",
- 450226: "三江侗族自治县"
+ 450202: '城中区',
+ 450203: '鱼峰区',
+ 450204: '柳南区',
+ 450205: '柳北区',
+ 450206: '柳江区',
+ 450222: '柳城县',
+ 450223: '鹿寨县',
+ 450224: '融安县',
+ 450225: '融水苗族自治县',
+ 450226: '三江侗族自治县'
},
450300: {
- 450302: "秀峰区",
- 450303: "叠彩区",
- 450304: "象山区",
- 450305: "七星区",
- 450311: "雁山区",
- 450312: "临桂区",
- 450321: "阳朔县",
- 450323: "灵川县",
- 450324: "全州县",
- 450325: "兴安县",
- 450326: "永福县",
- 450327: "灌阳县",
- 450328: "龙胜各族自治县",
- 450329: "资源县",
- 450330: "平乐县",
- 450331: "荔浦县",
- 450332: "恭城瑶族自治县"
+ 450302: '秀峰区',
+ 450303: '叠彩区',
+ 450304: '象山区',
+ 450305: '七星区',
+ 450311: '雁山区',
+ 450312: '临桂区',
+ 450321: '阳朔县',
+ 450323: '灵川县',
+ 450324: '全州县',
+ 450325: '兴安县',
+ 450326: '永福县',
+ 450327: '灌阳县',
+ 450328: '龙胜各族自治县',
+ 450329: '资源县',
+ 450330: '平乐县',
+ 450331: '荔浦县',
+ 450332: '恭城瑶族自治县'
},
450400: {
- 450403: "万秀区",
- 450405: "长洲区",
- 450406: "龙圩区",
- 450421: "苍梧县",
- 450422: "藤县",
- 450423: "蒙山县",
- 450481: "岑溪市"
+ 450403: '万秀区',
+ 450405: '长洲区',
+ 450406: '龙圩区',
+ 450421: '苍梧县',
+ 450422: '藤县',
+ 450423: '蒙山县',
+ 450481: '岑溪市'
},
450500: {
- 450502: "海城区",
- 450503: "银海区",
- 450512: "铁山港区",
- 450521: "合浦县"
+ 450502: '海城区',
+ 450503: '银海区',
+ 450512: '铁山港区',
+ 450521: '合浦县'
},
450600: {
- 450602: "港口区",
- 450603: "防城区",
- 450621: "上思县",
- 450681: "东兴市"
+ 450602: '港口区',
+ 450603: '防城区',
+ 450621: '上思县',
+ 450681: '东兴市'
},
450700: {
- 450702: "钦南区",
- 450703: "钦北区",
- 450721: "灵山县",
- 450722: "浦北县"
+ 450702: '钦南区',
+ 450703: '钦北区',
+ 450721: '灵山县',
+ 450722: '浦北县'
},
450800: {
- 450802: "港北区",
- 450803: "港南区",
- 450804: "覃塘区",
- 450821: "平南县",
- 450881: "桂平市"
+ 450802: '港北区',
+ 450803: '港南区',
+ 450804: '覃塘区',
+ 450821: '平南县',
+ 450881: '桂平市'
},
450900: {
- 450902: "玉州区",
- 450903: "福绵区",
- 450921: "容县",
- 450922: "陆川县",
- 450923: "博白县",
- 450924: "兴业县",
- 450981: "北流市"
+ 450902: '玉州区',
+ 450903: '福绵区',
+ 450921: '容县',
+ 450922: '陆川县',
+ 450923: '博白县',
+ 450924: '兴业县',
+ 450981: '北流市'
},
451e3: {
- 451002: "右江区",
- 451021: "田阳县",
- 451022: "田东县",
- 451023: "平果县",
- 451024: "德保县",
- 451026: "那坡县",
- 451027: "凌云县",
- 451028: "乐业县",
- 451029: "田林县",
- 451030: "西林县",
- 451031: "隆林各族自治县",
- 451081: "靖西市"
+ 451002: '右江区',
+ 451021: '田阳县',
+ 451022: '田东县',
+ 451023: '平果县',
+ 451024: '德保县',
+ 451026: '那坡县',
+ 451027: '凌云县',
+ 451028: '乐业县',
+ 451029: '田林县',
+ 451030: '西林县',
+ 451031: '隆林各族自治县',
+ 451081: '靖西市'
},
451100: {
- 451102: "八步区",
- 451103: "平桂区",
- 451121: "昭平县",
- 451122: "钟山县",
- 451123: "富川瑶族自治县"
+ 451102: '八步区',
+ 451103: '平桂区',
+ 451121: '昭平县',
+ 451122: '钟山县',
+ 451123: '富川瑶族自治县'
},
451200: {
- 451202: "金城江区",
- 451221: "南丹县",
- 451222: "天峨县",
- 451223: "凤山县",
- 451224: "东兰县",
- 451225: "罗城仫佬族自治县",
- 451226: "环江毛南族自治县",
- 451227: "巴马瑶族自治县",
- 451228: "都安瑶族自治县",
- 451229: "大化瑶族自治县",
- 451281: "宜州市"
+ 451202: '金城江区',
+ 451221: '南丹县',
+ 451222: '天峨县',
+ 451223: '凤山县',
+ 451224: '东兰县',
+ 451225: '罗城仫佬族自治县',
+ 451226: '环江毛南族自治县',
+ 451227: '巴马瑶族自治县',
+ 451228: '都安瑶族自治县',
+ 451229: '大化瑶族自治县',
+ 451281: '宜州市'
},
451300: {
- 451302: "兴宾区",
- 451321: "忻城县",
- 451322: "象州县",
- 451323: "武宣县",
- 451324: "金秀瑶族自治县",
- 451381: "合山市"
+ 451302: '兴宾区',
+ 451321: '忻城县',
+ 451322: '象州县',
+ 451323: '武宣县',
+ 451324: '金秀瑶族自治县',
+ 451381: '合山市'
},
451400: {
- 451402: "江州区",
- 451421: "扶绥县",
- 451422: "宁明县",
- 451423: "龙州县",
- 451424: "大新县",
- 451425: "天等县",
- 451481: "凭祥市"
+ 451402: '江州区',
+ 451421: '扶绥县',
+ 451422: '宁明县',
+ 451423: '龙州县',
+ 451424: '大新县',
+ 451425: '天等县',
+ 451481: '凭祥市'
},
46e4: {
- 460100: "海口市",
- 460200: "三亚市",
- 460300: "三沙市",
- 460400: "儋州市",
- 469001: "五指山市",
- 469002: "琼海市",
- 469005: "文昌市",
- 469006: "万宁市",
- 469007: "东方市",
- 469021: "定安县",
- 469022: "屯昌县",
- 469023: "澄迈县",
- 469024: "临高县",
- 469025: "白沙黎族自治县",
- 469026: "昌江黎族自治县",
- 469027: "乐东黎族自治县",
- 469028: "陵水黎族自治县",
- 469029: "保亭黎族苗族自治县",
- 469030: "琼中黎族苗族自治县"
+ 460100: '海口市',
+ 460200: '三亚市',
+ 460300: '三沙市',
+ 460400: '儋州市',
+ 469001: '五指山市',
+ 469002: '琼海市',
+ 469005: '文昌市',
+ 469006: '万宁市',
+ 469007: '东方市',
+ 469021: '定安县',
+ 469022: '屯昌县',
+ 469023: '澄迈县',
+ 469024: '临高县',
+ 469025: '白沙黎族自治县',
+ 469026: '昌江黎族自治县',
+ 469027: '乐东黎族自治县',
+ 469028: '陵水黎族自治县',
+ 469029: '保亭黎族苗族自治县',
+ 469030: '琼中黎族苗族自治县'
},
460100: {
- 460105: "秀英区",
- 460106: "龙华区",
- 460107: "琼山区",
- 460108: "美兰区"
+ 460105: '秀英区',
+ 460106: '龙华区',
+ 460107: '琼山区',
+ 460108: '美兰区'
},
460200: {
- 460202: "海棠区",
- 460203: "吉阳区",
- 460204: "天涯区",
- 460205: "崖州区"
+ 460202: '海棠区',
+ 460203: '吉阳区',
+ 460204: '天涯区',
+ 460205: '崖州区'
},
460300: {
- 460321: "西沙群岛",
- 460322: "南沙群岛",
- 460323: "中沙群岛的岛礁及其海域"
+ 460321: '西沙群岛',
+ 460322: '南沙群岛',
+ 460323: '中沙群岛的岛礁及其海域'
},
460400: {
- 4604001: "那大镇",
- 4604004: "国营西培农场",
- 4604005: "华南热作学院",
- 46040011: "三都镇",
- 460400101: "和庆镇",
- 460400102: "南丰镇",
- 460400103: "大成镇",
- 460400104: "雅星镇",
- 460400105: "兰洋镇",
- 460400106: "光村镇",
- 460400107: "木棠镇",
- 460400108: "海头镇",
- 460400109: "峨蔓镇",
- 460400111: "王五镇",
- 460400112: "白马井镇",
- 460400113: "中和镇",
- 460400114: "排浦镇",
- 460400115: "东成镇",
- 460400116: "新州镇",
- 460400404: "国营西联农场",
- 460400405: "国营蓝洋农场",
- 460400407: "国营八一农场",
- 460400499: "洋浦经济开发区"
+ 4604001: '那大镇',
+ 4604004: '国营西培农场',
+ 4604005: '华南热作学院',
+ 46040011: '三都镇',
+ 460400101: '和庆镇',
+ 460400102: '南丰镇',
+ 460400103: '大成镇',
+ 460400104: '雅星镇',
+ 460400105: '兰洋镇',
+ 460400106: '光村镇',
+ 460400107: '木棠镇',
+ 460400108: '海头镇',
+ 460400109: '峨蔓镇',
+ 460400111: '王五镇',
+ 460400112: '白马井镇',
+ 460400113: '中和镇',
+ 460400114: '排浦镇',
+ 460400115: '东成镇',
+ 460400116: '新州镇',
+ 460400404: '国营西联农场',
+ 460400405: '国营蓝洋农场',
+ 460400407: '国营八一农场',
+ 460400499: '洋浦经济开发区'
},
469001: {
- 4690011: "通什镇",
- 4690012: "畅好乡",
- 4690014: "畅好农场",
- 469001101: "南圣镇",
- 469001102: "毛阳镇",
- 469001103: "番阳镇",
- 469001201: "毛道乡",
- 469001202: "水满乡"
+ 4690011: '通什镇',
+ 4690012: '畅好乡',
+ 4690014: '畅好农场',
+ 469001101: '南圣镇',
+ 469001102: '毛阳镇',
+ 469001103: '番阳镇',
+ 469001201: '毛道乡',
+ 469001202: '水满乡'
},
469002: {
- 4690021: "嘉积镇",
- 4690024: "国营东太农场",
- 4690025: "彬村山华侨农场",
- 46900211: "大路镇",
- 469002101: "万泉镇",
- 469002102: "石壁镇",
- 469002103: "中原镇",
- 469002104: "博鳌镇",
- 469002105: "阳江镇",
- 469002106: "龙江镇",
- 469002107: "潭门镇",
- 469002108: "塔洋镇",
- 469002109: "长坡镇",
- 469002111: "会山镇",
- 469002402: "国营东红农场",
- 469002403: "国营东升农场"
+ 4690021: '嘉积镇',
+ 4690024: '国营东太农场',
+ 4690025: '彬村山华侨农场',
+ 46900211: '大路镇',
+ 469002101: '万泉镇',
+ 469002102: '石壁镇',
+ 469002103: '中原镇',
+ 469002104: '博鳌镇',
+ 469002105: '阳江镇',
+ 469002106: '龙江镇',
+ 469002107: '潭门镇',
+ 469002108: '塔洋镇',
+ 469002109: '长坡镇',
+ 469002111: '会山镇',
+ 469002402: '国营东红农场',
+ 469002403: '国营东升农场'
},
469005: {
- 4690051: "文城镇",
- 4690054: "国营东路农场",
- 46900511: "昌洒镇",
- 469005101: "重兴镇",
- 469005102: "蓬莱镇",
- 469005103: "会文镇",
- 469005104: "东路镇",
- 469005105: "潭牛镇",
- 469005106: "东阁镇",
- 469005107: "文教镇",
- 469005108: "东郊镇",
- 469005109: "龙楼镇",
- 469005111: "翁田镇",
- 469005112: "抱罗镇",
- 469005113: "冯坡镇",
- 469005114: "锦山镇",
- 469005115: "铺前镇",
- 469005116: "公坡镇",
- 469005401: "国营南阳农场",
- 469005402: "国营罗豆农场"
+ 4690051: '文城镇',
+ 4690054: '国营东路农场',
+ 46900511: '昌洒镇',
+ 469005101: '重兴镇',
+ 469005102: '蓬莱镇',
+ 469005103: '会文镇',
+ 469005104: '东路镇',
+ 469005105: '潭牛镇',
+ 469005106: '东阁镇',
+ 469005107: '文教镇',
+ 469005108: '东郊镇',
+ 469005109: '龙楼镇',
+ 469005111: '翁田镇',
+ 469005112: '抱罗镇',
+ 469005113: '冯坡镇',
+ 469005114: '锦山镇',
+ 469005115: '铺前镇',
+ 469005116: '公坡镇',
+ 469005401: '国营南阳农场',
+ 469005402: '国营罗豆农场'
},
469006: {
- 4690061: "万城镇",
- 4690064: "国营东兴农场",
- 4690065: "兴隆华侨农场",
- 46900611: "南桥镇",
- 469006101: "龙滚镇",
- 469006102: "和乐镇",
- 469006103: "后安镇",
- 469006104: "大茂镇",
- 469006105: "东澳镇",
- 469006106: "礼纪镇",
- 469006107: "长丰镇",
- 469006108: "山根镇",
- 469006109: "北大镇",
- 469006111: "三更罗镇",
- 469006401: "国营东和农场",
- 469006404: "国营新中农场",
- 469006501: "地方国营六连林场"
+ 4690061: '万城镇',
+ 4690064: '国营东兴农场',
+ 4690065: '兴隆华侨农场',
+ 46900611: '南桥镇',
+ 469006101: '龙滚镇',
+ 469006102: '和乐镇',
+ 469006103: '后安镇',
+ 469006104: '大茂镇',
+ 469006105: '东澳镇',
+ 469006106: '礼纪镇',
+ 469006107: '长丰镇',
+ 469006108: '山根镇',
+ 469006109: '北大镇',
+ 469006111: '三更罗镇',
+ 469006401: '国营东和农场',
+ 469006404: '国营新中农场',
+ 469006501: '地方国营六连林场'
},
469007: {
- 4690071: "八所镇",
- 4690072: "天安乡",
- 4690074: "国营广坝农场",
- 4690075: "东方华侨农场",
- 469007101: "东河镇",
- 469007102: "大田镇",
- 469007103: "感城镇",
- 469007104: "板桥镇",
- 469007105: "三家镇",
- 469007106: "四更镇",
- 469007107: "新龙镇",
- 469007201: "江边乡"
+ 4690071: '八所镇',
+ 4690072: '天安乡',
+ 4690074: '国营广坝农场',
+ 4690075: '东方华侨农场',
+ 469007101: '东河镇',
+ 469007102: '大田镇',
+ 469007103: '感城镇',
+ 469007104: '板桥镇',
+ 469007105: '三家镇',
+ 469007106: '四更镇',
+ 469007107: '新龙镇',
+ 469007201: '江边乡'
},
469021: {
- 4690211: "定城镇",
- 4690214: "国营中瑞农场",
- 469021101: "新竹镇",
- 469021102: "龙湖镇",
- 469021103: "黄竹镇",
- 469021104: "雷鸣镇",
- 469021105: "龙门镇",
- 469021106: "龙河镇",
- 469021107: "岭口镇",
- 469021108: "翰林镇",
- 469021109: "富文镇",
- 469021401: "国营南海农场",
- 469021402: "国营金鸡岭农场"
+ 4690211: '定城镇',
+ 4690214: '国营中瑞农场',
+ 469021101: '新竹镇',
+ 469021102: '龙湖镇',
+ 469021103: '黄竹镇',
+ 469021104: '雷鸣镇',
+ 469021105: '龙门镇',
+ 469021106: '龙河镇',
+ 469021107: '岭口镇',
+ 469021108: '翰林镇',
+ 469021109: '富文镇',
+ 469021401: '国营南海农场',
+ 469021402: '国营金鸡岭农场'
},
469022: {
- 4690221: "屯城镇",
- 4690224: "国营中建农场",
- 469022101: "新兴镇",
- 469022102: "枫木镇",
- 469022103: "乌坡镇",
- 469022104: "南吕镇",
- 469022105: "南坤镇",
- 469022106: "坡心镇",
- 469022107: "西昌镇",
- 469022401: "国营中坤农场"
+ 4690221: '屯城镇',
+ 4690224: '国营中建农场',
+ 469022101: '新兴镇',
+ 469022102: '枫木镇',
+ 469022103: '乌坡镇',
+ 469022104: '南吕镇',
+ 469022105: '南坤镇',
+ 469022106: '坡心镇',
+ 469022107: '西昌镇',
+ 469022401: '国营中坤农场'
},
469023: {
- 4690231: "金江镇",
- 4690234: "国营红光农场",
- 46902311: "大丰镇",
- 469023101: "老城镇",
- 469023102: "瑞溪镇",
- 469023103: "永发镇",
- 469023104: "加乐镇",
- 469023105: "文儒镇",
- 469023106: "中兴镇",
- 469023107: "仁兴镇",
- 469023108: "福山镇",
- 469023109: "桥头镇",
- 469023402: "国营西达农场",
- 469023405: "国营金安农场"
+ 4690231: '金江镇',
+ 4690234: '国营红光农场',
+ 46902311: '大丰镇',
+ 469023101: '老城镇',
+ 469023102: '瑞溪镇',
+ 469023103: '永发镇',
+ 469023104: '加乐镇',
+ 469023105: '文儒镇',
+ 469023106: '中兴镇',
+ 469023107: '仁兴镇',
+ 469023108: '福山镇',
+ 469023109: '桥头镇',
+ 469023402: '国营西达农场',
+ 469023405: '国营金安农场'
},
469024: {
- 4690241: "临城镇",
- 4690244: "国营红华农场",
- 469024101: "波莲镇",
- 469024102: "东英镇",
- 469024103: "博厚镇",
- 469024104: "皇桐镇",
- 469024105: "多文镇",
- 469024106: "和舍镇",
- 469024107: "南宝镇",
- 469024108: "新盈镇",
- 469024109: "调楼镇",
- 469024401: "国营加来农场"
+ 4690241: '临城镇',
+ 4690244: '国营红华农场',
+ 469024101: '波莲镇',
+ 469024102: '东英镇',
+ 469024103: '博厚镇',
+ 469024104: '皇桐镇',
+ 469024105: '多文镇',
+ 469024106: '和舍镇',
+ 469024107: '南宝镇',
+ 469024108: '新盈镇',
+ 469024109: '调楼镇',
+ 469024401: '国营加来农场'
},
469025: {
- 4690251: "牙叉镇",
- 4690252: "细水乡",
- 469025101: "七坊镇",
- 469025102: "邦溪镇",
- 469025103: "打安镇",
- 469025201: "元门乡",
- 469025202: "南开乡",
- 469025203: "阜龙乡",
- 469025204: "青松乡",
- 469025205: "金波乡",
- 469025206: "荣邦乡",
- 469025401: "国营白沙农场",
- 469025404: "国营龙江农场",
- 469025408: "国营邦溪农场"
+ 4690251: '牙叉镇',
+ 4690252: '细水乡',
+ 469025101: '七坊镇',
+ 469025102: '邦溪镇',
+ 469025103: '打安镇',
+ 469025201: '元门乡',
+ 469025202: '南开乡',
+ 469025203: '阜龙乡',
+ 469025204: '青松乡',
+ 469025205: '金波乡',
+ 469025206: '荣邦乡',
+ 469025401: '国营白沙农场',
+ 469025404: '国营龙江农场',
+ 469025408: '国营邦溪农场'
},
469026: {
- 4690261: "石碌镇",
- 4690262: "王下乡",
- 4690265: "国营霸王岭林场",
- 469026101: "叉河镇",
- 469026102: "十月田镇",
- 469026103: "乌烈镇",
- 469026104: "昌化镇",
- 469026105: "海尾镇",
- 469026106: "七叉镇",
- 469026401: "国营红林农场",
- 469026501: "海南矿业联合有限公司"
+ 4690261: '石碌镇',
+ 4690262: '王下乡',
+ 4690265: '国营霸王岭林场',
+ 469026101: '叉河镇',
+ 469026102: '十月田镇',
+ 469026103: '乌烈镇',
+ 469026104: '昌化镇',
+ 469026105: '海尾镇',
+ 469026106: '七叉镇',
+ 469026401: '国营红林农场',
+ 469026501: '海南矿业联合有限公司'
},
469027: {
- 4690271: "抱由镇",
- 4690275: "国营尖峰岭林业公司",
- 46902711: "莺歌海镇",
- 469027101: "万冲镇",
- 469027102: "大安镇",
- 469027103: "志仲镇",
- 469027104: "千家镇",
- 469027105: "九所镇",
- 469027106: "利国镇",
- 469027107: "黄流镇",
- 469027108: "佛罗镇",
- 469027109: "尖峰镇",
- 469027401: "国营山荣农场",
- 469027402: "国营乐光农场",
- 469027405: "国营保国农场",
- 469027501: "国营莺歌海盐场"
+ 4690271: '抱由镇',
+ 4690275: '国营尖峰岭林业公司',
+ 46902711: '莺歌海镇',
+ 469027101: '万冲镇',
+ 469027102: '大安镇',
+ 469027103: '志仲镇',
+ 469027104: '千家镇',
+ 469027105: '九所镇',
+ 469027106: '利国镇',
+ 469027107: '黄流镇',
+ 469027108: '佛罗镇',
+ 469027109: '尖峰镇',
+ 469027401: '国营山荣农场',
+ 469027402: '国营乐光农场',
+ 469027405: '国营保国农场',
+ 469027501: '国营莺歌海盐场'
},
469028: {
- 4690281: "椰林镇",
- 4690282: "提蒙乡",
- 4690284: "国营岭门农场",
- 4690285: "国营吊罗山林业公司",
- 469028101: "光坡镇",
- 469028102: "三才镇",
- 469028103: "英州镇",
- 469028104: "隆广镇",
- 469028105: "文罗镇",
- 469028106: "本号镇",
- 469028107: "新村镇",
- 469028108: "黎安镇",
- 469028201: "群英乡",
- 469028401: "国营南平农场"
+ 4690281: '椰林镇',
+ 4690282: '提蒙乡',
+ 4690284: '国营岭门农场',
+ 4690285: '国营吊罗山林业公司',
+ 469028101: '光坡镇',
+ 469028102: '三才镇',
+ 469028103: '英州镇',
+ 469028104: '隆广镇',
+ 469028105: '文罗镇',
+ 469028106: '本号镇',
+ 469028107: '新村镇',
+ 469028108: '黎安镇',
+ 469028201: '群英乡',
+ 469028401: '国营南平农场'
},
469029: {
- 4690291: "保城镇",
- 4690292: "六弓乡",
- 469029101: "什玲镇",
- 469029102: "加茂镇",
- 469029103: "响水镇",
- 469029104: "新政镇",
- 469029105: "三道镇",
- 469029201: "南林乡",
- 469029202: "毛感乡",
- 469029401: "国营新星农场",
- 469029402: "海南保亭热带作物研究所",
- 469029403: "国营金江农场",
- 469029405: "国营三道农场"
+ 4690291: '保城镇',
+ 4690292: '六弓乡',
+ 469029101: '什玲镇',
+ 469029102: '加茂镇',
+ 469029103: '响水镇',
+ 469029104: '新政镇',
+ 469029105: '三道镇',
+ 469029201: '南林乡',
+ 469029202: '毛感乡',
+ 469029401: '国营新星农场',
+ 469029402: '海南保亭热带作物研究所',
+ 469029403: '国营金江农场',
+ 469029405: '国营三道农场'
},
469030: {
- 4690301: "营根镇",
- 4690302: "吊罗山乡",
- 4690305: "海南黎母山省级自然保护区管理站",
- 469030101: "湾岭镇",
- 469030102: "黎母山镇",
- 469030103: "和平镇",
- 469030104: "长征镇",
- 469030105: "红毛镇",
- 469030106: "中平镇",
- 469030201: "上安乡",
- 469030202: "什运乡",
- 469030402: "国营阳江农场",
- 469030403: "国营乌石农场",
- 469030406: "国营加钗农场",
- 469030407: "国营长征农场"
+ 4690301: '营根镇',
+ 4690302: '吊罗山乡',
+ 4690305: '海南黎母山省级自然保护区管理站',
+ 469030101: '湾岭镇',
+ 469030102: '黎母山镇',
+ 469030103: '和平镇',
+ 469030104: '长征镇',
+ 469030105: '红毛镇',
+ 469030106: '中平镇',
+ 469030201: '上安乡',
+ 469030202: '什运乡',
+ 469030402: '国营阳江农场',
+ 469030403: '国营乌石农场',
+ 469030406: '国营加钗农场',
+ 469030407: '国营长征农场'
},
5e5: {
- 500100: "市辖区",
- 500228: "梁平县",
- 500229: "城口县",
- 500230: "丰都县",
- 500231: "垫江县",
- 500232: "武隆县",
- 500233: "忠县",
- 500235: "云阳县",
- 500236: "奉节县",
- 500237: "巫山县",
- 500238: "巫溪县",
- 500240: "石柱土家族自治县",
- 500241: "秀山土家族苗族自治县",
- 500242: "酉阳土家族苗族自治县",
- 500243: "彭水苗族土家族自治县"
+ 500100: '市辖区',
+ 500228: '梁平县',
+ 500229: '城口县',
+ 500230: '丰都县',
+ 500231: '垫江县',
+ 500232: '武隆县',
+ 500233: '忠县',
+ 500235: '云阳县',
+ 500236: '奉节县',
+ 500237: '巫山县',
+ 500238: '巫溪县',
+ 500240: '石柱土家族自治县',
+ 500241: '秀山土家族苗族自治县',
+ 500242: '酉阳土家族苗族自治县',
+ 500243: '彭水苗族土家族自治县'
},
500100: {
- 500101: "万州区",
- 500102: "涪陵区",
- 500103: "渝中区",
- 500104: "大渡口区",
- 500105: "江北区",
- 500106: "沙坪坝区",
- 500107: "九龙坡区",
- 500108: "南岸区",
- 500109: "北碚区",
- 500110: "綦江区",
- 500111: "大足区",
- 500112: "渝北区",
- 500113: "巴南区",
- 500114: "黔江区",
- 500115: "长寿区",
- 500116: "江津区",
- 500117: "合川区",
- 500118: "永川区",
- 500119: "南川区",
- 500120: "璧山区",
- 500151: "铜梁区",
- 500152: "潼南区",
- 500153: "荣昌区",
- 500154: "开州区"
+ 500101: '万州区',
+ 500102: '涪陵区',
+ 500103: '渝中区',
+ 500104: '大渡口区',
+ 500105: '江北区',
+ 500106: '沙坪坝区',
+ 500107: '九龙坡区',
+ 500108: '南岸区',
+ 500109: '北碚区',
+ 500110: '綦江区',
+ 500111: '大足区',
+ 500112: '渝北区',
+ 500113: '巴南区',
+ 500114: '黔江区',
+ 500115: '长寿区',
+ 500116: '江津区',
+ 500117: '合川区',
+ 500118: '永川区',
+ 500119: '南川区',
+ 500120: '璧山区',
+ 500151: '铜梁区',
+ 500152: '潼南区',
+ 500153: '荣昌区',
+ 500154: '开州区'
},
500228: {
- 5002282: "安胜乡",
- 5002284: "梁平县农场",
- 50022811: "聚奎镇",
- 50022812: "合兴镇",
- 500228001: "梁平县梁山街道",
- 500228002: "梁平县双桂街道",
- 500228101: "仁贤镇",
- 500228102: "礼让镇",
- 500228103: "云龙镇",
- 500228104: "屏锦镇",
- 500228106: "袁驿镇",
- 500228107: "新盛镇",
- 500228108: "福禄镇",
- 500228109: "金带镇",
- 500228111: "明达镇",
- 500228112: "荫平镇",
- 500228113: "和林镇",
- 500228114: "回龙镇",
- 500228115: "碧山镇",
- 500228116: "虎城镇",
- 500228117: "七星镇",
- 500228118: "龙门镇",
- 500228119: "文化镇",
- 500228121: "石安镇",
- 500228122: "柏家镇",
- 500228123: "大观镇",
- 500228124: "竹山镇",
- 500228125: "蟠龙镇",
- 500228126: "星桥镇",
- 500228127: "曲水镇",
- 500228201: "铁门乡",
- 500228202: "龙胜乡",
- 500228203: "复平乡",
- 500228205: "紫照乡",
- 500228401: "梁平县双桂工业园区"
+ 5002282: '安胜乡',
+ 5002284: '梁平县农场',
+ 50022811: '聚奎镇',
+ 50022812: '合兴镇',
+ 500228001: '梁平县梁山街道',
+ 500228002: '梁平县双桂街道',
+ 500228101: '仁贤镇',
+ 500228102: '礼让镇',
+ 500228103: '云龙镇',
+ 500228104: '屏锦镇',
+ 500228106: '袁驿镇',
+ 500228107: '新盛镇',
+ 500228108: '福禄镇',
+ 500228109: '金带镇',
+ 500228111: '明达镇',
+ 500228112: '荫平镇',
+ 500228113: '和林镇',
+ 500228114: '回龙镇',
+ 500228115: '碧山镇',
+ 500228116: '虎城镇',
+ 500228117: '七星镇',
+ 500228118: '龙门镇',
+ 500228119: '文化镇',
+ 500228121: '石安镇',
+ 500228122: '柏家镇',
+ 500228123: '大观镇',
+ 500228124: '竹山镇',
+ 500228125: '蟠龙镇',
+ 500228126: '星桥镇',
+ 500228127: '曲水镇',
+ 500228201: '铁门乡',
+ 500228202: '龙胜乡',
+ 500228203: '复平乡',
+ 500228205: '紫照乡',
+ 500228401: '梁平县双桂工业园区'
},
500229: {
- 50022911: "咸宜镇",
- 50022921: "双河乡",
- 50022922: "厚坪乡",
- 500229001: "葛城街道",
- 500229002: "复兴街道",
- 500229102: "巴山镇",
- 500229103: "坪坝镇",
- 500229104: "庙坝镇",
- 500229105: "明通镇",
- 500229106: "修齐镇",
- 500229107: "高观镇",
- 500229108: "高燕镇",
- 500229109: "东安镇",
- 500229111: "高楠镇",
- 500229201: "龙田乡",
- 500229202: "北屏乡",
- 500229205: "左岚乡",
- 500229208: "沿河乡",
- 500229211: "蓼子乡",
- 500229212: "鸡鸣乡",
- 500229214: "周溪乡",
- 500229216: "明中乡",
- 500229217: "治平乡",
- 500229219: "岚天乡",
- 500229221: "河鱼乡"
+ 50022911: '咸宜镇',
+ 50022921: '双河乡',
+ 50022922: '厚坪乡',
+ 500229001: '葛城街道',
+ 500229002: '复兴街道',
+ 500229102: '巴山镇',
+ 500229103: '坪坝镇',
+ 500229104: '庙坝镇',
+ 500229105: '明通镇',
+ 500229106: '修齐镇',
+ 500229107: '高观镇',
+ 500229108: '高燕镇',
+ 500229109: '东安镇',
+ 500229111: '高楠镇',
+ 500229201: '龙田乡',
+ 500229202: '北屏乡',
+ 500229205: '左岚乡',
+ 500229208: '沿河乡',
+ 500229211: '蓼子乡',
+ 500229212: '鸡鸣乡',
+ 500229214: '周溪乡',
+ 500229216: '明中乡',
+ 500229217: '治平乡',
+ 500229219: '岚天乡',
+ 500229221: '河鱼乡'
},
500230: {
- 500230: "名山街道",
- 50023011: "兴义镇",
- 50023012: "兴龙镇",
- 50023021: "三建乡",
- 500230101: "虎威镇",
- 500230102: "社坛镇",
- 500230103: "三元镇",
- 500230104: "许明寺镇",
- 500230105: "董家镇",
- 500230106: "树人镇",
- 500230107: "十直镇",
- 500230109: "高家镇",
- 500230111: "双路镇",
- 500230112: "江池镇",
- 500230113: "龙河镇",
- 500230114: "武平镇",
- 500230115: "包鸾镇",
- 500230116: "湛普镇",
- 500230118: "南天湖镇",
- 500230119: "保合镇",
- 500230121: "仁沙镇",
- 500230122: "龙孔镇",
- 500230123: "暨龙镇",
- 500230124: "双龙镇",
- 500230125: "仙女湖镇",
- 500230202: "青龙乡",
- 500230206: "太平坝乡",
- 500230207: "都督乡",
- 500230209: "栗子乡"
+ 500230: '名山街道',
+ 50023011: '兴义镇',
+ 50023012: '兴龙镇',
+ 50023021: '三建乡',
+ 500230101: '虎威镇',
+ 500230102: '社坛镇',
+ 500230103: '三元镇',
+ 500230104: '许明寺镇',
+ 500230105: '董家镇',
+ 500230106: '树人镇',
+ 500230107: '十直镇',
+ 500230109: '高家镇',
+ 500230111: '双路镇',
+ 500230112: '江池镇',
+ 500230113: '龙河镇',
+ 500230114: '武平镇',
+ 500230115: '包鸾镇',
+ 500230116: '湛普镇',
+ 500230118: '南天湖镇',
+ 500230119: '保合镇',
+ 500230121: '仁沙镇',
+ 500230122: '龙孔镇',
+ 500230123: '暨龙镇',
+ 500230124: '双龙镇',
+ 500230125: '仙女湖镇',
+ 500230202: '青龙乡',
+ 500230206: '太平坝乡',
+ 500230207: '都督乡',
+ 500230209: '栗子乡'
},
500231: {
- 50023111: "太平镇",
- 50023112: "裴兴镇",
- 500231001: "桂溪街道",
- 500231002: "桂阳街道",
- 500231101: "新民镇",
- 500231102: "沙坪镇",
- 500231103: "周嘉镇",
- 500231104: "普顺镇",
- 500231105: "永安镇",
- 500231106: "高安镇",
- 500231107: "高峰镇",
- 500231108: "五洞镇",
- 500231109: "澄溪镇",
- 500231111: "鹤游镇",
- 500231112: "坪山镇",
- 500231113: "砚台镇",
- 500231114: "曹回镇",
- 500231115: "杠家镇",
- 500231116: "包家镇",
- 500231117: "白家镇",
- 500231118: "永平镇",
- 500231119: "三溪镇",
- 500231121: "黄沙镇",
- 500231122: "长龙镇",
- 500231202: "沙河乡",
- 500231204: "大石乡"
+ 50023111: '太平镇',
+ 50023112: '裴兴镇',
+ 500231001: '桂溪街道',
+ 500231002: '桂阳街道',
+ 500231101: '新民镇',
+ 500231102: '沙坪镇',
+ 500231103: '周嘉镇',
+ 500231104: '普顺镇',
+ 500231105: '永安镇',
+ 500231106: '高安镇',
+ 500231107: '高峰镇',
+ 500231108: '五洞镇',
+ 500231109: '澄溪镇',
+ 500231111: '鹤游镇',
+ 500231112: '坪山镇',
+ 500231113: '砚台镇',
+ 500231114: '曹回镇',
+ 500231115: '杠家镇',
+ 500231116: '包家镇',
+ 500231117: '白家镇',
+ 500231118: '永平镇',
+ 500231119: '三溪镇',
+ 500231121: '黄沙镇',
+ 500231122: '长龙镇',
+ 500231202: '沙河乡',
+ 500231204: '大石乡'
},
500232: {
- 5002321: "巷口镇",
- 5002322: "凤来乡",
- 50023211: "土坎镇",
- 50023221: "后坪苗族土家族乡",
- 500232101: "火炉镇",
- 500232102: "白马镇",
- 500232103: "鸭江镇",
- 500232104: "长坝镇",
- 500232105: "江口镇",
- 500232106: "平桥镇",
- 500232107: "羊角镇",
- 500232108: "仙女山镇",
- 500232109: "桐梓镇",
- 500232111: "和顺镇",
- 500232112: "双河镇",
- 500232202: "庙垭乡",
- 500232203: "石桥苗族土家族乡",
- 500232205: "黄莺乡",
- 500232206: "沧沟乡",
- 500232207: "文复苗族土家族乡",
- 500232208: "土地乡",
- 500232209: "白云乡",
- 500232211: "浩口苗族仡佬族乡",
- 500232212: "接龙乡",
- 500232213: "赵家乡",
- 500232214: "大洞河乡"
+ 5002321: '巷口镇',
+ 5002322: '凤来乡',
+ 50023211: '土坎镇',
+ 50023221: '后坪苗族土家族乡',
+ 500232101: '火炉镇',
+ 500232102: '白马镇',
+ 500232103: '鸭江镇',
+ 500232104: '长坝镇',
+ 500232105: '江口镇',
+ 500232106: '平桥镇',
+ 500232107: '羊角镇',
+ 500232108: '仙女山镇',
+ 500232109: '桐梓镇',
+ 500232111: '和顺镇',
+ 500232112: '双河镇',
+ 500232202: '庙垭乡',
+ 500232203: '石桥苗族土家族乡',
+ 500232205: '黄莺乡',
+ 500232206: '沧沟乡',
+ 500232207: '文复苗族土家族乡',
+ 500232208: '土地乡',
+ 500232209: '白云乡',
+ 500232211: '浩口苗族仡佬族乡',
+ 500232212: '接龙乡',
+ 500232213: '赵家乡',
+ 500232214: '大洞河乡'
},
500233: {
- 50023311: "官坝镇",
- 50023312: "白石镇",
- 50023321: "兴峰乡",
- 500233001: "忠州街道",
- 500233002: "白公街道",
- 500233101: "新生镇",
- 500233102: "任家镇",
- 500233103: "乌杨镇",
- 500233104: "洋渡镇",
- 500233105: "东溪镇",
- 500233106: "复兴镇",
- 500233107: "石宝镇",
- 500233108: "汝溪镇",
- 500233109: "野鹤镇",
- 500233111: "石黄镇",
- 500233112: "马灌镇",
- 500233113: "金鸡镇",
- 500233114: "新立镇",
- 500233115: "双桂镇",
- 500233116: "拔山镇",
- 500233117: "花桥镇",
- 500233118: "永丰镇",
- 500233119: "三汇镇",
- 500233122: "黄金镇",
- 500233201: "善广乡",
- 500233203: "石子乡",
- 500233204: "磨子土家族乡",
- 500233206: "涂井乡",
- 500233208: "金声乡"
+ 50023311: '官坝镇',
+ 50023312: '白石镇',
+ 50023321: '兴峰乡',
+ 500233001: '忠州街道',
+ 500233002: '白公街道',
+ 500233101: '新生镇',
+ 500233102: '任家镇',
+ 500233103: '乌杨镇',
+ 500233104: '洋渡镇',
+ 500233105: '东溪镇',
+ 500233106: '复兴镇',
+ 500233107: '石宝镇',
+ 500233108: '汝溪镇',
+ 500233109: '野鹤镇',
+ 500233111: '石黄镇',
+ 500233112: '马灌镇',
+ 500233113: '金鸡镇',
+ 500233114: '新立镇',
+ 500233115: '双桂镇',
+ 500233116: '拔山镇',
+ 500233117: '花桥镇',
+ 500233118: '永丰镇',
+ 500233119: '三汇镇',
+ 500233122: '黄金镇',
+ 500233201: '善广乡',
+ 500233203: '石子乡',
+ 500233204: '磨子土家族乡',
+ 500233206: '涂井乡',
+ 500233208: '金声乡'
},
500235: {
- 50023513: "桑坪镇",
- 50023514: "蔈草镇",
- 500235001: "双江街道",
- 500235002: "青龙街道",
- 500235003: "人和街道",
- 500235004: "盘龙街道",
- 500235105: "龙角镇",
- 500235107: "故陵镇",
- 500235108: "红狮镇",
- 500235115: "路阳镇",
- 500235116: "农坝镇",
- 500235118: "渠马镇",
- 500235121: "黄石镇",
- 500235122: "巴阳镇",
- 500235123: "沙市镇",
- 500235124: "鱼泉镇",
- 500235125: "凤鸣镇",
- 500235127: "宝坪镇",
- 500235128: "南溪镇",
- 500235129: "双土镇",
- 500235131: "江口镇",
- 500235132: "高阳镇",
- 500235133: "平安镇",
- 500235135: "云阳镇",
- 500235136: "云安镇",
- 500235137: "栖霞镇",
- 500235138: "双龙镇",
- 500235139: "泥溪镇",
- 500235141: "养鹿镇",
- 500235142: "水口镇",
- 500235143: "堰坪镇",
- 500235144: "龙洞镇",
- 500235145: "后叶镇",
- 500235146: "耀灵镇",
- 500235147: "大阳镇",
- 500235208: "外郎乡",
- 500235215: "新津乡",
- 500235216: "普安乡",
- 500235218: "洞鹿乡",
- 500235219: "石门乡",
- 500235239: "上坝乡",
- 500235242: "清水土家族自治乡"
+ 50023513: '桑坪镇',
+ 50023514: '蔈草镇',
+ 500235001: '双江街道',
+ 500235002: '青龙街道',
+ 500235003: '人和街道',
+ 500235004: '盘龙街道',
+ 500235105: '龙角镇',
+ 500235107: '故陵镇',
+ 500235108: '红狮镇',
+ 500235115: '路阳镇',
+ 500235116: '农坝镇',
+ 500235118: '渠马镇',
+ 500235121: '黄石镇',
+ 500235122: '巴阳镇',
+ 500235123: '沙市镇',
+ 500235124: '鱼泉镇',
+ 500235125: '凤鸣镇',
+ 500235127: '宝坪镇',
+ 500235128: '南溪镇',
+ 500235129: '双土镇',
+ 500235131: '江口镇',
+ 500235132: '高阳镇',
+ 500235133: '平安镇',
+ 500235135: '云阳镇',
+ 500235136: '云安镇',
+ 500235137: '栖霞镇',
+ 500235138: '双龙镇',
+ 500235139: '泥溪镇',
+ 500235141: '养鹿镇',
+ 500235142: '水口镇',
+ 500235143: '堰坪镇',
+ 500235144: '龙洞镇',
+ 500235145: '后叶镇',
+ 500235146: '耀灵镇',
+ 500235147: '大阳镇',
+ 500235208: '外郎乡',
+ 500235215: '新津乡',
+ 500235216: '普安乡',
+ 500235218: '洞鹿乡',
+ 500235219: '石门乡',
+ 500235239: '上坝乡',
+ 500235242: '清水土家族自治乡'
},
500236: {
- 50023612: "康乐镇",
- 50023613: "新民镇",
- 50023627: "康坪乡",
- 500236001: "永安街道",
- 500236002: "鱼复街道",
- 500236003: "夔门街道",
- 500236117: "白帝镇",
- 500236118: "草堂镇",
- 500236119: "汾河镇",
- 500236121: "大树镇",
- 500236122: "竹园镇",
- 500236123: "公平镇",
- 500236124: "朱衣镇",
- 500236125: "甲高镇",
- 500236126: "羊市镇",
- 500236127: "吐祥镇",
- 500236128: "兴隆镇",
- 500236129: "青龙镇",
- 500236131: "永乐镇",
- 500236132: "安坪镇",
- 500236133: "五马镇",
- 500236134: "青莲镇",
- 500236265: "岩湾乡",
- 500236266: "平安乡",
- 500236267: "红土乡",
- 500236269: "石岗乡",
- 500236272: "太和土家族乡",
- 500236274: "鹤峰乡",
- 500236275: "冯坪乡",
- 500236276: "长安土家族乡",
- 500236277: "龙桥土家族乡",
- 500236278: "云雾土家族乡"
+ 50023612: '康乐镇',
+ 50023613: '新民镇',
+ 50023627: '康坪乡',
+ 500236001: '永安街道',
+ 500236002: '鱼复街道',
+ 500236003: '夔门街道',
+ 500236117: '白帝镇',
+ 500236118: '草堂镇',
+ 500236119: '汾河镇',
+ 500236121: '大树镇',
+ 500236122: '竹园镇',
+ 500236123: '公平镇',
+ 500236124: '朱衣镇',
+ 500236125: '甲高镇',
+ 500236126: '羊市镇',
+ 500236127: '吐祥镇',
+ 500236128: '兴隆镇',
+ 500236129: '青龙镇',
+ 500236131: '永乐镇',
+ 500236132: '安坪镇',
+ 500236133: '五马镇',
+ 500236134: '青莲镇',
+ 500236265: '岩湾乡',
+ 500236266: '平安乡',
+ 500236267: '红土乡',
+ 500236269: '石岗乡',
+ 500236272: '太和土家族乡',
+ 500236274: '鹤峰乡',
+ 500236275: '冯坪乡',
+ 500236276: '长安土家族乡',
+ 500236277: '龙桥土家族乡',
+ 500236278: '云雾土家族乡'
},
500237: {
- 5002372: "红椿乡",
- 50023711: "铜鼓镇",
- 50023721: "建坪乡",
- 500237001: "高唐街道",
- 500237002: "龙门街道",
- 500237101: "庙宇镇",
- 500237102: "大昌镇",
- 500237103: "福田镇",
- 500237104: "龙溪镇",
- 500237105: "双龙镇",
- 500237106: "官阳镇",
- 500237107: "骡坪镇",
- 500237108: "抱龙镇",
- 500237109: "官渡镇",
- 500237111: "巫峡镇",
- 500237207: "两坪乡",
- 500237208: "曲尺乡",
- 500237211: "大溪乡",
- 500237214: "金坪乡",
- 500237216: "平河乡",
- 500237219: "当阳乡",
- 500237222: "竹贤乡",
- 500237225: "三溪乡",
- 500237227: "培石乡",
- 500237229: "笃坪乡",
- 500237231: "邓家乡"
+ 5002372: '红椿乡',
+ 50023711: '铜鼓镇',
+ 50023721: '建坪乡',
+ 500237001: '高唐街道',
+ 500237002: '龙门街道',
+ 500237101: '庙宇镇',
+ 500237102: '大昌镇',
+ 500237103: '福田镇',
+ 500237104: '龙溪镇',
+ 500237105: '双龙镇',
+ 500237106: '官阳镇',
+ 500237107: '骡坪镇',
+ 500237108: '抱龙镇',
+ 500237109: '官渡镇',
+ 500237111: '巫峡镇',
+ 500237207: '两坪乡',
+ 500237208: '曲尺乡',
+ 500237211: '大溪乡',
+ 500237214: '金坪乡',
+ 500237216: '平河乡',
+ 500237219: '当阳乡',
+ 500237222: '竹贤乡',
+ 500237225: '三溪乡',
+ 500237227: '培石乡',
+ 500237229: '笃坪乡',
+ 500237231: '邓家乡'
},
500238: {
- 5002381: "城厢镇",
- 5002384: "红池坝经济开发区",
- 50023811: "峰灵镇",
- 50023821: "长桂乡",
- 50023824: "双阳乡",
- 500238001: "宁河街道",
- 500238002: "柏杨街道",
- 500238101: "凤凰镇",
- 500238102: "宁厂镇",
- 500238103: "上磺镇",
- 500238104: "古路镇",
- 500238105: "文峰镇",
- 500238106: "徐家镇",
- 500238107: "白鹿镇",
- 500238108: "尖山镇",
- 500238109: "下堡镇",
- 500238111: "塘坊镇",
- 500238112: "朝阳镇",
- 500238113: "田坝镇",
- 500238114: "通城镇",
- 500238115: "菱角镇",
- 500238116: "蒲莲镇",
- 500238117: "土城镇",
- 500238204: "胜利乡",
- 500238207: "大河乡",
- 500238208: "天星乡",
- 500238226: "鱼鳞乡",
- 500238227: "乌龙乡",
- 500238234: "中岗乡",
- 500238237: "花台乡",
- 500238239: "兰英乡",
- 500238242: "中梁乡",
- 500238243: "天元乡"
+ 5002381: '城厢镇',
+ 5002384: '红池坝经济开发区',
+ 50023811: '峰灵镇',
+ 50023821: '长桂乡',
+ 50023824: '双阳乡',
+ 500238001: '宁河街道',
+ 500238002: '柏杨街道',
+ 500238101: '凤凰镇',
+ 500238102: '宁厂镇',
+ 500238103: '上磺镇',
+ 500238104: '古路镇',
+ 500238105: '文峰镇',
+ 500238106: '徐家镇',
+ 500238107: '白鹿镇',
+ 500238108: '尖山镇',
+ 500238109: '下堡镇',
+ 500238111: '塘坊镇',
+ 500238112: '朝阳镇',
+ 500238113: '田坝镇',
+ 500238114: '通城镇',
+ 500238115: '菱角镇',
+ 500238116: '蒲莲镇',
+ 500238117: '土城镇',
+ 500238204: '胜利乡',
+ 500238207: '大河乡',
+ 500238208: '天星乡',
+ 500238226: '鱼鳞乡',
+ 500238227: '乌龙乡',
+ 500238234: '中岗乡',
+ 500238237: '花台乡',
+ 500238239: '兰英乡',
+ 500238242: '中梁乡',
+ 500238243: '天元乡'
},
500240: {
- 500240: "下路街道",
- 50024011: "龙沙镇",
- 50024021: "石家乡",
- 500240101: "西沱镇",
- 500240103: "悦崃镇",
- 500240104: "临溪镇",
- 500240105: "黄水镇",
- 500240106: "马武镇",
- 500240107: "沙子镇",
- 500240108: "王场镇",
- 500240109: "沿溪镇",
- 500240111: "鱼池镇",
- 500240112: "三河镇",
- 500240113: "大歇镇",
- 500240114: "桥头镇",
- 500240115: "万朝镇",
- 500240116: "冷水镇",
- 500240117: "黄鹤镇",
- 500240203: "黎场乡",
- 500240204: "三星乡",
- 500240205: "六塘乡",
- 500240207: "三益乡",
- 500240208: "王家乡",
- 500240209: "河嘴乡",
- 500240212: "枫木乡",
- 500240213: "中益乡",
- 500240214: "洗新乡",
- 500240216: "龙潭乡",
- 500240217: "新乐乡",
- 500240218: "金铃乡",
- 500240219: "金竹乡"
+ 500240: '下路街道',
+ 50024011: '龙沙镇',
+ 50024021: '石家乡',
+ 500240101: '西沱镇',
+ 500240103: '悦崃镇',
+ 500240104: '临溪镇',
+ 500240105: '黄水镇',
+ 500240106: '马武镇',
+ 500240107: '沙子镇',
+ 500240108: '王场镇',
+ 500240109: '沿溪镇',
+ 500240111: '鱼池镇',
+ 500240112: '三河镇',
+ 500240113: '大歇镇',
+ 500240114: '桥头镇',
+ 500240115: '万朝镇',
+ 500240116: '冷水镇',
+ 500240117: '黄鹤镇',
+ 500240203: '黎场乡',
+ 500240204: '三星乡',
+ 500240205: '六塘乡',
+ 500240207: '三益乡',
+ 500240208: '王家乡',
+ 500240209: '河嘴乡',
+ 500240212: '枫木乡',
+ 500240213: '中益乡',
+ 500240214: '洗新乡',
+ 500240216: '龙潭乡',
+ 500240217: '新乐乡',
+ 500240218: '金铃乡',
+ 500240219: '金竹乡'
},
500241: {
- 50024111: "雅江镇",
- 500241001: "中和街道",
- 500241002: "乌杨街道",
- 500241003: "平凯街道",
- 500241102: "清溪场镇",
- 500241103: "隘口镇",
- 500241104: "溶溪镇",
- 500241105: "官庄镇",
- 500241106: "龙池镇",
- 500241107: "石堤镇",
- 500241108: "峨溶镇",
- 500241109: "洪安镇",
- 500241111: "石耶镇",
- 500241112: "梅江镇",
- 500241113: "兰桥镇",
- 500241114: "膏田镇",
- 500241115: "溪口镇",
- 500241116: "妙泉镇",
- 500241117: "宋农镇",
- 500241118: "里仁镇",
- 500241119: "钟灵镇",
- 500241201: "孝溪乡",
- 500241207: "海洋乡",
- 500241208: "大溪乡",
- 500241211: "涌洞乡",
- 500241214: "中平乡",
- 500241215: "岑溪乡"
+ 50024111: '雅江镇',
+ 500241001: '中和街道',
+ 500241002: '乌杨街道',
+ 500241003: '平凯街道',
+ 500241102: '清溪场镇',
+ 500241103: '隘口镇',
+ 500241104: '溶溪镇',
+ 500241105: '官庄镇',
+ 500241106: '龙池镇',
+ 500241107: '石堤镇',
+ 500241108: '峨溶镇',
+ 500241109: '洪安镇',
+ 500241111: '石耶镇',
+ 500241112: '梅江镇',
+ 500241113: '兰桥镇',
+ 500241114: '膏田镇',
+ 500241115: '溪口镇',
+ 500241116: '妙泉镇',
+ 500241117: '宋农镇',
+ 500241118: '里仁镇',
+ 500241119: '钟灵镇',
+ 500241201: '孝溪乡',
+ 500241207: '海洋乡',
+ 500241208: '大溪乡',
+ 500241211: '涌洞乡',
+ 500241214: '中平乡',
+ 500241215: '岑溪乡'
},
500242: {
- 5002422: "涂市乡",
- 50024211: "泔溪镇",
- 50024221: "后坪乡",
- 50024222: "清泉乡",
- 500242001: "桃花源街道",
- 500242002: "钟多街道",
- 500242101: "龙潭镇",
- 500242102: "麻旺镇",
- 500242103: "酉酬镇",
- 500242104: "大溪镇",
- 500242105: "兴隆镇",
- 500242106: "黑水镇",
- 500242107: "丁市镇",
- 500242108: "龚滩镇",
- 500242109: "李溪镇",
- 500242111: "酉水河镇",
- 500242112: "苍岭镇",
- 500242113: "小河镇",
- 500242114: "板溪镇",
- 500242202: "铜鼓乡",
- 500242204: "可大乡",
- 500242205: "偏柏乡",
- 500242206: "五福乡",
- 500242207: "木叶乡",
- 500242208: "毛坝乡",
- 500242209: "花田乡",
- 500242211: "天馆乡",
- 500242212: "宜居乡",
- 500242213: "万木乡",
- 500242214: "两罾乡",
- 500242215: "板桥乡",
- 500242216: "官清乡",
- 500242217: "南腰界乡",
- 500242218: "车田乡",
- 500242219: "腴地乡",
- 500242221: "庙溪乡",
- 500242222: "浪坪乡",
- 500242223: "双泉乡",
- 500242224: "楠木乡"
+ 5002422: '涂市乡',
+ 50024211: '泔溪镇',
+ 50024221: '后坪乡',
+ 50024222: '清泉乡',
+ 500242001: '桃花源街道',
+ 500242002: '钟多街道',
+ 500242101: '龙潭镇',
+ 500242102: '麻旺镇',
+ 500242103: '酉酬镇',
+ 500242104: '大溪镇',
+ 500242105: '兴隆镇',
+ 500242106: '黑水镇',
+ 500242107: '丁市镇',
+ 500242108: '龚滩镇',
+ 500242109: '李溪镇',
+ 500242111: '酉水河镇',
+ 500242112: '苍岭镇',
+ 500242113: '小河镇',
+ 500242114: '板溪镇',
+ 500242202: '铜鼓乡',
+ 500242204: '可大乡',
+ 500242205: '偏柏乡',
+ 500242206: '五福乡',
+ 500242207: '木叶乡',
+ 500242208: '毛坝乡',
+ 500242209: '花田乡',
+ 500242211: '天馆乡',
+ 500242212: '宜居乡',
+ 500242213: '万木乡',
+ 500242214: '两罾乡',
+ 500242215: '板桥乡',
+ 500242216: '官清乡',
+ 500242217: '南腰界乡',
+ 500242218: '车田乡',
+ 500242219: '腴地乡',
+ 500242221: '庙溪乡',
+ 500242222: '浪坪乡',
+ 500242223: '双泉乡',
+ 500242224: '楠木乡'
},
500243: {
- 50024311: "万足镇",
- 50024321: "走马乡",
- 500243001: "汉葭街道",
- 500243002: "绍庆街道",
- 500243003: "靛水街道",
- 500243101: "保家镇",
- 500243102: "郁山镇",
- 500243103: "高谷镇",
- 500243104: "桑柘镇",
- 500243105: "鹿角镇",
- 500243106: "黄家镇",
- 500243107: "普子镇",
- 500243108: "龙射镇",
- 500243109: "连湖镇",
- 500243111: "平安镇",
- 500243112: "长生镇",
- 500243113: "新田镇",
- 500243114: "鞍子镇",
- 500243115: "太原镇",
- 500243116: "龙溪镇",
- 500243117: "梅子垭镇",
- 500243118: "大同镇",
- 500243201: "岩东乡",
- 500243202: "鹿鸣乡",
- 500243204: "棣棠乡",
- 500243206: "三义乡",
- 500243207: "联合乡",
- 500243208: "石柳乡",
- 500243211: "芦塘乡",
- 500243213: "乔梓乡",
- 500243217: "诸佛乡",
- 500243219: "桐楼乡",
- 500243222: "善感乡",
- 500243223: "双龙乡",
- 500243224: "石盘乡",
- 500243225: "大垭乡",
- 500243226: "润溪乡",
- 500243227: "朗溪乡",
- 500243228: "龙塘乡"
+ 50024311: '万足镇',
+ 50024321: '走马乡',
+ 500243001: '汉葭街道',
+ 500243002: '绍庆街道',
+ 500243003: '靛水街道',
+ 500243101: '保家镇',
+ 500243102: '郁山镇',
+ 500243103: '高谷镇',
+ 500243104: '桑柘镇',
+ 500243105: '鹿角镇',
+ 500243106: '黄家镇',
+ 500243107: '普子镇',
+ 500243108: '龙射镇',
+ 500243109: '连湖镇',
+ 500243111: '平安镇',
+ 500243112: '长生镇',
+ 500243113: '新田镇',
+ 500243114: '鞍子镇',
+ 500243115: '太原镇',
+ 500243116: '龙溪镇',
+ 500243117: '梅子垭镇',
+ 500243118: '大同镇',
+ 500243201: '岩东乡',
+ 500243202: '鹿鸣乡',
+ 500243204: '棣棠乡',
+ 500243206: '三义乡',
+ 500243207: '联合乡',
+ 500243208: '石柳乡',
+ 500243211: '芦塘乡',
+ 500243213: '乔梓乡',
+ 500243217: '诸佛乡',
+ 500243219: '桐楼乡',
+ 500243222: '善感乡',
+ 500243223: '双龙乡',
+ 500243224: '石盘乡',
+ 500243225: '大垭乡',
+ 500243226: '润溪乡',
+ 500243227: '朗溪乡',
+ 500243228: '龙塘乡'
},
51e4: {
- 510100: "成都市",
- 510300: "自贡市",
- 510400: "攀枝花市",
- 510500: "泸州市",
- 510600: "德阳市",
- 510700: "绵阳市",
- 510800: "广元市",
- 510900: "遂宁市",
- 511e3: "内江市",
- 511100: "乐山市",
- 511300: "南充市",
- 511400: "眉山市",
- 511500: "宜宾市",
- 511600: "广安市",
- 511700: "达州市",
- 511800: "雅安市",
- 511900: "巴中市",
- 512e3: "资阳市",
- 513200: "阿坝藏族羌族自治州",
- 513300: "甘孜藏族自治州",
- 513400: "凉山彝族自治州"
+ 510100: '成都市',
+ 510300: '自贡市',
+ 510400: '攀枝花市',
+ 510500: '泸州市',
+ 510600: '德阳市',
+ 510700: '绵阳市',
+ 510800: '广元市',
+ 510900: '遂宁市',
+ 511e3: '内江市',
+ 511100: '乐山市',
+ 511300: '南充市',
+ 511400: '眉山市',
+ 511500: '宜宾市',
+ 511600: '广安市',
+ 511700: '达州市',
+ 511800: '雅安市',
+ 511900: '巴中市',
+ 512e3: '资阳市',
+ 513200: '阿坝藏族羌族自治州',
+ 513300: '甘孜藏族自治州',
+ 513400: '凉山彝族自治州'
},
510100: {
- 510104: "锦江区",
- 510105: "青羊区",
- 510106: "金牛区",
- 510107: "武侯区",
- 510108: "成华区",
- 510112: "龙泉驿区",
- 510113: "青白江区",
- 510114: "新都区",
- 510115: "温江区",
- 510116: "双流区",
- 510121: "金堂县",
- 510124: "郫县",
- 510129: "大邑县",
- 510131: "蒲江县",
- 510132: "新津县",
- 510181: "都江堰市",
- 510182: "彭州市",
- 510183: "邛崃市",
- 510184: "崇州市",
- 510185: "简阳市"
+ 510104: '锦江区',
+ 510105: '青羊区',
+ 510106: '金牛区',
+ 510107: '武侯区',
+ 510108: '成华区',
+ 510112: '龙泉驿区',
+ 510113: '青白江区',
+ 510114: '新都区',
+ 510115: '温江区',
+ 510116: '双流区',
+ 510121: '金堂县',
+ 510124: '郫县',
+ 510129: '大邑县',
+ 510131: '蒲江县',
+ 510132: '新津县',
+ 510181: '都江堰市',
+ 510182: '彭州市',
+ 510183: '邛崃市',
+ 510184: '崇州市',
+ 510185: '简阳市'
},
510300: {
- 510302: "自流井区",
- 510303: "贡井区",
- 510304: "大安区",
- 510311: "沿滩区",
- 510321: "荣县",
- 510322: "富顺县"
+ 510302: '自流井区',
+ 510303: '贡井区',
+ 510304: '大安区',
+ 510311: '沿滩区',
+ 510321: '荣县',
+ 510322: '富顺县'
},
510400: {
- 510402: "东区",
- 510403: "西区",
- 510411: "仁和区",
- 510421: "米易县",
- 510422: "盐边县"
+ 510402: '东区',
+ 510403: '西区',
+ 510411: '仁和区',
+ 510421: '米易县',
+ 510422: '盐边县'
},
510500: {
- 510502: "江阳区",
- 510503: "纳溪区",
- 510504: "龙马潭区",
- 510521: "泸县",
- 510522: "合江县",
- 510524: "叙永县",
- 510525: "古蔺县"
+ 510502: '江阳区',
+ 510503: '纳溪区',
+ 510504: '龙马潭区',
+ 510521: '泸县',
+ 510522: '合江县',
+ 510524: '叙永县',
+ 510525: '古蔺县'
},
510600: {
- 510603: "旌阳区",
- 510623: "中江县",
- 510626: "罗江县",
- 510681: "广汉市",
- 510682: "什邡市",
- 510683: "绵竹市"
+ 510603: '旌阳区',
+ 510623: '中江县',
+ 510626: '罗江县',
+ 510681: '广汉市',
+ 510682: '什邡市',
+ 510683: '绵竹市'
},
510700: {
- 510703: "涪城区",
- 510704: "游仙区",
- 510705: "安州区",
- 510722: "三台县",
- 510723: "盐亭县",
- 510725: "梓潼县",
- 510726: "北川羌族自治县",
- 510727: "平武县",
- 510781: "江油市"
+ 510703: '涪城区',
+ 510704: '游仙区',
+ 510705: '安州区',
+ 510722: '三台县',
+ 510723: '盐亭县',
+ 510725: '梓潼县',
+ 510726: '北川羌族自治县',
+ 510727: '平武县',
+ 510781: '江油市'
},
510800: {
- 510802: "利州区",
- 510811: "昭化区",
- 510812: "朝天区",
- 510821: "旺苍县",
- 510822: "青川县",
- 510823: "剑阁县",
- 510824: "苍溪县"
+ 510802: '利州区',
+ 510811: '昭化区',
+ 510812: '朝天区',
+ 510821: '旺苍县',
+ 510822: '青川县',
+ 510823: '剑阁县',
+ 510824: '苍溪县'
},
510900: {
- 510903: "船山区",
- 510904: "安居区",
- 510921: "蓬溪县",
- 510922: "射洪县",
- 510923: "大英县"
+ 510903: '船山区',
+ 510904: '安居区',
+ 510921: '蓬溪县',
+ 510922: '射洪县',
+ 510923: '大英县'
},
511e3: {
- 511002: "市中区",
- 511011: "东兴区",
- 511024: "威远县",
- 511025: "资中县",
- 511028: "隆昌县"
+ 511002: '市中区',
+ 511011: '东兴区',
+ 511024: '威远县',
+ 511025: '资中县',
+ 511028: '隆昌县'
},
511100: {
- 511102: "市中区",
- 511111: "沙湾区",
- 511112: "五通桥区",
- 511113: "金口河区",
- 511123: "犍为县",
- 511124: "井研县",
- 511126: "夹江县",
- 511129: "沐川县",
- 511132: "峨边彝族自治县",
- 511133: "马边彝族自治县",
- 511181: "峨眉山市"
+ 511102: '市中区',
+ 511111: '沙湾区',
+ 511112: '五通桥区',
+ 511113: '金口河区',
+ 511123: '犍为县',
+ 511124: '井研县',
+ 511126: '夹江县',
+ 511129: '沐川县',
+ 511132: '峨边彝族自治县',
+ 511133: '马边彝族自治县',
+ 511181: '峨眉山市'
},
511300: {
- 511302: "顺庆区",
- 511303: "高坪区",
- 511304: "嘉陵区",
- 511321: "南部县",
- 511322: "营山县",
- 511323: "蓬安县",
- 511324: "仪陇县",
- 511325: "西充县",
- 511381: "阆中市"
+ 511302: '顺庆区',
+ 511303: '高坪区',
+ 511304: '嘉陵区',
+ 511321: '南部县',
+ 511322: '营山县',
+ 511323: '蓬安县',
+ 511324: '仪陇县',
+ 511325: '西充县',
+ 511381: '阆中市'
},
511400: {
- 511402: "东坡区",
- 511403: "彭山区",
- 511421: "仁寿县",
- 511423: "洪雅县",
- 511424: "丹棱县",
- 511425: "青神县"
+ 511402: '东坡区',
+ 511403: '彭山区',
+ 511421: '仁寿县',
+ 511423: '洪雅县',
+ 511424: '丹棱县',
+ 511425: '青神县'
},
511500: {
- 511502: "翠屏区",
- 511503: "南溪区",
- 511521: "宜宾县",
- 511523: "江安县",
- 511524: "长宁县",
- 511525: "高县",
- 511526: "珙县",
- 511527: "筠连县",
- 511528: "兴文县",
- 511529: "屏山县"
+ 511502: '翠屏区',
+ 511503: '南溪区',
+ 511521: '宜宾县',
+ 511523: '江安县',
+ 511524: '长宁县',
+ 511525: '高县',
+ 511526: '珙县',
+ 511527: '筠连县',
+ 511528: '兴文县',
+ 511529: '屏山县'
},
511600: {
- 511602: "广安区",
- 511603: "前锋区",
- 511621: "岳池县",
- 511622: "武胜县",
- 511623: "邻水县",
- 511681: "华蓥市"
+ 511602: '广安区',
+ 511603: '前锋区',
+ 511621: '岳池县',
+ 511622: '武胜县',
+ 511623: '邻水县',
+ 511681: '华蓥市'
},
511700: {
- 511702: "通川区",
- 511703: "达川区",
- 511722: "宣汉县",
- 511723: "开江县",
- 511724: "大竹县",
- 511725: "渠县",
- 511781: "万源市"
+ 511702: '通川区',
+ 511703: '达川区',
+ 511722: '宣汉县',
+ 511723: '开江县',
+ 511724: '大竹县',
+ 511725: '渠县',
+ 511781: '万源市'
},
511800: {
- 511802: "雨城区",
- 511803: "名山区",
- 511822: "荥经县",
- 511823: "汉源县",
- 511824: "石棉县",
- 511825: "天全县",
- 511826: "芦山县",
- 511827: "宝兴县"
+ 511802: '雨城区',
+ 511803: '名山区',
+ 511822: '荥经县',
+ 511823: '汉源县',
+ 511824: '石棉县',
+ 511825: '天全县',
+ 511826: '芦山县',
+ 511827: '宝兴县'
},
511900: {
- 511902: "巴州区",
- 511903: "恩阳区",
- 511921: "通江县",
- 511922: "南江县",
- 511923: "平昌县"
+ 511902: '巴州区',
+ 511903: '恩阳区',
+ 511921: '通江县',
+ 511922: '南江县',
+ 511923: '平昌县'
},
512e3: {
- 512002: "雁江区",
- 512021: "安岳县",
- 512022: "乐至县"
+ 512002: '雁江区',
+ 512021: '安岳县',
+ 512022: '乐至县'
},
513200: {
- 513201: "马尔康市",
- 513221: "汶川县",
- 513222: "理县",
- 513223: "茂县",
- 513224: "松潘县",
- 513225: "九寨沟县",
- 513226: "金川县",
- 513227: "小金县",
- 513228: "黑水县",
- 513230: "壤塘县",
- 513231: "阿坝县",
- 513232: "若尔盖县",
- 513233: "红原县"
+ 513201: '马尔康市',
+ 513221: '汶川县',
+ 513222: '理县',
+ 513223: '茂县',
+ 513224: '松潘县',
+ 513225: '九寨沟县',
+ 513226: '金川县',
+ 513227: '小金县',
+ 513228: '黑水县',
+ 513230: '壤塘县',
+ 513231: '阿坝县',
+ 513232: '若尔盖县',
+ 513233: '红原县'
},
513300: {
- 513301: "康定市",
- 513322: "泸定县",
- 513323: "丹巴县",
- 513324: "九龙县",
- 513325: "雅江县",
- 513326: "道孚县",
- 513327: "炉霍县",
- 513328: "甘孜县",
- 513329: "新龙县",
- 513330: "德格县",
- 513331: "白玉县",
- 513332: "石渠县",
- 513333: "色达县",
- 513334: "理塘县",
- 513335: "巴塘县",
- 513336: "乡城县",
- 513337: "稻城县",
- 513338: "得荣县"
+ 513301: '康定市',
+ 513322: '泸定县',
+ 513323: '丹巴县',
+ 513324: '九龙县',
+ 513325: '雅江县',
+ 513326: '道孚县',
+ 513327: '炉霍县',
+ 513328: '甘孜县',
+ 513329: '新龙县',
+ 513330: '德格县',
+ 513331: '白玉县',
+ 513332: '石渠县',
+ 513333: '色达县',
+ 513334: '理塘县',
+ 513335: '巴塘县',
+ 513336: '乡城县',
+ 513337: '稻城县',
+ 513338: '得荣县'
},
513400: {
- 513401: "西昌市",
- 513422: "木里藏族自治县",
- 513423: "盐源县",
- 513424: "德昌县",
- 513425: "会理县",
- 513426: "会东县",
- 513427: "宁南县",
- 513428: "普格县",
- 513429: "布拖县",
- 513430: "金阳县",
- 513431: "昭觉县",
- 513432: "喜德县",
- 513433: "冕宁县",
- 513434: "越西县",
- 513435: "甘洛县",
- 513436: "美姑县",
- 513437: "雷波县"
+ 513401: '西昌市',
+ 513422: '木里藏族自治县',
+ 513423: '盐源县',
+ 513424: '德昌县',
+ 513425: '会理县',
+ 513426: '会东县',
+ 513427: '宁南县',
+ 513428: '普格县',
+ 513429: '布拖县',
+ 513430: '金阳县',
+ 513431: '昭觉县',
+ 513432: '喜德县',
+ 513433: '冕宁县',
+ 513434: '越西县',
+ 513435: '甘洛县',
+ 513436: '美姑县',
+ 513437: '雷波县'
},
52e4: {
- 520100: "贵阳市",
- 520200: "六盘水市",
- 520300: "遵义市",
- 520400: "安顺市",
- 520500: "毕节市",
- 520600: "铜仁市",
- 522300: "黔西南布依族苗族自治州",
- 522600: "黔东南苗族侗族自治州",
- 522700: "黔南布依族苗族自治州"
+ 520100: '贵阳市',
+ 520200: '六盘水市',
+ 520300: '遵义市',
+ 520400: '安顺市',
+ 520500: '毕节市',
+ 520600: '铜仁市',
+ 522300: '黔西南布依族苗族自治州',
+ 522600: '黔东南苗族侗族自治州',
+ 522700: '黔南布依族苗族自治州'
},
520100: {
- 520102: "南明区",
- 520103: "云岩区",
- 520111: "花溪区",
- 520112: "乌当区",
- 520113: "白云区",
- 520115: "观山湖区",
- 520121: "开阳县",
- 520122: "息烽县",
- 520123: "修文县",
- 520181: "清镇市"
+ 520102: '南明区',
+ 520103: '云岩区',
+ 520111: '花溪区',
+ 520112: '乌当区',
+ 520113: '白云区',
+ 520115: '观山湖区',
+ 520121: '开阳县',
+ 520122: '息烽县',
+ 520123: '修文县',
+ 520181: '清镇市'
},
520200: {
- 520201: "钟山区",
- 520203: "六枝特区",
- 520221: "水城县",
- 520222: "盘县"
+ 520201: '钟山区',
+ 520203: '六枝特区',
+ 520221: '水城县',
+ 520222: '盘县'
},
520300: {
- 520302: "红花岗区",
- 520303: "汇川区",
- 520304: "播州区",
- 520322: "桐梓县",
- 520323: "绥阳县",
- 520324: "正安县",
- 520325: "道真仡佬族苗族自治县",
- 520326: "务川仡佬族苗族自治县",
- 520327: "凤冈县",
- 520328: "湄潭县",
- 520329: "余庆县",
- 520330: "习水县",
- 520381: "赤水市",
- 520382: "仁怀市"
+ 520302: '红花岗区',
+ 520303: '汇川区',
+ 520304: '播州区',
+ 520322: '桐梓县',
+ 520323: '绥阳县',
+ 520324: '正安县',
+ 520325: '道真仡佬族苗族自治县',
+ 520326: '务川仡佬族苗族自治县',
+ 520327: '凤冈县',
+ 520328: '湄潭县',
+ 520329: '余庆县',
+ 520330: '习水县',
+ 520381: '赤水市',
+ 520382: '仁怀市'
},
520400: {
- 520402: "西秀区",
- 520403: "平坝区",
- 520422: "普定县",
- 520423: "镇宁布依族苗族自治县",
- 520424: "关岭布依族苗族自治县",
- 520425: "紫云苗族布依族自治县"
+ 520402: '西秀区',
+ 520403: '平坝区',
+ 520422: '普定县',
+ 520423: '镇宁布依族苗族自治县',
+ 520424: '关岭布依族苗族自治县',
+ 520425: '紫云苗族布依族自治县'
},
520500: {
- 520502: "七星关区",
- 520521: "大方县",
- 520522: "黔西县",
- 520523: "金沙县",
- 520524: "织金县",
- 520525: "纳雍县",
- 520526: "威宁彝族回族苗族自治县",
- 520527: "赫章县"
+ 520502: '七星关区',
+ 520521: '大方县',
+ 520522: '黔西县',
+ 520523: '金沙县',
+ 520524: '织金县',
+ 520525: '纳雍县',
+ 520526: '威宁彝族回族苗族自治县',
+ 520527: '赫章县'
},
520600: {
- 520602: "碧江区",
- 520603: "万山区",
- 520621: "江口县",
- 520622: "玉屏侗族自治县",
- 520623: "石阡县",
- 520624: "思南县",
- 520625: "印江土家族苗族自治县",
- 520626: "德江县",
- 520627: "沿河土家族自治县",
- 520628: "松桃苗族自治县"
+ 520602: '碧江区',
+ 520603: '万山区',
+ 520621: '江口县',
+ 520622: '玉屏侗族自治县',
+ 520623: '石阡县',
+ 520624: '思南县',
+ 520625: '印江土家族苗族自治县',
+ 520626: '德江县',
+ 520627: '沿河土家族自治县',
+ 520628: '松桃苗族自治县'
},
522300: {
- 522301: "兴义市",
- 522322: "兴仁县",
- 522323: "普安县",
- 522324: "晴隆县",
- 522325: "贞丰县",
- 522326: "望谟县",
- 522327: "册亨县",
- 522328: "安龙县"
+ 522301: '兴义市',
+ 522322: '兴仁县',
+ 522323: '普安县',
+ 522324: '晴隆县',
+ 522325: '贞丰县',
+ 522326: '望谟县',
+ 522327: '册亨县',
+ 522328: '安龙县'
},
522600: {
- 522601: "凯里市",
- 522622: "黄平县",
- 522623: "施秉县",
- 522624: "三穗县",
- 522625: "镇远县",
- 522626: "岑巩县",
- 522627: "天柱县",
- 522628: "锦屏县",
- 522629: "剑河县",
- 522630: "台江县",
- 522631: "黎平县",
- 522632: "榕江县",
- 522633: "从江县",
- 522634: "雷山县",
- 522635: "麻江县",
- 522636: "丹寨县"
+ 522601: '凯里市',
+ 522622: '黄平县',
+ 522623: '施秉县',
+ 522624: '三穗县',
+ 522625: '镇远县',
+ 522626: '岑巩县',
+ 522627: '天柱县',
+ 522628: '锦屏县',
+ 522629: '剑河县',
+ 522630: '台江县',
+ 522631: '黎平县',
+ 522632: '榕江县',
+ 522633: '从江县',
+ 522634: '雷山县',
+ 522635: '麻江县',
+ 522636: '丹寨县'
},
522700: {
- 522701: "都匀市",
- 522702: "福泉市",
- 522722: "荔波县",
- 522723: "贵定县",
- 522725: "瓮安县",
- 522726: "独山县",
- 522727: "平塘县",
- 522728: "罗甸县",
- 522729: "长顺县",
- 522730: "龙里县",
- 522731: "惠水县",
- 522732: "三都水族自治县"
+ 522701: '都匀市',
+ 522702: '福泉市',
+ 522722: '荔波县',
+ 522723: '贵定县',
+ 522725: '瓮安县',
+ 522726: '独山县',
+ 522727: '平塘县',
+ 522728: '罗甸县',
+ 522729: '长顺县',
+ 522730: '龙里县',
+ 522731: '惠水县',
+ 522732: '三都水族自治县'
},
53e4: {
- 530100: "昆明市",
- 530300: "曲靖市",
- 530400: "玉溪市",
- 530500: "保山市",
- 530600: "昭通市",
- 530700: "丽江市",
- 530800: "普洱市",
- 530900: "临沧市",
- 532300: "楚雄彝族自治州",
- 532500: "红河哈尼族彝族自治州",
- 532600: "文山壮族苗族自治州",
- 532800: "西双版纳傣族自治州",
- 532900: "大理白族自治州",
- 533100: "德宏傣族景颇族自治州",
- 533300: "怒江傈僳族自治州",
- 533400: "迪庆藏族自治州"
+ 530100: '昆明市',
+ 530300: '曲靖市',
+ 530400: '玉溪市',
+ 530500: '保山市',
+ 530600: '昭通市',
+ 530700: '丽江市',
+ 530800: '普洱市',
+ 530900: '临沧市',
+ 532300: '楚雄彝族自治州',
+ 532500: '红河哈尼族彝族自治州',
+ 532600: '文山壮族苗族自治州',
+ 532800: '西双版纳傣族自治州',
+ 532900: '大理白族自治州',
+ 533100: '德宏傣族景颇族自治州',
+ 533300: '怒江傈僳族自治州',
+ 533400: '迪庆藏族自治州'
},
530100: {
- 530102: "五华区",
- 530103: "盘龙区",
- 530111: "官渡区",
- 530112: "西山区",
- 530113: "东川区",
- 530114: "呈贡区",
- 530122: "晋宁县",
- 530124: "富民县",
- 530125: "宜良县",
- 530126: "石林彝族自治县",
- 530127: "嵩明县",
- 530128: "禄劝彝族苗族自治县",
- 530129: "寻甸回族彝族自治县",
- 530181: "安宁市"
+ 530102: '五华区',
+ 530103: '盘龙区',
+ 530111: '官渡区',
+ 530112: '西山区',
+ 530113: '东川区',
+ 530114: '呈贡区',
+ 530122: '晋宁县',
+ 530124: '富民县',
+ 530125: '宜良县',
+ 530126: '石林彝族自治县',
+ 530127: '嵩明县',
+ 530128: '禄劝彝族苗族自治县',
+ 530129: '寻甸回族彝族自治县',
+ 530181: '安宁市'
},
530300: {
- 530302: "麒麟区",
- 530303: "沾益区",
- 530321: "马龙县",
- 530322: "陆良县",
- 530323: "师宗县",
- 530324: "罗平县",
- 530325: "富源县",
- 530326: "会泽县",
- 530381: "宣威市"
+ 530302: '麒麟区',
+ 530303: '沾益区',
+ 530321: '马龙县',
+ 530322: '陆良县',
+ 530323: '师宗县',
+ 530324: '罗平县',
+ 530325: '富源县',
+ 530326: '会泽县',
+ 530381: '宣威市'
},
530400: {
- 530402: "红塔区",
- 530403: "江川区",
- 530422: "澄江县",
- 530423: "通海县",
- 530424: "华宁县",
- 530425: "易门县",
- 530426: "峨山彝族自治县",
- 530427: "新平彝族傣族自治县",
- 530428: "元江哈尼族彝族傣族自治县"
+ 530402: '红塔区',
+ 530403: '江川区',
+ 530422: '澄江县',
+ 530423: '通海县',
+ 530424: '华宁县',
+ 530425: '易门县',
+ 530426: '峨山彝族自治县',
+ 530427: '新平彝族傣族自治县',
+ 530428: '元江哈尼族彝族傣族自治县'
},
530500: {
- 530502: "隆阳区",
- 530521: "施甸县",
- 530523: "龙陵县",
- 530524: "昌宁县",
- 530581: "腾冲市"
+ 530502: '隆阳区',
+ 530521: '施甸县',
+ 530523: '龙陵县',
+ 530524: '昌宁县',
+ 530581: '腾冲市'
},
530600: {
- 530602: "昭阳区",
- 530621: "鲁甸县",
- 530622: "巧家县",
- 530623: "盐津县",
- 530624: "大关县",
- 530625: "永善县",
- 530626: "绥江县",
- 530627: "镇雄县",
- 530628: "彝良县",
- 530629: "威信县",
- 530630: "水富县"
+ 530602: '昭阳区',
+ 530621: '鲁甸县',
+ 530622: '巧家县',
+ 530623: '盐津县',
+ 530624: '大关县',
+ 530625: '永善县',
+ 530626: '绥江县',
+ 530627: '镇雄县',
+ 530628: '彝良县',
+ 530629: '威信县',
+ 530630: '水富县'
},
530700: {
- 530702: "古城区",
- 530721: "玉龙纳西族自治县",
- 530722: "永胜县",
- 530723: "华坪县",
- 530724: "宁蒗彝族自治县"
+ 530702: '古城区',
+ 530721: '玉龙纳西族自治县',
+ 530722: '永胜县',
+ 530723: '华坪县',
+ 530724: '宁蒗彝族自治县'
},
530800: {
- 530802: "思茅区",
- 530821: "宁洱哈尼族彝族自治县",
- 530822: "墨江哈尼族自治县",
- 530823: "景东彝族自治县",
- 530824: "景谷傣族彝族自治县",
- 530825: "镇沅彝族哈尼族拉祜族自治县",
- 530826: "江城哈尼族彝族自治县",
- 530827: "孟连傣族拉祜族佤族自治县",
- 530828: "澜沧拉祜族自治县",
- 530829: "西盟佤族自治县"
+ 530802: '思茅区',
+ 530821: '宁洱哈尼族彝族自治县',
+ 530822: '墨江哈尼族自治县',
+ 530823: '景东彝族自治县',
+ 530824: '景谷傣族彝族自治县',
+ 530825: '镇沅彝族哈尼族拉祜族自治县',
+ 530826: '江城哈尼族彝族自治县',
+ 530827: '孟连傣族拉祜族佤族自治县',
+ 530828: '澜沧拉祜族自治县',
+ 530829: '西盟佤族自治县'
},
530900: {
- 530902: "临翔区",
- 530921: "凤庆县",
- 530922: "云县",
- 530923: "永德县",
- 530924: "镇康县",
- 530925: "双江拉祜族佤族布朗族傣族自治县",
- 530926: "耿马傣族佤族自治县",
- 530927: "沧源佤族自治县"
+ 530902: '临翔区',
+ 530921: '凤庆县',
+ 530922: '云县',
+ 530923: '永德县',
+ 530924: '镇康县',
+ 530925: '双江拉祜族佤族布朗族傣族自治县',
+ 530926: '耿马傣族佤族自治县',
+ 530927: '沧源佤族自治县'
},
532300: {
- 532301: "楚雄市",
- 532322: "双柏县",
- 532323: "牟定县",
- 532324: "南华县",
- 532325: "姚安县",
- 532326: "大姚县",
- 532327: "永仁县",
- 532328: "元谋县",
- 532329: "武定县",
- 532331: "禄丰县"
+ 532301: '楚雄市',
+ 532322: '双柏县',
+ 532323: '牟定县',
+ 532324: '南华县',
+ 532325: '姚安县',
+ 532326: '大姚县',
+ 532327: '永仁县',
+ 532328: '元谋县',
+ 532329: '武定县',
+ 532331: '禄丰县'
},
532500: {
- 532501: "个旧市",
- 532502: "开远市",
- 532503: "蒙自市",
- 532504: "弥勒市",
- 532523: "屏边苗族自治县",
- 532524: "建水县",
- 532525: "石屏县",
- 532527: "泸西县",
- 532528: "元阳县",
- 532529: "红河县",
- 532530: "金平苗族瑶族傣族自治县",
- 532531: "绿春县",
- 532532: "河口瑶族自治县"
+ 532501: '个旧市',
+ 532502: '开远市',
+ 532503: '蒙自市',
+ 532504: '弥勒市',
+ 532523: '屏边苗族自治县',
+ 532524: '建水县',
+ 532525: '石屏县',
+ 532527: '泸西县',
+ 532528: '元阳县',
+ 532529: '红河县',
+ 532530: '金平苗族瑶族傣族自治县',
+ 532531: '绿春县',
+ 532532: '河口瑶族自治县'
},
532600: {
- 532601: "文山市",
- 532622: "砚山县",
- 532623: "西畴县",
- 532624: "麻栗坡县",
- 532625: "马关县",
- 532626: "丘北县",
- 532627: "广南县",
- 532628: "富宁县"
+ 532601: '文山市',
+ 532622: '砚山县',
+ 532623: '西畴县',
+ 532624: '麻栗坡县',
+ 532625: '马关县',
+ 532626: '丘北县',
+ 532627: '广南县',
+ 532628: '富宁县'
},
532800: {
- 532801: "景洪市",
- 532822: "勐海县",
- 532823: "勐腊县"
+ 532801: '景洪市',
+ 532822: '勐海县',
+ 532823: '勐腊县'
},
532900: {
- 532901: "大理市",
- 532922: "漾濞彝族自治县",
- 532923: "祥云县",
- 532924: "宾川县",
- 532925: "弥渡县",
- 532926: "南涧彝族自治县",
- 532927: "巍山彝族回族自治县",
- 532928: "永平县",
- 532929: "云龙县",
- 532930: "洱源县",
- 532931: "剑川县",
- 532932: "鹤庆县"
+ 532901: '大理市',
+ 532922: '漾濞彝族自治县',
+ 532923: '祥云县',
+ 532924: '宾川县',
+ 532925: '弥渡县',
+ 532926: '南涧彝族自治县',
+ 532927: '巍山彝族回族自治县',
+ 532928: '永平县',
+ 532929: '云龙县',
+ 532930: '洱源县',
+ 532931: '剑川县',
+ 532932: '鹤庆县'
},
533100: {
- 533102: "瑞丽市",
- 533103: "芒市",
- 533122: "梁河县",
- 533123: "盈江县",
- 533124: "陇川县"
+ 533102: '瑞丽市',
+ 533103: '芒市',
+ 533122: '梁河县',
+ 533123: '盈江县',
+ 533124: '陇川县'
},
533300: {
- 533301: "泸水市",
- 533323: "福贡县",
- 533324: "贡山独龙族怒族自治县",
- 533325: "兰坪白族普米族自治县"
+ 533301: '泸水市',
+ 533323: '福贡县',
+ 533324: '贡山独龙族怒族自治县',
+ 533325: '兰坪白族普米族自治县'
},
533400: {
- 533401: "香格里拉市",
- 533422: "德钦县",
- 533423: "维西傈僳族自治县"
+ 533401: '香格里拉市',
+ 533422: '德钦县',
+ 533423: '维西傈僳族自治县'
},
54e4: {
- 540100: "拉萨市",
- 540200: "日喀则市",
- 540300: "昌都市",
- 540400: "林芝市",
- 540500: "山南市",
- 542400: "那曲地区",
- 542500: "阿里地区"
+ 540100: '拉萨市',
+ 540200: '日喀则市',
+ 540300: '昌都市',
+ 540400: '林芝市',
+ 540500: '山南市',
+ 542400: '那曲地区',
+ 542500: '阿里地区'
},
540100: {
- 540102: "城关区",
- 540103: "堆龙德庆区",
- 540121: "林周县",
- 540122: "当雄县",
- 540123: "尼木县",
- 540124: "曲水县",
- 540126: "达孜县",
- 540127: "墨竹工卡县"
+ 540102: '城关区',
+ 540103: '堆龙德庆区',
+ 540121: '林周县',
+ 540122: '当雄县',
+ 540123: '尼木县',
+ 540124: '曲水县',
+ 540126: '达孜县',
+ 540127: '墨竹工卡县'
},
540200: {
- 540202: "桑珠孜区",
- 540221: "南木林县",
- 540222: "江孜县",
- 540223: "定日县",
- 540224: "萨迦县",
- 540225: "拉孜县",
- 540226: "昂仁县",
- 540227: "谢通门县",
- 540228: "白朗县",
- 540229: "仁布县",
- 540230: "康马县",
- 540231: "定结县",
- 540232: "仲巴县",
- 540233: "亚东县",
- 540234: "吉隆县",
- 540235: "聂拉木县",
- 540236: "萨嘎县",
- 540237: "岗巴县"
+ 540202: '桑珠孜区',
+ 540221: '南木林县',
+ 540222: '江孜县',
+ 540223: '定日县',
+ 540224: '萨迦县',
+ 540225: '拉孜县',
+ 540226: '昂仁县',
+ 540227: '谢通门县',
+ 540228: '白朗县',
+ 540229: '仁布县',
+ 540230: '康马县',
+ 540231: '定结县',
+ 540232: '仲巴县',
+ 540233: '亚东县',
+ 540234: '吉隆县',
+ 540235: '聂拉木县',
+ 540236: '萨嘎县',
+ 540237: '岗巴县'
},
540300: {
- 540302: "卡若区",
- 540321: "江达县",
- 540322: "贡觉县",
- 540323: "类乌齐县",
- 540324: "丁青县",
- 540325: "察雅县",
- 540326: "八宿县",
- 540327: "左贡县",
- 540328: "芒康县",
- 540329: "洛隆县",
- 540330: "边坝县"
+ 540302: '卡若区',
+ 540321: '江达县',
+ 540322: '贡觉县',
+ 540323: '类乌齐县',
+ 540324: '丁青县',
+ 540325: '察雅县',
+ 540326: '八宿县',
+ 540327: '左贡县',
+ 540328: '芒康县',
+ 540329: '洛隆县',
+ 540330: '边坝县'
},
540400: {
- 540402: "巴宜区",
- 540421: "工布江达县",
- 540422: "米林县",
- 540423: "墨脱县",
- 540424: "波密县",
- 540425: "察隅县",
- 540426: "朗县"
+ 540402: '巴宜区',
+ 540421: '工布江达县',
+ 540422: '米林县',
+ 540423: '墨脱县',
+ 540424: '波密县',
+ 540425: '察隅县',
+ 540426: '朗县'
},
540500: {
- 540502: "乃东区",
- 540521: "扎囊县",
- 540522: "贡嘎县",
- 540523: "桑日县",
- 540524: "琼结县",
- 540525: "曲松县",
- 540526: "措美县",
- 540527: "洛扎县",
- 540528: "加查县",
- 540529: "隆子县",
- 540530: "错那县",
- 540531: "浪卡子县"
+ 540502: '乃东区',
+ 540521: '扎囊县',
+ 540522: '贡嘎县',
+ 540523: '桑日县',
+ 540524: '琼结县',
+ 540525: '曲松县',
+ 540526: '措美县',
+ 540527: '洛扎县',
+ 540528: '加查县',
+ 540529: '隆子县',
+ 540530: '错那县',
+ 540531: '浪卡子县'
},
542400: {
- 542421: "那曲县",
- 542422: "嘉黎县",
- 542423: "比如县",
- 542424: "聂荣县",
- 542425: "安多县",
- 542426: "申扎县",
- 542427: "索县",
- 542428: "班戈县",
- 542429: "巴青县",
- 542430: "尼玛县",
- 542431: "双湖县"
+ 542421: '那曲县',
+ 542422: '嘉黎县',
+ 542423: '比如县',
+ 542424: '聂荣县',
+ 542425: '安多县',
+ 542426: '申扎县',
+ 542427: '索县',
+ 542428: '班戈县',
+ 542429: '巴青县',
+ 542430: '尼玛县',
+ 542431: '双湖县'
},
542500: {
- 542521: "普兰县",
- 542522: "札达县",
- 542523: "噶尔县",
- 542524: "日土县",
- 542525: "革吉县",
- 542526: "改则县",
- 542527: "措勤县"
+ 542521: '普兰县',
+ 542522: '札达县',
+ 542523: '噶尔县',
+ 542524: '日土县',
+ 542525: '革吉县',
+ 542526: '改则县',
+ 542527: '措勤县'
},
61e4: {
- 610100: "西安市",
- 610200: "铜川市",
- 610300: "宝鸡市",
- 610400: "咸阳市",
- 610500: "渭南市",
- 610600: "延安市",
- 610700: "汉中市",
- 610800: "榆林市",
- 610900: "安康市",
- 611e3: "商洛市"
+ 610100: '西安市',
+ 610200: '铜川市',
+ 610300: '宝鸡市',
+ 610400: '咸阳市',
+ 610500: '渭南市',
+ 610600: '延安市',
+ 610700: '汉中市',
+ 610800: '榆林市',
+ 610900: '安康市',
+ 611e3: '商洛市'
},
610100: {
- 610102: "新城区",
- 610103: "碑林区",
- 610104: "莲湖区",
- 610111: "灞桥区",
- 610112: "未央区",
- 610113: "雁塔区",
- 610114: "阎良区",
- 610115: "临潼区",
- 610116: "长安区",
- 610117: "高陵区",
- 610122: "蓝田县",
- 610124: "周至县",
- 610125: "户县"
+ 610102: '新城区',
+ 610103: '碑林区',
+ 610104: '莲湖区',
+ 610111: '灞桥区',
+ 610112: '未央区',
+ 610113: '雁塔区',
+ 610114: '阎良区',
+ 610115: '临潼区',
+ 610116: '长安区',
+ 610117: '高陵区',
+ 610122: '蓝田县',
+ 610124: '周至县',
+ 610125: '户县'
},
610200: {
- 610202: "王益区",
- 610203: "印台区",
- 610204: "耀州区",
- 610222: "宜君县"
+ 610202: '王益区',
+ 610203: '印台区',
+ 610204: '耀州区',
+ 610222: '宜君县'
},
610300: {
- 610302: "渭滨区",
- 610303: "金台区",
- 610304: "陈仓区",
- 610322: "凤翔县",
- 610323: "岐山县",
- 610324: "扶风县",
- 610326: "眉县",
- 610327: "陇县",
- 610328: "千阳县",
- 610329: "麟游县",
- 610330: "凤县",
- 610331: "太白县"
+ 610302: '渭滨区',
+ 610303: '金台区',
+ 610304: '陈仓区',
+ 610322: '凤翔县',
+ 610323: '岐山县',
+ 610324: '扶风县',
+ 610326: '眉县',
+ 610327: '陇县',
+ 610328: '千阳县',
+ 610329: '麟游县',
+ 610330: '凤县',
+ 610331: '太白县'
},
610400: {
- 610402: "秦都区",
- 610403: "杨陵区",
- 610404: "渭城区",
- 610422: "三原县",
- 610423: "泾阳县",
- 610424: "乾县",
- 610425: "礼泉县",
- 610426: "永寿县",
- 610427: "彬县",
- 610428: "长武县",
- 610429: "旬邑县",
- 610430: "淳化县",
- 610431: "武功县",
- 610481: "兴平市"
+ 610402: '秦都区',
+ 610403: '杨陵区',
+ 610404: '渭城区',
+ 610422: '三原县',
+ 610423: '泾阳县',
+ 610424: '乾县',
+ 610425: '礼泉县',
+ 610426: '永寿县',
+ 610427: '彬县',
+ 610428: '长武县',
+ 610429: '旬邑县',
+ 610430: '淳化县',
+ 610431: '武功县',
+ 610481: '兴平市'
},
610500: {
- 610502: "临渭区",
- 610503: "华州区",
- 610522: "潼关县",
- 610523: "大荔县",
- 610524: "合阳县",
- 610525: "澄城县",
- 610526: "蒲城县",
- 610527: "白水县",
- 610528: "富平县",
- 610581: "韩城市",
- 610582: "华阴市"
+ 610502: '临渭区',
+ 610503: '华州区',
+ 610522: '潼关县',
+ 610523: '大荔县',
+ 610524: '合阳县',
+ 610525: '澄城县',
+ 610526: '蒲城县',
+ 610527: '白水县',
+ 610528: '富平县',
+ 610581: '韩城市',
+ 610582: '华阴市'
},
610600: {
- 610602: "宝塔区",
- 610603: "安塞区",
- 610621: "延长县",
- 610622: "延川县",
- 610623: "子长县",
- 610625: "志丹县",
- 610626: "吴起县",
- 610627: "甘泉县",
- 610628: "富县",
- 610629: "洛川县",
- 610630: "宜川县",
- 610631: "黄龙县",
- 610632: "黄陵县"
+ 610602: '宝塔区',
+ 610603: '安塞区',
+ 610621: '延长县',
+ 610622: '延川县',
+ 610623: '子长县',
+ 610625: '志丹县',
+ 610626: '吴起县',
+ 610627: '甘泉县',
+ 610628: '富县',
+ 610629: '洛川县',
+ 610630: '宜川县',
+ 610631: '黄龙县',
+ 610632: '黄陵县'
},
610700: {
- 610702: "汉台区",
- 610721: "南郑县",
- 610722: "城固县",
- 610723: "洋县",
- 610724: "西乡县",
- 610725: "勉县",
- 610726: "宁强县",
- 610727: "略阳县",
- 610728: "镇巴县",
- 610729: "留坝县",
- 610730: "佛坪县"
+ 610702: '汉台区',
+ 610721: '南郑县',
+ 610722: '城固县',
+ 610723: '洋县',
+ 610724: '西乡县',
+ 610725: '勉县',
+ 610726: '宁强县',
+ 610727: '略阳县',
+ 610728: '镇巴县',
+ 610729: '留坝县',
+ 610730: '佛坪县'
},
610800: {
- 610802: "榆阳区",
- 610803: "横山区",
- 610821: "神木县",
- 610822: "府谷县",
- 610824: "靖边县",
- 610825: "定边县",
- 610826: "绥德县",
- 610827: "米脂县",
- 610828: "佳县",
- 610829: "吴堡县",
- 610830: "清涧县",
- 610831: "子洲县"
+ 610802: '榆阳区',
+ 610803: '横山区',
+ 610821: '神木县',
+ 610822: '府谷县',
+ 610824: '靖边县',
+ 610825: '定边县',
+ 610826: '绥德县',
+ 610827: '米脂县',
+ 610828: '佳县',
+ 610829: '吴堡县',
+ 610830: '清涧县',
+ 610831: '子洲县'
},
610900: {
- 610902: "汉滨区",
- 610921: "汉阴县",
- 610922: "石泉县",
- 610923: "宁陕县",
- 610924: "紫阳县",
- 610925: "岚皋县",
- 610926: "平利县",
- 610927: "镇坪县",
- 610928: "旬阳县",
- 610929: "白河县"
+ 610902: '汉滨区',
+ 610921: '汉阴县',
+ 610922: '石泉县',
+ 610923: '宁陕县',
+ 610924: '紫阳县',
+ 610925: '岚皋县',
+ 610926: '平利县',
+ 610927: '镇坪县',
+ 610928: '旬阳县',
+ 610929: '白河县'
},
611e3: {
- 611002: "商州区",
- 611021: "洛南县",
- 611022: "丹凤县",
- 611023: "商南县",
- 611024: "山阳县",
- 611025: "镇安县",
- 611026: "柞水县"
+ 611002: '商州区',
+ 611021: '洛南县',
+ 611022: '丹凤县',
+ 611023: '商南县',
+ 611024: '山阳县',
+ 611025: '镇安县',
+ 611026: '柞水县'
},
62e4: {
- 620100: "兰州市",
- 620200: "嘉峪关市",
- 620300: "金昌市",
- 620400: "白银市",
- 620500: "天水市",
- 620600: "武威市",
- 620700: "张掖市",
- 620800: "平凉市",
- 620900: "酒泉市",
- 621e3: "庆阳市",
- 621100: "定西市",
- 621200: "陇南市",
- 622900: "临夏回族自治州",
- 623e3: "甘南藏族自治州"
+ 620100: '兰州市',
+ 620200: '嘉峪关市',
+ 620300: '金昌市',
+ 620400: '白银市',
+ 620500: '天水市',
+ 620600: '武威市',
+ 620700: '张掖市',
+ 620800: '平凉市',
+ 620900: '酒泉市',
+ 621e3: '庆阳市',
+ 621100: '定西市',
+ 621200: '陇南市',
+ 622900: '临夏回族自治州',
+ 623e3: '甘南藏族自治州'
},
620100: {
- 620102: "城关区",
- 620103: "七里河区",
- 620104: "西固区",
- 620105: "安宁区",
- 620111: "红古区",
- 620121: "永登县",
- 620122: "皋兰县",
- 620123: "榆中县"
+ 620102: '城关区',
+ 620103: '七里河区',
+ 620104: '西固区',
+ 620105: '安宁区',
+ 620111: '红古区',
+ 620121: '永登县',
+ 620122: '皋兰县',
+ 620123: '榆中县'
},
620200: {},
620300: {
- 620302: "金川区",
- 620321: "永昌县"
+ 620302: '金川区',
+ 620321: '永昌县'
},
620400: {
- 620402: "白银区",
- 620403: "平川区",
- 620421: "靖远县",
- 620422: "会宁县",
- 620423: "景泰县"
+ 620402: '白银区',
+ 620403: '平川区',
+ 620421: '靖远县',
+ 620422: '会宁县',
+ 620423: '景泰县'
},
620500: {
- 620502: "秦州区",
- 620503: "麦积区",
- 620521: "清水县",
- 620522: "秦安县",
- 620523: "甘谷县",
- 620524: "武山县",
- 620525: "张家川回族自治县"
+ 620502: '秦州区',
+ 620503: '麦积区',
+ 620521: '清水县',
+ 620522: '秦安县',
+ 620523: '甘谷县',
+ 620524: '武山县',
+ 620525: '张家川回族自治县'
},
620600: {
- 620602: "凉州区",
- 620621: "民勤县",
- 620622: "古浪县",
- 620623: "天祝藏族自治县"
+ 620602: '凉州区',
+ 620621: '民勤县',
+ 620622: '古浪县',
+ 620623: '天祝藏族自治县'
},
620700: {
- 620702: "甘州区",
- 620721: "肃南裕固族自治县",
- 620722: "民乐县",
- 620723: "临泽县",
- 620724: "高台县",
- 620725: "山丹县"
+ 620702: '甘州区',
+ 620721: '肃南裕固族自治县',
+ 620722: '民乐县',
+ 620723: '临泽县',
+ 620724: '高台县',
+ 620725: '山丹县'
},
620800: {
- 620802: "崆峒区",
- 620821: "泾川县",
- 620822: "灵台县",
- 620823: "崇信县",
- 620824: "华亭县",
- 620825: "庄浪县",
- 620826: "静宁县"
+ 620802: '崆峒区',
+ 620821: '泾川县',
+ 620822: '灵台县',
+ 620823: '崇信县',
+ 620824: '华亭县',
+ 620825: '庄浪县',
+ 620826: '静宁县'
},
620900: {
- 620902: "肃州区",
- 620921: "金塔县",
- 620922: "瓜州县",
- 620923: "肃北蒙古族自治县",
- 620924: "阿克塞哈萨克族自治县",
- 620981: "玉门市",
- 620982: "敦煌市"
+ 620902: '肃州区',
+ 620921: '金塔县',
+ 620922: '瓜州县',
+ 620923: '肃北蒙古族自治县',
+ 620924: '阿克塞哈萨克族自治县',
+ 620981: '玉门市',
+ 620982: '敦煌市'
},
621e3: {
- 621002: "西峰区",
- 621021: "庆城县",
- 621022: "环县",
- 621023: "华池县",
- 621024: "合水县",
- 621025: "正宁县",
- 621026: "宁县",
- 621027: "镇原县"
+ 621002: '西峰区',
+ 621021: '庆城县',
+ 621022: '环县',
+ 621023: '华池县',
+ 621024: '合水县',
+ 621025: '正宁县',
+ 621026: '宁县',
+ 621027: '镇原县'
},
621100: {
- 621102: "安定区",
- 621121: "通渭县",
- 621122: "陇西县",
- 621123: "渭源县",
- 621124: "临洮县",
- 621125: "漳县",
- 621126: "岷县"
+ 621102: '安定区',
+ 621121: '通渭县',
+ 621122: '陇西县',
+ 621123: '渭源县',
+ 621124: '临洮县',
+ 621125: '漳县',
+ 621126: '岷县'
},
621200: {
- 621202: "武都区",
- 621221: "成县",
- 621222: "文县",
- 621223: "宕昌县",
- 621224: "康县",
- 621225: "西和县",
- 621226: "礼县",
- 621227: "徽县",
- 621228: "两当县"
+ 621202: '武都区',
+ 621221: '成县',
+ 621222: '文县',
+ 621223: '宕昌县',
+ 621224: '康县',
+ 621225: '西和县',
+ 621226: '礼县',
+ 621227: '徽县',
+ 621228: '两当县'
},
622900: {
- 622901: "临夏市",
- 622921: "临夏县",
- 622922: "康乐县",
- 622923: "永靖县",
- 622924: "广河县",
- 622925: "和政县",
- 622926: "东乡族自治县",
- 622927: "积石山保安族东乡族撒拉族自治县"
+ 622901: '临夏市',
+ 622921: '临夏县',
+ 622922: '康乐县',
+ 622923: '永靖县',
+ 622924: '广河县',
+ 622925: '和政县',
+ 622926: '东乡族自治县',
+ 622927: '积石山保安族东乡族撒拉族自治县'
},
623e3: {
- 623001: "合作市",
- 623021: "临潭县",
- 623022: "卓尼县",
- 623023: "舟曲县",
- 623024: "迭部县",
- 623025: "玛曲县",
- 623026: "碌曲县",
- 623027: "夏河县"
+ 623001: '合作市',
+ 623021: '临潭县',
+ 623022: '卓尼县',
+ 623023: '舟曲县',
+ 623024: '迭部县',
+ 623025: '玛曲县',
+ 623026: '碌曲县',
+ 623027: '夏河县'
},
63e4: {
- 630100: "西宁市",
- 630200: "海东市",
- 632200: "海北藏族自治州",
- 632300: "黄南藏族自治州",
- 632500: "海南藏族自治州",
- 632600: "果洛藏族自治州",
- 632700: "玉树藏族自治州",
- 632800: "海西蒙古族藏族自治州"
+ 630100: '西宁市',
+ 630200: '海东市',
+ 632200: '海北藏族自治州',
+ 632300: '黄南藏族自治州',
+ 632500: '海南藏族自治州',
+ 632600: '果洛藏族自治州',
+ 632700: '玉树藏族自治州',
+ 632800: '海西蒙古族藏族自治州'
},
630100: {
- 630102: "城东区",
- 630103: "城中区",
- 630104: "城西区",
- 630105: "城北区",
- 630121: "大通回族土族自治县",
- 630122: "湟中县",
- 630123: "湟源县"
+ 630102: '城东区',
+ 630103: '城中区',
+ 630104: '城西区',
+ 630105: '城北区',
+ 630121: '大通回族土族自治县',
+ 630122: '湟中县',
+ 630123: '湟源县'
},
630200: {
- 630202: "乐都区",
- 630203: "平安区",
- 630222: "民和回族土族自治县",
- 630223: "互助土族自治县",
- 630224: "化隆回族自治县",
- 630225: "循化撒拉族自治县"
+ 630202: '乐都区',
+ 630203: '平安区',
+ 630222: '民和回族土族自治县',
+ 630223: '互助土族自治县',
+ 630224: '化隆回族自治县',
+ 630225: '循化撒拉族自治县'
},
632200: {
- 632221: "门源回族自治县",
- 632222: "祁连县",
- 632223: "海晏县",
- 632224: "刚察县"
+ 632221: '门源回族自治县',
+ 632222: '祁连县',
+ 632223: '海晏县',
+ 632224: '刚察县'
},
632300: {
- 632321: "同仁县",
- 632322: "尖扎县",
- 632323: "泽库县",
- 632324: "河南蒙古族自治县"
+ 632321: '同仁县',
+ 632322: '尖扎县',
+ 632323: '泽库县',
+ 632324: '河南蒙古族自治县'
},
632500: {
- 632521: "共和县",
- 632522: "同德县",
- 632523: "贵德县",
- 632524: "兴海县",
- 632525: "贵南县"
+ 632521: '共和县',
+ 632522: '同德县',
+ 632523: '贵德县',
+ 632524: '兴海县',
+ 632525: '贵南县'
},
632600: {
- 632621: "玛沁县",
- 632622: "班玛县",
- 632623: "甘德县",
- 632624: "达日县",
- 632625: "久治县",
- 632626: "玛多县"
+ 632621: '玛沁县',
+ 632622: '班玛县',
+ 632623: '甘德县',
+ 632624: '达日县',
+ 632625: '久治县',
+ 632626: '玛多县'
},
632700: {
- 632701: "玉树市",
- 632722: "杂多县",
- 632723: "称多县",
- 632724: "治多县",
- 632725: "囊谦县",
- 632726: "曲麻莱县"
+ 632701: '玉树市',
+ 632722: '杂多县',
+ 632723: '称多县',
+ 632724: '治多县',
+ 632725: '囊谦县',
+ 632726: '曲麻莱县'
},
632800: {
- 632801: "格尔木市",
- 632802: "德令哈市",
- 632821: "乌兰县",
- 632822: "都兰县",
- 632823: "天峻县"
+ 632801: '格尔木市',
+ 632802: '德令哈市',
+ 632821: '乌兰县',
+ 632822: '都兰县',
+ 632823: '天峻县'
},
64e4: {
- 640100: "银川市",
- 640200: "石嘴山市",
- 640300: "吴忠市",
- 640400: "固原市",
- 640500: "中卫市"
+ 640100: '银川市',
+ 640200: '石嘴山市',
+ 640300: '吴忠市',
+ 640400: '固原市',
+ 640500: '中卫市'
},
640100: {
- 640104: "兴庆区",
- 640105: "西夏区",
- 640106: "金凤区",
- 640121: "永宁县",
- 640122: "贺兰县",
- 640181: "灵武市"
+ 640104: '兴庆区',
+ 640105: '西夏区',
+ 640106: '金凤区',
+ 640121: '永宁县',
+ 640122: '贺兰县',
+ 640181: '灵武市'
},
640200: {
- 640202: "大武口区",
- 640205: "惠农区",
- 640221: "平罗县"
+ 640202: '大武口区',
+ 640205: '惠农区',
+ 640221: '平罗县'
},
640300: {
- 640302: "利通区",
- 640303: "红寺堡区",
- 640323: "盐池县",
- 640324: "同心县",
- 640381: "青铜峡市"
+ 640302: '利通区',
+ 640303: '红寺堡区',
+ 640323: '盐池县',
+ 640324: '同心县',
+ 640381: '青铜峡市'
},
640400: {
- 640402: "原州区",
- 640422: "西吉县",
- 640423: "隆德县",
- 640424: "泾源县",
- 640425: "彭阳县"
+ 640402: '原州区',
+ 640422: '西吉县',
+ 640423: '隆德县',
+ 640424: '泾源县',
+ 640425: '彭阳县'
},
640500: {
- 640502: "沙坡头区",
- 640521: "中宁县",
- 640522: "海原县"
+ 640502: '沙坡头区',
+ 640521: '中宁县',
+ 640522: '海原县'
},
65e4: {
- 650100: "乌鲁木齐市",
- 650200: "克拉玛依市",
- 650400: "吐鲁番市",
- 650500: "哈密市",
- 652300: "昌吉回族自治州",
- 652700: "博尔塔拉蒙古自治州",
- 652800: "巴音郭楞蒙古自治州",
- 652900: "阿克苏地区",
- 653e3: "克孜勒苏柯尔克孜自治州",
- 653100: "喀什地区",
- 653200: "和田地区",
- 654e3: "伊犁哈萨克自治州",
- 654200: "塔城地区",
- 654300: "阿勒泰地区",
- 659001: "石河子市",
- 659002: "阿拉尔市",
- 659003: "图木舒克市",
- 659004: "五家渠市",
- 659006: "铁门关市"
+ 650100: '乌鲁木齐市',
+ 650200: '克拉玛依市',
+ 650400: '吐鲁番市',
+ 650500: '哈密市',
+ 652300: '昌吉回族自治州',
+ 652700: '博尔塔拉蒙古自治州',
+ 652800: '巴音郭楞蒙古自治州',
+ 652900: '阿克苏地区',
+ 653e3: '克孜勒苏柯尔克孜自治州',
+ 653100: '喀什地区',
+ 653200: '和田地区',
+ 654e3: '伊犁哈萨克自治州',
+ 654200: '塔城地区',
+ 654300: '阿勒泰地区',
+ 659001: '石河子市',
+ 659002: '阿拉尔市',
+ 659003: '图木舒克市',
+ 659004: '五家渠市',
+ 659006: '铁门关市'
},
650100: {
- 650102: "天山区",
- 650103: "沙依巴克区",
- 650104: "新市区",
- 650105: "水磨沟区",
- 650106: "头屯河区",
- 650107: "达坂城区",
- 650109: "米东区",
- 650121: "乌鲁木齐县"
+ 650102: '天山区',
+ 650103: '沙依巴克区',
+ 650104: '新市区',
+ 650105: '水磨沟区',
+ 650106: '头屯河区',
+ 650107: '达坂城区',
+ 650109: '米东区',
+ 650121: '乌鲁木齐县'
},
650200: {
- 650202: "独山子区",
- 650203: "克拉玛依区",
- 650204: "白碱滩区",
- 650205: "乌尔禾区"
+ 650202: '独山子区',
+ 650203: '克拉玛依区',
+ 650204: '白碱滩区',
+ 650205: '乌尔禾区'
},
650400: {
- 650402: "高昌区",
- 650421: "鄯善县",
- 650422: "托克逊县"
+ 650402: '高昌区',
+ 650421: '鄯善县',
+ 650422: '托克逊县'
},
650500: {
- 650502: "伊州区",
- 650521: "巴里坤哈萨克自治县",
- 650522: "伊吾县"
+ 650502: '伊州区',
+ 650521: '巴里坤哈萨克自治县',
+ 650522: '伊吾县'
},
652300: {
- 652301: "昌吉市",
- 652302: "阜康市",
- 652323: "呼图壁县",
- 652324: "玛纳斯县",
- 652325: "奇台县",
- 652327: "吉木萨尔县",
- 652328: "木垒哈萨克自治县"
+ 652301: '昌吉市',
+ 652302: '阜康市',
+ 652323: '呼图壁县',
+ 652324: '玛纳斯县',
+ 652325: '奇台县',
+ 652327: '吉木萨尔县',
+ 652328: '木垒哈萨克自治县'
},
652700: {
- 652701: "博乐市",
- 652702: "阿拉山口市",
- 652722: "精河县",
- 652723: "温泉县"
+ 652701: '博乐市',
+ 652702: '阿拉山口市',
+ 652722: '精河县',
+ 652723: '温泉县'
},
652800: {
- 652801: "库尔勒市",
- 652822: "轮台县",
- 652823: "尉犁县",
- 652824: "若羌县",
- 652825: "且末县",
- 652826: "焉耆回族自治县",
- 652827: "和静县",
- 652828: "和硕县",
- 652829: "博湖县"
+ 652801: '库尔勒市',
+ 652822: '轮台县',
+ 652823: '尉犁县',
+ 652824: '若羌县',
+ 652825: '且末县',
+ 652826: '焉耆回族自治县',
+ 652827: '和静县',
+ 652828: '和硕县',
+ 652829: '博湖县'
},
652900: {
- 652901: "阿克苏市",
- 652922: "温宿县",
- 652923: "库车县",
- 652924: "沙雅县",
- 652925: "新和县",
- 652926: "拜城县",
- 652927: "乌什县",
- 652928: "阿瓦提县",
- 652929: "柯坪县"
+ 652901: '阿克苏市',
+ 652922: '温宿县',
+ 652923: '库车县',
+ 652924: '沙雅县',
+ 652925: '新和县',
+ 652926: '拜城县',
+ 652927: '乌什县',
+ 652928: '阿瓦提县',
+ 652929: '柯坪县'
},
653e3: {
- 653001: "阿图什市",
- 653022: "阿克陶县",
- 653023: "阿合奇县",
- 653024: "乌恰县"
+ 653001: '阿图什市',
+ 653022: '阿克陶县',
+ 653023: '阿合奇县',
+ 653024: '乌恰县'
},
653100: {
- 653101: "喀什市",
- 653121: "疏附县",
- 653122: "疏勒县",
- 653123: "英吉沙县",
- 653124: "泽普县",
- 653125: "莎车县",
- 653126: "叶城县",
- 653127: "麦盖提县",
- 653128: "岳普湖县",
- 653129: "伽师县",
- 653130: "巴楚县",
- 653131: "塔什库尔干塔吉克自治县"
+ 653101: '喀什市',
+ 653121: '疏附县',
+ 653122: '疏勒县',
+ 653123: '英吉沙县',
+ 653124: '泽普县',
+ 653125: '莎车县',
+ 653126: '叶城县',
+ 653127: '麦盖提县',
+ 653128: '岳普湖县',
+ 653129: '伽师县',
+ 653130: '巴楚县',
+ 653131: '塔什库尔干塔吉克自治县'
},
653200: {
- 653201: "和田市",
- 653221: "和田县",
- 653222: "墨玉县",
- 653223: "皮山县",
- 653224: "洛浦县",
- 653225: "策勒县",
- 653226: "于田县",
- 653227: "民丰县"
+ 653201: '和田市',
+ 653221: '和田县',
+ 653222: '墨玉县',
+ 653223: '皮山县',
+ 653224: '洛浦县',
+ 653225: '策勒县',
+ 653226: '于田县',
+ 653227: '民丰县'
},
654e3: {
- 654002: "伊宁市",
- 654003: "奎屯市",
- 654004: "霍尔果斯市",
- 654021: "伊宁县",
- 654022: "察布查尔锡伯自治县",
- 654023: "霍城县",
- 654024: "巩留县",
- 654025: "新源县",
- 654026: "昭苏县",
- 654027: "特克斯县",
- 654028: "尼勒克县"
+ 654002: '伊宁市',
+ 654003: '奎屯市',
+ 654004: '霍尔果斯市',
+ 654021: '伊宁县',
+ 654022: '察布查尔锡伯自治县',
+ 654023: '霍城县',
+ 654024: '巩留县',
+ 654025: '新源县',
+ 654026: '昭苏县',
+ 654027: '特克斯县',
+ 654028: '尼勒克县'
},
654200: {
- 654201: "塔城市",
- 654202: "乌苏市",
- 654221: "额敏县",
- 654223: "沙湾县",
- 654224: "托里县",
- 654225: "裕民县",
- 654226: "和布克赛尔蒙古自治县"
+ 654201: '塔城市',
+ 654202: '乌苏市',
+ 654221: '额敏县',
+ 654223: '沙湾县',
+ 654224: '托里县',
+ 654225: '裕民县',
+ 654226: '和布克赛尔蒙古自治县'
},
654300: {
- 654301: "阿勒泰市",
- 654321: "布尔津县",
- 654322: "富蕴县",
- 654323: "福海县",
- 654324: "哈巴河县",
- 654325: "青河县",
- 654326: "吉木乃县"
+ 654301: '阿勒泰市',
+ 654321: '布尔津县',
+ 654322: '富蕴县',
+ 654323: '福海县',
+ 654324: '哈巴河县',
+ 654325: '青河县',
+ 654326: '吉木乃县'
},
659001: {
- 6590011: "北泉镇",
- 6590015: "兵团一五二团",
- 659001001: "新城街道",
- 659001002: "向阳街道",
- 659001003: "红山街道",
- 659001004: "老街街道",
- 659001005: "东城街道",
- 659001101: "石河子镇"
+ 6590011: '北泉镇',
+ 6590015: '兵团一五二团',
+ 659001001: '新城街道',
+ 659001002: '向阳街道',
+ 659001003: '红山街道',
+ 659001004: '老街街道',
+ 659001005: '东城街道',
+ 659001101: '石河子镇'
},
659002: {
- 6590022: "托喀依乡",
- 6590025: "兵团七团",
- 65900252: "兵团三团",
- 659002001: "金银川路街道",
- 659002002: "幸福路街道",
- 659002003: "青松路街道",
- 659002004: "南口街道",
- 659002402: "工业园区",
- 659002501: "兵团八团",
- 659002503: "兵团十团",
- 659002504: "兵团十一团",
- 659002505: "兵团十二团",
- 659002506: "兵团十三团",
- 659002507: "兵团十四团",
- 659002509: "兵团十六团",
- 659002511: "兵团第一师水利水电工程处",
- 659002512: "兵团第一师塔里木灌区水利管理处",
- 659002513: "阿拉尔农场",
- 659002514: "兵团第一师幸福农场",
- 659002515: "中心监狱",
- 659002516: "兵团一团",
- 659002517: "兵团农一师沙井子水利管理处",
- 659002518: "西工业园区管理委员会",
- 659002519: "兵团二团"
+ 6590022: '托喀依乡',
+ 6590025: '兵团七团',
+ 65900252: '兵团三团',
+ 659002001: '金银川路街道',
+ 659002002: '幸福路街道',
+ 659002003: '青松路街道',
+ 659002004: '南口街道',
+ 659002402: '工业园区',
+ 659002501: '兵团八团',
+ 659002503: '兵团十团',
+ 659002504: '兵团十一团',
+ 659002505: '兵团十二团',
+ 659002506: '兵团十三团',
+ 659002507: '兵团十四团',
+ 659002509: '兵团十六团',
+ 659002511: '兵团第一师水利水电工程处',
+ 659002512: '兵团第一师塔里木灌区水利管理处',
+ 659002513: '阿拉尔农场',
+ 659002514: '兵团第一师幸福农场',
+ 659002515: '中心监狱',
+ 659002516: '兵团一团',
+ 659002517: '兵团农一师沙井子水利管理处',
+ 659002518: '西工业园区管理委员会',
+ 659002519: '兵团二团'
},
659003: {
- 65900351: "兵团五十团",
- 659003001: "齐干却勒街道",
- 659003002: "前海街道",
- 659003003: "永安坝街道",
- 659003504: "兵团四十四团",
- 659003509: "兵团四十九团",
- 659003511: "兵团五十一团",
- 659003513: "兵团五十三团",
- 659003514: "兵团图木舒克市喀拉拜勒镇"
+ 65900351: '兵团五十团',
+ 659003001: '齐干却勒街道',
+ 659003002: '前海街道',
+ 659003003: '永安坝街道',
+ 659003504: '兵团四十四团',
+ 659003509: '兵团四十九团',
+ 659003511: '兵团五十一团',
+ 659003513: '兵团五十三团',
+ 659003514: '兵团图木舒克市喀拉拜勒镇'
},
659004: {
- 6590045: "兵团一零一团",
- 659004001: "军垦路街道",
- 659004002: "青湖路街道",
- 659004003: "人民路街道",
- 659004501: "兵团一零二团",
- 659004502: "兵团一零三团"
+ 6590045: '兵团一零一团',
+ 659004001: '军垦路街道',
+ 659004002: '青湖路街道',
+ 659004003: '人民路街道',
+ 659004501: '兵团一零二团',
+ 659004502: '兵团一零三团'
},
659006: {
- 6590061: "博古其镇",
- 659006101: "双丰镇"
+ 6590061: '博古其镇',
+ 659006101: '双丰镇'
},
71e4: {
- 710100: "台湾省"
+ 710100: '台湾省'
},
710100: {
- 710101: "金门",
- 710102: "连江",
- 710103: "苗栗",
- 710104: "南投",
- 710105: "澎湖",
- 710106: "屏东",
- 710107: "台东",
- 710108: "台中",
- 710109: "台南",
- 710110: "台北",
- 710111: "桃园",
- 710112: "云林",
- 710113: "新北",
- 710114: "彰化",
- 710115: "嘉义",
- 710116: "新竹",
- 710117: "花莲",
- 710118: "宜兰",
- 710119: "高雄",
- 710120: "基隆"
+ 710101: '金门',
+ 710102: '连江',
+ 710103: '苗栗',
+ 710104: '南投',
+ 710105: '澎湖',
+ 710106: '屏东',
+ 710107: '台东',
+ 710108: '台中',
+ 710109: '台南',
+ 710110: '台北',
+ 710111: '桃园',
+ 710112: '云林',
+ 710113: '新北',
+ 710114: '彰化',
+ 710115: '嘉义',
+ 710116: '新竹',
+ 710117: '花莲',
+ 710118: '宜兰',
+ 710119: '高雄',
+ 710120: '基隆'
},
81e4: {
- 810101: "中西区",
- 810102: "东区",
- 810103: "九龙城区",
- 810104: "观塘区",
- 810105: "深水埗区",
- 810106: "湾仔区",
- 810107: "黄大仙区",
- 810108: "油尖旺区",
- 810109: "离岛区",
- 810110: "葵青区",
- 810111: "北区",
- 810112: "西贡区",
- 810113: "沙田区",
- 810114: "屯门区",
- 810115: "大埔区",
- 810116: "荃湾区",
- 810117: "元朗区",
- 810118: "香港",
- 810119: "九龙",
- 810120: "新界"
+ 810101: '中西区',
+ 810102: '东区',
+ 810103: '九龙城区',
+ 810104: '观塘区',
+ 810105: '深水埗区',
+ 810106: '湾仔区',
+ 810107: '黄大仙区',
+ 810108: '油尖旺区',
+ 810109: '离岛区',
+ 810110: '葵青区',
+ 810111: '北区',
+ 810112: '西贡区',
+ 810113: '沙田区',
+ 810114: '屯门区',
+ 810115: '大埔区',
+ 810116: '荃湾区',
+ 810117: '元朗区',
+ 810118: '香港',
+ 810119: '九龙',
+ 810120: '新界'
},
82e4: {
- 820101: "离岛",
- 820102: "澳门半岛",
- 820103: "凼仔",
- 820104: "路凼城",
- 820105: "路环"
+ 820101: '离岛',
+ 820102: '澳门半岛',
+ 820103: '凼仔',
+ 820104: '路凼城',
+ 820105: '路环'
},
91e4: {
- 81e4: "香港特别行政区",
- 82e4: "澳门特别行政区"
+ 81e4: '香港特别行政区',
+ 82e4: '澳门特别行政区'
}
}
},
- "0f0f": function(e, t, n) {
- var r = n("8eeb"),
- a = n("9934");
+ '0f0f': function(e, t, n) {
+ var r = n('8eeb'),
+ a = n('9934')
function i(e, t) {
return e && r(t, a(t), e)
}
+
e.exports = i
},
- "0f14": function(e, t, n) {
+ '0f14': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("da", {
- months: "januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),
- monthsShort: "jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),
- weekdays: "søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),
- weekdaysShort: "søn_man_tir_ons_tor_fre_lør".split("_"),
- weekdaysMin: "sø_ma_ti_on_to_fr_lø".split("_"),
+ var t = e.defineLocale('da', {
+ months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split('_'),
+ monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),
+ weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),
+ weekdaysShort: 'søn_man_tir_ons_tor_fre_lør'.split('_'),
+ weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY HH:mm",
- LLLL: "dddd [d.] D. MMMM YYYY [kl.] HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY HH:mm',
+ LLLL: 'dddd [d.] D. MMMM YYYY [kl.] HH:mm'
},
calendar: {
- sameDay: "[i dag kl.] LT",
- nextDay: "[i morgen kl.] LT",
- nextWeek: "på dddd [kl.] LT",
- lastDay: "[i går kl.] LT",
- lastWeek: "[i] dddd[s kl.] LT",
- sameElse: "L"
+ sameDay: '[i dag kl.] LT',
+ nextDay: '[i morgen kl.] LT',
+ nextWeek: 'på dddd [kl.] LT',
+ lastDay: '[i går kl.] LT',
+ lastWeek: '[i] dddd[s kl.] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "om %s",
- past: "%s siden",
- s: "få sekunder",
- ss: "%d sekunder",
- m: "et minut",
- mm: "%d minutter",
- h: "en time",
- hh: "%d timer",
- d: "en dag",
- dd: "%d dage",
- M: "en måned",
- MM: "%d måneder",
- y: "et år",
- yy: "%d år"
+ future: 'om %s',
+ past: '%s siden',
+ s: 'få sekunder',
+ ss: '%d sekunder',
+ m: 'et minut',
+ mm: '%d minutter',
+ h: 'en time',
+ hh: '%d timer',
+ d: 'en dag',
+ dd: '%d dage',
+ M: 'en måned',
+ MM: '%d måneder',
+ y: 'et år',
+ yy: '%d år'
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "0f38": function(e, t, n) {
+ '0f38': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("tl-ph", {
- months: "Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split(
- "_"),
- monthsShort: "Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),
- weekdays: "Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),
- weekdaysShort: "Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),
- weekdaysMin: "Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),
+ var t = e.defineLocale('tl-ph', {
+ months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(
+ '_'),
+ monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),
+ weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split('_'),
+ weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),
+ weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "MM/D/YYYY",
- LL: "MMMM D, YYYY",
- LLL: "MMMM D, YYYY HH:mm",
- LLLL: "dddd, MMMM DD, YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'MM/D/YYYY',
+ LL: 'MMMM D, YYYY',
+ LLL: 'MMMM D, YYYY HH:mm',
+ LLLL: 'dddd, MMMM DD, YYYY HH:mm'
},
calendar: {
- sameDay: "LT [ngayong araw]",
- nextDay: "[Bukas ng] LT",
- nextWeek: "LT [sa susunod na] dddd",
- lastDay: "LT [kahapon]",
- lastWeek: "LT [noong nakaraang] dddd",
- sameElse: "L"
+ sameDay: 'LT [ngayong araw]',
+ nextDay: '[Bukas ng] LT',
+ nextWeek: 'LT [sa susunod na] dddd',
+ lastDay: 'LT [kahapon]',
+ lastWeek: 'LT [noong nakaraang] dddd',
+ sameElse: 'L'
},
relativeTime: {
- future: "sa loob ng %s",
- past: "%s ang nakalipas",
- s: "ilang segundo",
- ss: "%d segundo",
- m: "isang minuto",
- mm: "%d minuto",
- h: "isang oras",
- hh: "%d oras",
- d: "isang araw",
- dd: "%d araw",
- M: "isang buwan",
- MM: "%d buwan",
- y: "isang taon",
- yy: "%d taon"
+ future: 'sa loob ng %s',
+ past: '%s ang nakalipas',
+ s: 'ilang segundo',
+ ss: '%d segundo',
+ m: 'isang minuto',
+ mm: '%d minuto',
+ h: 'isang oras',
+ hh: '%d oras',
+ d: 'isang araw',
+ dd: '%d araw',
+ M: 'isang buwan',
+ MM: '%d buwan',
+ y: 'isang taon',
+ yy: '%d taon'
},
dayOfMonthOrdinalParse: /\d{1,2}/,
ordinal: function(e) {
@@ -8031,48 +8069,48 @@
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "0fc9": function(e, t, n) {
- var r = n("3a38"),
+ '0fc9': function(e, t, n) {
+ var r = n('3a38'),
a = Math.max,
- i = Math.min;
+ i = Math.min
e.exports = function(e, t) {
return e = r(e), e < 0 ? a(e + t, 0) : i(e, t)
}
},
- "0fea": function(e, t, n) {
- "use strict";
- n.d(t, "f", (function() {
+ '0fea': function(e, t, n) {
+ 'use strict'
+ n.d(t, 'f', (function() {
return a
- })), n.d(t, "e", (function() {
+ })), n.d(t, 'e', (function() {
return i
- })), n.d(t, "g", (function() {
+ })), n.d(t, 'g', (function() {
return o
- })), n.d(t, "c", (function() {
+ })), n.d(t, 'c', (function() {
return s
- })), n.d(t, "a", (function() {
+ })), n.d(t, 'a', (function() {
return c
- })), n.d(t, "b", (function() {
+ })), n.d(t, 'b', (function() {
return l
- })), n.d(t, "d", (function() {
+ })), n.d(t, 'd', (function() {
return u
- }));
- n("8bbf");
- var r = n("b775");
+ }))
+ n('8bbf')
+ var r = n('b775')
function a(e, t) {
- return Object(r["a"])({
+ return Object(r['a'])({
url: e,
- method: "post",
+ method: 'post',
data: t
})
}
function i(e, t, n) {
- return Object(r["a"])({
+ return Object(r['a'])({
url: e,
method: n,
data: t
@@ -8080,265 +8118,273 @@
}
function o(e, t) {
- return Object(r["a"])({
+ return Object(r['a'])({
url: e,
- method: "put",
+ method: 'put',
data: t
})
}
function s(e, t) {
- return Object(r["a"])({
+ return Object(r['a'])({
url: e,
- method: "get",
+ method: 'get',
params: t
})
}
function c(e, t) {
- return Object(r["a"])({
+ return Object(r['a'])({
url: e,
- method: "delete",
+ method: 'delete',
params: t
})
}
function l(e, t) {
- return Object(r["a"])({
+ return Object(r['a'])({
url: e,
params: t,
- method: "get",
- responseType: "blob"
+ method: 'get',
+ responseType: 'blob'
})
}
function u(e, t) {
- t || (t = "http");
+ t || (t = 'http')
try {
- if (e && e.startsWith(t)) return e;
- if (e && e.length > 0 && -1 == e.indexOf("[")) return window._CONFIG["staticDomainURL"] + "/" + e
+ if (e && e.startsWith(t)) return e
+ if (e && e.length > 0 && -1 == e.indexOf('[')) return window._CONFIG['staticDomainURL'] + '/' + e
} catch (n) {
return
}
}
},
- "0ff2": function(e, t, n) {
+ '0ff2': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("eu", {
- months: "urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split(
- "_"),
- monthsShort: "urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),
+ var t = e.defineLocale('eu', {
+ months: 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split(
+ '_'),
+ monthsShort: 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split('_'),
monthsParseExact: !0,
- weekdays: "igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),
- weekdaysShort: "ig._al._ar._az._og._ol._lr.".split("_"),
- weekdaysMin: "ig_al_ar_az_og_ol_lr".split("_"),
+ weekdays: 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split('_'),
+ weekdaysShort: 'ig._al._ar._az._og._ol._lr.'.split('_'),
+ weekdaysMin: 'ig_al_ar_az_og_ol_lr'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY-MM-DD",
- LL: "YYYY[ko] MMMM[ren] D[a]",
- LLL: "YYYY[ko] MMMM[ren] D[a] HH:mm",
- LLLL: "dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",
- l: "YYYY-M-D",
- ll: "YYYY[ko] MMM D[a]",
- lll: "YYYY[ko] MMM D[a] HH:mm",
- llll: "ddd, YYYY[ko] MMM D[a] HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY-MM-DD',
+ LL: 'YYYY[ko] MMMM[ren] D[a]',
+ LLL: 'YYYY[ko] MMMM[ren] D[a] HH:mm',
+ LLLL: 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm',
+ l: 'YYYY-M-D',
+ ll: 'YYYY[ko] MMM D[a]',
+ lll: 'YYYY[ko] MMM D[a] HH:mm',
+ llll: 'ddd, YYYY[ko] MMM D[a] HH:mm'
},
calendar: {
- sameDay: "[gaur] LT[etan]",
- nextDay: "[bihar] LT[etan]",
- nextWeek: "dddd LT[etan]",
- lastDay: "[atzo] LT[etan]",
- lastWeek: "[aurreko] dddd LT[etan]",
- sameElse: "L"
+ sameDay: '[gaur] LT[etan]',
+ nextDay: '[bihar] LT[etan]',
+ nextWeek: 'dddd LT[etan]',
+ lastDay: '[atzo] LT[etan]',
+ lastWeek: '[aurreko] dddd LT[etan]',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s barru",
- past: "duela %s",
- s: "segundo batzuk",
- ss: "%d segundo",
- m: "minutu bat",
- mm: "%d minutu",
- h: "ordu bat",
- hh: "%d ordu",
- d: "egun bat",
- dd: "%d egun",
- M: "hilabete bat",
- MM: "%d hilabete",
- y: "urte bat",
- yy: "%d urte"
+ future: '%s barru',
+ past: 'duela %s',
+ s: 'segundo batzuk',
+ ss: '%d segundo',
+ m: 'minutu bat',
+ mm: '%d minutu',
+ h: 'ordu bat',
+ hh: '%d ordu',
+ d: 'egun bat',
+ dd: '%d egun',
+ M: 'hilabete bat',
+ MM: '%d hilabete',
+ y: 'urte bat',
+ yy: '%d urte'
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- "100e": function(e, t, n) {
- var r = n("cd9d"),
- a = n("2286"),
- i = n("c1c9");
+ '100e': function(e, t, n) {
+ var r = n('cd9d'),
+ a = n('2286'),
+ i = n('c1c9')
function o(e, t) {
- return i(a(e, t, r), e + "")
+ return i(a(e, t, r), e + '')
}
+
e.exports = o
},
1041: function(e, t, n) {
- var r = n("8eeb"),
- a = n("a029");
+ var r = n('8eeb'),
+ a = n('a029')
function i(e, t) {
return r(e, a(e), t)
}
+
e.exports = i
},
1098: function(e, t, n) {
- "use strict";
- t.__esModule = !0;
- var r = n("17ed"),
+ 'use strict'
+ t.__esModule = !0
+ var r = n('17ed'),
a = c(r),
- i = n("f893"),
+ i = n('f893'),
o = c(i),
- s = "function" === typeof o.default && "symbol" === typeof a.default ? function(e) {
+ s = 'function' === typeof o.default && 'symbol' === typeof a.default ? function(e) {
return typeof e
} : function(e) {
- return e && "function" === typeof o.default && e.constructor === o.default && e !== o.default.prototype ?
- "symbol" : typeof e
- };
+ return e && 'function' === typeof o.default && e.constructor === o.default && e !== o.default.prototype ?
+ 'symbol' : typeof e
+ }
function c(e) {
return e && e.__esModule ? e : {
default: e
}
}
- t.default = "function" === typeof o.default && "symbol" === s(a.default) ? function(e) {
- return "undefined" === typeof e ? "undefined" : s(e)
+
+ t.default = 'function' === typeof o.default && 'symbol' === s(a.default) ? function(e) {
+ return 'undefined' === typeof e ? 'undefined' : s(e)
} : function(e) {
- return e && "function" === typeof o.default && e.constructor === o.default && e !== o.default.prototype ?
- "symbol" : "undefined" === typeof e ? "undefined" : s(e)
+ return e && 'function' === typeof o.default && e.constructor === o.default && e !== o.default.prototype ?
+ 'symbol' : 'undefined' === typeof e ? 'undefined' : s(e)
}
},
- "10e8": function(e, t, n) {
+ '10e8': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("th", {
- months: "มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม"
- .split("_"),
- monthsShort: "ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),
+ var t = e.defineLocale('th', {
+ months: 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'
+ .split('_'),
+ monthsShort: 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split('_'),
monthsParseExact: !0,
- weekdays: "อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),
- weekdaysShort: "อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),
- weekdaysMin: "อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),
+ weekdays: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),
+ weekdaysShort: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'),
+ weekdaysMin: 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY เวลา H:mm",
- LLLL: "วันddddที่ D MMMM YYYY เวลา H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY เวลา H:mm',
+ LLLL: 'วันddddที่ D MMMM YYYY เวลา H:mm'
},
meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,
isPM: function(e) {
- return "หลังเที่ยง" === e
+ return 'หลังเที่ยง' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "ก่อนเที่ยง" : "หลังเที่ยง"
+ return e < 12 ? 'ก่อนเที่ยง' : 'หลังเที่ยง'
},
calendar: {
- sameDay: "[วันนี้ เวลา] LT",
- nextDay: "[พรุ่งนี้ เวลา] LT",
- nextWeek: "dddd[หน้า เวลา] LT",
- lastDay: "[เมื่อวานนี้ เวลา] LT",
- lastWeek: "[วัน]dddd[ที่แล้ว เวลา] LT",
- sameElse: "L"
+ sameDay: '[วันนี้ เวลา] LT',
+ nextDay: '[พรุ่งนี้ เวลา] LT',
+ nextWeek: 'dddd[หน้า เวลา] LT',
+ lastDay: '[เมื่อวานนี้ เวลา] LT',
+ lastWeek: '[วัน]dddd[ที่แล้ว เวลา] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "อีก %s",
- past: "%sที่แล้ว",
- s: "ไม่กี่วินาที",
- ss: "%d วินาที",
- m: "1 นาที",
- mm: "%d นาที",
- h: "1 ชั่วโมง",
- hh: "%d ชั่วโมง",
- d: "1 วัน",
- dd: "%d วัน",
- M: "1 เดือน",
- MM: "%d เดือน",
- y: "1 ปี",
- yy: "%d ปี"
+ future: 'อีก %s',
+ past: '%sที่แล้ว',
+ s: 'ไม่กี่วินาที',
+ ss: '%d วินาที',
+ m: '1 นาที',
+ mm: '%d นาที',
+ h: '1 ชั่วโมง',
+ hh: '%d ชั่วโมง',
+ d: '1 วัน',
+ dd: '%d วัน',
+ M: '1 เดือน',
+ MM: '%d เดือน',
+ y: '1 ปี',
+ yy: '%d ปี'
}
- });
+ })
return t
}))
},
- "118e": function(e, t, n) {},
+ '118e': function(e, t, n) {
+ },
1290: function(e, t) {
function n(e) {
- var t = typeof e;
- return "string" == t || "number" == t || "symbol" == t || "boolean" == t ? "__proto__" !== e : null === e
+ var t = typeof e
+ return 'string' == t || 'number' == t || 'symbol' == t || 'boolean' == t ? '__proto__' !== e : null === e
}
+
e.exports = n
},
1310: function(e, t) {
function n(e) {
- return null != e && "object" == typeof e
+ return null != e && 'object' == typeof e
}
+
e.exports = n
},
- "134b": function(e, t, n) {
- "use strict";
+ '134b': function(e, t, n) {
+ 'use strict'
function r(e) {
return e && e.__esModule ? e : {
default: e
}
}
- Object.defineProperty(t, "__esModule", {
+
+ Object.defineProperty(t, '__esModule', {
value: !0
- });
- var a = n("4039"),
+ })
+ var a = n('4039'),
i = r(a),
- o = n("320c"),
+ o = n('320c'),
s = r(o),
c = !0,
l = !1,
- u = ["altKey", "bubbles", "cancelable", "ctrlKey", "currentTarget", "eventPhase", "metaKey", "shiftKey",
- "target", "timeStamp", "view", "type"
- ];
+ u = ['altKey', 'bubbles', 'cancelable', 'ctrlKey', 'currentTarget', 'eventPhase', 'metaKey', 'shiftKey',
+ 'target', 'timeStamp', 'view', 'type'
+ ]
function d(e) {
return null === e || void 0 === e
}
+
var h = [{
reg: /^key/,
- props: ["char", "charCode", "key", "keyCode", "which"],
+ props: ['char', 'charCode', 'key', 'keyCode', 'which'],
fix: function(e, t) {
d(e.which) && (e.which = d(t.charCode) ? t.keyCode : t.charCode), void 0 === e.metaKey && (e.metaKey = e.ctrlKey)
}
}, {
reg: /^touch/,
- props: ["touches", "changedTouches", "targetTouches"]
+ props: ['touches', 'changedTouches', 'targetTouches']
}, {
reg: /^hashchange$/,
- props: ["newURL", "oldURL"]
+ props: ['newURL', 'oldURL']
}, {
reg: /^gesturechange$/i,
- props: ["rotation", "scale"]
+ props: ['rotation', 'scale']
}, {
reg: /^(mousewheel|DOMMouseScroll)$/,
props: [],
@@ -8350,7 +8396,7 @@
o = t.axis,
s = t.wheelDeltaY,
c = t.wheelDeltaX,
- l = t.detail;
+ l = t.detail
i && (a = i / 120), l && (a = 0 - (l % 3 === 0 ? l / 3 : l)), void 0 !== o && (o === e.HORIZONTAL_AXIS ? (
r = 0, n = 0 - a) : o === e.VERTICAL_AXIS && (n = 0, r = a)), void 0 !== s && (r = s / 120), void 0 !==
c && (n = -1 * c / 120), n || r || (r = a), void 0 !== n && (e.deltaX = n), void 0 !== r && (e.deltaY = r),
@@ -8358,22 +8404,22 @@
}
}, {
reg: /^mouse|contextmenu|click|mspointer|(^DOMMouseScroll$)/i,
- props: ["buttons", "clientX", "clientY", "button", "offsetX", "relatedTarget", "which", "fromElement",
- "toElement", "offsetY", "pageX", "pageY", "screenX", "screenY"
+ props: ['buttons', 'clientX', 'clientY', 'button', 'offsetX', 'relatedTarget', 'which', 'fromElement',
+ 'toElement', 'offsetY', 'pageX', 'pageY', 'screenX', 'screenY'
],
fix: function(e, t) {
var n = void 0,
r = void 0,
a = void 0,
i = e.target,
- o = t.button;
+ o = t.button
return i && d(e.pageX) && !d(t.clientX) && (n = i.ownerDocument || document, r = n.documentElement, a = n.body,
e.pageX = t.clientX + (r && r.scrollLeft || a && a.scrollLeft || 0) - (r && r.clientLeft || a && a.clientLeft ||
0), e.pageY = t.clientY + (r && r.scrollTop || a && a.scrollTop || 0) - (r && r.clientTop || a && a.clientTop ||
0)), e.which || void 0 === o || (e.which = 1 & o ? 1 : 2 & o ? 3 : 4 & o ? 2 : 0), !e.relatedTarget &&
e.fromElement && (e.relatedTarget = e.fromElement === i ? e.toElement : e.fromElement), e
}
- }];
+ }]
function f() {
return c
@@ -8385,160 +8431,163 @@
function p(e) {
var t = e.type,
- n = "function" === typeof e.stopPropagation || "boolean" === typeof e.cancelBubble;
- i["default"].call(this), this.nativeEvent = e;
- var r = m;
- "defaultPrevented" in e ? r = e.defaultPrevented ? f : m : "getPreventDefault" in e ? r = e.getPreventDefault() ?
- f : m : "returnValue" in e && (r = e.returnValue === l ? f : m), this.isDefaultPrevented = r;
+ n = 'function' === typeof e.stopPropagation || 'boolean' === typeof e.cancelBubble
+ i['default'].call(this), this.nativeEvent = e
+ var r = m
+ 'defaultPrevented' in e ? r = e.defaultPrevented ? f : m : 'getPreventDefault' in e ? r = e.getPreventDefault() ?
+ f : m : 'returnValue' in e && (r = e.returnValue === l ? f : m), this.isDefaultPrevented = r
var a = [],
o = void 0,
s = void 0,
c = void 0,
- d = u.concat();
+ d = u.concat()
h.forEach((function(e) {
t.match(e.reg) && (d = d.concat(e.props), e.fix && a.push(e.fix))
- })), s = d.length;
- while (s) c = d[--s], this[c] = e[c];
+ })), s = d.length
+ while (s) c = d[--s], this[c] = e[c]
!this.target && n && (this.target = e.srcElement || document), this.target && 3 === this.target.nodeType && (
- this.target = this.target.parentNode), s = a.length;
- while (s) o = a[--s], o(this, e);
+ this.target = this.target.parentNode), s = a.length
+ while (s) o = a[--s], o(this, e)
this.timeStamp = e.timeStamp || Date.now()
}
- var _ = i["default"].prototype;
- (0, s["default"])(p.prototype, _, {
+
+ var _ = i['default'].prototype;
+ (0, s['default'])(p.prototype, _, {
constructor: p,
preventDefault: function() {
- var e = this.nativeEvent;
+ var e = this.nativeEvent
e.preventDefault ? e.preventDefault() : e.returnValue = l, _.preventDefault.call(this)
},
stopPropagation: function() {
- var e = this.nativeEvent;
+ var e = this.nativeEvent
e.stopPropagation ? e.stopPropagation() : e.cancelBubble = c, _.stopPropagation.call(this)
}
- }), t["default"] = p, e.exports = t["default"]
+ }), t['default'] = p, e.exports = t['default']
},
1368: function(e, t, n) {
- var r = n("da03"),
+ var r = n('da03'),
a = function() {
- var e = /[^.]+$/.exec(r && r.keys && r.keys.IE_PROTO || "");
- return e ? "Symbol(src)_1." + e : ""
- }();
+ var e = /[^.]+$/.exec(r && r.keys && r.keys.IE_PROTO || '')
+ return e ? 'Symbol(src)_1.' + e : ''
+ }()
function i(e) {
return !!a && a in e
}
+
e.exports = i
},
- "13e9": function(e, t, n) {
+ '13e9': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
words: {
- ss: ["секунда", "секунде", "секунди"],
- m: ["један минут", "једне минуте"],
- mm: ["минут", "минуте", "минута"],
- h: ["један сат", "једног сата"],
- hh: ["сат", "сата", "сати"],
- dd: ["дан", "дана", "дана"],
- MM: ["месец", "месеца", "месеци"],
- yy: ["година", "године", "година"]
+ ss: ['секунда', 'секунде', 'секунди'],
+ m: ['један минут', 'једне минуте'],
+ mm: ['минут', 'минуте', 'минута'],
+ h: ['један сат', 'једног сата'],
+ hh: ['сат', 'сата', 'сати'],
+ dd: ['дан', 'дана', 'дана'],
+ MM: ['месец', 'месеца', 'месеци'],
+ yy: ['година', 'године', 'година']
},
correctGrammaticalCase: function(e, t) {
return 1 === e ? t[0] : e >= 2 && e <= 4 ? t[1] : t[2]
},
translate: function(e, n, r) {
- var a = t.words[r];
- return 1 === r.length ? n ? a[0] : a[1] : e + " " + t.correctGrammaticalCase(e, a)
+ var a = t.words[r]
+ return 1 === r.length ? n ? a[0] : a[1] : e + ' ' + t.correctGrammaticalCase(e, a)
}
},
- n = e.defineLocale("sr-cyrl", {
- months: "јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),
- monthsShort: "јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),
+ n = e.defineLocale('sr-cyrl', {
+ months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split('_'),
+ monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split('_'),
monthsParseExact: !0,
- weekdays: "недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),
- weekdaysShort: "нед._пон._уто._сре._чет._пет._суб.".split("_"),
- weekdaysMin: "не_по_ут_ср_че_пе_су".split("_"),
+ weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),
+ weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),
+ weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY H:mm",
- LLLL: "dddd, D. MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY H:mm',
+ LLLL: 'dddd, D. MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[данас у] LT",
- nextDay: "[сутра у] LT",
+ sameDay: '[данас у] LT',
+ nextDay: '[сутра у] LT',
nextWeek: function() {
switch (this.day()) {
case 0:
- return "[у] [недељу] [у] LT";
+ return '[у] [недељу] [у] LT'
case 3:
- return "[у] [среду] [у] LT";
+ return '[у] [среду] [у] LT'
case 6:
- return "[у] [суботу] [у] LT";
+ return '[у] [суботу] [у] LT'
case 1:
case 2:
case 4:
case 5:
- return "[у] dddd [у] LT"
+ return '[у] dddd [у] LT'
}
},
- lastDay: "[јуче у] LT",
+ lastDay: '[јуче у] LT',
lastWeek: function() {
- var e = ["[прошле] [недеље] [у] LT", "[прошлог] [понедељка] [у] LT", "[прошлог] [уторка] [у] LT",
- "[прошле] [среде] [у] LT", "[прошлог] [четвртка] [у] LT", "[прошлог] [петка] [у] LT",
- "[прошле] [суботе] [у] LT"
- ];
+ var e = ['[прошле] [недеље] [у] LT', '[прошлог] [понедељка] [у] LT', '[прошлог] [уторка] [у] LT',
+ '[прошле] [среде] [у] LT', '[прошлог] [четвртка] [у] LT', '[прошлог] [петка] [у] LT',
+ '[прошле] [суботе] [у] LT'
+ ]
return e[this.day()]
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "за %s",
- past: "пре %s",
- s: "неколико секунди",
+ future: 'за %s',
+ past: 'пре %s',
+ s: 'неколико секунди',
ss: t.translate,
m: t.translate,
mm: t.translate,
h: t.translate,
hh: t.translate,
- d: "дан",
+ d: 'дан',
dd: t.translate,
- M: "месец",
+ M: 'месец',
MM: t.translate,
- y: "годину",
+ y: 'годину',
yy: t.translate
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
- "14d7": function(e, t, n) {
- "use strict";
- var r = n("8d5a"),
- a = n.n(r);
+ '14d7': function(e, t, n) {
+ 'use strict'
+ var r = n('8d5a'),
+ a = n.n(r)
a.a
},
- 1508: function(e, t, n) {},
+ 1508: function(e, t, n) {
+ },
1654: function(e, t, n) {
- "use strict";
- var r = n("71c1")(!0);
- n("30f1")(String, "String", (function(e) {
+ 'use strict'
+ var r = n('71c1')(!0)
+ n('30f1')(String, 'String', (function(e) {
this._t = String(e), this._i = 0
}), (function() {
var e, t = this._t,
- n = this._i;
+ n = this._i
return n >= t.length ? {
value: void 0,
done: !0
@@ -8549,104 +8598,104 @@
}))
},
1671: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
style: e.modalStyle,
attrs: {
- title: "SQL增强",
+ title: 'SQL增强',
width: e.modalWidth,
visible: e.visible,
- cancelText: "关闭"
+ cancelText: '关闭'
},
on: {
cancel: e.handleCancel
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
- key: "back",
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), e.aiTestMode ? n("div", {
+ }, [e._v('关闭')]), e.aiTestMode ? n('div', {
staticStyle: {
- display: "inline-block",
- float: "left"
+ display: 'inline-block',
+ float: 'left'
}
- }, [n("a-button", {
+ }, [n('a-button', {
on: {
click: function(t) {
return e.genEnhanceSqlData(e.code, e.tableName)
}
}
- }, [e._v("生成测试数据")])], 1) : e._e()], 1), n("div", {
- staticClass: "table-page-search-wrapper"
- }), n("div", {
- staticClass: "table-operator",
+ }, [e._v('生成测试数据')])], 1) : e._e()], 1), n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }), n('div', {
+ staticClass: 'table-operator',
staticStyle: {
- "margin-bottom": "18px"
+ 'margin-bottom': '18px'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.handleAdd
}
- }, [e._v("新增")]), e.selectedRowKeys.length > 0 ? n("a-dropdown", [n("a-menu", {
+ }, [e._v('新增')]), e.selectedRowKeys.length > 0 ? n('a-dropdown', [n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [n("a-menu-item", {
- key: "1",
+ slot: 'overlay'
+ }, [n('a-menu-item', {
+ key: '1',
on: {
click: e.batchDel
}
- }, [n("a-icon", {
+ }, [n('a-icon', {
attrs: {
- type: "delete"
+ type: 'delete'
}
- }), e._v("删除")], 1)], 1), n("a-button", {
+ }), e._v('删除')], 1)], 1), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
}
- }, [e._v(" 批量操作 "), n("a-icon", {
+ }, [e._v(' 批量操作 '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1)], 1) : e._e()], 1), n("div", {
+ })], 1)], 1) : e._e()], 1), n('div', {
style: e.table_area_style
- }, [n("div", {
- staticClass: "ant-alert ant-alert-info",
+ }, [n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v(" 已选择 "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v(' 已选择 '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v(e._s(e.selectedRowKeys.length))]), e._v("项\n "), n("a", {
+ }, [e._v(e._s(e.selectedRowKeys.length))]), e._v('项\n '), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")])]), n("a-table", {
- ref: "table",
+ }, [e._v('清空')])]), n('a-table', {
+ ref: 'table',
attrs: {
- size: "middle",
- bordered: "",
- rowKey: "id",
+ size: 'middle',
+ bordered: '',
+ rowKey: 'id',
columns: e.columns,
dataSource: e.dataSource,
pagination: !1,
@@ -8660,32 +8709,32 @@
change: e.handleTableChange
},
scopedSlots: e._u([{
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return n("span", {}, [n("a", {
+ return n('span', {}, [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- }), n("a-popconfirm", {
+ }), n('a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDelete(r.id)
}
}
- }, [n("a", [e._v("删除")])])], 1)
+ }, [n('a', [e._v('删除')])])], 1)
}
}])
- })], 1), n("onl-enhance-sql-modal", {
- ref: "modalForm",
+ })], 1), n('onl-enhance-sql-modal', {
+ ref: 'modalForm',
attrs: {
code: e.code,
btnList: e.btnList
@@ -8696,19 +8745,20 @@
})], 2)
},
a = [],
- i = n("94c9"),
- o = n("b65a"),
- s = n("0fea"),
- c = n("f654"),
- l = n("addb");
+ i = n('94c9'),
+ o = n('b65a'),
+ s = n('0fea'),
+ c = n('f654'),
+ l = n('addb')
function u(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = d(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = d(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -8726,17 +8776,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -8754,83 +8804,84 @@
function d(e, t) {
if (e) {
- if ("string" === typeof e) return h(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
+ if ('string' === typeof e) return h(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
}
}
function h(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var f = {
- name: "OnlEnhanceSqlList",
- mixins: [o["a"], c["AiTestOnlineMixin"]],
+ name: 'OnlEnhanceSqlList',
+ mixins: [o['a'], c['AiTestOnlineMixin']],
components: {
- OnlEnhanceSqlModal: i["default"]
+ OnlEnhanceSqlModal: i['default']
},
data: function() {
- var e = this;
+ var e = this
return {
- modalWidth: "100%",
+ modalWidth: '100%',
modalStyle: {
top: 0,
padding: 0,
- height: window.innerHeight - 5 + "px",
- "overflow-y": "auto"
+ height: window.innerHeight - 5 + 'px',
+ 'overflow-y': 'auto'
},
table_area_style: {
- height: window.innerHeight - 210 + "px"
+ height: window.innerHeight - 210 + 'px'
},
visible: !1,
- description: "SQL增强管理页面",
- code: "",
+ description: 'SQL增强管理页面',
+ code: '',
url: {
- list: "/online/cgform/head/enhanceSql",
- delete: "/online/cgform/head/enhanceSql",
- deleteBatch: "/online/cgform/head/deletebatchEnhanceSql"
+ list: '/online/cgform/head/enhanceSql',
+ delete: '/online/cgform/head/enhanceSql',
+ deleteBatch: '/online/cgform/head/deletebatchEnhanceSql'
},
isorter: {
- column: "orderNum",
- order: "asc"
+ column: 'orderNum',
+ order: 'asc'
},
btnList: [],
disableMixinCreated: !0,
- tableName: "",
+ tableName: '',
columns: [{
- title: "页面按钮",
- align: "center",
- dataIndex: "buttonCode",
+ title: '页面按钮',
+ align: 'center',
+ dataIndex: 'buttonCode',
customRender: function(t) {
return e.renderButtonText(t)
}
}, {
- title: "增强SQL",
- align: "center",
- dataIndex: "cgbSql",
+ title: '增强SQL',
+ align: 'center',
+ dataIndex: 'cgbSql',
ellipsis: !0
}, {
- title: "操作",
- dataIndex: "action",
- align: "center",
+ title: '操作',
+ dataIndex: 'action',
+ align: 'center',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
}
}]
}
},
methods: {
renderButtonText: function(e) {
- var t, n = "",
- r = u(l["online_default_button"]);
+ var t, n = '',
+ r = u(l['online_default_button'])
try {
for (r.s(); !(t = r.n()).done;) {
- var a = t.value;
+ var a = t.value
if (a.code === e) {
- n = a.title;
+ n = a.title
break
}
}
@@ -8840,12 +8891,12 @@
r.f()
}
if (!n) {
- var i, o = u(this.btnList);
+ var i, o = u(this.btnList)
try {
for (o.s(); !(i = o.n()).done;) {
- var s = i.value;
+ var s = i.value
if (s.buttonCode === e) {
- n = s.buttonName;
+ n = s.buttonName
break
}
}
@@ -8858,27 +8909,27 @@
return n
},
loadBtnList: function() {
- var e = this;
+ var e = this
if (this.code) {
- var t = "/online/cgform/head/enhanceButton/".concat(this.code);
- Object(s["c"])(t).then((function(t) {
+ var t = '/online/cgform/head/enhanceButton/'.concat(this.code)
+ Object(s['c'])(t).then((function(t) {
t.success && (t.result && 0 != t.result.length ? e.btnList = t.result.filter((function(e) {
- return "action" == e.optType
+ return 'action' == e.optType
})) : e.btnList = []), e.loadData(1)
}))
} else this.btnList = []
},
loadData: function() {
- var e = this;
+ var e = this
if (this.code) {
- var t = "".concat(this.url.list, "/").concat(this.code);
- Object(s["c"])(t).then((function(t) {
+ var t = ''.concat(this.url.list, '/').concat(this.code)
+ Object(s['c'])(t).then((function(t) {
t.success && (e.dataSource = t.result)
}))
}
},
handleCancel: function() {
- this.visible = !1, this.code = ""
+ this.visible = !1, this.code = ''
},
show: function(e) {
this.code = e.id, this.tableName = e.tableName, this.visible = !0, this.loadBtnList()
@@ -8886,97 +8937,98 @@
}
},
m = f,
- p = (n("14d7"), n("2877")),
- _ = Object(p["a"])(m, r, a, !1, null, "640f24c6", null);
- t["default"] = _.exports
+ p = (n('14d7'), n('2877')),
+ _ = Object(p['a'])(m, r, a, !1, null, '640f24c6', null)
+ t['default'] = _.exports
},
- "167b": function(e, t, n) {
+ '167b': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("oc-lnc", {
+ var t = e.defineLocale('oc-lnc', {
months: {
- standalone: "genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split(
- "_"),
- format: "de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre"
- .split("_"),
+ standalone: 'genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre'.split(
+ '_'),
+ format: 'de genièr_de febrièr_de març_d\'abril_de mai_de junh_de julhet_d\'agost_de setembre_d\'octòbre_de novembre_de decembre'
+ .split('_'),
isFormat: /D[oD]?(\s)+MMMM/
},
- monthsShort: "gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),
+ monthsShort: 'gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.'.split('_'),
monthsParseExact: !0,
- weekdays: "dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),
- weekdaysShort: "dg._dl._dm._dc._dj._dv._ds.".split("_"),
- weekdaysMin: "dg_dl_dm_dc_dj_dv_ds".split("_"),
+ weekdays: 'dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte'.split('_'),
+ weekdaysShort: 'dg._dl._dm._dc._dj._dv._ds.'.split('_'),
+ weekdaysMin: 'dg_dl_dm_dc_dj_dv_ds'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM [de] YYYY",
- ll: "D MMM YYYY",
- LLL: "D MMMM [de] YYYY [a] H:mm",
- lll: "D MMM YYYY, H:mm",
- LLLL: "dddd D MMMM [de] YYYY [a] H:mm",
- llll: "ddd D MMM YYYY, H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM [de] YYYY',
+ ll: 'D MMM YYYY',
+ LLL: 'D MMMM [de] YYYY [a] H:mm',
+ lll: 'D MMM YYYY, H:mm',
+ LLLL: 'dddd D MMMM [de] YYYY [a] H:mm',
+ llll: 'ddd D MMM YYYY, H:mm'
},
calendar: {
- sameDay: "[uèi a] LT",
- nextDay: "[deman a] LT",
- nextWeek: "dddd [a] LT",
- lastDay: "[ièr a] LT",
- lastWeek: "dddd [passat a] LT",
- sameElse: "L"
+ sameDay: '[uèi a] LT',
+ nextDay: '[deman a] LT',
+ nextWeek: 'dddd [a] LT',
+ lastDay: '[ièr a] LT',
+ lastWeek: 'dddd [passat a] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "d'aquí %s",
- past: "fa %s",
- s: "unas segondas",
- ss: "%d segondas",
- m: "una minuta",
- mm: "%d minutas",
- h: "una ora",
- hh: "%d oras",
- d: "un jorn",
- dd: "%d jorns",
- M: "un mes",
- MM: "%d meses",
- y: "un an",
- yy: "%d ans"
+ future: 'd\'aquí %s',
+ past: 'fa %s',
+ s: 'unas segondas',
+ ss: '%d segondas',
+ m: 'una minuta',
+ mm: '%d minutas',
+ h: 'una ora',
+ hh: '%d oras',
+ d: 'un jorn',
+ dd: '%d jorns',
+ M: 'un mes',
+ MM: '%d meses',
+ y: 'un an',
+ yy: '%d ans'
},
dayOfMonthOrdinalParse: /\d{1,2}(r|n|t|è|a)/,
ordinal: function(e, t) {
- var n = 1 === e ? "r" : 2 === e ? "n" : 3 === e ? "r" : 4 === e ? "t" : "è";
- return "w" !== t && "W" !== t || (n = "a"), e + n
+ var n = 1 === e ? 'r' : 2 === e ? 'n' : 3 === e ? 'r' : 4 === e ? 't' : 'è'
+ return 'w' !== t && 'W' !== t || (n = 'a'), e + n
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
1691: function(e, t) {
- e.exports = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(
- ",")
+ e.exports = 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'.split(
+ ',')
+ },
+ '16e3': function(e, t, n) {
},
- "16e3": function(e, t, n) {},
1727: function(e, t, n) {
e.exports = {
- default: n("469f"),
+ default: n('469f'),
__esModule: !0
}
},
- "17ed": function(e, t, n) {
+ '17ed': function(e, t, n) {
e.exports = {
- default: n("d8d6"),
+ default: n('d8d6'),
__esModule: !0
}
},
- "18a7": function(e, t, n) {
- "use strict";
+ '18a7': function(e, t, n) {
+ 'use strict'
var r = {
MAC_ENTER: 3,
BACKSPACE: 8,
@@ -9084,8 +9136,8 @@
MAC_FF_META: 224,
WIN_IME: 229,
isTextModifyingKeyEvent: function(e) {
- var t = e.keyCode;
- if (e.altKey && !e.ctrlKey || e.metaKey || t >= r.F1 && t <= r.F12) return !1;
+ var t = e.keyCode
+ if (e.altKey && !e.ctrlKey || e.metaKey || t >= r.F1 && t <= r.F12) return !1
switch (t) {
case r.ALT:
case r.CAPS_LOCK:
@@ -9110,16 +9162,16 @@
case r.UP:
case r.WIN_KEY:
case r.WIN_KEY_RIGHT:
- return !1;
+ return !1
default:
return !0
}
},
isCharacterKey: function(e) {
- if (e >= r.ZERO && e <= r.NINE) return !0;
- if (e >= r.NUM_ZERO && e <= r.NUM_MULTIPLY) return !0;
- if (e >= r.A && e <= r.Z) return !0;
- if (-1 !== window.navigation.userAgent.indexOf("WebKit") && 0 === e) return !0;
+ if (e >= r.ZERO && e <= r.NINE) return !0
+ if (e >= r.NUM_ZERO && e <= r.NUM_MULTIPLY) return !0
+ if (e >= r.A && e <= r.Z) return !0
+ if (-1 !== window.navigation.userAgent.indexOf('WebKit') && 0 === e) return !0
switch (e) {
case r.SPACE:
case r.QUESTION_MARK:
@@ -9138,39 +9190,39 @@
case r.OPEN_SQUARE_BRACKET:
case r.BACKSLASH:
case r.CLOSE_SQUARE_BRACKET:
- return !0;
+ return !0
default:
return !1
}
}
- };
- t["a"] = r
+ }
+ t['a'] = r
},
- "18ce": function(e, t, n) {
- "use strict";
- var r = n("1098"),
+ '18ce': function(e, t, n) {
+ 'use strict'
+ var r = n('1098'),
a = n.n(r),
- i = n("c544"),
- o = n("3c55"),
+ i = n('c544'),
+ o = n('3c55'),
s = n.n(o),
- c = n("d41d"),
- l = 0 !== i["a"].endEvents.length,
- u = ["Webkit", "Moz", "O", "ms"],
- d = ["-webkit-", "-moz-", "-o-", "ms-", ""];
+ c = n('d41d'),
+ l = 0 !== i['a'].endEvents.length,
+ u = ['Webkit', 'Moz', 'O', 'ms'],
+ d = ['-webkit-', '-moz-', '-o-', 'ms-', '']
function h(e, t) {
- for (var n = window.getComputedStyle(e, null), r = "", a = 0; a < d.length; a++)
- if (r = n.getPropertyValue(d[a] + t), r) break;
+ for (var n = window.getComputedStyle(e, null), r = '', a = 0; a < d.length; a++)
+ if (r = n.getPropertyValue(d[a] + t), r) break
return r
}
function f(e) {
if (l) {
- var t = parseFloat(h(e, "transition-delay")) || 0,
- n = parseFloat(h(e, "transition-duration")) || 0,
- r = parseFloat(h(e, "animation-delay")) || 0,
- a = parseFloat(h(e, "animation-duration")) || 0,
- i = Math.max(n + t, a + r);
+ var t = parseFloat(h(e, 'transition-delay')) || 0,
+ n = parseFloat(h(e, 'transition-duration')) || 0,
+ r = parseFloat(h(e, 'animation-delay')) || 0,
+ a = parseFloat(h(e, 'animation-duration')) || 0,
+ i = Math.max(n + t, a + r)
e.rcEndAnimTimeout = setTimeout((function() {
e.rcEndAnimTimeout = null, e.rcEndListener && e.rcEndListener()
}), 1e3 * i + 200)
@@ -9180,161 +9232,164 @@
function m(e) {
e.rcEndAnimTimeout && (clearTimeout(e.rcEndAnimTimeout), e.rcEndAnimTimeout = null)
}
+
var p = function(e, t, n) {
- var r = "object" === ("undefined" === typeof t ? "undefined" : a()(t)),
+ var r = 'object' === ('undefined' === typeof t ? 'undefined' : a()(t)),
o = r ? t.name : t,
- l = r ? t.active : t + "-active",
+ l = r ? t.active : t + '-active',
u = n,
d = void 0,
h = void 0,
- p = s()(e);
- return n && "[object Object]" === Object.prototype.toString.call(n) && (u = n.end, d = n.start, h = n.active),
+ p = s()(e)
+ return n && '[object Object]' === Object.prototype.toString.call(n) && (u = n.end, d = n.start, h = n.active),
e.rcEndListener && e.rcEndListener(), e.rcEndListener = function(t) {
- t && t.target !== e || (e.rcAnimTimeout && (Object(c["a"])(e.rcAnimTimeout), e.rcAnimTimeout = null), m(e),
- p.remove(o), p.remove(l), i["a"].removeEndEventListener(e, e.rcEndListener), e.rcEndListener = null, u &&
+ t && t.target !== e || (e.rcAnimTimeout && (Object(c['a'])(e.rcAnimTimeout), e.rcAnimTimeout = null), m(e),
+ p.remove(o), p.remove(l), i['a'].removeEndEventListener(e, e.rcEndListener), e.rcEndListener = null, u &&
u())
- }, i["a"].addEndEventListener(e, e.rcEndListener), d && d(), p.add(o), e.rcAnimTimeout = Object(c["b"])((
+ }, i['a'].addEndEventListener(e, e.rcEndListener), d && d(), p.add(o), e.rcAnimTimeout = Object(c['b'])((
function() {
- e.rcAnimTimeout = null, p.add(o), p.add(l), h && Object(c["b"])(h, 0), f(e)
+ e.rcAnimTimeout = null, p.add(o), p.add(l), h && Object(c['b'])(h, 0), f(e)
}), 30), {
stop: function() {
e.rcEndListener && e.rcEndListener()
}
}
- };
+ }
p.style = function(e, t, n) {
e.rcEndListener && e.rcEndListener(), e.rcEndListener = function(t) {
- t && t.target !== e || (e.rcAnimTimeout && (Object(c["a"])(e.rcAnimTimeout), e.rcAnimTimeout = null), m(e),
- i["a"].removeEndEventListener(e, e.rcEndListener), e.rcEndListener = null, n && n())
- }, i["a"].addEndEventListener(e, e.rcEndListener), e.rcAnimTimeout = Object(c["b"])((function() {
- for (var n in t) t.hasOwnProperty(n) && (e.style[n] = t[n]);
+ t && t.target !== e || (e.rcAnimTimeout && (Object(c['a'])(e.rcAnimTimeout), e.rcAnimTimeout = null), m(e),
+ i['a'].removeEndEventListener(e, e.rcEndListener), e.rcEndListener = null, n && n())
+ }, i['a'].addEndEventListener(e, e.rcEndListener), e.rcAnimTimeout = Object(c['b'])((function() {
+ for (var n in t) t.hasOwnProperty(n) && (e.style[n] = t[n])
e.rcAnimTimeout = null, f(e)
}), 0)
}, p.setTransition = function(e, t, n) {
var r = t,
- a = n;
- void 0 === n && (a = r, r = ""), r = r || "", u.forEach((function(t) {
- e.style[t + "Transition" + r] = a
+ a = n
+ void 0 === n && (a = r, r = ''), r = r || '', u.forEach((function(t) {
+ e.style[t + 'Transition' + r] = a
}))
- }, p.isCssAnimationSupported = l, t["a"] = p
+ }, p.isCssAnimationSupported = l, t['a'] = p
},
- "18d8": function(e, t, n) {
- var r = n("234d"),
+ '18d8': function(e, t, n) {
+ var r = n('234d'),
a = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,
i = /\\(\\)?/g,
o = r((function(e) {
- var t = [];
- return 46 === e.charCodeAt(0) && t.push(""), e.replace(a, (function(e, n, r, a) {
- t.push(r ? a.replace(i, "$1") : n || e)
+ var t = []
+ return 46 === e.charCodeAt(0) && t.push(''), e.replace(a, (function(e, n, r, a) {
+ t.push(r ? a.replace(i, '$1') : n || e)
})), t
- }));
+ }))
e.exports = o
},
- "1a2d": function(e, t, n) {
- var r = n("42a2"),
- a = n("1310"),
- i = "[object Map]";
+ '1a2d': function(e, t, n) {
+ var r = n('42a2'),
+ a = n('1310'),
+ i = '[object Map]'
function o(e) {
return a(e) && r(e) == i
}
+
e.exports = o
},
- "1a8c": function(e, t) {
+ '1a8c': function(e, t) {
function n(e) {
- var t = typeof e;
- return null != e && ("object" == t || "function" == t)
+ var t = typeof e
+ return null != e && ('object' == t || 'function' == t)
}
+
e.exports = n
},
- "1afd": function(e, t, n) {
- "use strict";
- var r = n("d91f"),
- a = n.n(r);
+ '1afd': function(e, t, n) {
+ 'use strict'
+ var r = n('d91f'),
+ a = n.n(r)
a.a
},
- "1b2b": function(e, t) {
+ '1b2b': function(e, t) {
e.exports = function(e, t, n, r) {
- var a = n ? n.call(r, e, t) : void 0;
- if (void 0 !== a) return !!a;
- if (e === t) return !0;
- if ("object" !== typeof e || !e || "object" !== typeof t || !t) return !1;
+ var a = n ? n.call(r, e, t) : void 0
+ if (void 0 !== a) return !!a
+ if (e === t) return !0
+ if ('object' !== typeof e || !e || 'object' !== typeof t || !t) return !1
var i = Object.keys(e),
- o = Object.keys(t);
- if (i.length !== o.length) return !1;
+ o = Object.keys(t)
+ if (i.length !== o.length) return !1
for (var s = Object.prototype.hasOwnProperty.bind(t), c = 0; c < i.length; c++) {
- var l = i[c];
- if (!s(l)) return !1;
+ var l = i[c]
+ if (!s(l)) return !1
var u = e[l],
- d = t[l];
+ d = t[l]
if (a = n ? n.call(r, u, d, l) : void 0, !1 === a || void 0 === a && u !== d) return !1
}
return !0
}
},
- "1b45": function(e, t, n) {
+ '1b45': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("mt", {
- months: "Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),
- monthsShort: "Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),
- weekdays: "Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),
- weekdaysShort: "Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),
- weekdaysMin: "Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),
+ var t = e.defineLocale('mt', {
+ months: 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split('_'),
+ monthsShort: 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),
+ weekdays: 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split('_'),
+ weekdaysShort: 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),
+ weekdaysMin: 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Illum fil-]LT",
- nextDay: "[Għada fil-]LT",
- nextWeek: "dddd [fil-]LT",
- lastDay: "[Il-bieraħ fil-]LT",
- lastWeek: "dddd [li għadda] [fil-]LT",
- sameElse: "L"
+ sameDay: '[Illum fil-]LT',
+ nextDay: '[Għada fil-]LT',
+ nextWeek: 'dddd [fil-]LT',
+ lastDay: '[Il-bieraħ fil-]LT',
+ lastWeek: 'dddd [li għadda] [fil-]LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "f’ %s",
- past: "%s ilu",
- s: "ftit sekondi",
- ss: "%d sekondi",
- m: "minuta",
- mm: "%d minuti",
- h: "siegħa",
- hh: "%d siegħat",
- d: "ġurnata",
- dd: "%d ġranet",
- M: "xahar",
- MM: "%d xhur",
- y: "sena",
- yy: "%d sni"
+ future: 'f’ %s',
+ past: '%s ilu',
+ s: 'ftit sekondi',
+ ss: '%d sekondi',
+ m: 'minuta',
+ mm: '%d minuti',
+ h: 'siegħa',
+ hh: '%d siegħat',
+ d: 'ġurnata',
+ dd: '%d ġranet',
+ M: 'xahar',
+ MM: '%d xhur',
+ y: 'sena',
+ yy: '%d sni'
},
dayOfMonthOrdinalParse: /\d{1,2}º/,
- ordinal: "%dº",
+ ordinal: '%dº',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "1b50": function(e, t, n) {
- "use strict";
- n.r(t);
+ '1b50': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-editable-table", {
- ref: "editableTable",
+ n = e._self._c || t
+ return n('j-editable-table', {
+ ref: 'editableTable',
attrs: {
loading: e.loading,
columns: e.columns,
@@ -9342,16 +9397,16 @@
rowNumber: !0,
maxHeight: 340,
disabledRows: {
- dbFieldName: "id"
+ dbFieldName: 'id'
}
}
})
},
a = [],
- i = n("a34a"),
+ i = n('a34a'),
o = n.n(i),
- s = n("e2e0"),
- c = n("addb");
+ s = n('e2e0'),
+ c = n('addb')
function l(e, t, n, r, a, i, o) {
try {
@@ -9366,129 +9421,131 @@
function u(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- l(i, r, a, o, s, "next", e)
+ l(i, r, a, o, s, 'next', e)
}
function s(e) {
- l(i, r, a, o, s, "throw", e)
+ l(i, r, a, o, s, 'throw', e)
}
+
o(void 0)
}))
}
}
+
var d = {
- name: "CheckDictTable",
+ name: 'CheckDictTable',
components: {},
data: function() {
return {
loading: !1,
dataSource: [],
columns: [{
- title: "字段名称",
- key: "dbFieldName",
- width: "130px",
- type: s["a"].input,
- defaultValue: "",
- placeholder: "",
+ title: '字段名称',
+ key: 'dbFieldName',
+ width: '130px',
+ type: s['a'].input,
+ defaultValue: '',
+ placeholder: '',
props: {
disabled: !0
}
}, {
- title: "字段备注",
- key: "dbFieldTxt",
- width: "130px",
- type: s["a"].input,
- defaultValue: "",
- placeholder: "",
+ title: '字段备注',
+ key: 'dbFieldTxt',
+ width: '130px',
+ type: s['a'].input,
+ defaultValue: '',
+ placeholder: '',
props: {
disabled: !0
}
}, {
- title: "字段Href",
- key: "fieldHref",
- width: "130px",
- type: s["a"].input,
- defaultValue: ""
+ title: '字段Href',
+ key: 'fieldHref',
+ width: '130px',
+ type: s['a'].input,
+ defaultValue: ''
}, {
- title: "验证规则",
- key: "fieldValidType",
- width: "170px",
- type: s["a"].select,
+ title: '验证规则',
+ key: 'fieldValidType',
+ width: '170px',
+ type: s['a'].select,
allowInput: !0,
options: [{
- title: "空",
- value: ""
+ title: '空',
+ value: ''
}, {
- title: "唯一校验",
- value: "only"
+ title: '唯一校验',
+ value: 'only'
}, {
- title: "6到16位数字",
- value: "n6-16"
+ title: '6到16位数字',
+ value: 'n6-16'
}, {
- title: "6到16位任意字符",
- value: "*6-16"
+ title: '6到16位任意字符',
+ value: '*6-16'
}, {
- title: "网址",
- value: "url"
+ title: '网址',
+ value: 'url'
}, {
- title: "电子邮件",
- value: "e"
+ title: '电子邮件',
+ value: 'e'
}, {
- title: "手机号码",
- value: "m"
+ title: '手机号码',
+ value: 'm'
}, {
- title: "邮政编码",
- value: "p"
+ title: '邮政编码',
+ value: 'p'
}, {
- title: "字母",
- value: "s"
+ title: '字母',
+ value: 's'
}, {
- title: "数字",
- value: "n"
+ title: '数字',
+ value: 'n'
}, {
- title: "整数",
- value: "z"
+ title: '整数',
+ value: 'z'
}, {
- title: "非空",
- value: "*"
+ title: '非空',
+ value: '*'
}, {
- title: "6到18位字符串",
- value: "s6-18"
+ title: '6到18位字符串',
+ value: 's6-18'
}, {
- title: "金额",
- value: "money"
+ title: '金额',
+ value: 'money'
}],
- defaultValue: ""
+ defaultValue: ''
}, {
- title: "校验必填",
- key: "fieldMustInput",
- width: "80px",
- type: s["a"].checkbox,
- customValue: ["1", "0"],
+ title: '校验必填',
+ key: 'fieldMustInput',
+ width: '80px',
+ type: s['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !1
}, {
- title: "字典Table",
- key: "dictTable",
- width: "130px",
- type: s["a"].input_pop,
- defaultValue: ""
+ title: '字典Table',
+ key: 'dictTable',
+ width: '130px',
+ type: s['a'].input_pop,
+ defaultValue: ''
}, {
- title: "字典Code",
- key: "dictField",
- width: "130px",
- type: s["a"].input,
- defaultValue: ""
+ title: '字典Code',
+ key: 'dictField',
+ width: '130px',
+ type: s['a'].input,
+ defaultValue: ''
}, {
- title: "字典Text",
- key: "dictText",
- width: "130px",
- type: s["a"].input,
- defaultValue: ""
+ title: '字典Text',
+ key: 'dictText',
+ width: '130px',
+ type: s['a'].input,
+ defaultValue: ''
}]
}
},
@@ -9498,458 +9555,460 @@
return o.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
- return e.next = 2, Object(c["syncAllTable"])(this, t);
+ return e.next = 2, Object(c['syncAllTable'])(this, t)
case 2:
- case "end":
+ case 'end':
return e.stop()
}
}), e, this)
- })));
+ })))
function t(t) {
return e.apply(this, arguments)
}
+
return t
}()
}
},
h = d,
- f = n("2877"),
- m = Object(f["a"])(h, r, a, !1, null, "5ca6dfd6", null);
- t["default"] = m.exports
+ f = n('2877'),
+ m = Object(f['a'])(h, r, a, !1, null, '5ca6dfd6', null)
+ t['default'] = m.exports
},
- "1bac": function(e, t, n) {
- var r = n("7d1f"),
- a = n("a029"),
- i = n("9934");
+ '1bac': function(e, t, n) {
+ var r = n('7d1f'),
+ a = n('a029'),
+ i = n('9934')
function o(e) {
return r(e, i, a)
}
+
e.exports = o
},
- "1bc3": function(e, t, n) {
- var r = n("f772");
+ '1bc3': function(e, t, n) {
+ var r = n('f772')
e.exports = function(e, t) {
- if (!r(e)) return e;
- var n, a;
- if (t && "function" == typeof(n = e.toString) && !r(a = n.call(e))) return a;
- if ("function" == typeof(n = e.valueOf) && !r(a = n.call(e))) return a;
- if (!t && "function" == typeof(n = e.toString) && !r(a = n.call(e))) return a;
- throw TypeError("Can't convert object to primitive value")
+ if (!r(e)) return e
+ var n, a
+ if (t && 'function' == typeof (n = e.toString) && !r(a = n.call(e))) return a
+ if ('function' == typeof (n = e.valueOf) && !r(a = n.call(e))) return a
+ if (!t && 'function' == typeof (n = e.toString) && !r(a = n.call(e))) return a
+ throw TypeError('Can\'t convert object to primitive value')
}
},
- "1cec": function(e, t, n) {
- var r = n("0b07"),
- a = n("2b3e"),
- i = r(a, "Promise");
+ '1cec': function(e, t, n) {
+ var r = n('0b07'),
+ a = n('2b3e'),
+ i = r(a, 'Promise')
e.exports = i
},
- "1cfd": function(e, t, n) {
+ '1cfd': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "1",
- 2: "2",
- 3: "3",
- 4: "4",
- 5: "5",
- 6: "6",
- 7: "7",
- 8: "8",
- 9: "9",
- 0: "0"
+ 1: '1',
+ 2: '2',
+ 3: '3',
+ 4: '4',
+ 5: '5',
+ 6: '6',
+ 7: '7',
+ 8: '8',
+ 9: '9',
+ 0: '0'
},
n = function(e) {
return 0 === e ? 0 : 1 === e ? 1 : 2 === e ? 2 : e % 100 >= 3 && e % 100 <= 10 ? 3 : e % 100 >= 11 ? 4 : 5
},
r = {
- s: ["أقل من ثانية", "ثانية واحدة", ["ثانيتان", "ثانيتين"], "%d ثوان", "%d ثانية", "%d ثانية"],
- m: ["أقل من دقيقة", "دقيقة واحدة", ["دقيقتان", "دقيقتين"], "%d دقائق", "%d دقيقة", "%d دقيقة"],
- h: ["أقل من ساعة", "ساعة واحدة", ["ساعتان", "ساعتين"], "%d ساعات", "%d ساعة", "%d ساعة"],
- d: ["أقل من يوم", "يوم واحد", ["يومان", "يومين"], "%d أيام", "%d يومًا", "%d يوم"],
- M: ["أقل من شهر", "شهر واحد", ["شهران", "شهرين"], "%d أشهر", "%d شهرا", "%d شهر"],
- y: ["أقل من عام", "عام واحد", ["عامان", "عامين"], "%d أعوام", "%d عامًا", "%d عام"]
+ s: ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],
+ m: ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],
+ h: ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],
+ d: ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],
+ M: ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],
+ y: ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']
},
a = function(e) {
return function(t, a, i, o) {
var s = n(t),
- c = r[e][n(t)];
+ c = r[e][n(t)]
return 2 === s && (c = c[a ? 0 : 1]), c.replace(/%d/i, t)
}
},
- i = ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر",
- "ديسمبر"
+ i = ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر',
+ 'ديسمبر'
],
- o = e.defineLocale("ar-ly", {
+ o = e.defineLocale('ar-ly', {
months: i,
monthsShort: i,
- weekdays: "الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),
- weekdaysShort: "أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),
- weekdaysMin: "ح_ن_ث_ر_خ_ج_س".split("_"),
+ weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
+ weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
+ weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "D/M/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'D/M/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
meridiemParse: /ص|م/,
isPM: function(e) {
- return "م" === e
+ return 'م' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "ص" : "م"
+ return e < 12 ? 'ص' : 'م'
},
calendar: {
- sameDay: "[اليوم عند الساعة] LT",
- nextDay: "[غدًا عند الساعة] LT",
- nextWeek: "dddd [عند الساعة] LT",
- lastDay: "[أمس عند الساعة] LT",
- lastWeek: "dddd [عند الساعة] LT",
- sameElse: "L"
+ sameDay: '[اليوم عند الساعة] LT',
+ nextDay: '[غدًا عند الساعة] LT',
+ nextWeek: 'dddd [عند الساعة] LT',
+ lastDay: '[أمس عند الساعة] LT',
+ lastWeek: 'dddd [عند الساعة] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "بعد %s",
- past: "منذ %s",
- s: a("s"),
- ss: a("s"),
- m: a("m"),
- mm: a("m"),
- h: a("h"),
- hh: a("h"),
- d: a("d"),
- dd: a("d"),
- M: a("M"),
- MM: a("M"),
- y: a("y"),
- yy: a("y")
+ future: 'بعد %s',
+ past: 'منذ %s',
+ s: a('s'),
+ ss: a('s'),
+ m: a('m'),
+ mm: a('m'),
+ h: a('h'),
+ hh: a('h'),
+ d: a('d'),
+ dd: a('d'),
+ M: a('M'),
+ MM: a('M'),
+ y: a('y'),
+ yy: a('y')
},
preparse: function(e) {
- return e.replace(/،/g, ",")
+ return e.replace(/،/g, ',')
},
postformat: function(e) {
return e.replace(/\d/g, (function(e) {
return t[e]
- })).replace(/,/g, "،")
+ })).replace(/,/g, '،')
},
week: {
dow: 6,
doy: 12
}
- });
+ })
return o
}))
},
- "1d2b": function(e, t, n) {
- "use strict";
+ '1d2b': function(e, t, n) {
+ 'use strict'
e.exports = function(e, t) {
return function() {
- for (var n = new Array(arguments.length), r = 0; r < n.length; r++) n[r] = arguments[r];
+ for (var n = new Array(arguments.length), r = 0; r < n.length; r++) n[r] = arguments[r]
return e.apply(t, n)
}
}
},
- "1d73": function(e, t, n) {
- "use strict";
+ '1d73': function(e, t, n) {
+ 'use strict'
var r = this && this.__importDefault || function(e) {
return e && e.__esModule ? e : {
default: e
}
- };
- Object.defineProperty(t, "__esModule", {
+ }
+ Object.defineProperty(t, '__esModule', {
value: !0
- });
- var a = r(n("7746"));
- t.generate = a.default;
+ })
+ var a = r(n('7746'))
+ t.generate = a.default
var i = {
- red: "#F5222D",
- volcano: "#FA541C",
- orange: "#FA8C16",
- gold: "#FAAD14",
- yellow: "#FADB14",
- lime: "#A0D911",
- green: "#52C41A",
- cyan: "#13C2C2",
- blue: "#1890FF",
- geekblue: "#2F54EB",
- purple: "#722ED1",
- magenta: "#EB2F96",
- grey: "#666666"
- };
- t.presetPrimaryColors = i;
- var o = {};
+ red: '#F5222D',
+ volcano: '#FA541C',
+ orange: '#FA8C16',
+ gold: '#FAAD14',
+ yellow: '#FADB14',
+ lime: '#A0D911',
+ green: '#52C41A',
+ cyan: '#13C2C2',
+ blue: '#1890FF',
+ geekblue: '#2F54EB',
+ purple: '#722ED1',
+ magenta: '#EB2F96',
+ grey: '#666666'
+ }
+ t.presetPrimaryColors = i
+ var o = {}
t.presetPalettes = o, Object.keys(i).forEach((function(e) {
o[e] = a.default(i[e]), o[e].primary = o[e][5]
- }));
- var s = o.red;
- t.red = s;
- var c = o.volcano;
- t.volcano = c;
- var l = o.gold;
- t.gold = l;
- var u = o.orange;
- t.orange = u;
- var d = o.yellow;
- t.yellow = d;
- var h = o.lime;
- t.lime = h;
- var f = o.green;
- t.green = f;
- var m = o.cyan;
- t.cyan = m;
- var p = o.blue;
- t.blue = p;
- var _ = o.geekblue;
- t.geekblue = _;
- var v = o.purple;
- t.purple = v;
- var b = o.magenta;
- t.magenta = b;
- var y = o.grey;
+ }))
+ var s = o.red
+ t.red = s
+ var c = o.volcano
+ t.volcano = c
+ var l = o.gold
+ t.gold = l
+ var u = o.orange
+ t.orange = u
+ var d = o.yellow
+ t.yellow = d
+ var h = o.lime
+ t.lime = h
+ var f = o.green
+ t.green = f
+ var m = o.cyan
+ t.cyan = m
+ var p = o.blue
+ t.blue = p
+ var _ = o.geekblue
+ t.geekblue = _
+ var v = o.purple
+ t.purple = v
+ var b = o.magenta
+ t.magenta = b
+ var y = o.grey
t.grey = y
},
- "1df4": function(e, t, n) {
- "use strict";
- var r = n("77d3"),
- a = n.n(r);
+ '1df4': function(e, t, n) {
+ 'use strict'
+ var r = n('77d3'),
+ a = n.n(r)
a.a
},
- "1e3b": function(e, t, n) {
- "use strict";
- n.r(t);
+ '1e3b': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
staticStyle: {
- top: "5%",
- height: "95%"
+ top: '5%',
+ height: '95%'
},
attrs: {
- title: "JAVA增强",
+ title: 'JAVA增强',
width: e.modalWidth,
visible: e.visible,
confirmLoading: e.confirmLoading,
- cancelText: "关闭",
- wrapClassName: "ant-modal-cust-warp"
+ cancelText: '关闭',
+ wrapClassName: 'ant-modal-cust-warp'
},
on: {
ok: e.handleSubmit,
cancel: e.handleCancel
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
- key: "back",
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), n("a-button", {
- key: "submit",
+ }, [e._v('关闭')]), n('a-button', {
+ key: 'submit',
attrs: {
- type: "primary"
+ type: 'primary'
},
on: {
click: e.handleSubmit
}
- }, [e._v("确定")]), e.aiTestMode ? n("div", {
+ }, [e._v('确定')]), e.aiTestMode ? n('div', {
staticStyle: {
- display: "inline-block",
- float: "left"
+ display: 'inline-block',
+ float: 'left'
}
- }, [n("a-button", {
+ }, [n('a-button', {
on: {
click: function(t) {
return e.genEnhanceJavaData(e.code)
}
}
- }, [e._v("生成测试数据")])], 1) : e._e()], 1), n("a-form", {
+ }, [e._v('生成测试数据')])], 1) : e._e()], 1), n('a-form', {
attrs: {
form: e.form
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "页面按钮",
+ label: '页面按钮',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["buttonCode"],
- expression: "[ 'buttonCode']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['buttonCode'],
+ expression: '[ \'buttonCode\']'
}],
attrs: {
getPopupContainer: function(e) {
return e.parentNode
},
- placeholder: "请选择页面控件"
+ placeholder: '请选择页面控件'
},
on: {
change: function(t) {
- e.handleChangeEhjava("buttonCode", t)
+ e.handleChangeEhjava('buttonCode', t)
}
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "add"
+ value: 'add'
}
- }, [e._v("新增")]), n("a-select-option", {
+ }, [e._v('新增')]), n('a-select-option', {
attrs: {
- value: "edit"
+ value: 'edit'
}
- }, [e._v("编辑")]), n("a-select-option", {
+ }, [e._v('编辑')]), n('a-select-option', {
attrs: {
- value: "delete"
+ value: 'delete'
}
- }, [e._v("删除")]), n("a-select-option", {
+ }, [e._v('删除')]), n('a-select-option', {
attrs: {
- value: "import"
+ value: 'import'
}
- }, [e._v("导入")]), n("a-select-option", {
+ }, [e._v('导入')]), n('a-select-option', {
attrs: {
- value: "export"
+ value: 'export'
}
- }, [e._v("导出")]), n("a-select-option", {
+ }, [e._v('导出')]), n('a-select-option', {
attrs: {
- value: "query"
+ value: 'query'
}
- }, [e._v("查询")]), e._l(e.btnList, (function(t, r) {
- return [n("a-select-option", {
+ }, [e._v('查询')]), e._l(e.btnList, (function(t, r) {
+ return [n('a-select-option', {
key: r,
attrs: {
value: t.buttonCode
}
}, [e._v(e._s(t.buttonName))])]
- }))], 2)], 1), n("a-form-item", {
+ }))], 2)], 1), n('a-form-item', {
attrs: {
- label: "事件状态",
+ label: '事件状态',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-radio-group", {
+ }, [n('a-radio-group', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["event"],
- expression: "[ 'event']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['event'],
+ expression: '[ \'event\']'
}],
attrs: {
- name: "radioGroup"
+ name: 'radioGroup'
},
on: {
change: function(t) {
- e.handleChangeEhjava("event", t.target.value)
+ e.handleChangeEhjava('event', t.target.value)
}
}
- }, [n("a-radio", {
+ }, [n('a-radio', {
attrs: {
- value: "start"
+ value: 'start'
}
- }, [e._v("开始")]), n("a-radio", {
+ }, [e._v('开始')]), n('a-radio', {
attrs: {
- value: "end"
+ value: 'end'
}
- }, [e._v("结束")])], 1)], 1), n("a-form-item", {
+ }, [e._v('结束')])], 1)], 1), n('a-form-item', {
attrs: {
- label: "类型",
+ label: '类型',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-radio-group", {
+ }, [n('a-radio-group', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["cgJavaType"],
- expression: "[ 'cgJavaType']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['cgJavaType'],
+ expression: '[ \'cgJavaType\']'
}],
attrs: {
- name: "radioGroup"
+ name: 'radioGroup'
},
on: {
change: function(t) {
- e.handleChangeEhjava("cgJavaType", t.target.value)
+ e.handleChangeEhjava('cgJavaType', t.target.value)
}
}
- }, [n("a-radio", {
+ }, [n('a-radio', {
attrs: {
- value: "spring"
+ value: 'spring'
}
- }, [e._v("spring-key")]), n("a-radio", {
+ }, [e._v('spring-key')]), n('a-radio', {
attrs: {
- value: "class"
+ value: 'class'
}
- }, [e._v("java-class")])], 1)], 1), n("a-form-item", {
+ }, [e._v('java-class')])], 1)], 1), n('a-form-item', {
attrs: {
- label: "内容",
+ label: '内容',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["cgJavaValue", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['cgJavaValue', {
rules: [{
required: !0,
- message: "请输入内容!"
+ message: '请输入内容!'
}]
}],
- expression: "[ 'cgJavaValue',{rules: [{ required: true, message: '请输入内容!' }]}]"
+ expression: '[ \'cgJavaValue\',{rules: [{ required: true, message: \'请输入内容!\' }]}]'
}],
attrs: {
- placeholder: "请输入内容"
+ placeholder: '请输入内容'
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
- label: "是否生效",
+ label: '是否生效',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-radio-group", {
+ }, [n('a-radio-group', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["activeStatus"],
- expression: "[ 'activeStatus']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['activeStatus'],
+ expression: '[ \'activeStatus\']'
}],
attrs: {
- name: "radioGroup"
+ name: 'radioGroup'
},
on: {
change: function(t) {
- e.handleChangeEhjava2("activeStatus", t.target.value)
+ e.handleChangeEhjava2('activeStatus', t.target.value)
}
}
- }, [n("a-radio", {
+ }, [n('a-radio', {
attrs: {
- value: "1"
+ value: '1'
}
- }, [e._v("有效")]), n("a-radio", {
+ }, [e._v('有效')]), n('a-radio', {
attrs: {
- value: "0"
+ value: '0'
}
- }, [e._v("无效")])], 1)], 1)], 1)], 2)
+ }, [e._v('无效')])], 1)], 1)], 1)], 2)
},
a = [],
- i = n("261e"),
- o = n("0fea"),
- s = n("88bc"),
+ i = n('261e'),
+ o = n('0fea'),
+ s = n('88bc'),
c = n.n(s),
- l = n("f654"),
+ l = n('f654'),
u = {
- name: "EnhanceJava",
- mixins: [l["AiTestOnlineMixin"]],
+ name: 'EnhanceJava',
+ mixins: [l['AiTestOnlineMixin']],
components: {
- ATextarea: i["a"]
+ ATextarea: i['a']
},
data: function() {
return {
@@ -9973,29 +10032,29 @@
span: 16
}
},
- code: "",
- btnUrl: "/online/cgform/head/enhanceButton/",
+ code: '',
+ btnUrl: '/online/cgform/head/enhanceButton/',
btnList: [],
- url: "/online/cgform/head/enhanceJava/",
- urlByButtonCode: "/online/cgform/head/enhanceJavaByButtonCode/",
+ url: '/online/cgform/head/enhanceJava/',
+ urlByButtonCode: '/online/cgform/head/enhanceJavaByButtonCode/',
model: {
- buttonCode: "add",
- event: "end",
- cgJavaType: "spring",
- activeStatus: "1"
+ buttonCode: 'add',
+ event: 'end',
+ cgJavaType: 'spring',
+ activeStatus: '1'
}
}
},
methods: {
handleSubmit: function() {
- var e = this;
+ var e = this
this.form.validateFields((function(t, n) {
if (!t) {
- var r;
+ var r
if (e.confirmLoading = !0, e.model.id) {
- var a = Object.assign(e.model, n);
- r = Object(o["g"])(e.url + e.code, a)
- } else r = Object(o["f"])(e.url + e.code, n);
+ var a = Object.assign(e.model, n)
+ r = Object(o['g'])(e.url + e.code, a)
+ } else r = Object(o['f'])(e.url + e.code, n)
r.then((function(t) {
e.confirmLoading = !1, t.success ? (e.visible = !1, e.$message.success(t.message)) : e.$message.warning(
t.message)
@@ -10008,27 +10067,27 @@
},
show: function(e) {
this.code = e, this.visible = !0, this.model = {
- buttonCode: "add",
- event: "end",
- cgJavaType: "spring",
- activeStatus: "1"
- }, this.loadBtnList(), this.handleQueryEnhjava("buttonCode")
+ buttonCode: 'add',
+ event: 'end',
+ cgJavaType: 'spring',
+ activeStatus: '1'
+ }, this.loadBtnList(), this.handleQueryEnhjava('buttonCode')
},
loadBtnList: function() {
- var e = this;
- Object(o["c"])(this.btnUrl + this.code).then((function(t) {
+ var e = this
+ Object(o['c'])(this.btnUrl + this.code).then((function(t) {
t.success && (t.result && 0 != t.result.length ? e.btnList = t.result.filter((function(e) {
- return "action" == e.optType
+ return 'action' == e.optType
})) : e.btnList = [])
}))
},
handleQueryEnhjava: function(e) {
var t = this,
- n = t.url;
- "buttonCode" == e && (n = t.urlByButtonCode), Object(o["c"])(n + t.code, t.model).then((function(e) {
- e.success ? t.model = e.result : (t.model.id = "", t.model.cgJavaValue = ""), t.$nextTick((function() {
- t.form.setFieldsValue(c()(t.model, "cgJavaValue", "buttonCode", "event", "cgJavaType",
- "activeStatus"))
+ n = t.url
+ 'buttonCode' == e && (n = t.urlByButtonCode), Object(o['c'])(n + t.code, t.model).then((function(e) {
+ e.success ? t.model = e.result : (t.model.id = '', t.model.cgJavaValue = ''), t.$nextTick((function() {
+ t.form.setFieldsValue(c()(t.model, 'cgJavaValue', 'buttonCode', 'event', 'cgJavaType',
+ 'activeStatus'))
}))
}))
},
@@ -10041,19 +10100,19 @@
}
},
d = u,
- h = n("2877"),
- f = Object(h["a"])(d, r, a, !1, null, "c2d199f2", null);
- t["default"] = f.exports
+ h = n('2877'),
+ f = Object(h['a'])(d, r, a, !1, null, 'c2d199f2', null)
+ t['default'] = f.exports
},
- "1e9d": function(e, t, n) {
- "use strict";
- n.r(t);
+ '1e9d': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-modal", {
- class: "jeecg-online-modal",
+ n = e._self._c || t
+ return n('j-modal', {
+ class: 'jeecg-online-modal',
style: e.modalStyle,
attrs: {
title: e.titleText,
@@ -10065,58 +10124,58 @@
disabled: e.disableSubmit
}
},
- cancelText: "关闭",
- "switch-fullscreen": "",
+ cancelText: '关闭',
+ 'switch-fullscreen': '',
destroyOnClose: !0
},
on: {
ok: e.handleSubmit,
cancel: e.handleCancel
}
- }, [!e.disableSubmit && e.hasOwnButton(1) ? n("div", [n("a-button", {
- class: e.single ? "cust-button-switch-single" : "cust-button-switch-many",
+ }, [!e.disableSubmit && e.hasOwnButton(1) ? n('div', [n('a-button', {
+ class: e.single ? 'cust-button-switch-single' : 'cust-button-switch-many',
on: {
click: e.openDoor
}
- }, [n("a-icon", {
+ }, [n('a-icon', {
attrs: {
- type: "fast-backward"
+ type: 'fast-backward'
}
- })], 1)], 1) : e._e(), !e.disableSubmit && e.hasOwnButton(1) ? n("div", {
- class: e.btnBoxVisible ? "show-drawer" : "hide-drawer"
- }, [n("div", {
- staticClass: "jeecg-mask-cust",
+ })], 1)], 1) : e._e(), !e.disableSubmit && e.hasOwnButton(1) ? n('div', {
+ class: e.btnBoxVisible ? 'show-drawer' : 'hide-drawer'
+ }, [n('div', {
+ staticClass: 'jeecg-mask-cust',
on: {
click: e.closeDoor
}
- }), n("div", {
- staticClass: "jeecg-drawer-content",
- class: e.btnBoxVisible ? "drawer-open" : "drawer-close"
- }, [n("div", {
- staticClass: "jeecg-drawer-header"
- }, [e._v("自定义按钮")]), n("div", {
- staticClass: "jeecg-drawer-body"
+ }), n('div', {
+ staticClass: 'jeecg-drawer-content',
+ class: e.btnBoxVisible ? 'drawer-open' : 'drawer-close'
+ }, [n('div', {
+ staticClass: 'jeecg-drawer-header'
+ }, [e._v('自定义按钮')]), n('div', {
+ staticClass: 'jeecg-drawer-body'
}, [e.cgButtonList && e.cgButtonList.length > 0 ? e._l(e.cgButtonList, (function(t) {
- return "1" == t.optPosition ? n("a-button", {
+ return '1' == t.optPosition ? n('a-button', {
key: t.id,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon,
- block: ""
+ block: ''
},
on: {
click: function(n) {
return e.handleCgButtonClick(t.optType, t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : e._e()
- })) : e._e()], 2)])]) : e._e(), n("template", {
- slot: "footer"
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : e._e()
+ })) : e._e()], 2)])]) : e._e(), n('template', {
+ slot: 'footer'
}, [e.cgButtonList && e.hasOwnButton(2) ? e._l(e.cgButtonList, (function(t) {
- return "2" == t.optPosition ? n("a-button", {
+ return '2' == t.optPosition ? n('a-button', {
key: t.id,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -10124,32 +10183,32 @@
return e.handleCgButtonClick(t.optType, t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : e._e()
- })) : e._e(), e.disableSubmit ? e._e() : n("a-button", {
- key: "submit",
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : e._e()
+ })) : e._e(), e.disableSubmit ? e._e() : n('a-button', {
+ key: 'submit',
attrs: {
- type: "primary",
+ type: 'primary',
loading: e.submitLoading
},
on: {
click: e.handleSubmit
}
- }, [e._v("确定")]), n("a-button", {
- key: "back",
+ }, [e._v('确定')]), n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")])], 2), n("a-spin", {
+ }, [e._v('关闭')])], 2), n('a-spin', {
attrs: {
spinning: e.confirmLoading
}
- }, [n("online-form", {
- ref: "onlineForm",
+ }, [n('online-form', {
+ ref: 'onlineForm',
attrs: {
formSchema: e.schema,
uiSchema: e.uiSchema,
single: !0,
- "table-type": e.tableType,
+ 'table-type': e.tableType,
enhanceStr: e.enhanceStr
},
on: {
@@ -10158,13 +10217,13 @@
})], 1)], 2)
},
a = [],
- i = n("c468"),
- o = n("0fea");
+ i = n('c468'),
+ o = n('0fea')
function s(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -10174,7 +10233,7 @@
function c(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? s(Object(n), !0).forEach((function(t) {
l(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : s(
@@ -10195,12 +10254,13 @@
}
function u(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = d(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = d(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -10218,17 +10278,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -10246,46 +10306,47 @@
function d(e, t) {
if (e) {
- if ("string" === typeof e) return h(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
+ if ('string' === typeof e) return h(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
}
}
function h(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var f = 800,
m = 1100,
p = {
- name: "OnlineCommonModal",
+ name: 'OnlineCommonModal',
components: {
- OnlineForm: i["a"]
+ OnlineForm: i['a']
},
data: function() {
return {
visible: !1,
confirmLoading: !1,
disableSubmit: !1,
- titleText: "操作",
- optMethod: "post",
+ titleText: '操作',
+ optMethod: 'post',
url: {
- loadFormItems: "/online/cgform/api/getErpFormItem/",
- loadEnhanceJs: "/online/cgform/api/getEnhanceJs/",
- optPre: "/online/cgform/api/form/"
+ loadFormItems: '/online/cgform/api/getErpFormItem/',
+ loadEnhanceJs: '/online/cgform/api/getEnhanceJs/',
+ optPre: '/online/cgform/api/form/'
},
schema: {},
uiSchema: {
- itemattrs: ""
+ itemattrs: ''
},
single: !0,
treeForm: !1,
- enhanceStr: "",
+ enhanceStr: '',
modalStyle: {
- position: "relative"
+ position: 'relative'
},
cgButtonList: [],
btnBoxVisible: !1,
@@ -10297,7 +10358,7 @@
code: {
type: String,
required: !0,
- default: ""
+ default: ''
},
foreignKeys: {
type: Array,
@@ -10314,12 +10375,13 @@
},
computed: {
modalWidth: function() {
- var e = 1;
+ var e = 1
if (this.uiSchema.formTemplate) try {
e = Number.parseInt(this.uiSchema.formTemplate)
- } catch (r) {}
+ } catch (r) {
+ }
var t = 200 * (e - 1),
- n = (this.single ? f : m) + t;
+ n = (this.single ? f : m) + t
return n
}
},
@@ -10334,16 +10396,16 @@
methods: {
initForeignKeyForm: function() {
if (this.foreignKeys && this.foreignKeys.length > 0) {
- var e, t = u(this.foreignKeys);
+ var e, t = u(this.foreignKeys)
try {
for (t.s(); !(e = t.n()).done;) {
- var n = e.value;
+ var n = e.value
this.schema.properties[n.field] = {
hidden: !0,
key: n.field,
title: n.field,
- type: "string",
- view: "hidden"
+ type: 'string',
+ view: 'hidden'
}
}
} catch (r) {
@@ -10354,12 +10416,12 @@
}
},
getForeignKeyValue: function(e) {
- var t = {};
+ var t = {}
if (e) {
- var n, r = u(this.foreignKeys);
+ var n, r = u(this.foreignKeys)
try {
for (r.s(); !(n = r.n()).done;) {
- var a = n.value;
+ var a = n.value
t[a.field] = e[a.key]
}
} catch (i) {
@@ -10372,11 +10434,11 @@
},
loadFormItems: function() {
var e = this,
- t = this.url.loadFormItems + this.code;
- Object(o["c"])(t).then((function(t) {
- t.success && (e.single = !0, e.schema = t.result.schema, e.initForeignKeyForm(), e.$emit("schema", e.schema),
- e.treeForm = "Y" == t.result.head.isTree, e.cgButtonList = t.result.cgButtonList ? t.result.cgButtonList :
- [], t.result.enhanceJs ? e.enhanceStr = t.result.enhanceJs : e.enhanceStr = "", e.$nextTick((
+ t = this.url.loadFormItems + this.code
+ Object(o['c'])(t).then((function(t) {
+ t.success && (e.single = !0, e.schema = t.result.schema, e.initForeignKeyForm(), e.$emit('schema', e.schema),
+ e.treeForm = 'Y' == t.result.head.isTree, e.cgButtonList = t.result.cgButtonList ? t.result.cgButtonList :
+ [], t.result.enhanceJs ? e.enhanceStr = t.result.enhanceJs : e.enhanceStr = '', e.$nextTick((
function() {
e.$refs.onlineForm && e.$refs.onlineForm.createRootProperties()
})))
@@ -10386,42 +10448,48 @@
this.visible = !1, this.submitLoading = !1
},
handleSubmit: function() {
- var e = this;
+ var e = this
this.submitLoading = !0, this.$refs.onlineForm.handleSubmit(), setTimeout((function() {
e.submitLoading = !1
}), 3500)
},
handleSuccess: function() {
- this.close(), this.$emit("success")
+ this.close(), this.$emit('success')
},
handleCancel: function() {
this.close()
},
add: function(e, t) {
- var that = this;
- this.titleText = "新增", this.uiSchema.method = "post", this.uiSchema.formTemplate = e, this.uiSchema.url =
- this.url.optPre + this.code, this.uiSchema = c({}, this.uiSchema), this.visible = !0, this.disableSubmit = !
- 1, this.$nextTick((function() {
- that.$refs.onlineForm.add(), that.$refs.onlineForm.setForeignKeysValue(that.getForeignKeyValue(t))
+ var that = this
+ debugger
+ this.titleText = '新增'
+ this.uiSchema.method = 'post'
+ this.uiSchema.formTemplate = e
+ this.uiSchema.url = this.url.optPre + this.code
+ this.uiSchema = c({}, this.uiSchema)
+ this.visible = !0, this.disableSubmit = !1
+ this.$nextTick((function() {
+ that.$refs.onlineForm.add()
+ that.$refs.onlineForm.setForeignKeysValue(that.getForeignKeyValue(t))
}))
},
edit: function(e, t) {
- var that = this;
- this.titleText = "编辑", this.uiSchema.method = "put", this.uiSchema.formTemplate = e, this.uiSchema.url =
+ var that = this
+ this.titleText = '编辑', this.uiSchema.method = 'put', this.uiSchema.formTemplate = e, this.uiSchema.url =
this.url.optPre + this.code, this.uiSchema = c({}, this.uiSchema), this.visible = !0, this.disableSubmit = !
- 1, Object(o["c"])(this.url.optPre + this.code + "/" + t).then((function(e) {
+ 1, Object(o['c'])(this.url.optPre + this.code + '/' + t).then((function(e) {
if (e.success) {
- var t = e.result;
+ var t = e.result
that.$refs.onlineForm.edit(t)
} else that.$message.warning(e.message)
}))
},
detail: function(e, t) {
- var n = this;
- this.titleText = "详情", this.visible = !0, this.uiSchema.formTemplate = e, this.uiSchema = c({}, this.uiSchema),
- this.disableSubmit = !0, Object(o["c"])(this.url.optPre + this.code + "/" + t).then((function(e) {
+ var n = this
+ this.titleText = '详情', this.visible = !0, this.uiSchema.formTemplate = e, this.uiSchema = c({}, this.uiSchema),
+ this.disableSubmit = !0, Object(o['c'])(this.url.optPre + this.code + '/' + t).then((function(e) {
if (e.success) {
- var t = e.result;
+ var t = e.result
n.$refs.onlineForm.detail(t)
} else n.$message.warning(e.message)
}))
@@ -10430,7 +10498,7 @@
this.$refs.onlineForm.handleCgButtonClick(e, t, this.code)
},
openDoor: function() {
- var e = this;
+ var e = this
this.btnBoxVisible2 ? setTimeout((function() {
e.btnBoxVisible2 = !e.btnBoxVisible2
}), 1e3) : this.btnBoxVisible2 = !this.btnBoxVisible2, this.btnBoxVisible = !this.btnBoxVisible
@@ -10442,7 +10510,7 @@
if (this.cgButtonList && 0 != this.cgButtonList.length) {
var t = this.cgButtonList.filter((function(t) {
return t.optPosition == e
- }));
+ }))
return t && t.length > 0
}
return !1
@@ -10450,39 +10518,40 @@
}
},
_ = p,
- v = (n("5327"), n("2877")),
- b = Object(v["a"])(_, r, a, !1, null, "4070e3c9", null);
- t["default"] = b.exports
+ v = (n('5327'), n('2877')),
+ b = Object(v['a'])(_, r, a, !1, null, '4070e3c9', null)
+ t['default'] = b.exports
},
- "1ec9": function(e, t, n) {
- var r = n("f772"),
- a = n("e53d").document,
- i = r(a) && r(a.createElement);
+ '1ec9': function(e, t, n) {
+ var r = n('f772'),
+ a = n('e53d').document,
+ i = r(a) && r(a.createElement)
e.exports = function(e) {
return i ? a.createElement(e) : {}
}
},
- "1efc": function(e, t) {
+ '1efc': function(e, t) {
function n(e) {
- var t = this.has(e) && delete this.__data__[e];
+ var t = this.has(e) && delete this.__data__[e]
return this.size -= t ? 1 : 0, t
}
+
e.exports = n
},
- "1f4f": function(e, t, n) {
- "use strict";
- n.r(t);
+ '1f4f': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [n("a-table", {
+ n = e._self._c || t
+ return n('div', [n('a-table', {
staticStyle: {
- height: "100%"
+ height: '100%'
},
attrs: {
- rowKey: "id",
- size: "small",
+ rowKey: 'id',
+ size: 'small',
bordered: !0,
loading: e.loading,
columns: e.columns,
@@ -10490,7 +10559,7 @@
pagination: e.pagination,
rowSelection: {
selectedRowKeys: e.selectedRowKeys,
- type: "radio",
+ type: 'radio',
onChange: e.onSelectChange
},
customRow: e.clickThenCheck
@@ -10501,29 +10570,29 @@
})], 1)
},
a = [],
- i = n("0fea"),
+ i = n('0fea'),
o = {
- name: "LsRole",
+ name: 'LsRole',
data: function() {
- var e = this;
+ var e = this
return {
loading: !1,
columns: [{
- title: "角色编码",
- align: "center",
- dataIndex: "roleCode"
+ title: '角色编码',
+ align: 'center',
+ dataIndex: 'roleCode'
}, {
- title: "角色名称",
- align: "center",
- dataIndex: "roleName"
+ title: '角色名称',
+ align: 'center',
+ dataIndex: 'roleName'
}],
dataSource: [],
pagination: {
current: 1,
pageSize: 10,
- pageSizeOptions: ["10", "20", "30"],
+ pageSizeOptions: ['10', '20', '30'],
showTotal: function(e, t) {
- return t[0] + "-" + t[1] + " 共" + e + "条"
+ return t[0] + '-' + t[1] + ' 共' + e + '条'
},
showQuickJumper: !0,
showSizeChanger: !0,
@@ -10531,13 +10600,13 @@
},
selectedRowKeys: [],
rowSelection: {
- type: "radio",
+ type: 'radio',
selectedRowKeys: this.selectedRowKeys,
onChange: function(t, n) {
return e.onSelectChange(t, n)
}
},
- url: "/sys/role/list",
+ url: '/sys/role/list',
customRow2: this.customRow
}
},
@@ -10549,14 +10618,14 @@
this.selectionRows = [], this.selectedRowKeys = []
},
onSelectChange: function(e, t) {
- this.$emit("select", t[0].id), this.selectionRows = t, this.selectedRowKeys = e
+ this.$emit('select', t[0].id), this.selectionRows = t, this.selectedRowKeys = e
},
clickThenCheck: function(e) {
- var t = this;
+ var t = this
return {
on: {
click: function() {
- t.onSelectChange(e.id.split(","), [e])
+ t.onSelectChange(e.id.split(','), [e])
}
}
}
@@ -10565,13 +10634,13 @@
this.pagination = e, this.loadData()
},
loadData: function(e) {
- var t = this;
- 1 === e && (this.pagination.current = 1);
+ var t = this
+ 1 === e && (this.pagination.current = 1)
var n = {
pageSize: this.pagination.pageSize,
pageNo: this.pagination.current
- };
- this.loading = !0, Object(i["c"])(this.url, n).then((function(e) {
+ }
+ this.loading = !0, Object(i['c'])(this.url, n).then((function(e) {
e.success && (t.dataSource = e.result.records, t.pagination.total = e.result.total), 510 === e.code &&
t.$message.warning(e.message), t.loading = !1
}))
@@ -10579,62 +10648,64 @@
}
},
s = o,
- c = n("2877"),
- l = Object(c["a"])(s, r, a, !1, null, "8faac078", null);
- t["default"] = l.exports
+ c = n('2877'),
+ l = Object(c['a'])(s, r, a, !1, null, '8faac078', null)
+ t['default'] = l.exports
},
- "1fc1": function(e, t, n) {
+ '1fc1': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t) {
- var n = e.split("_");
+ var n = e.split('_')
return t % 10 === 1 && t % 100 !== 11 ? n[0] : t % 10 >= 2 && t % 10 <= 4 && (t % 100 < 10 || t % 100 >= 20) ?
n[1] : n[2]
}
function n(e, n, r) {
var a = {
- ss: n ? "секунда_секунды_секунд" : "секунду_секунды_секунд",
- mm: n ? "хвіліна_хвіліны_хвілін" : "хвіліну_хвіліны_хвілін",
- hh: n ? "гадзіна_гадзіны_гадзін" : "гадзіну_гадзіны_гадзін",
- dd: "дзень_дні_дзён",
- MM: "месяц_месяцы_месяцаў",
- yy: "год_гады_гадоў"
- };
- return "m" === r ? n ? "хвіліна" : "хвіліну" : "h" === r ? n ? "гадзіна" : "гадзіну" : e + " " + t(a[r], +e)
+ ss: n ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',
+ mm: n ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін',
+ hh: n ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін',
+ dd: 'дзень_дні_дзён',
+ MM: 'месяц_месяцы_месяцаў',
+ yy: 'год_гады_гадоў'
+ }
+ return 'm' === r ? n ? 'хвіліна' : 'хвіліну' : 'h' === r ? n ? 'гадзіна' : 'гадзіну' : e + ' ' + t(a[r], +e)
}
- var r = e.defineLocale("be", {
+
+ var r = e.defineLocale('be', {
months: {
- format: "студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня"
- .split("_"),
- standalone: "студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань"
- .split("_")
+ format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'
+ .split('_'),
+ standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'
+ .split('_')
},
- monthsShort: "студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),
+ monthsShort: 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split('_'),
weekdays: {
- format: "нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),
- standalone: "нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),
+ format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split('_'),
+ standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split('_'),
isFormat: /\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/
},
- weekdaysShort: "нд_пн_ат_ср_чц_пт_сб".split("_"),
- weekdaysMin: "нд_пн_ат_ср_чц_пт_сб".split("_"),
+ weekdaysShort: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),
+ weekdaysMin: 'нд_пн_ат_ср_чц_пт_сб'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY г.",
- LLL: "D MMMM YYYY г., HH:mm",
- LLLL: "dddd, D MMMM YYYY г., HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY г.',
+ LLL: 'D MMMM YYYY г., HH:mm',
+ LLLL: 'dddd, D MMMM YYYY г., HH:mm'
},
calendar: {
- sameDay: "[Сёння ў] LT",
- nextDay: "[Заўтра ў] LT",
- lastDay: "[Учора ў] LT",
+ sameDay: '[Сёння ў] LT',
+ nextDay: '[Заўтра ў] LT',
+ lastDay: '[Учора ў] LT',
nextWeek: function() {
- return "[У] dddd [ў] LT"
+ return '[У] dddd [ў] LT'
},
lastWeek: function() {
switch (this.day()) {
@@ -10642,28 +10713,28 @@
case 3:
case 5:
case 6:
- return "[У мінулую] dddd [ў] LT";
+ return '[У мінулую] dddd [ў] LT'
case 1:
case 2:
case 4:
- return "[У мінулы] dddd [ў] LT"
+ return '[У мінулы] dddd [ў] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "праз %s",
- past: "%s таму",
- s: "некалькі секунд",
+ future: 'праз %s',
+ past: '%s таму',
+ s: 'некалькі секунд',
m: n,
mm: n,
h: n,
hh: n,
- d: "дзень",
+ d: 'дзень',
dd: n,
- M: "месяц",
+ M: 'месяц',
MM: n,
- y: "год",
+ y: 'год',
yy: n
},
meridiemParse: /ночы|раніцы|дня|вечара/,
@@ -10671,19 +10742,19 @@
return /^(дня|вечара)$/.test(e)
},
meridiem: function(e, t, n) {
- return e < 4 ? "ночы" : e < 12 ? "раніцы" : e < 17 ? "дня" : "вечара"
+ return e < 4 ? 'ночы' : e < 12 ? 'раніцы' : e < 17 ? 'дня' : 'вечара'
},
dayOfMonthOrdinalParse: /\d{1,2}-(і|ы|га)/,
ordinal: function(e, t) {
switch (t) {
- case "M":
- case "d":
- case "DDD":
- case "w":
- case "W":
- return e % 10 !== 2 && e % 10 !== 3 || e % 100 === 12 || e % 100 === 13 ? e + "-ы" : e + "-і";
- case "D":
- return e + "-га";
+ case 'M':
+ case 'd':
+ case 'DDD':
+ case 'w':
+ case 'W':
+ return e % 10 !== 2 && e % 10 !== 3 || e % 100 === 12 || e % 100 === 13 ? e + '-ы' : e + '-і'
+ case 'D':
+ return e + '-га'
default:
return e
}
@@ -10692,101 +10763,103 @@
dow: 1,
doy: 7
}
- });
+ })
return r
}))
},
- "1fc8": function(e, t, n) {
- var r = n("4245");
+ '1fc8': function(e, t, n) {
+ var r = n('4245')
function a(e, t) {
var n = r(this, e),
- a = n.size;
+ a = n.size
return n.set(e, t), this.size += n.size == a ? 0 : 1, this
}
+
e.exports = a
},
- "201b": function(e, t, n) {
+ '201b': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ka", {
- months: "იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი"
- .split("_"),
- monthsShort: "იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),
+ var t = e.defineLocale('ka', {
+ months: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'
+ .split('_'),
+ monthsShort: 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'),
weekdays: {
- standalone: "კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),
- format: "კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),
+ standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split('_'),
+ format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split('_'),
isFormat: /(წინა|შემდეგ)/
},
- weekdaysShort: "კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),
- weekdaysMin: "კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),
+ weekdaysShort: 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'),
+ weekdaysMin: 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[დღეს] LT[-ზე]",
- nextDay: "[ხვალ] LT[-ზე]",
- lastDay: "[გუშინ] LT[-ზე]",
- nextWeek: "[შემდეგ] dddd LT[-ზე]",
- lastWeek: "[წინა] dddd LT-ზე",
- sameElse: "L"
+ sameDay: '[დღეს] LT[-ზე]',
+ nextDay: '[ხვალ] LT[-ზე]',
+ lastDay: '[გუშინ] LT[-ზე]',
+ nextWeek: '[შემდეგ] dddd LT[-ზე]',
+ lastWeek: '[წინა] dddd LT-ზე',
+ sameElse: 'L'
},
relativeTime: {
future: function(e) {
return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/, (function(e, t, n) {
- return "ი" === n ? t + "ში" : t + n + "ში"
+ return 'ი' === n ? t + 'ში' : t + n + 'ში'
}))
},
past: function(e) {
- return /(წამი|წუთი|საათი|დღე|თვე)/.test(e) ? e.replace(/(ი|ე)$/, "ის წინ") : /წელი/.test(e) ? e.replace(
- /წელი$/, "წლის წინ") : e
+ return /(წამი|წუთი|საათი|დღე|თვე)/.test(e) ? e.replace(/(ი|ე)$/, 'ის წინ') : /წელი/.test(e) ? e.replace(
+ /წელი$/, 'წლის წინ') : e
},
- s: "რამდენიმე წამი",
- ss: "%d წამი",
- m: "წუთი",
- mm: "%d წუთი",
- h: "საათი",
- hh: "%d საათი",
- d: "დღე",
- dd: "%d დღე",
- M: "თვე",
- MM: "%d თვე",
- y: "წელი",
- yy: "%d წელი"
+ s: 'რამდენიმე წამი',
+ ss: '%d წამი',
+ m: 'წუთი',
+ mm: '%d წუთი',
+ h: 'საათი',
+ hh: '%d საათი',
+ d: 'დღე',
+ dd: '%d დღე',
+ M: 'თვე',
+ MM: '%d თვე',
+ y: 'წელი',
+ yy: '%d წელი'
},
dayOfMonthOrdinalParse: /0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,
ordinal: function(e) {
- return 0 === e ? e : 1 === e ? e + "-ლი" : e < 20 || e <= 100 && e % 20 === 0 || e % 100 === 0 ? "მე-" +
- e : e + "-ე"
+ return 0 === e ? e : 1 === e ? e + '-ლი' : e < 20 || e <= 100 && e % 20 === 0 || e % 100 === 0 ? 'მე-' +
+ e : e + '-ე'
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- "20fd": function(e, t, n) {
- "use strict";
- var r = n("d9f6"),
- a = n("aebd");
+ '20fd': function(e, t, n) {
+ 'use strict'
+ var r = n('d9f6'),
+ a = n('aebd')
e.exports = function(e, t, n) {
t in e ? r.f(e, t, a(0, n)) : e[t] = n
}
},
- "226f": function(e, t, n) {},
+ '226f': function(e, t, n) {
+ },
2286: function(e, t, n) {
- var r = n("85e3"),
- a = Math.max;
+ var r = n('85e3'),
+ a = Math.max
function i(e, t, n) {
return t = a(void 0 === t ? e.length - 1 : t, 0),
@@ -10794,226 +10867,229 @@
var i = arguments,
o = -1,
s = a(i.length - t, 0),
- c = Array(s);
- while (++o < s) c[o] = i[t + o];
- o = -1;
- var l = Array(t + 1);
- while (++o < t) l[o] = i[o];
+ c = Array(s)
+ while (++o < s) c[o] = i[t + o]
+ o = -1
+ var l = Array(t + 1)
+ while (++o < t) l[o] = i[o]
return l[t] = n(c), r(e, this, l)
}
}
+
e.exports = i
},
- "22e5": function(e, t, n) {},
- "22f8": function(e, t, n) {
+ '22e5': function(e, t, n) {
+ },
+ '22f8': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ko", {
- months: "1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),
- monthsShort: "1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),
- weekdays: "일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),
- weekdaysShort: "일_월_화_수_목_금_토".split("_"),
- weekdaysMin: "일_월_화_수_목_금_토".split("_"),
+ var t = e.defineLocale('ko', {
+ months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
+ monthsShort: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
+ weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
+ weekdaysShort: '일_월_화_수_목_금_토'.split('_'),
+ weekdaysMin: '일_월_화_수_목_금_토'.split('_'),
longDateFormat: {
- LT: "A h:mm",
- LTS: "A h:mm:ss",
- L: "YYYY.MM.DD.",
- LL: "YYYY년 MMMM D일",
- LLL: "YYYY년 MMMM D일 A h:mm",
- LLLL: "YYYY년 MMMM D일 dddd A h:mm",
- l: "YYYY.MM.DD.",
- ll: "YYYY년 MMMM D일",
- lll: "YYYY년 MMMM D일 A h:mm",
- llll: "YYYY년 MMMM D일 dddd A h:mm"
+ LT: 'A h:mm',
+ LTS: 'A h:mm:ss',
+ L: 'YYYY.MM.DD.',
+ LL: 'YYYY년 MMMM D일',
+ LLL: 'YYYY년 MMMM D일 A h:mm',
+ LLLL: 'YYYY년 MMMM D일 dddd A h:mm',
+ l: 'YYYY.MM.DD.',
+ ll: 'YYYY년 MMMM D일',
+ lll: 'YYYY년 MMMM D일 A h:mm',
+ llll: 'YYYY년 MMMM D일 dddd A h:mm'
},
calendar: {
- sameDay: "오늘 LT",
- nextDay: "내일 LT",
- nextWeek: "dddd LT",
- lastDay: "어제 LT",
- lastWeek: "지난주 dddd LT",
- sameElse: "L"
+ sameDay: '오늘 LT',
+ nextDay: '내일 LT',
+ nextWeek: 'dddd LT',
+ lastDay: '어제 LT',
+ lastWeek: '지난주 dddd LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s 후",
- past: "%s 전",
- s: "몇 초",
- ss: "%d초",
- m: "1분",
- mm: "%d분",
- h: "한 시간",
- hh: "%d시간",
- d: "하루",
- dd: "%d일",
- M: "한 달",
- MM: "%d달",
- y: "일 년",
- yy: "%d년"
+ future: '%s 후',
+ past: '%s 전',
+ s: '몇 초',
+ ss: '%d초',
+ m: '1분',
+ mm: '%d분',
+ h: '한 시간',
+ hh: '%d시간',
+ d: '하루',
+ dd: '%d일',
+ M: '한 달',
+ MM: '%d달',
+ y: '일 년',
+ yy: '%d년'
},
dayOfMonthOrdinalParse: /\d{1,2}(일|월|주)/,
ordinal: function(e, t) {
switch (t) {
- case "d":
- case "D":
- case "DDD":
- return e + "일";
- case "M":
- return e + "월";
- case "w":
- case "W":
- return e + "주";
+ case 'd':
+ case 'D':
+ case 'DDD':
+ return e + '일'
+ case 'M':
+ return e + '월'
+ case 'w':
+ case 'W':
+ return e + '주'
default:
return e
}
},
meridiemParse: /오전|오후/,
isPM: function(e) {
- return "오후" === e
+ return '오후' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "오전" : "오후"
+ return e < 12 ? '오전' : '오후'
}
- });
+ })
return t
}))
},
- "234d": function(e, t, n) {
- var r = n("e380"),
- a = 500;
+ '234d': function(e, t, n) {
+ var r = n('e380'),
+ a = 500
function i(e) {
var t = r(e, (function(e) {
return n.size === a && n.clear(), e
})),
- n = t.cache;
+ n = t.cache
return t
}
+
e.exports = i
},
- "23c7": function(e, t, n) {
- "use strict";
- var r = n("2493"),
- a = n.n(r);
+ '23c7': function(e, t, n) {
+ 'use strict'
+ var r = n('2493'),
+ a = n.n(r)
a.a
},
- "241e": function(e, t, n) {
- var r = n("25eb");
+ '241e': function(e, t, n) {
+ var r = n('25eb')
e.exports = function(e) {
return Object(r(e))
}
},
2421: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "١",
- 2: "٢",
- 3: "٣",
- 4: "٤",
- 5: "٥",
- 6: "٦",
- 7: "٧",
- 8: "٨",
- 9: "٩",
- 0: "٠"
+ 1: '١',
+ 2: '٢',
+ 3: '٣',
+ 4: '٤',
+ 5: '٥',
+ 6: '٦',
+ 7: '٧',
+ 8: '٨',
+ 9: '٩',
+ 0: '٠'
},
n = {
- "١": "1",
- "٢": "2",
- "٣": "3",
- "٤": "4",
- "٥": "5",
- "٦": "6",
- "٧": "7",
- "٨": "8",
- "٩": "9",
- "٠": "0"
+ '١': '1',
+ '٢': '2',
+ '٣': '3',
+ '٤': '4',
+ '٥': '5',
+ '٦': '6',
+ '٧': '7',
+ '٨': '8',
+ '٩': '9',
+ '٠': '0'
},
- r = ["کانونی دووەم", "شوبات", "ئازار", "نیسان", "ئایار", "حوزەیران", "تەمموز", "ئاب", "ئەیلوول",
- "تشرینی یەكەم", "تشرینی دووەم", "كانونی یەکەم"
+ r = ['کانونی دووەم', 'شوبات', 'ئازار', 'نیسان', 'ئایار', 'حوزەیران', 'تەمموز', 'ئاب', 'ئەیلوول',
+ 'تشرینی یەكەم', 'تشرینی دووەم', 'كانونی یەکەم'
],
- a = e.defineLocale("ku", {
+ a = e.defineLocale('ku', {
months: r,
monthsShort: r,
- weekdays: "یهكشهممه_دووشهممه_سێشهممه_چوارشهممه_پێنجشهممه_ههینی_شهممه".split("_"),
- weekdaysShort: "یهكشهم_دووشهم_سێشهم_چوارشهم_پێنجشهم_ههینی_شهممه".split("_"),
- weekdaysMin: "ی_د_س_چ_پ_ه_ش".split("_"),
+ weekdays: 'یهكشهممه_دووشهممه_سێشهممه_چوارشهممه_پێنجشهممه_ههینی_شهممه'.split('_'),
+ weekdaysShort: 'یهكشهم_دووشهم_سێشهم_چوارشهم_پێنجشهم_ههینی_شهممه'.split('_'),
+ weekdaysMin: 'ی_د_س_چ_پ_ه_ش'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
meridiemParse: /ئێواره|بهیانی/,
isPM: function(e) {
return /ئێواره/.test(e)
},
meridiem: function(e, t, n) {
- return e < 12 ? "بهیانی" : "ئێواره"
+ return e < 12 ? 'بهیانی' : 'ئێواره'
},
calendar: {
- sameDay: "[ئهمرۆ كاتژمێر] LT",
- nextDay: "[بهیانی كاتژمێر] LT",
- nextWeek: "dddd [كاتژمێر] LT",
- lastDay: "[دوێنێ كاتژمێر] LT",
- lastWeek: "dddd [كاتژمێر] LT",
- sameElse: "L"
+ sameDay: '[ئهمرۆ كاتژمێر] LT',
+ nextDay: '[بهیانی كاتژمێر] LT',
+ nextWeek: 'dddd [كاتژمێر] LT',
+ lastDay: '[دوێنێ كاتژمێر] LT',
+ lastWeek: 'dddd [كاتژمێر] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "له %s",
- past: "%s",
- s: "چهند چركهیهك",
- ss: "چركه %d",
- m: "یهك خولهك",
- mm: "%d خولهك",
- h: "یهك كاتژمێر",
- hh: "%d كاتژمێر",
- d: "یهك ڕۆژ",
- dd: "%d ڕۆژ",
- M: "یهك مانگ",
- MM: "%d مانگ",
- y: "یهك ساڵ",
- yy: "%d ساڵ"
+ future: 'له %s',
+ past: '%s',
+ s: 'چهند چركهیهك',
+ ss: 'چركه %d',
+ m: 'یهك خولهك',
+ mm: '%d خولهك',
+ h: 'یهك كاتژمێر',
+ hh: '%d كاتژمێر',
+ d: 'یهك ڕۆژ',
+ dd: '%d ڕۆژ',
+ M: 'یهك مانگ',
+ MM: '%d مانگ',
+ y: 'یهك ساڵ',
+ yy: '%d ساڵ'
},
preparse: function(e) {
return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g, (function(e) {
return n[e]
- })).replace(/،/g, ",")
+ })).replace(/،/g, ',')
},
postformat: function(e) {
return e.replace(/\d/g, (function(e) {
return t[e]
- })).replace(/,/g, "،")
+ })).replace(/,/g, '،')
},
week: {
dow: 6,
doy: 12
}
- });
+ })
return a
}))
},
2441: function(e, t, n) {
- "use strict";
+ 'use strict'
function r() {
- var e = {};
+ var e = {}
this.put = function(t, n) {
e[t] = n
}, this.set = function(t, n) {
e[t] = n
}, this.size = function() {
- var t = 0;
- for (var n in e) e.hasOwnProperty(n) && t++;
+ var t = 0
+ for (var n in e) e.hasOwnProperty(n) && t++
return t
}, this.get = function(t) {
return e[t] || 0 === e[t] || !1 === e[t] ? e[t] : null
@@ -11025,13 +11101,13 @@
}
function a(e, t) {
- if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function")
+ if (!(e instanceof t)) throw new TypeError('Cannot call a class as a function')
}
function i(e, t) {
for (var n = 0; n < t.length; n++) {
- var r = t[n];
- r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(
+ var r = t[n]
+ r.enumerable = r.enumerable || !1, r.configurable = !0, 'value' in r && (r.writable = !0), Object.defineProperty(
e, r.key, r)
}
}
@@ -11048,146 +11124,155 @@
writable: !0
}) : e[t] = n, e
}
+
var c = function() {
function e() {
- a(this, e), s(this, "widgets", new r), s(this, "defaultWidget", "")
+ a(this, e), s(this, 'widgets', new r), s(this, 'defaultWidget', '')
}
+
return o(e, [{
- key: "setDefault",
+ key: 'setDefault',
value: function(e) {
this.defaultWidget = e
}
}, {
- key: "register",
+ key: 'register',
value: function(e, t) {
this.widgets.set(e, t)
}
}, {
- key: "has",
+ key: 'has',
value: function(e) {
return this.widgets.has(e)
}
}, {
- key: "getType",
+ key: 'getType',
value: function(e) {
- var t = this.widgets.get(e);
+ var t = this.widgets.get(e)
return null == t && (t = this.defaultWidget), t
}
}]), e
}(),
- l = new c;
- t["a"] = l
+ l = new c
+ t['a'] = l
},
2444: function(e, t, n) {
- "use strict";
+ 'use strict';
(function(t) {
- var r = n("c532"),
- a = n("c8af"),
+ var r = n('c532'),
+ a = n('c8af'),
i = {
- "Content-Type": "application/x-www-form-urlencoded"
- };
+ 'Content-Type': 'application/x-www-form-urlencoded'
+ }
function o(e, t) {
- !r.isUndefined(e) && r.isUndefined(e["Content-Type"]) && (e["Content-Type"] = t)
+ !r.isUndefined(e) && r.isUndefined(e['Content-Type']) && (e['Content-Type'] = t)
}
function s() {
- var e;
- return ("undefined" !== typeof XMLHttpRequest || "undefined" !== typeof t) && (e = n("b50d")), e
+ var e
+ return ('undefined' !== typeof XMLHttpRequest || 'undefined' !== typeof t) && (e = n('b50d')), e
}
+
var c = {
adapter: s(),
transformRequest: [function(e, t) {
- return a(t, "Content-Type"), r.isFormData(e) || r.isArrayBuffer(e) || r.isBuffer(e) || r.isStream(e) ||
+ return a(t, 'Content-Type'), r.isFormData(e) || r.isArrayBuffer(e) || r.isBuffer(e) || r.isStream(e) ||
r.isFile(e) || r.isBlob(e) ? e : r.isArrayBufferView(e) ? e.buffer : r.isURLSearchParams(e) ? (o(t,
- "application/x-www-form-urlencoded;charset=utf-8"), e.toString()) : r.isObject(e) ? (o(t,
- "application/json;charset=utf-8"), JSON.stringify(e)) : e
+ 'application/x-www-form-urlencoded;charset=utf-8'), e.toString()) : r.isObject(e) ? (o(t,
+ 'application/json;charset=utf-8'), JSON.stringify(e)) : e
}],
transformResponse: [function(e) {
- if ("string" === typeof e) try {
+ if ('string' === typeof e) try {
e = JSON.parse(e)
- } catch (t) {}
+ } catch (t) {
+ }
return e
}],
timeout: 0,
- xsrfCookieName: "XSRF-TOKEN",
- xsrfHeaderName: "X-XSRF-TOKEN",
+ xsrfCookieName: 'XSRF-TOKEN',
+ xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
validateStatus: function(e) {
return e >= 200 && e < 300
},
headers: {
common: {
- Accept: "application/json, text/plain, */*"
+ Accept: 'application/json, text/plain, */*'
}
}
- };
- r.forEach(["delete", "get", "head"], (function(e) {
+ }
+ r.forEach(['delete', 'get', 'head'], (function(e) {
c.headers[e] = {}
- })), r.forEach(["post", "put", "patch"], (function(e) {
+ })), r.forEach(['post', 'put', 'patch'], (function(e) {
c.headers[e] = r.merge(i)
})), e.exports = c
- }).call(this, n("f28c"))
+ }).call(this, n('f28c'))
+ },
+ '246e': function(e, t, n) {
},
- "246e": function(e, t, n) {},
2474: function(e, t, n) {
- var r = n("2b3e"),
- a = r.Uint8Array;
+ var r = n('2b3e'),
+ a = r.Uint8Array
e.exports = a
},
2478: function(e, t, n) {
- var r = n("4245");
+ var r = n('4245')
function a(e) {
return r(this, e).get(e)
}
+
e.exports = a
},
- 2493: function(e, t, n) {},
+ 2493: function(e, t, n) {
+ },
2524: function(e, t, n) {
- var r = n("6044"),
- a = "__lodash_hash_undefined__";
+ var r = n('6044'),
+ a = '__lodash_hash_undefined__'
function i(e, t) {
- var n = this.__data__;
+ var n = this.__data__
return this.size += this.has(e) ? 0 : 1, n[e] = r && void 0 === t ? a : t, this
}
+
e.exports = i
},
- "253c": function(e, t, n) {
- var r = n("3729"),
- a = n("1310"),
- i = "[object Arguments]";
+ '253c': function(e, t, n) {
+ var r = n('3729'),
+ a = n('1310'),
+ i = '[object Arguments]'
function o(e) {
return a(e) && r(e) == i
}
+
e.exports = o
},
2546: function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- __webpack_require__.d(__webpack_exports__, "a", (function() {
+ 'use strict'
+ __webpack_require__.d(__webpack_exports__, 'a', (function() {
return ACTION_TYPES
- })), __webpack_require__.d(__webpack_exports__, "b", (function() {
+ })), __webpack_require__.d(__webpack_exports__, 'b', (function() {
return loadFieldDefVal
- })), __webpack_require__.d(__webpack_exports__, "c", (function() {
+ })), __webpack_require__.d(__webpack_exports__, 'c', (function() {
return loadFieldDefValForSubTable
- }));
+ }))
var
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ =
- __webpack_require__("a34a"),
+ __webpack_require__('a34a'),
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default =
__webpack_require__.n(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__
),
- moment__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("c1df"),
+ moment__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__('c1df'),
moment__WEBPACK_IMPORTED_MODULE_1___default = __webpack_require__.n(moment__WEBPACK_IMPORTED_MODULE_1__),
- vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("8bbf"),
+ vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__('8bbf'),
vue__WEBPACK_IMPORTED_MODULE_2___default = __webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_2__),
- _store_mutation_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("9fb0"),
- _utils_util__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("ca00"),
- _api_manage__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("0fea"),
- _utils_desform_CustomExpression__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("60aa");
+ _store_mutation_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__('9fb0'),
+ _utils_util__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__('ca00'),
+ _api_manage__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__('0fea'),
+ _utils_desform_CustomExpression__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__('60aa')
function _toConsumableArray(e) {
return _arrayWithoutHoles(e) || _iterableToArray(e) || _unsupportedIterableToArray(e) || _nonIterableSpread()
@@ -11195,12 +11280,12 @@
function _nonIterableSpread() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function _iterableToArray(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function _arrayWithoutHoles(e) {
@@ -11208,12 +11293,13 @@
}
function _createForOfIteratorHelper(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -11231,17 +11317,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -11259,16 +11345,16 @@
function _unsupportedIterableToArray(e, t) {
if (e) {
- if ("string" === typeof e) return _arrayLikeToArray(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
+ if ('string' === typeof e) return _arrayLikeToArray(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
}
}
function _arrayLikeToArray(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
@@ -11294,23 +11380,25 @@
function _asyncToGenerator(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- asyncGeneratorStep(i, r, a, o, s, "next", e)
+ asyncGeneratorStep(i, r, a, o, s, 'next', e)
}
function s(e) {
- asyncGeneratorStep(i, r, a, o, s, "throw", e)
+ asyncGeneratorStep(i, r, a, o, s, 'throw', e)
}
+
o(void 0)
}))
}
}
+
var ceKeys = Object.keys(_utils_desform_CustomExpression__WEBPACK_IMPORTED_MODULE_6__),
- ceJoin = ceKeys.join(","),
+ ceJoin = ceKeys.join(','),
$CE$ = ceKeys.map((function(e) {
return _utils_desform_CustomExpression__WEBPACK_IMPORTED_MODULE_6__[e]
})),
@@ -11318,36 +11406,36 @@
customRegExp = /{{([^}]+)?}}/g,
fillRuleRegExp = /\${([^}]+)?}/g,
ACTION_TYPES = {
- ADD: "add",
- EDIT: "edit",
- DETAIL: "detail",
- RELOAD: "reload"
- };
+ ADD: 'add',
+ EDIT: 'edit',
+ DETAIL: 'detail',
+ RELOAD: 'reload'
+ }
function loadFieldDefVal(e) {
var t = e.form,
n = e.properties,
r = e.action,
- a = e.getFormData;
+ a = e.getFormData
Array.isArray(n) && n.length > 0 && n.forEach(function() {
var e = _asyncToGenerator(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.mark((function e(n) {
- var i, o, s, c;
+ var i, o, s, c
return G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
i = n._formSchem, o = i.key, s = i.defVal, c = i.type, eachHandler(o, s, r, (function(e) {
- "number" === c && (e = isNaN(e) && e.indexOf(".") > 0 ? parseFloat(e) : parseInt(e)), t.setFieldsValue(
+ 'number' === c && (e = isNaN(e) && e.indexOf('.') > 0 ? parseFloat(e) : parseInt(e)), t.setFieldsValue(
_defineProperty({}, o, e))
- }), a);
+ }), a)
case 2:
- case "end":
+ case 'end':
return e.stop()
}
}), e)
- })));
+ })))
return function(t) {
return e.apply(this, arguments)
}
@@ -11359,18 +11447,18 @@
n = e.subTable,
r = e.row,
a = e.action,
- i = e.getFormData;
+ i = e.getFormData
n && Array.isArray(n.columns) && n.columns.length > 0 && n.columns.forEach(function() {
var e = _asyncToGenerator(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.mark((function e(n) {
- var o, s;
+ var o, s
return G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
o = n.key, s = n.fieldDefaultValue, eachHandler(o, s, a, (function(e) {
- if (t.form) t.form.setFieldsValue(_defineProperty({}, o, e));
+ if (t.form) t.form.setFieldsValue(_defineProperty({}, o, e))
else {
var n = [{
rowKey: r.id,
@@ -11378,13 +11466,13 @@
}];
(t.jvt || t.jet).setValues(n)
}
- }), i);
+ }), i)
case 2:
- case "end":
+ case 'end':
return e.stop()
}
}), e)
- })));
+ })))
return function(t) {
return e.apply(this, arguments)
}
@@ -11399,27 +11487,27 @@
return _eachHandler = _asyncToGenerator(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.mark((function e(t, n, r, a, i) {
- var o;
+ var o
return G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
if (null == n) {
- e.next = 9;
+ e.next = 9
break
}
if (!checkExpressionType(n)) {
- e.next = 8;
+ e.next = 8
break
}
- return e.next = 4, getDefaultValue(n, r, i);
+ return e.next = 4, getDefaultValue(n, r, i)
case 4:
- o = e.sent, null != o && a(o), e.next = 9;
- break;
+ o = e.sent, null != o && a(o), e.next = 9
+ break
case 8:
- a(n);
+ a(n)
case 9:
- case "end":
+ case 'end':
return e.stop()
}
}), e)
@@ -11429,21 +11517,21 @@
function checkExpressionType(e) {
var t = 0,
n = 0,
- r = 0;
+ r = 0
if (e.replace(fillRuleRegExp, (function() {
return r++
- })), r > 1) return logWarn("表达式[".concat(e, "]不合法:只能同时填写一个填值规则表达式!")), !1;
+ })), r > 1) return logWarn('表达式['.concat(e, ']不合法:只能同时填写一个填值规则表达式!')), !1
e.replace(normalRegExp, (function() {
return t++
})), e.replace(customRegExp, (function() {
return n++
- }));
- var a = t + n;
- return !(r > 0 && a > 0) || (logWarn("表达式[".concat(e, "]不合法:填值规则表达式不能和其他表达式混用!")), !1)
+ }))
+ var a = t + n
+ return !(r > 0 && a > 0) || (logWarn('表达式['.concat(e, ']不合法:填值规则表达式不能和其他表达式混用!')), !1)
}
function getRegExpMap(e, t) {
- var n = new Map;
+ var n = new Map
return e.replace(t, (function(e, t, r, a) {
return n.set(e, t.trim()), e
})), n
@@ -11462,30 +11550,30 @@
while (1) switch (e.prev = e.next) {
case 0:
if (n !== ACTION_TYPES.ADD && n !== ACTION_TYPES.RELOAD) {
- e.next = 5;
+ e.next = 5
break
}
if (!fillRuleRegExp.test(t)) {
- e.next = 5;
+ e.next = 5
break
}
- return e.next = 4, executeRegExp(t, fillRuleRegExp, executeFillRuleExpression, [r]);
+ return e.next = 4, executeRegExp(t, fillRuleRegExp, executeFillRuleExpression, [r])
case 4:
- return e.abrupt("return", e.sent);
+ return e.abrupt('return', e.sent)
case 5:
if (n !== ACTION_TYPES.ADD) {
- e.next = 13;
+ e.next = 13
break
}
- return e.next = 8, executeRegExp(t, normalRegExp, executeNormalExpression);
+ return e.next = 8, executeRegExp(t, normalRegExp, executeNormalExpression)
case 8:
- return t = e.sent, e.next = 11, executeRegExp(t, customRegExp, executeCustomExpression);
+ return t = e.sent, e.next = 11, executeRegExp(t, customRegExp, executeCustomExpression)
case 11:
- return t = e.sent, e.abrupt("return", t);
+ return t = e.sent, e.abrupt('return', t)
case 13:
- return e.abrupt("return", null);
+ return e.abrupt('return', null)
case 14:
- case "end":
+ case 'end':
return e.stop()
}
}), e)
@@ -11500,41 +11588,41 @@
return _executeRegExp = _asyncToGenerator(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.mark((function e(t, n, r) {
- var a, i, o, s, c, l, u, d = arguments;
+ var a, i, o, s, c, l, u, d = arguments
return G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
a = d.length > 3 && void 0 !== d[3] ? d[3] : [], i = getRegExpMap(t, n), o =
- _createForOfIteratorHelper(i.keys()), e.prev = 3, o.s();
+ _createForOfIteratorHelper(i.keys()), e.prev = 3, o.s()
case 5:
if ((s = o.n()).done) {
- e.next = 16;
+ e.next = 16
break
}
- return c = s.value, l = i.get(c), e.next = 10, r.apply(null, [l, c].concat(_toConsumableArray(a)));
+ return c = s.value, l = i.get(c), e.next = 10, r.apply(null, [l, c].concat(_toConsumableArray(a)))
case 10:
if (u = e.sent, c !== t) {
- e.next = 13;
+ e.next = 13
break
}
- return e.abrupt("return", u);
+ return e.abrupt('return', u)
case 13:
- t = Object(_utils_util__WEBPACK_IMPORTED_MODULE_4__["f"])(t, c, u);
+ t = Object(_utils_util__WEBPACK_IMPORTED_MODULE_4__['f'])(t, c, u)
case 14:
- e.next = 5;
- break;
+ e.next = 5
+ break
case 16:
- e.next = 21;
- break;
+ e.next = 21
+ break
case 18:
- e.prev = 18, e.t0 = e["catch"](3), o.e(e.t0);
+ e.prev = 18, e.t0 = e['catch'](3), o.e(e.t0)
case 21:
- return e.prev = 21, o.f(), e.finish(21);
+ return e.prev = 21, o.f(), e.finish(21)
case 24:
- return e.abrupt("return", t);
+ return e.abrupt('return', t)
case 25:
- case "end":
+ case 'end':
return e.stop()
}
}), e, null, [
@@ -11551,30 +11639,30 @@
return _executeNormalExpression = _asyncToGenerator(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.mark((function e(t, n) {
- var r;
+ var r
return G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
- e.t0 = t, e.next = "date" === e.t0 ? 3 : "time" === e.t0 ? 4 : "datetime" === e.t0 ? 5 : 6;
- break;
+ e.t0 = t, e.next = 'date' === e.t0 ? 3 : 'time' === e.t0 ? 4 : 'datetime' === e.t0 ? 5 : 6
+ break
case 3:
- return e.abrupt("return", moment__WEBPACK_IMPORTED_MODULE_1___default()().format("YYYY-MM-DD"));
+ return e.abrupt('return', moment__WEBPACK_IMPORTED_MODULE_1___default()().format('YYYY-MM-DD'))
case 4:
- return e.abrupt("return", moment__WEBPACK_IMPORTED_MODULE_1___default()().format("HH:mm:ss"));
+ return e.abrupt('return', moment__WEBPACK_IMPORTED_MODULE_1___default()().format('HH:mm:ss'))
case 5:
- return e.abrupt("return", moment__WEBPACK_IMPORTED_MODULE_1___default()().format(
- "YYYY-MM-DD HH:mm:ss"));
+ return e.abrupt('return', moment__WEBPACK_IMPORTED_MODULE_1___default()().format(
+ 'YYYY-MM-DD HH:mm:ss'))
case 6:
if (r = getUserInfoByExpression(t), null == r) {
- e.next = 9;
+ e.next = 9
break
}
- return e.abrupt("return", r);
+ return e.abrupt('return', r)
case 9:
- return e.abrupt("return", n);
+ return e.abrupt('return', n)
case 10:
- case "end":
+ case 'end':
return e.stop()
}
}), e)
@@ -11583,15 +11671,15 @@
function getUserInfoByExpression(e) {
var t = vue__WEBPACK_IMPORTED_MODULE_2___default.a.ls.get(_store_mutation_types__WEBPACK_IMPORTED_MODULE_3__[
- "h"]);
+ 'h'])
if (t) switch (e) {
- case "sysUserId":
- return t.id;
- case "sysUserCode":
- return t.username;
- case "sysUserName":
- return t.realname;
- case "sysOrgCode":
+ case 'sysUserId':
+ return t.id
+ case 'sysUserCode':
+ return t.username
+ case 'sysUserName':
+ return t.realname
+ case 'sysOrgCode':
return t.orgCode
}
return null
@@ -11605,18 +11693,18 @@
return _executeCustomExpression = _asyncToGenerator(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.mark((function _callee7(expression, origin) {
- var fn;
+ var fn
return G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.wrap((function _callee7$(_context7) {
while (1) switch (_context7.prev = _context7.next) {
case 0:
- return fn = eval("(function (".concat(ceJoin, "){ return ").concat(expression, " })")), _context7.prev =
- 1, _context7.abrupt("return", fn.apply(null, $CE$));
+ return fn = eval('(function ('.concat(ceJoin, '){ return ').concat(expression, ' })')), _context7.prev =
+ 1, _context7.abrupt('return', fn.apply(null, $CE$))
case 5:
- return _context7.prev = 5, _context7.t0 = _context7["catch"](1), logError(_context7.t0), _context7
- .abrupt("return", origin);
+ return _context7.prev = 5, _context7.t0 = _context7['catch'](1), logError(_context7.t0), _context7
+ .abrupt('return', origin)
case 9:
- case "end":
+ case 'end':
return _context7.stop()
}
}), _callee7, null, [
@@ -11633,244 +11721,251 @@
return _executeFillRuleExpression = _asyncToGenerator(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.mark((function e(t, n, r) {
- var a, i, o, s, c, l;
+ var a, i, o, s, c, l
return G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
- return a = "/sys/fillRule/executeRuleByCode/".concat(t), i = {}, "function" === typeof r && (i = r()),
- e.next = 5, Object(_api_manage__WEBPACK_IMPORTED_MODULE_5__["e"])(a, i, "PUT");
+ return a = '/sys/fillRule/executeRuleByCode/'.concat(t), i = {}, 'function' === typeof r && (i = r()),
+ e.next = 5, Object(_api_manage__WEBPACK_IMPORTED_MODULE_5__['e'])(a, i, 'PUT')
case 5:
if (o = e.sent, s = o.success, c = o.message, l = o.result, !s) {
- e.next = 13;
+ e.next = 13
break
}
- return e.abrupt("return", l);
+ return e.abrupt('return', l)
case 13:
- return logError("填值规则(".concat(t, ")执行失败:").concat(c)), e.abrupt("return", n);
+ return logError('填值规则('.concat(t, ')执行失败:').concat(c)), e.abrupt('return', n)
case 15:
- case "end":
+ case 'end':
return e.stop()
}
}), e)
}))), _executeFillRuleExpression.apply(this, arguments)
}
- function logWarn(e) {}
+ function logWarn(e) {
+ }
- function logError(e) {}
+ function logError(e) {
+ }
},
2554: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n) {
- var r = e + " ";
+ var r = e + ' '
switch (n) {
- case "ss":
- return r += 1 === e ? "sekunda" : 2 === e || 3 === e || 4 === e ? "sekunde" : "sekundi", r;
- case "m":
- return t ? "jedna minuta" : "jedne minute";
- case "mm":
- return r += 1 === e ? "minuta" : 2 === e || 3 === e || 4 === e ? "minute" : "minuta", r;
- case "h":
- return t ? "jedan sat" : "jednog sata";
- case "hh":
- return r += 1 === e ? "sat" : 2 === e || 3 === e || 4 === e ? "sata" : "sati", r;
- case "dd":
- return r += 1 === e ? "dan" : "dana", r;
- case "MM":
- return r += 1 === e ? "mjesec" : 2 === e || 3 === e || 4 === e ? "mjeseca" : "mjeseci", r;
- case "yy":
- return r += 1 === e ? "godina" : 2 === e || 3 === e || 4 === e ? "godine" : "godina", r
+ case 'ss':
+ return r += 1 === e ? 'sekunda' : 2 === e || 3 === e || 4 === e ? 'sekunde' : 'sekundi', r
+ case 'm':
+ return t ? 'jedna minuta' : 'jedne minute'
+ case 'mm':
+ return r += 1 === e ? 'minuta' : 2 === e || 3 === e || 4 === e ? 'minute' : 'minuta', r
+ case 'h':
+ return t ? 'jedan sat' : 'jednog sata'
+ case 'hh':
+ return r += 1 === e ? 'sat' : 2 === e || 3 === e || 4 === e ? 'sata' : 'sati', r
+ case 'dd':
+ return r += 1 === e ? 'dan' : 'dana', r
+ case 'MM':
+ return r += 1 === e ? 'mjesec' : 2 === e || 3 === e || 4 === e ? 'mjeseca' : 'mjeseci', r
+ case 'yy':
+ return r += 1 === e ? 'godina' : 2 === e || 3 === e || 4 === e ? 'godine' : 'godina', r
}
}
- var n = e.defineLocale("bs", {
- months: "januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),
- monthsShort: "jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),
+
+ var n = e.defineLocale('bs', {
+ months: 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split('_'),
+ monthsShort: 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split('_'),
monthsParseExact: !0,
- weekdays: "nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),
- weekdaysShort: "ned._pon._uto._sri._čet._pet._sub.".split("_"),
- weekdaysMin: "ne_po_ut_sr_če_pe_su".split("_"),
+ weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),
+ weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),
+ weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY H:mm",
- LLLL: "dddd, D. MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY H:mm',
+ LLLL: 'dddd, D. MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[danas u] LT",
- nextDay: "[sutra u] LT",
+ sameDay: '[danas u] LT',
+ nextDay: '[sutra u] LT',
nextWeek: function() {
switch (this.day()) {
case 0:
- return "[u] [nedjelju] [u] LT";
+ return '[u] [nedjelju] [u] LT'
case 3:
- return "[u] [srijedu] [u] LT";
+ return '[u] [srijedu] [u] LT'
case 6:
- return "[u] [subotu] [u] LT";
+ return '[u] [subotu] [u] LT'
case 1:
case 2:
case 4:
case 5:
- return "[u] dddd [u] LT"
+ return '[u] dddd [u] LT'
}
},
- lastDay: "[jučer u] LT",
+ lastDay: '[jučer u] LT',
lastWeek: function() {
switch (this.day()) {
case 0:
case 3:
- return "[prošlu] dddd [u] LT";
+ return '[prošlu] dddd [u] LT'
case 6:
- return "[prošle] [subote] [u] LT";
+ return '[prošle] [subote] [u] LT'
case 1:
case 2:
case 4:
case 5:
- return "[prošli] dddd [u] LT"
+ return '[prošli] dddd [u] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "za %s",
- past: "prije %s",
- s: "par sekundi",
+ future: 'za %s',
+ past: 'prije %s',
+ s: 'par sekundi',
ss: t,
m: t,
mm: t,
h: t,
hh: t,
- d: "dan",
+ d: 'dan',
dd: t,
- M: "mjesec",
+ M: 'mjesec',
MM: t,
- y: "godinu",
+ y: 'godinu',
yy: t
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
- "25c0": function(e, t, n) {
- "use strict";
- var r = n("22e5"),
- a = n.n(r);
+ '25c0': function(e, t, n) {
+ 'use strict'
+ var r = n('22e5'),
+ a = n.n(r)
a.a
},
- "25eb": function(e, t) {
+ '25eb': function(e, t) {
e.exports = function(e) {
- if (void 0 == e) throw TypeError("Can't call method on " + e);
+ if (void 0 == e) throw TypeError('Can\'t call method on ' + e)
return e
}
},
- "261e": function(e, t, n) {
- "use strict";
- var r = n("92fa"),
+ '261e': function(e, t, n) {
+ 'use strict'
+ var r = n('92fa'),
a = n.n(r),
- i = n("41b2"),
+ i = n('41b2'),
o = n.n(i),
- s = n("6042"),
+ s = n('6042'),
c = n.n(s),
- l = n("4d26"),
+ l = n('4d26'),
u = n.n(l),
- d = n("0c63"),
- h = n("0464"),
- f = n("4d91"),
+ d = n('0c63'),
+ h = n('0464'),
+ f = n('4d91'),
m = {
- prefixCls: f["a"].string,
- inputPrefixCls: f["a"].string,
- defaultValue: f["a"].oneOfType([f["a"].string, f["a"].number]),
- value: f["a"].oneOfType([f["a"].string, f["a"].number]),
+ prefixCls: f['a'].string,
+ inputPrefixCls: f['a'].string,
+ defaultValue: f['a'].oneOfType([f['a'].string, f['a'].number]),
+ value: f['a'].oneOfType([f['a'].string, f['a'].number]),
placeholder: [String, Number],
type: {
- default: "text",
+ default: 'text',
type: String
},
name: String,
- size: f["a"].oneOf(["small", "large", "default"]),
- disabled: f["a"].bool,
- readOnly: f["a"].bool,
- addonBefore: f["a"].any,
- addonAfter: f["a"].any,
- prefix: f["a"].any,
- suffix: f["a"].any,
+ size: f['a'].oneOf(['small', 'large', 'default']),
+ disabled: f['a'].bool,
+ readOnly: f['a'].bool,
+ addonBefore: f['a'].any,
+ addonAfter: f['a'].any,
+ prefix: f['a'].any,
+ suffix: f['a'].any,
autoFocus: Boolean,
allowClear: Boolean,
lazy: {
default: !0,
type: Boolean
},
- maxLength: f["a"].number,
- loading: f["a"].bool,
- className: f["a"].string
+ maxLength: f['a'].number,
+ loading: f['a'].bool,
+ className: f['a'].string
},
- p = n("daa3"),
- _ = n("4df5");
+ p = n('daa3'),
+ _ = n('4df5')
- function v() {}
+ function v() {
+ }
function b(e) {
- return "undefined" === typeof e || null === e ? "" : e
+ return 'undefined' === typeof e || null === e ? '' : e
}
function y(e, t, n) {
if (n) {
- var r = t;
- if ("click" === t.type) {
- Object.defineProperty(r, "target", {
+ var r = t
+ if ('click' === t.type) {
+ Object.defineProperty(r, 'target', {
writable: !0
- }), Object.defineProperty(r, "currentTarget", {
+ }), Object.defineProperty(r, 'currentTarget', {
writable: !0
- }), r.target = e, r.currentTarget = e;
- var a = e.value;
- return e.value = "", n(r), void(e.value = a)
+ }), r.target = e, r.currentTarget = e
+ var a = e.value
+ return e.value = '', n(r), void (e.value = a)
}
n(r)
}
}
function g(e, t, n) {
- var r;
- return u()(e, (r = {}, c()(r, e + "-sm", "small" === t), c()(r, e + "-lg", "large" === t), c()(r, e +
- "-disabled", n), r))
+ var r
+ return u()(e, (r = {}, c()(r, e + '-sm', 'small' === t), c()(r, e + '-lg', 'large' === t), c()(r, e +
+ '-disabled', n), r))
}
- o()({}, m);
- var M = n("7b05");
+
+ o()({}, m)
+ var M = n('7b05')
function w(e) {
- return !!(Object(p["f"])(e, "prefix") || Object(p["f"])(e, "suffix") || e.$props.allowClear)
+ return !!(Object(p['f'])(e, 'prefix') || Object(p['f'])(e, 'suffix') || e.$props.allowClear)
}
- var L = ["text", "input"],
+
+ var L = ['text', 'input'],
O = {
props: {
- prefixCls: f["a"].string,
- inputType: f["a"].oneOf(L),
- value: f["a"].any,
- defaultValue: f["a"].any,
- allowClear: f["a"].bool,
- element: f["a"].any,
- handleReset: f["a"].func,
- disabled: f["a"].bool,
- size: f["a"].oneOf(["small", "large", "default"]),
- suffix: f["a"].any,
- prefix: f["a"].any,
- addonBefore: f["a"].any,
- addonAfter: f["a"].any,
- className: f["a"].string,
- readOnly: f["a"].bool
+ prefixCls: f['a'].string,
+ inputType: f['a'].oneOf(L),
+ value: f['a'].any,
+ defaultValue: f['a'].any,
+ allowClear: f['a'].bool,
+ element: f['a'].any,
+ handleReset: f['a'].func,
+ disabled: f['a'].bool,
+ size: f['a'].oneOf(['small', 'large', 'default']),
+ suffix: f['a'].any,
+ prefix: f['a'].any,
+ addonBefore: f['a'].any,
+ addonAfter: f['a'].any,
+ className: f['a'].string,
+ readOnly: f['a'].bool
},
methods: {
renderClearIcon: function(e) {
@@ -11881,14 +11976,14 @@
i = n.disabled,
o = n.readOnly,
s = n.inputType,
- c = n.handleReset;
- if (!r || i || o || void 0 === a || null === a || "" === a) return null;
- var l = s === L[0] ? e + "-textarea-clear-icon" : e + "-clear-icon";
- return t(d["a"], {
+ c = n.handleReset
+ if (!r || i || o || void 0 === a || null === a || '' === a) return null
+ var l = s === L[0] ? e + '-textarea-clear-icon' : e + '-clear-icon'
+ return t(d['a'], {
attrs: {
- type: "close-circle",
- theme: "filled",
- role: "button"
+ type: 'close-circle',
+ theme: 'filled',
+ role: 'button'
},
on: {
click: c
@@ -11900,30 +11995,30 @@
var t = this.$createElement,
n = this.$props,
r = n.suffix,
- a = n.allowClear;
- return r || a ? t("span", {
- class: e + "-suffix"
+ a = n.allowClear
+ return r || a ? t('span', {
+ class: e + '-suffix'
}, [this.renderClearIcon(e), r]) : null
},
renderLabeledIcon: function(e, t) {
var n, r = this.$createElement,
a = this.$props,
- i = this.renderSuffix(e);
- if (!w(this)) return Object(M["a"])(t, {
+ i = this.renderSuffix(e)
+ if (!w(this)) return Object(M['a'])(t, {
props: {
value: a.value
}
- });
- var o = a.prefix ? r("span", {
- class: e + "-prefix"
+ })
+ var o = a.prefix ? r('span', {
+ class: e + '-prefix'
}, [a.prefix]) : null,
- s = u()(a.className, e + "-affix-wrapper", (n = {}, c()(n, e + "-affix-wrapper-sm", "small" === a.size),
- c()(n, e + "-affix-wrapper-lg", "large" === a.size), c()(n, e + "-affix-wrapper-input-with-clear-btn",
- a.suffix && a.allowClear && this.$props.value), n));
- return r("span", {
+ s = u()(a.className, e + '-affix-wrapper', (n = {}, c()(n, e + '-affix-wrapper-sm', 'small' === a.size),
+ c()(n, e + '-affix-wrapper-lg', 'large' === a.size), c()(n, e + '-affix-wrapper-input-with-clear-btn',
+ a.suffix && a.allowClear && this.$props.value), n))
+ return r('span', {
class: s,
style: a.style
- }, [o, Object(M["a"])(t, {
+ }, [o, Object(M['a'])(t, {
style: null,
props: {
value: a.value
@@ -11938,25 +12033,25 @@
o = a.addonAfter,
s = a.style,
l = a.size,
- d = a.className;
- if (!i && !o) return t;
- var h = e + "-group",
- f = h + "-addon",
- m = i ? r("span", {
+ d = a.className
+ if (!i && !o) return t
+ var h = e + '-group',
+ f = h + '-addon',
+ m = i ? r('span', {
class: f
}, [i]) : null,
- p = o ? r("span", {
+ p = o ? r('span', {
class: f
}, [o]) : null,
- _ = u()(e + "-wrapper", c()({}, h, i || o)),
- v = u()(d, e + "-group-wrapper", (n = {}, c()(n, e + "-group-wrapper-sm", "small" === l), c()(n, e +
- "-group-wrapper-lg", "large" === l), n));
- return r("span", {
+ _ = u()(e + '-wrapper', c()({}, h, i || o)),
+ v = u()(d, e + '-group-wrapper', (n = {}, c()(n, e + '-group-wrapper-sm', 'small' === l), c()(n, e +
+ '-group-wrapper-lg', 'large' === l), n))
+ return r('span', {
class: v,
style: s
- }, [r("span", {
+ }, [r('span', {
class: _
- }, [m, Object(M["a"])(t, {
+ }, [m, Object(M['a'])(t, {
style: null
}), p])])
},
@@ -11966,17 +12061,17 @@
a = r.value,
i = r.allowClear,
o = r.className,
- s = r.style;
- if (!i) return Object(M["a"])(t, {
+ s = r.style
+ if (!i) return Object(M['a'])(t, {
props: {
value: a
}
- });
- var c = u()(o, e + "-affix-wrapper", e + "-affix-wrapper-textarea-with-clear-btn");
- return n("span", {
+ })
+ var c = u()(o, e + '-affix-wrapper', e + '-affix-wrapper-textarea-with-clear-btn')
+ return n('span', {
class: c,
style: s
- }, [Object(M["a"])(t, {
+ }, [Object(M['a'])(t, {
style: null,
props: {
value: a
@@ -11987,7 +12082,7 @@
var e = this.$props,
t = e.prefixCls,
n = e.inputType,
- r = e.element;
+ r = e.element
return n === L[0] ? this.renderTextAreaWithClearIcon(t, r) : this.renderInputWithLabel(t, this.renderLabeledIcon(
t, r))
}
@@ -11997,9 +12092,9 @@
}
},
S = O,
- k = n("6dd8"),
+ k = n('6dd8'),
C = {
- name: "ResizeObserver",
+ name: 'ResizeObserver',
props: {
disabled: Boolean
},
@@ -12020,13 +12115,13 @@
},
methods: {
onComponentUpdated: function() {
- var e = this.$props.disabled;
- if (e) this.destroyObserver();
+ var e = this.$props.disabled
+ if (e) this.destroyObserver()
else {
var t = this.$el,
- n = t !== this.currentElement;
+ n = t !== this.currentElement
n && (this.destroyObserver(), this.currentElement = t), !this.resizeObserver && t && (this.resizeObserver =
- new k["a"](this.onResize), this.resizeObserver.observe(t))
+ new k['a'](this.onResize), this.resizeObserver.observe(t))
}
},
onResize: function(e) {
@@ -12035,13 +12130,13 @@
r = n.width,
a = n.height,
i = Math.floor(r),
- o = Math.floor(a);
+ o = Math.floor(a)
if (this.width !== i || this.height !== o) {
var s = {
width: i,
height: o
- };
- this.width = i, this.height = o, this.$emit("resize", s)
+ }
+ this.width = i, this.height = o, this.$emit('resize', s)
}
},
destroyObserver: function() {
@@ -12049,81 +12144,82 @@
}
},
render: function() {
- return this.$slots["default"][0]
+ return this.$slots['default'][0]
}
},
T = C,
x =
- "\n min-height:0 !important;\n max-height:none !important;\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important\n",
- z = ["letter-spacing", "line-height", "padding-top", "padding-bottom", "font-family", "font-weight",
- "font-size", "font-variant", "text-rendering", "text-transform", "width", "text-indent", "padding-left",
- "padding-right", "border-width", "box-sizing"
+ '\n min-height:0 !important;\n max-height:none !important;\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important\n',
+ z = ['letter-spacing', 'line-height', 'padding-top', 'padding-bottom', 'font-family', 'font-weight',
+ 'font-size', 'font-variant', 'text-rendering', 'text-transform', 'width', 'text-indent', 'padding-left',
+ 'padding-right', 'border-width', 'box-sizing'
],
D = {},
- j = void 0;
+ j = void 0
function H(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],
- n = e.getAttribute("id") || e.getAttribute("data-reactid") || e.getAttribute("name");
- if (t && D[n]) return D[n];
+ n = e.getAttribute('id') || e.getAttribute('data-reactid') || e.getAttribute('name')
+ if (t && D[n]) return D[n]
var r = window.getComputedStyle(e),
- a = r.getPropertyValue("box-sizing") || r.getPropertyValue("-moz-box-sizing") || r.getPropertyValue(
- "-webkit-box-sizing"),
- i = parseFloat(r.getPropertyValue("padding-bottom")) + parseFloat(r.getPropertyValue("padding-top")),
- o = parseFloat(r.getPropertyValue("border-bottom-width")) + parseFloat(r.getPropertyValue("border-top-width")),
+ a = r.getPropertyValue('box-sizing') || r.getPropertyValue('-moz-box-sizing') || r.getPropertyValue(
+ '-webkit-box-sizing'),
+ i = parseFloat(r.getPropertyValue('padding-bottom')) + parseFloat(r.getPropertyValue('padding-top')),
+ o = parseFloat(r.getPropertyValue('border-bottom-width')) + parseFloat(r.getPropertyValue('border-top-width')),
s = z.map((function(e) {
- return e + ":" + r.getPropertyValue(e)
- })).join(";"),
+ return e + ':' + r.getPropertyValue(e)
+ })).join(';'),
c = {
sizingStyle: s,
paddingSize: i,
borderSize: o,
boxSizing: a
- };
+ }
return t && n && (D[n] = c), c
}
function E(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],
n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : null,
- r = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : null;
- j || (j = document.createElement("textarea"), document.body.appendChild(j)), e.getAttribute("wrap") ? j.setAttribute(
- "wrap", e.getAttribute("wrap")) : j.removeAttribute("wrap");
+ r = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : null
+ j || (j = document.createElement('textarea'), document.body.appendChild(j)), e.getAttribute('wrap') ? j.setAttribute(
+ 'wrap', e.getAttribute('wrap')) : j.removeAttribute('wrap')
var a = H(e, t),
i = a.paddingSize,
o = a.borderSize,
s = a.boxSizing,
- c = a.sizingStyle;
- j.setAttribute("style", c + ";" + x), j.value = e.value || e.placeholder || "";
+ c = a.sizingStyle
+ j.setAttribute('style', c + ';' + x), j.value = e.value || e.placeholder || ''
var l = Number.MIN_SAFE_INTEGER,
u = Number.MAX_SAFE_INTEGER,
d = j.scrollHeight,
- h = void 0;
- if ("border-box" === s ? d += o : "content-box" === s && (d -= i), null !== n || null !== r) {
- j.value = " ";
- var f = j.scrollHeight - i;
- null !== n && (l = f * n, "border-box" === s && (l = l + i + o), d = Math.max(l, d)), null !== r && (u = f *
- r, "border-box" === s && (u = u + i + o), h = d > u ? "" : "hidden", d = Math.min(u, d))
+ h = void 0
+ if ('border-box' === s ? d += o : 'content-box' === s && (d -= i), null !== n || null !== r) {
+ j.value = ' '
+ var f = j.scrollHeight - i
+ null !== n && (l = f * n, 'border-box' === s && (l = l + i + o), d = Math.max(l, d)), null !== r && (u = f *
+ r, 'border-box' === s && (u = u + i + o), h = d > u ? '' : 'hidden', d = Math.min(u, d))
}
return {
- height: d + "px",
- minHeight: l + "px",
- maxHeight: u + "px",
+ height: d + 'px',
+ minHeight: l + 'px',
+ maxHeight: u + 'px',
overflowY: h
}
}
- var P = n("b6bb"),
- A = n("6a21"),
- Y = n("b488"),
+
+ var P = n('b6bb'),
+ A = n('6a21'),
+ Y = n('b488'),
V = 0,
I = 1,
R = 2,
F = o()({}, m, {
- autosize: f["a"].oneOfType([Object, Boolean]),
- autoSize: f["a"].oneOfType([Object, Boolean])
+ autosize: f['a'].oneOfType([Object, Boolean]),
+ autoSize: f['a'].oneOfType([Object, Boolean])
}),
$ = {
- name: "ResizableTextArea",
+ name: 'ResizableTextArea',
props: F,
data: function() {
return {
@@ -12131,19 +12227,19 @@
resizeStatus: V
}
},
- mixins: [Y["a"]],
+ mixins: [Y['a']],
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.resizeTextarea()
}))
},
beforeDestroy: function() {
- P["a"].cancel(this.nextFrameActionId), P["a"].cancel(this.resizeFrameId)
+ P['a'].cancel(this.nextFrameActionId), P['a'].cancel(this.resizeFrameId)
},
watch: {
value: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.resizeTextarea()
}))
@@ -12152,28 +12248,28 @@
methods: {
handleResize: function(e) {
var t = this.$data.resizeStatus,
- n = this.$props.autoSize;
- t === V && (this.$emit("resize", e), n && this.resizeOnNextFrame())
+ n = this.$props.autoSize
+ t === V && (this.$emit('resize', e), n && this.resizeOnNextFrame())
},
resizeOnNextFrame: function() {
- P["a"].cancel(this.nextFrameActionId), this.nextFrameActionId = Object(P["a"])(this.resizeTextarea)
+ P['a'].cancel(this.nextFrameActionId), this.nextFrameActionId = Object(P['a'])(this.resizeTextarea)
},
resizeTextarea: function() {
var e = this,
- t = this.$props.autoSize || this.$props.autosize;
+ t = this.$props.autoSize || this.$props.autosize
if (t && this.$refs.textArea) {
var n = t.minRows,
r = t.maxRows,
- a = E(this.$refs.textArea, !1, n, r);
+ a = E(this.$refs.textArea, !1, n, r)
this.setState({
textareaStyles: a,
resizeStatus: I
}, (function() {
- P["a"].cancel(e.resizeFrameId), e.resizeFrameId = Object(P["a"])((function() {
+ P['a'].cancel(e.resizeFrameId), e.resizeFrameId = Object(P['a'])((function() {
e.setState({
resizeStatus: R
}, (function() {
- e.resizeFrameId = Object(P["a"])((function() {
+ e.resizeFrameId = Object(P['a'])((function() {
e.setState({
resizeStatus: V
}), e.fixFirefoxAutoScroll()
@@ -12187,42 +12283,43 @@
try {
if (document.activeElement === this.$refs.textArea) {
var e = this.$refs.textArea.selectionStart,
- t = this.$refs.textArea.selectionEnd;
+ t = this.$refs.textArea.selectionEnd
this.$refs.textArea.setSelectionRange(e, t)
}
- } catch (n) {}
+ } catch (n) {
+ }
},
renderTextArea: function() {
var e = this.$createElement,
- t = Object(p["k"])(this),
+ t = Object(p['k'])(this),
n = t.prefixCls,
r = t.autoSize,
i = t.autosize,
s = t.disabled,
l = this.$data,
d = l.textareaStyles,
- f = l.resizeStatus;
- Object(A["a"])(void 0 === i, "Input.TextArea", "autosize is deprecated, please use autoSize instead.");
- var m = Object(h["a"])(t, ["prefixCls", "autoSize", "autosize", "defaultValue", "allowClear", "type",
- "lazy", "value"
+ f = l.resizeStatus
+ Object(A['a'])(void 0 === i, 'Input.TextArea', 'autosize is deprecated, please use autoSize instead.')
+ var m = Object(h['a'])(t, ['prefixCls', 'autoSize', 'autosize', 'defaultValue', 'allowClear', 'type',
+ 'lazy', 'value'
]),
- _ = u()(n, c()({}, n + "-disabled", s)),
- v = {};
- "value" in t && (v.value = t.value || "");
+ _ = u()(n, c()({}, n + '-disabled', s)),
+ v = {}
+ 'value' in t && (v.value = t.value || '')
var b = o()({}, d, f === I ? {
- overflowX: "hidden",
- overflowY: "hidden"
+ overflowX: 'hidden',
+ overflowY: 'hidden'
} : null),
y = {
attrs: m,
domProps: v,
style: b,
class: _,
- on: Object(h["a"])(Object(p["j"])(this), "pressEnter"),
+ on: Object(h['a'])(Object(p['j'])(this), 'pressEnter'),
directives: [{
- name: "ant-input"
+ name: 'ant-input'
}]
- };
+ }
return e(T, {
on: {
resize: this.handleResize
@@ -12230,8 +12327,8 @@
attrs: {
disabled: !(r || i)
}
- }, [e("textarea", a()([y, {
- ref: "textArea"
+ }, [e('textarea', a()([y, {
+ ref: 'textArea'
}]))])
}
},
@@ -12241,28 +12338,28 @@
},
N = $,
B = o()({}, m, {
- autosize: f["a"].oneOfType([Object, Boolean]),
- autoSize: f["a"].oneOfType([Object, Boolean])
+ autosize: f['a'].oneOfType([Object, Boolean]),
+ autoSize: f['a'].oneOfType([Object, Boolean])
}),
- K = t["a"] = {
- name: "ATextarea",
+ K = t['a'] = {
+ name: 'ATextarea',
inheritAttrs: !1,
model: {
- prop: "value",
- event: "change.value"
+ prop: 'value',
+ event: 'change.value'
},
props: o()({}, B),
inject: {
configProvider: {
default: function() {
- return _["a"]
+ return _['a']
}
}
},
data: function() {
- var e = "undefined" === typeof this.value ? this.defaultValue : this.value;
+ var e = 'undefined' === typeof this.value ? this.defaultValue : this.value
return {
- stateValue: "undefined" === typeof e ? "" : e
+ stateValue: 'undefined' === typeof e ? '' : e
}
},
computed: {},
@@ -12272,22 +12369,22 @@
}
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.autoFocus && e.focus()
}))
},
methods: {
setValue: function(e, t) {
- Object(p["b"])(this, "value") || (this.stateValue = e, this.$nextTick((function() {
+ Object(p['b'])(this, 'value') || (this.stateValue = e, this.$nextTick((function() {
t && t()
})))
},
handleKeyDown: function(e) {
- 13 === e.keyCode && this.$emit("pressEnter", e), this.$emit("keydown", e)
+ 13 === e.keyCode && this.$emit('pressEnter', e), this.$emit('keydown', e)
},
onChange: function(e) {
- this.$emit("change.value", e.target.value), this.$emit("change", e), this.$emit("input", e)
+ this.$emit('change.value', e.target.value), this.$emit('change', e), this.$emit('input', e)
},
handleChange: function(e) {
var t = this,
@@ -12305,26 +12402,26 @@
this.$refs.resizableTextArea.$refs.textArea.blur()
},
handleReset: function(e) {
- var t = this;
- this.setValue("", (function() {
+ var t = this
+ this.setValue('', (function() {
t.$refs.resizableTextArea.renderTextArea(), t.focus()
})), y(this.$refs.resizableTextArea.$refs.textArea, e, this.onChange)
},
renderTextArea: function(e) {
var t = this.$createElement,
- n = Object(p["k"])(this),
+ n = Object(p['k'])(this),
r = {
props: o()({}, n, {
prefixCls: e
}),
- on: o()({}, Object(p["j"])(this), {
+ on: o()({}, Object(p['j'])(this), {
input: this.handleChange,
keydown: this.handleKeyDown
}),
attrs: this.$attrs
- };
+ }
return t(N, a()([r, {
- ref: "resizableTextArea"
+ ref: 'resizableTextArea'
}]))
}
},
@@ -12333,88 +12430,88 @@
t = this.stateValue,
n = this.prefixCls,
r = this.configProvider.getPrefixCls,
- a = r("input", n),
+ a = r('input', n),
i = {
- props: o()({}, Object(p["k"])(this), {
+ props: o()({}, Object(p['k'])(this), {
prefixCls: a,
- inputType: "text",
+ inputType: 'text',
value: b(t),
element: this.renderTextArea(a),
handleReset: this.handleReset
}),
- on: Object(p["j"])(this)
- };
+ on: Object(p['j'])(this)
+ }
return e(S, i)
}
}
},
- "26bb": function(e, t, n) {
- "use strict";
- n.r(t);
+ '26bb': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
staticStyle: {
- top: "5%",
- height: "90%"
+ top: '5%',
+ height: '90%'
},
attrs: {
- title: "从数据库导入表单",
+ title: '从数据库导入表单',
width: e.modalWidth,
visible: e.visible,
confirmLoading: e.confirmLoading,
- cancelText: "关闭",
- wrapClassName: "ant-modal-cust-warp"
+ cancelText: '关闭',
+ wrapClassName: 'ant-modal-cust-warp'
},
on: {
cancel: e.handleCancel
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), n("a-button", {
+ }, [e._v('关闭')]), n('a-button', {
attrs: {
- type: "primary",
- icon: "swap",
+ type: 'primary',
+ icon: 'swap',
loading: e.btnLoading
},
on: {
click: e.handleTrans
}
- }, [e._v("生成表单")])], 1), n("div", {
- staticClass: "table-page-search-wrapper",
+ }, [e._v('生成表单')])], 1), n('div', {
+ staticClass: 'table-page-search-wrapper',
staticStyle: {
- "padding-bottom": "0",
- "margin-bottom": "0"
+ 'padding-bottom': '0',
+ 'margin-bottom': '0'
}
- }, [n("a-form", {
+ }, [n('a-form', {
attrs: {
- layout: "inline"
+ layout: 'inline'
}
- }, [n("a-row", {
+ }, [n('a-row', {
attrs: {
gutter: 24
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- "padding-bottom": "0",
- "margin-bottom": "0"
+ 'padding-bottom': '0',
+ 'margin-bottom': '0'
},
attrs: {
- label: "表名"
+ label: '表名'
}
- }, [n("a-input", {
+ }, [n('a-input', {
attrs: {
- placeholder: "请输入表名按回车查询"
+ placeholder: '请输入表名按回车查询'
},
on: {
pressEnter: e.searchFilter
@@ -12424,48 +12521,48 @@
callback: function(t) {
e.filterId = t
},
- expression: "filterId"
+ expression: 'filterId'
}
- })], 1)], 1)], 1)], 1)], 1), n("div", {
- staticClass: "ant-alert ant-alert-info",
+ })], 1)], 1)], 1)], 1)], 1), n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- margin: "5px 0",
- height: "30px",
- padding: "6px 10px",
- "font-size": "12px"
+ margin: '5px 0',
+ height: '30px',
+ padding: '6px 10px',
+ 'font-size': '12px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v("已选择 "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v('已选择 '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v(e._s(e.selectedRowKeys.length))]), e._v("项 \n "), n("a", {
+ }, [e._v(e._s(e.selectedRowKeys.length))]), e._v('项 \n '), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")])]), n("div", {
+ }, [e._v('清空')])]), n('div', {
staticStyle: {
- margin: "5px"
+ margin: '5px'
}
- }, [e._v("\n 注:导入表会排除配置前缀表\n "), n("a", {
+ }, [e._v('\n 注:导入表会排除配置前缀表\n '), n('a', {
attrs: {
- href: "http://doc.jeecg.com/1898410",
- target: "_blank"
+ href: 'http://doc.jeecg.com/1898410',
+ target: '_blank'
}
- }, [e._v(" 参考文档")])]), n("a-spin", {
+ }, [e._v(' 参考文档')])]), n('a-spin', {
attrs: {
spinning: e.confirmLoading
}
- }, [n("a-table", {
- ref: "table",
+ }, [n('a-table', {
+ ref: 'table',
attrs: {
- size: "small",
- bordered: "",
- rowKey: "id",
+ size: 'small',
+ bordered: '',
+ rowKey: 'id',
pagination: e.pagination,
columns: e.columns,
dataSource: e.dataSource,
@@ -12483,7 +12580,7 @@
})], 1)], 2)
},
a = [],
- i = n("0fea");
+ i = n('0fea')
function o(e) {
return u(e) || l(e) || c(e) || s()
@@ -12491,21 +12588,21 @@
function s() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function c(e, t) {
if (e) {
- if ("string" === typeof e) return d(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? d(e, t) : void 0
+ if ('string' === typeof e) return d(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? d(e, t) : void 0
}
}
function l(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function u(e) {
@@ -12513,55 +12610,56 @@
}
function d(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var h = {
- name: "TransDb2Online",
+ name: 'TransDb2Online',
data: function() {
return {
modalWidth: 500,
visible: !1,
- emptyText: "暂无数据",
+ emptyText: '暂无数据',
confirmLoading: !1,
btnLoading: !1,
- queryUrl: "/online/cgform/head/queryTables/",
- transUrl: "/online/cgform/head/transTables/",
+ queryUrl: '/online/cgform/head/queryTables/',
+ transUrl: '/online/cgform/head/transTables/',
metaSource: [],
dataSource: [],
- filterId: "",
+ filterId: '',
pagination: {
simple: !1,
current: 1,
pageSize: 10,
- pageSizeOptions: ["10", "30", "50"],
+ pageSizeOptions: ['10', '30', '50'],
showTotal: function(e, t) {
- return " 共" + e + "条"
+ return ' 共' + e + '条'
},
showSizeChanger: !0,
total: 0
},
columns: [{
- title: "#",
- dataIndex: "",
- key: "rowIndex",
+ title: '#',
+ dataIndex: '',
+ key: 'rowIndex',
width: 60,
- align: "center",
+ align: 'center',
customRender: function(e, t, n) {
return parseInt(n) + 1
}
}, {
- title: "表名",
- align: "left",
- dataIndex: "id"
+ title: '表名',
+ align: 'left',
+ dataIndex: 'id'
}],
selectedRowKeys: []
}
},
methods: {
show: function() {
- this.visible = !0, this.btnLoading = !1, this.filterId = "", this.emptyText = "暂无数据", this.selectedRowKeys = [],
+ this.visible = !0, this.btnLoading = !1, this.filterId = '', this.emptyText = '暂无数据', this.selectedRowKeys = [],
this.queryTables()
},
onSelectChange: function(e) {
@@ -12574,74 +12672,74 @@
this.selectedRowKeys = []
},
queryTables: function() {
- var e = this;
- this.confirmLoading = !0;
+ var e = this
+ this.confirmLoading = !0
var t = {
pageNo: this.pagination.current,
pageSize: this.pagination.pageSize,
tableName: this.filterId
- };
- Object(i["c"])(this.queryUrl, t).then((function(t) {
+ }
+ Object(i['c'])(this.queryUrl, t).then((function(t) {
e.confirmLoading = !1, t.success ? (e.dataSource = t.result, e.metaSource = o(t.result)) :
- "noadminauth" == t.message ? (e.$message.warning("非admin用户无权限操作!"), e.emptyText = "非admin用户无权限操作!") :
+ 'noadminauth' == t.message ? (e.$message.warning('非admin用户无权限操作!'), e.emptyText = '非admin用户无权限操作!') :
e.$message.warning(t.message)
}))
},
searchFilter: function() {
- var e = this;
+ var e = this
this.filterId ? this.dataSource = this.metaSource.filter((function(t) {
return t.id.indexOf(e.filterId) >= 0
})) : this.dataSource = o(this.metaSource)
},
searchReset: function() {
- this.filterId = "", this.searchFilter()
+ this.filterId = '', this.searchFilter()
},
handleCancel: function() {
this.visible = !1
},
handleSuccess: function() {
- this.visible = !1, this.$emit("ok")
+ this.visible = !1, this.$emit('ok')
},
handleTrans: function() {
- var e = this;
+ var e = this
if (this.selectedRowKeys && 0 != this.selectedRowKeys.length) {
- this.btnLoading = !0;
- var t = this.selectedRowKeys.join(",");
- Object(i["f"])(this.transUrl + t).then((function(t) {
+ this.btnLoading = !0
+ var t = this.selectedRowKeys.join(',')
+ Object(i['f'])(this.transUrl + t).then((function(t) {
e.btnLoading = !1, t.success ? (e.$message.success(t.message), e.handleSuccess()) : e.$message.warning(
t.message)
}))
- } else this.$message.warning("请选择一张表")
+ } else this.$message.warning('请选择一张表')
}
}
},
f = h,
- m = (n("bb8a"), n("2877")),
- p = Object(m["a"])(f, r, a, !1, null, "3af1af64", null);
- t["default"] = p.exports
+ m = (n('bb8a'), n('2877')),
+ p = Object(m['a'])(f, r, a, !1, null, '3af1af64', null)
+ t['default'] = p.exports
},
- "26f9": function(e, t, n) {
+ '26f9': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- ss: "sekundė_sekundžių_sekundes",
- m: "minutė_minutės_minutę",
- mm: "minutės_minučių_minutes",
- h: "valanda_valandos_valandą",
- hh: "valandos_valandų_valandas",
- d: "diena_dienos_dieną",
- dd: "dienos_dienų_dienas",
- M: "mėnuo_mėnesio_mėnesį",
- MM: "mėnesiai_mėnesių_mėnesius",
- y: "metai_metų_metus",
- yy: "metai_metų_metus"
- };
+ ss: 'sekundė_sekundžių_sekundes',
+ m: 'minutė_minutės_minutę',
+ mm: 'minutės_minučių_minutes',
+ h: 'valanda_valandos_valandą',
+ hh: 'valandos_valandų_valandas',
+ d: 'diena_dienos_dieną',
+ dd: 'dienos_dienų_dienas',
+ M: 'mėnuo_mėnesio_mėnesį',
+ MM: 'mėnesiai_mėnesių_mėnesius',
+ y: 'metai_metų_metus',
+ yy: 'metai_metų_metus'
+ }
function n(e, t, n, r) {
- return t ? "kelios sekundės" : r ? "kelių sekundžių" : "kelias sekundes"
+ return t ? 'kelios sekundės' : r ? 'kelių sekundžių' : 'kelias sekundes'
}
function r(e, t, n, r) {
@@ -12653,55 +12751,56 @@
}
function i(e) {
- return t[e].split("_")
+ return t[e].split('_')
}
function o(e, t, n, o) {
- var s = e + " ";
+ var s = e + ' '
return 1 === e ? s + r(e, t, n[0], o) : t ? s + (a(e) ? i(n)[1] : i(n)[0]) : o ? s + i(n)[1] : s + (a(e) ?
i(n)[1] : i(n)[2])
}
- var s = e.defineLocale("lt", {
+
+ var s = e.defineLocale('lt', {
months: {
- format: "sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio"
- .split("_"),
- standalone: "sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis"
- .split("_"),
+ format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'
+ .split('_'),
+ standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'
+ .split('_'),
isFormat: /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/
},
- monthsShort: "sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),
+ monthsShort: 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),
weekdays: {
- format: "sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),
- standalone: "sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split(
- "_"),
+ format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split('_'),
+ standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split(
+ '_'),
isFormat: /dddd HH:mm/
},
- weekdaysShort: "Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),
- weekdaysMin: "S_P_A_T_K_Pn_Š".split("_"),
+ weekdaysShort: 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),
+ weekdaysMin: 'S_P_A_T_K_Pn_Š'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY-MM-DD",
- LL: "YYYY [m.] MMMM D [d.]",
- LLL: "YYYY [m.] MMMM D [d.], HH:mm [val.]",
- LLLL: "YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",
- l: "YYYY-MM-DD",
- ll: "YYYY [m.] MMMM D [d.]",
- lll: "YYYY [m.] MMMM D [d.], HH:mm [val.]",
- llll: "YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY-MM-DD',
+ LL: 'YYYY [m.] MMMM D [d.]',
+ LLL: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',
+ LLLL: 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',
+ l: 'YYYY-MM-DD',
+ ll: 'YYYY [m.] MMMM D [d.]',
+ lll: 'YYYY [m.] MMMM D [d.], HH:mm [val.]',
+ llll: 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]'
},
calendar: {
- sameDay: "[Šiandien] LT",
- nextDay: "[Rytoj] LT",
- nextWeek: "dddd LT",
- lastDay: "[Vakar] LT",
- lastWeek: "[Praėjusį] dddd LT",
- sameElse: "L"
+ sameDay: '[Šiandien] LT',
+ nextDay: '[Rytoj] LT',
+ nextWeek: 'dddd LT',
+ lastDay: '[Vakar] LT',
+ lastWeek: '[Praėjusį] dddd LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "po %s",
- past: "prieš %s",
+ future: 'po %s',
+ past: 'prieš %s',
s: n,
ss: o,
m: r,
@@ -12717,111 +12816,114 @@
},
dayOfMonthOrdinalParse: /\d{1,2}-oji/,
ordinal: function(e) {
- return e + "-oji"
+ return e + '-oji'
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return s
}))
},
2877: function(e, t, n) {
- "use strict";
+ 'use strict'
function r(e, t, n, r, a, i, o, s) {
- var c, l = "function" === typeof e ? e.options : e;
+ var c, l = 'function' === typeof e ? e.options : e
if (t && (l.render = t, l.staticRenderFns = n, l._compiled = !0), r && (l.functional = !0), i && (l._scopeId =
- "data-v-" + i), o ? (c = function(e) {
+ 'data-v-' + i), o ? (c = function(e) {
e = e || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext,
- e || "undefined" === typeof __VUE_SSR_CONTEXT__ || (e = __VUE_SSR_CONTEXT__), a && a.call(this, e), e && e
+ e || 'undefined' === typeof __VUE_SSR_CONTEXT__ || (e = __VUE_SSR_CONTEXT__), a && a.call(this, e), e && e
._registeredComponents && e._registeredComponents.add(o)
}, l._ssrRegister = c) : a && (c = s ? function() {
a.call(this, (l.functional ? this.parent : this).$root.$options.shadowRoot)
} : a), c)
if (l.functional) {
- l._injectStyles = c;
- var u = l.render;
+ l._injectStyles = c
+ var u = l.render
l.render = function(e, t) {
return c.call(t), u(e, t)
}
} else {
- var d = l.beforeCreate;
+ var d = l.beforeCreate
l.beforeCreate = d ? [].concat(d, c) : [c]
- } return {
+ }
+ return {
exports: e,
options: l
}
}
- n.d(t, "a", (function() {
+
+ n.d(t, 'a', (function() {
return r
}))
},
- "28c9": function(e, t) {
+ '28c9': function(e, t) {
function n() {
this.__data__ = [], this.size = 0
}
+
e.exports = n
},
2921: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("vi", {
- months: "tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12"
- .split("_"),
- monthsShort: "Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split(
- "_"),
+ var t = e.defineLocale('vi', {
+ months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'
+ .split('_'),
+ monthsShort: 'Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12'.split(
+ '_'),
monthsParseExact: !0,
- weekdays: "chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),
- weekdaysShort: "CN_T2_T3_T4_T5_T6_T7".split("_"),
- weekdaysMin: "CN_T2_T3_T4_T5_T6_T7".split("_"),
+ weekdays: 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split('_'),
+ weekdaysShort: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),
+ weekdaysMin: 'CN_T2_T3_T4_T5_T6_T7'.split('_'),
weekdaysParseExact: !0,
meridiemParse: /sa|ch/i,
isPM: function(e) {
return /^ch$/i.test(e)
},
meridiem: function(e, t, n) {
- return e < 12 ? n ? "sa" : "SA" : n ? "ch" : "CH"
+ return e < 12 ? n ? 'sa' : 'SA' : n ? 'ch' : 'CH'
},
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM [năm] YYYY",
- LLL: "D MMMM [năm] YYYY HH:mm",
- LLLL: "dddd, D MMMM [năm] YYYY HH:mm",
- l: "DD/M/YYYY",
- ll: "D MMM YYYY",
- lll: "D MMM YYYY HH:mm",
- llll: "ddd, D MMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM [năm] YYYY',
+ LLL: 'D MMMM [năm] YYYY HH:mm',
+ LLLL: 'dddd, D MMMM [năm] YYYY HH:mm',
+ l: 'DD/M/YYYY',
+ ll: 'D MMM YYYY',
+ lll: 'D MMM YYYY HH:mm',
+ llll: 'ddd, D MMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Hôm nay lúc] LT",
- nextDay: "[Ngày mai lúc] LT",
- nextWeek: "dddd [tuần tới lúc] LT",
- lastDay: "[Hôm qua lúc] LT",
- lastWeek: "dddd [tuần trước lúc] LT",
- sameElse: "L"
+ sameDay: '[Hôm nay lúc] LT',
+ nextDay: '[Ngày mai lúc] LT',
+ nextWeek: 'dddd [tuần tới lúc] LT',
+ lastDay: '[Hôm qua lúc] LT',
+ lastWeek: 'dddd [tuần trước lúc] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s tới",
- past: "%s trước",
- s: "vài giây",
- ss: "%d giây",
- m: "một phút",
- mm: "%d phút",
- h: "một giờ",
- hh: "%d giờ",
- d: "một ngày",
- dd: "%d ngày",
- M: "một tháng",
- MM: "%d tháng",
- y: "một năm",
- yy: "%d năm"
+ future: '%s tới',
+ past: '%s trước',
+ s: 'vài giây',
+ ss: '%d giây',
+ m: 'một phút',
+ mm: '%d phút',
+ h: 'một giờ',
+ hh: '%d giờ',
+ d: 'một ngày',
+ dd: '%d ngày',
+ M: 'một tháng',
+ MM: '%d tháng',
+ y: 'một năm',
+ yy: '%d năm'
},
dayOfMonthOrdinalParse: /\d{1,2}/,
ordinal: function(e) {
@@ -12831,106 +12933,106 @@
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "293c": function(e, t, n) {
+ '293c': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
words: {
- ss: ["sekund", "sekunda", "sekundi"],
- m: ["jedan minut", "jednog minuta"],
- mm: ["minut", "minuta", "minuta"],
- h: ["jedan sat", "jednog sata"],
- hh: ["sat", "sata", "sati"],
- dd: ["dan", "dana", "dana"],
- MM: ["mjesec", "mjeseca", "mjeseci"],
- yy: ["godina", "godine", "godina"]
+ ss: ['sekund', 'sekunda', 'sekundi'],
+ m: ['jedan minut', 'jednog minuta'],
+ mm: ['minut', 'minuta', 'minuta'],
+ h: ['jedan sat', 'jednog sata'],
+ hh: ['sat', 'sata', 'sati'],
+ dd: ['dan', 'dana', 'dana'],
+ MM: ['mjesec', 'mjeseca', 'mjeseci'],
+ yy: ['godina', 'godine', 'godina']
},
correctGrammaticalCase: function(e, t) {
return 1 === e ? t[0] : e >= 2 && e <= 4 ? t[1] : t[2]
},
translate: function(e, n, r) {
- var a = t.words[r];
- return 1 === r.length ? n ? a[0] : a[1] : e + " " + t.correctGrammaticalCase(e, a)
+ var a = t.words[r]
+ return 1 === r.length ? n ? a[0] : a[1] : e + ' ' + t.correctGrammaticalCase(e, a)
}
},
- n = e.defineLocale("me", {
- months: "januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),
- monthsShort: "jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),
+ n = e.defineLocale('me', {
+ months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split('_'),
+ monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split('_'),
monthsParseExact: !0,
- weekdays: "nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),
- weekdaysShort: "ned._pon._uto._sri._čet._pet._sub.".split("_"),
- weekdaysMin: "ne_po_ut_sr_če_pe_su".split("_"),
+ weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),
+ weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),
+ weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY H:mm",
- LLLL: "dddd, D. MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY H:mm',
+ LLLL: 'dddd, D. MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[danas u] LT",
- nextDay: "[sjutra u] LT",
+ sameDay: '[danas u] LT',
+ nextDay: '[sjutra u] LT',
nextWeek: function() {
switch (this.day()) {
case 0:
- return "[u] [nedjelju] [u] LT";
+ return '[u] [nedjelju] [u] LT'
case 3:
- return "[u] [srijedu] [u] LT";
+ return '[u] [srijedu] [u] LT'
case 6:
- return "[u] [subotu] [u] LT";
+ return '[u] [subotu] [u] LT'
case 1:
case 2:
case 4:
case 5:
- return "[u] dddd [u] LT"
+ return '[u] dddd [u] LT'
}
},
- lastDay: "[juče u] LT",
+ lastDay: '[juče u] LT',
lastWeek: function() {
- var e = ["[prošle] [nedjelje] [u] LT", "[prošlog] [ponedjeljka] [u] LT", "[prošlog] [utorka] [u] LT",
- "[prošle] [srijede] [u] LT", "[prošlog] [četvrtka] [u] LT", "[prošlog] [petka] [u] LT",
- "[prošle] [subote] [u] LT"
- ];
+ var e = ['[prošle] [nedjelje] [u] LT', '[prošlog] [ponedjeljka] [u] LT', '[prošlog] [utorka] [u] LT',
+ '[prošle] [srijede] [u] LT', '[prošlog] [četvrtka] [u] LT', '[prošlog] [petka] [u] LT',
+ '[prošle] [subote] [u] LT'
+ ]
return e[this.day()]
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "za %s",
- past: "prije %s",
- s: "nekoliko sekundi",
+ future: 'za %s',
+ past: 'prije %s',
+ s: 'nekoliko sekundi',
ss: t.translate,
m: t.translate,
mm: t.translate,
h: t.translate,
hh: t.translate,
- d: "dan",
+ d: 'dan',
dd: t.translate,
- M: "mjesec",
+ M: 'mjesec',
MM: t.translate,
- y: "godinu",
+ y: 'godinu',
yy: t.translate
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
- "294c": function(e, t) {
+ '294c': function(e, t) {
e.exports = function(e) {
try {
return !!e()
@@ -12939,39 +13041,40 @@
}
}
},
- "295e": function(e, t, n) {
- "use strict";
- var r = n("de6c"),
- a = n.n(r);
+ '295e': function(e, t, n) {
+ 'use strict'
+ var r = n('de6c'),
+ a = n.n(r)
a.a
},
- "29f3": function(e, t) {
+ '29f3': function(e, t) {
var n = Object.prototype,
- r = n.toString;
+ r = n.toString
function a(e) {
return r.call(e)
}
+
e.exports = a
},
- "2a71": function(e, t, n) {
- "use strict";
- n.r(t);
+ '2a71': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-vxe-table", {
- ref: "table",
+ n = e._self._c || t
+ return n('j-vxe-table', {
+ ref: 'table',
attrs: {
- toolbar: "",
- "row-number": "",
- "row-selection": "",
- "drag-sort": "",
- "drag-sort-key": "orderNum",
- "keep-source": !1,
- height: "auto",
- "max-height": 492,
+ toolbar: '',
+ 'row-number': '',
+ 'row-selection': '',
+ 'drag-sort': '',
+ 'drag-sort-key': 'orderNum',
+ 'keep-source': !1,
+ height: 'auto',
+ 'max-height': 492,
loading: e.loading,
columns: e.columns,
dataSource: e.dataSource
@@ -12979,9 +13082,9 @@
})
},
a = [],
- i = n("ad7d"),
+ i = n('ad7d'),
o = {
- name: "ConfigDetailTable",
+ name: 'ConfigDetailTable',
props: {
loading: Boolean,
dataSource: Array
@@ -12989,218 +13092,221 @@
data: function() {
return {
columns: [{
- title: "字段名",
- width: "150px",
- key: "fieldName",
- type: i["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}",
+ title: '字段名',
+ width: '150px',
+ key: 'fieldName',
+ type: i['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}]
}, {
- title: "字段文本",
- width: "200px",
- key: "fieldTxt",
- type: i["a"].input,
- placeholder: "请输入${title}",
- defaultValue: "",
+ title: '字段文本',
+ width: '200px',
+ key: 'fieldTxt',
+ type: i['a'].input,
+ placeholder: '请输入${title}',
+ defaultValue: '',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}]
}, {
- title: "类型",
- width: "150px",
- key: "fieldType",
- type: i["a"].select,
+ title: '类型',
+ width: '150px',
+ key: 'fieldType',
+ type: i['a'].select,
options: [{
- title: "数值类型",
- value: "Integer"
+ title: '数值类型',
+ value: 'Integer'
}, {
- title: "字符类型",
- value: "String"
+ title: '字符类型',
+ value: 'String'
}, {
- title: "日期类型",
- value: "Date"
+ title: '日期类型',
+ value: 'Date'
}, {
- title: "时间类型",
- value: "Datetime"
+ title: '时间类型',
+ value: 'Datetime'
}, {
- title: "长整型",
- value: "Long"
+ title: '长整型',
+ value: 'Long'
}],
- defaultValue: "String",
- placeholder: "请选择${title}",
+ defaultValue: 'String',
+ placeholder: '请选择${title}',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}]
}, {
- title: "是否显示",
- width: "100px",
- key: "isShow",
- type: i["a"].checkbox,
+ title: '是否显示',
+ width: '100px',
+ key: 'isShow',
+ type: i['a'].checkbox,
customValue: [1, 0],
defaultChecked: !0
}, {
- title: "字段href",
- minWidth: "200px",
- key: "fieldHref",
- type: i["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}"
+ title: '字段href',
+ minWidth: '200px',
+ key: 'fieldHref',
+ type: i['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}'
}, {
- title: "查询模式",
- width: "150px",
- key: "searchMode",
- type: i["a"].select,
+ title: '查询模式',
+ width: '150px',
+ key: 'searchMode',
+ type: i['a'].select,
options: [{
- title: "单条件查询",
- value: "single"
+ title: '单条件查询',
+ value: 'single'
}, {
- title: "范围查询",
- value: "group"
+ title: '范围查询',
+ value: 'group'
}],
- defaultValue: "",
- placeholder: "请选择${title}"
+ defaultValue: '',
+ placeholder: '请选择${title}'
}, {
- title: "取值表达式",
- width: "160px",
- key: "replaceVal",
- type: i["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}"
+ title: '取值表达式',
+ width: '160px',
+ key: 'replaceVal',
+ type: i['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}'
}, {
- title: "字典code",
- width: "200px",
- key: "dictCode",
- type: i["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}"
+ title: '字典code',
+ width: '200px',
+ key: 'dictCode',
+ type: i['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}'
}, {
- title: "分组标题",
- width: "200px",
- key: "groupTitle",
- type: i["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}"
+ title: '分组标题',
+ width: '200px',
+ key: 'groupTitle',
+ type: i['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}'
}, {
- title: "是否查询",
- width: "100px",
- key: "isSearch",
- type: i["a"].checkbox,
- customValue: ["1", "0"],
+ title: '是否查询',
+ width: '100px',
+ key: 'isSearch',
+ type: i['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !1
}, {
- title: "合计",
- width: "100px",
- key: "isTotal",
- type: i["a"].checkbox,
- customValue: ["1", "0"],
+ title: '合计',
+ width: '100px',
+ key: 'isTotal',
+ type: i['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !1
}]
}
}
},
s = o,
- c = n("2877"),
- l = Object(c["a"])(s, r, a, !1, null, "87edc068", null);
- t["default"] = l.exports
+ c = n('2877'),
+ l = Object(c['a'])(s, r, a, !1, null, '87edc068', null)
+ t['default'] = l.exports
},
- "2acf": function(e, t, n) {},
- "2adb": function(e, t, n) {
- "use strict";
+ '2acf': function(e, t, n) {
+ },
+ '2adb': function(e, t, n) {
+ 'use strict';
(function(e) {
- n.d(t, "e", (function() {
+ n.d(t, 'e', (function() {
return u
- })), n.d(t, "d", (function() {
+ })), n.d(t, 'd', (function() {
return d
- })), n.d(t, "a", (function() {
+ })), n.d(t, 'a', (function() {
return f
- })), n.d(t, "b", (function() {
+ })), n.d(t, 'b', (function() {
return m
- })), n.d(t, "c", (function() {
+ })), n.d(t, 'c', (function() {
return p
- })), n.d(t, "f", (function() {
+ })), n.d(t, 'f', (function() {
return _
- }));
- var r = n("41b2"),
+ }))
+ var r = n('41b2'),
a = n.n(r),
- i = n("8827"),
+ i = n('8827'),
o = n.n(i),
- s = n("57ba"),
+ s = n('57ba'),
c = n.n(s),
- l = n("1d73");
+ l = n('1d73')
function u(t) {
!e || Object({
- NODE_ENV: "production",
- VUE_APP_API_BASE_URL: "https://bootapi.jeecg.com",
- VUE_APP_CAS_BASE_URL: "http://localhost:8888/cas",
- VUE_APP_ONLINE_BASE_URL: "http://fileview.jeecg.com/onlinePreview",
- VUE_APP_PLATFORM_NAME: "JeecgBoot 企业级快速开发平台",
- VUE_APP_SSO: "false",
- BASE_URL: "/"
+ NODE_ENV: 'production',
+ VUE_APP_API_BASE_URL: 'https://bootapi.jeecg.com',
+ VUE_APP_CAS_BASE_URL: 'http://localhost:8888/cas',
+ VUE_APP_ONLINE_BASE_URL: 'http://fileview.jeecg.com/onlinePreview',
+ VUE_APP_PLATFORM_NAME: 'JeecgBoot 企业级快速开发平台',
+ VUE_APP_SSO: 'false',
+ BASE_URL: '/'
})
}
function d(e) {
- return "object" === typeof e && "string" === typeof e.name && "string" === typeof e.theme && ("object" ===
- typeof e.icon || "function" === typeof e.icon)
+ return 'object' === typeof e && 'string' === typeof e.name && 'string' === typeof e.theme && ('object' ===
+ typeof e.icon || 'function' === typeof e.icon)
}
function h() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}
return Object.keys(e).reduce((function(t, n) {
- var r = e[n];
+ var r = e[n]
switch (n) {
- case "class":
- t.className = r, delete t["class"];
- break;
+ case 'class':
+ t.className = r, delete t['class']
+ break
default:
t[n] = r
}
return t
}), {})
}
+
var f = function() {
function e() {
o()(this, e), this.collection = {}
}
+
return c()(e, [{
- key: "clear",
+ key: 'clear',
value: function() {
this.collection = {}
}
}, {
- key: "delete",
+ key: 'delete',
value: function(e) {
return delete this.collection[e]
}
}, {
- key: "get",
+ key: 'get',
value: function(e) {
return this.collection[e]
}
}, {
- key: "has",
+ key: 'has',
value: function(e) {
return Boolean(this.collection[e])
}
}, {
- key: "set",
+ key: 'set',
value: function(e, t) {
return this.collection[e] = t, this
}
}, {
- key: "size",
+ key: 'size',
get: function() {
return Object.keys(this.collection).length
}
}]), e
- }();
+ }()
function m(e, t, n, r) {
return e(t.tag, r ? a()({
@@ -13211,127 +13317,129 @@
key: n,
attrs: a()({}, h(t.attrs))
}, (t.children || []).map((function(r, a) {
- return m(e, r, n + "-" + t.tag + "-" + a)
+ return m(e, r, n + '-' + t.tag + '-' + a)
})))
}
function p(e) {
- return Object(l["generate"])(e)[0]
+ return Object(l['generate'])(e)[0]
}
function _(e, t) {
switch (t) {
- case "fill":
- return e + "-fill";
- case "outline":
- return e + "-o";
- case "twotone":
- return e + "-twotone";
+ case 'fill':
+ return e + '-fill'
+ case 'outline':
+ return e + '-o'
+ case 'twotone':
+ return e + '-twotone'
default:
- throw new TypeError("Unknown theme type: " + t + ", name: " + e)
+ throw new TypeError('Unknown theme type: ' + t + ', name: ' + e)
}
}
- }).call(this, n("f28c"))
+ }).call(this, n('f28c'))
},
- "2b3e": function(e, t, n) {
- var r = n("585a"),
- a = "object" == typeof self && self && self.Object === Object && self,
- i = r || a || Function("return this")();
+ '2b3e': function(e, t, n) {
+ var r = n('585a'),
+ a = 'object' == typeof self && self && self.Object === Object && self,
+ i = r || a || Function('return this')()
e.exports = i
},
- "2bfb": function(e, t, n) {
+ '2bfb': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("af", {
- months: "Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split(
- "_"),
- monthsShort: "Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),
- weekdays: "Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),
- weekdaysShort: "Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),
- weekdaysMin: "So_Ma_Di_Wo_Do_Vr_Sa".split("_"),
+ var t = e.defineLocale('af', {
+ months: 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split(
+ '_'),
+ monthsShort: 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'),
+ weekdays: 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split('_'),
+ weekdaysShort: 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'),
+ weekdaysMin: 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'),
meridiemParse: /vm|nm/i,
isPM: function(e) {
return /^nm$/i.test(e)
},
meridiem: function(e, t, n) {
- return e < 12 ? n ? "vm" : "VM" : n ? "nm" : "NM"
+ return e < 12 ? n ? 'vm' : 'VM' : n ? 'nm' : 'NM'
},
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Vandag om] LT",
- nextDay: "[Môre om] LT",
- nextWeek: "dddd [om] LT",
- lastDay: "[Gister om] LT",
- lastWeek: "[Laas] dddd [om] LT",
- sameElse: "L"
+ sameDay: '[Vandag om] LT',
+ nextDay: '[Môre om] LT',
+ nextWeek: 'dddd [om] LT',
+ lastDay: '[Gister om] LT',
+ lastWeek: '[Laas] dddd [om] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "oor %s",
- past: "%s gelede",
- s: "'n paar sekondes",
- ss: "%d sekondes",
- m: "'n minuut",
- mm: "%d minute",
- h: "'n uur",
- hh: "%d ure",
- d: "'n dag",
- dd: "%d dae",
- M: "'n maand",
- MM: "%d maande",
- y: "'n jaar",
- yy: "%d jaar"
+ future: 'oor %s',
+ past: '%s gelede',
+ s: '\'n paar sekondes',
+ ss: '%d sekondes',
+ m: '\'n minuut',
+ mm: '%d minute',
+ h: '\'n uur',
+ hh: '%d ure',
+ d: '\'n dag',
+ dd: '%d dae',
+ M: '\'n maand',
+ MM: '%d maande',
+ y: '\'n jaar',
+ yy: '%d jaar'
},
dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/,
ordinal: function(e) {
- return e + (1 === e || 8 === e || e >= 20 ? "ste" : "de")
+ return e + (1 === e || 8 === e || e >= 20 ? 'ste' : 'de')
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "2c7a": function(e, t, n) {
- "use strict";
- var r = n("69d2"),
- a = n.n(r);
+ '2c7a': function(e, t, n) {
+ 'use strict'
+ var r = n('69d2'),
+ a = n.n(r)
a.a
},
- "2c80": function(e, t, n) {
- "use strict";
+ '2c80': function(e, t, n) {
+ 'use strict'
function r(e) {
return e && e.__esModule ? e : {
default: e
}
}
- Object.defineProperty(t, "__esModule", {
+
+ Object.defineProperty(t, '__esModule', {
value: !0
- }), t["default"] = o;
- var a = n("134b"),
- i = r(a);
+ }), t['default'] = o
+ var a = n('134b'),
+ i = r(a)
function o(e, t, n, r) {
function a(t) {
- var r = new i["default"](t);
+ var r = new i['default'](t)
n.call(e, r)
}
+
if (e.addEventListener) {
var o = function() {
- var n = !1;
- return "object" === typeof r ? n = r.capture || !1 : "boolean" === typeof r && (n = r), e.addEventListener(
+ var n = !1
+ return 'object' === typeof r ? n = r.capture || !1 : 'boolean' === typeof r && (n = r), e.addEventListener(
t, a, r || !1), {
v: {
remove: function() {
@@ -13339,140 +13447,143 @@
}
}
}
- }();
- if ("object" === typeof o) return o.v
- } else if (e.attachEvent) return e.attachEvent("on" + t, a), {
+ }()
+ if ('object' === typeof o) return o.v
+ } else if (e.attachEvent) return e.attachEvent('on' + t, a), {
remove: function() {
- e.detachEvent("on" + t, a)
+ e.detachEvent('on' + t, a)
}
}
}
- e.exports = t["default"]
+
+ e.exports = t['default']
},
- "2d7c": function(e, t) {
+ '2d7c': function(e, t) {
function n(e, t) {
var n = -1,
r = null == e ? 0 : e.length,
a = 0,
- i = [];
+ i = []
while (++n < r) {
- var o = e[n];
+ var o = e[n]
t(o, n, e) && (i[a++] = o)
}
return i
}
+
e.exports = n
},
- "2d83": function(e, t, n) {
- "use strict";
- var r = n("387f");
+ '2d83': function(e, t, n) {
+ 'use strict'
+ var r = n('387f')
e.exports = function(e, t, n, a, i) {
- var o = new Error(e);
+ var o = new Error(e)
return r(o, t, n, a, i)
}
},
- "2dcb": function(e, t, n) {
- var r = n("91e9"),
- a = r(Object.getPrototypeOf, Object);
+ '2dcb': function(e, t, n) {
+ var r = n('91e9'),
+ a = r(Object.getPrototypeOf, Object)
e.exports = a
},
- "2deb": function(e, t, n) {
- "use strict";
- t["a"] = {
- items_per_page: "/ page",
- jump_to: "Go to",
- jump_to_confirm: "confirm",
- page: "",
- prev_page: "Previous Page",
- next_page: "Next Page",
- prev_5: "Previous 5 Pages",
- next_5: "Next 5 Pages",
- prev_3: "Previous 3 Pages",
- next_3: "Next 3 Pages"
+ '2deb': function(e, t, n) {
+ 'use strict'
+ t['a'] = {
+ items_per_page: '/ page',
+ jump_to: 'Go to',
+ jump_to_confirm: 'confirm',
+ page: '',
+ prev_page: 'Previous Page',
+ next_page: 'Next Page',
+ prev_5: 'Previous 5 Pages',
+ next_5: 'Next 5 Pages',
+ prev_3: 'Previous 3 Pages',
+ next_3: 'Next 3 Pages'
}
},
- "2e67": function(e, t, n) {
- "use strict";
+ '2e67': function(e, t, n) {
+ 'use strict'
e.exports = function(e) {
return !(!e || !e.__CANCEL__)
}
},
- "2e8c": function(e, t, n) {
+ '2e8c': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("uz", {
- months: "январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),
- monthsShort: "янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),
- weekdays: "Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),
- weekdaysShort: "Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),
- weekdaysMin: "Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),
+ var t = e.defineLocale('uz', {
+ months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split('_'),
+ monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),
+ weekdays: 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),
+ weekdaysShort: 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),
+ weekdaysMin: 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "D MMMM YYYY, dddd HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'D MMMM YYYY, dddd HH:mm'
},
calendar: {
- sameDay: "[Бугун соат] LT [да]",
- nextDay: "[Эртага] LT [да]",
- nextWeek: "dddd [куни соат] LT [да]",
- lastDay: "[Кеча соат] LT [да]",
- lastWeek: "[Утган] dddd [куни соат] LT [да]",
- sameElse: "L"
+ sameDay: '[Бугун соат] LT [да]',
+ nextDay: '[Эртага] LT [да]',
+ nextWeek: 'dddd [куни соат] LT [да]',
+ lastDay: '[Кеча соат] LT [да]',
+ lastWeek: '[Утган] dddd [куни соат] LT [да]',
+ sameElse: 'L'
},
relativeTime: {
- future: "Якин %s ичида",
- past: "Бир неча %s олдин",
- s: "фурсат",
- ss: "%d фурсат",
- m: "бир дакика",
- mm: "%d дакика",
- h: "бир соат",
- hh: "%d соат",
- d: "бир кун",
- dd: "%d кун",
- M: "бир ой",
- MM: "%d ой",
- y: "бир йил",
- yy: "%d йил"
+ future: 'Якин %s ичида',
+ past: 'Бир неча %s олдин',
+ s: 'фурсат',
+ ss: '%d фурсат',
+ m: 'бир дакика',
+ mm: '%d дакика',
+ h: 'бир соат',
+ hh: '%d соат',
+ d: 'бир кун',
+ dd: '%d кун',
+ M: 'бир ой',
+ MM: '%d ой',
+ y: 'бир йил',
+ yy: '%d йил'
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- "2ec1": function(e, t, n) {
- var r = n("100e"),
- a = n("9aff");
+ '2ec1': function(e, t, n) {
+ var r = n('100e'),
+ a = n('9aff')
function i(e) {
return r((function(t, n) {
var r = -1,
i = n.length,
o = i > 1 ? n[i - 1] : void 0,
- s = i > 2 ? n[2] : void 0;
- o = e.length > 3 && "function" == typeof o ? (i--, o) : void 0, s && a(n[0], n[1], s) && (o = i < 3 ? void 0 :
- o, i = 1), t = Object(t);
+ s = i > 2 ? n[2] : void 0
+ o = e.length > 3 && 'function' == typeof o ? (i--, o) : void 0, s && a(n[0], n[1], s) && (o = i < 3 ? void 0 :
+ o, i = 1), t = Object(t)
while (++r < i) {
- var c = n[r];
+ var c = n[r]
c && e(t, c, r, o)
}
return t
}))
}
+
e.exports = i
},
- "2ef0": function(e, t, n) {
+ '2ef0': function(e, t, n) {
(function(e, r) {
- var a;
+ var a
/**
* @license
* Lodash
@@ -13482,13 +13593,13 @@
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/
(function() {
- var i, o = "4.17.19",
+ var i, o = '4.17.19',
s = 200,
- c = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",
- l = "Expected a function",
- u = "__lodash_hash_undefined__",
+ c = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.',
+ l = 'Expected a function',
+ u = '__lodash_hash_undefined__',
d = 500,
- h = "__lodash_placeholder__",
+ h = '__lodash_placeholder__',
f = 1,
m = 2,
p = 4,
@@ -13505,7 +13616,7 @@
k = 256,
C = 512,
T = 30,
- x = "...",
+ x = '...',
z = 800,
D = 16,
j = 1,
@@ -13519,49 +13630,49 @@
R = I - 1,
F = I >>> 1,
$ = [
- ["ary", S],
- ["bind", b],
- ["bindKey", y],
- ["curry", M],
- ["curryRight", w],
- ["flip", C],
- ["partial", L],
- ["partialRight", O],
- ["rearg", k]
+ ['ary', S],
+ ['bind', b],
+ ['bindKey', y],
+ ['curry', M],
+ ['curryRight', w],
+ ['flip', C],
+ ['partial', L],
+ ['partialRight', O],
+ ['rearg', k]
],
- N = "[object Arguments]",
- B = "[object Array]",
- K = "[object AsyncFunction]",
- W = "[object Boolean]",
- q = "[object Date]",
- U = "[object DOMException]",
- J = "[object Error]",
- G = "[object Function]",
- Q = "[object GeneratorFunction]",
- X = "[object Map]",
- Z = "[object Number]",
- ee = "[object Null]",
- te = "[object Object]",
- ne = "[object Promise]",
- re = "[object Proxy]",
- ae = "[object RegExp]",
- ie = "[object Set]",
- oe = "[object String]",
- se = "[object Symbol]",
- ce = "[object Undefined]",
- le = "[object WeakMap]",
- ue = "[object WeakSet]",
- de = "[object ArrayBuffer]",
- he = "[object DataView]",
- fe = "[object Float32Array]",
- me = "[object Float64Array]",
- pe = "[object Int8Array]",
- _e = "[object Int16Array]",
- ve = "[object Int32Array]",
- be = "[object Uint8Array]",
- ye = "[object Uint8ClampedArray]",
- ge = "[object Uint16Array]",
- Me = "[object Uint32Array]",
+ N = '[object Arguments]',
+ B = '[object Array]',
+ K = '[object AsyncFunction]',
+ W = '[object Boolean]',
+ q = '[object Date]',
+ U = '[object DOMException]',
+ J = '[object Error]',
+ G = '[object Function]',
+ Q = '[object GeneratorFunction]',
+ X = '[object Map]',
+ Z = '[object Number]',
+ ee = '[object Null]',
+ te = '[object Object]',
+ ne = '[object Promise]',
+ re = '[object Proxy]',
+ ae = '[object RegExp]',
+ ie = '[object Set]',
+ oe = '[object String]',
+ se = '[object Symbol]',
+ ce = '[object Undefined]',
+ le = '[object WeakMap]',
+ ue = '[object WeakSet]',
+ de = '[object ArrayBuffer]',
+ he = '[object DataView]',
+ fe = '[object Float32Array]',
+ me = '[object Float64Array]',
+ pe = '[object Int8Array]',
+ _e = '[object Int16Array]',
+ ve = '[object Int32Array]',
+ be = '[object Uint8Array]',
+ ye = '[object Uint8ClampedArray]',
+ ge = '[object Uint16Array]',
+ Me = '[object Uint32Array]',
we = /\b__p \+= '';/g,
Le = /\b(__p \+=) '' \+/g,
Oe = /(__e\(.*?\)|\b__t\)) \+\n'';/g,
@@ -13595,313 +13706,314 @@
Xe = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,
Ze = /($^)/,
et = /['\n\r\u2028\u2029\\]/g,
- tt = "\\ud800-\\udfff",
- nt = "\\u0300-\\u036f",
- rt = "\\ufe20-\\ufe2f",
- at = "\\u20d0-\\u20ff",
+ tt = '\\ud800-\\udfff',
+ nt = '\\u0300-\\u036f',
+ rt = '\\ufe20-\\ufe2f',
+ at = '\\u20d0-\\u20ff',
it = nt + rt + at,
- ot = "\\u2700-\\u27bf",
- st = "a-z\\xdf-\\xf6\\xf8-\\xff",
- ct = "\\xac\\xb1\\xd7\\xf7",
- lt = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",
- ut = "\\u2000-\\u206f",
+ ot = '\\u2700-\\u27bf',
+ st = 'a-z\\xdf-\\xf6\\xf8-\\xff',
+ ct = '\\xac\\xb1\\xd7\\xf7',
+ lt = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf',
+ ut = '\\u2000-\\u206f',
dt =
- " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",
- ht = "A-Z\\xc0-\\xd6\\xd8-\\xde",
- ft = "\\ufe0e\\ufe0f",
+ ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000',
+ ht = 'A-Z\\xc0-\\xd6\\xd8-\\xde',
+ ft = '\\ufe0e\\ufe0f',
mt = ct + lt + ut + dt,
- pt = "['’]",
- _t = "[" + tt + "]",
- vt = "[" + mt + "]",
- bt = "[" + it + "]",
- yt = "\\d+",
- gt = "[" + ot + "]",
- Mt = "[" + st + "]",
- wt = "[^" + tt + mt + yt + ot + st + ht + "]",
- Lt = "\\ud83c[\\udffb-\\udfff]",
- Ot = "(?:" + bt + "|" + Lt + ")",
- St = "[^" + tt + "]",
- kt = "(?:\\ud83c[\\udde6-\\uddff]){2}",
- Ct = "[\\ud800-\\udbff][\\udc00-\\udfff]",
- Tt = "[" + ht + "]",
- xt = "\\u200d",
- zt = "(?:" + Mt + "|" + wt + ")",
- Dt = "(?:" + Tt + "|" + wt + ")",
- jt = "(?:" + pt + "(?:d|ll|m|re|s|t|ve))?",
- Ht = "(?:" + pt + "(?:D|LL|M|RE|S|T|VE))?",
- Et = Ot + "?",
- Pt = "[" + ft + "]?",
- At = "(?:" + xt + "(?:" + [St, kt, Ct].join("|") + ")" + Pt + Et + ")*",
- Yt = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",
- Vt = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",
+ pt = '[\'’]',
+ _t = '[' + tt + ']',
+ vt = '[' + mt + ']',
+ bt = '[' + it + ']',
+ yt = '\\d+',
+ gt = '[' + ot + ']',
+ Mt = '[' + st + ']',
+ wt = '[^' + tt + mt + yt + ot + st + ht + ']',
+ Lt = '\\ud83c[\\udffb-\\udfff]',
+ Ot = '(?:' + bt + '|' + Lt + ')',
+ St = '[^' + tt + ']',
+ kt = '(?:\\ud83c[\\udde6-\\uddff]){2}',
+ Ct = '[\\ud800-\\udbff][\\udc00-\\udfff]',
+ Tt = '[' + ht + ']',
+ xt = '\\u200d',
+ zt = '(?:' + Mt + '|' + wt + ')',
+ Dt = '(?:' + Tt + '|' + wt + ')',
+ jt = '(?:' + pt + '(?:d|ll|m|re|s|t|ve))?',
+ Ht = '(?:' + pt + '(?:D|LL|M|RE|S|T|VE))?',
+ Et = Ot + '?',
+ Pt = '[' + ft + ']?',
+ At = '(?:' + xt + '(?:' + [St, kt, Ct].join('|') + ')' + Pt + Et + ')*',
+ Yt = '\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])',
+ Vt = '\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])',
It = Pt + Et + At,
- Rt = "(?:" + [gt, kt, Ct].join("|") + ")" + It,
- Ft = "(?:" + [St + bt + "?", bt, kt, Ct, _t].join("|") + ")",
- $t = RegExp(pt, "g"),
- Nt = RegExp(bt, "g"),
- Bt = RegExp(Lt + "(?=" + Lt + ")|" + Ft + It, "g"),
- Kt = RegExp([Tt + "?" + Mt + "+" + jt + "(?=" + [vt, Tt, "$"].join("|") + ")", Dt + "+" + Ht + "(?=" + [vt,
- Tt + zt, "$"
- ].join("|") + ")", Tt + "?" + zt + "+" + jt, Tt + "+" + Ht, Vt, Yt, yt, Rt].join("|"), "g"),
- Wt = RegExp("[" + xt + tt + it + ft + "]"),
+ Rt = '(?:' + [gt, kt, Ct].join('|') + ')' + It,
+ Ft = '(?:' + [St + bt + '?', bt, kt, Ct, _t].join('|') + ')',
+ $t = RegExp(pt, 'g'),
+ Nt = RegExp(bt, 'g'),
+ Bt = RegExp(Lt + '(?=' + Lt + ')|' + Ft + It, 'g'),
+ Kt = RegExp([Tt + '?' + Mt + '+' + jt + '(?=' + [vt, Tt, '$'].join('|') + ')', Dt + '+' + Ht + '(?=' + [vt,
+ Tt + zt, '$'
+ ].join('|') + ')', Tt + '?' + zt + '+' + jt, Tt + '+' + Ht, Vt, Yt, yt, Rt].join('|'), 'g'),
+ Wt = RegExp('[' + xt + tt + it + ft + ']'),
qt = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,
- Ut = ["Array", "Buffer", "DataView", "Date", "Error", "Float32Array", "Float64Array", "Function",
- "Int8Array", "Int16Array", "Int32Array", "Map", "Math", "Object", "Promise", "RegExp", "Set", "String",
- "Symbol", "TypeError", "Uint8Array", "Uint8ClampedArray", "Uint16Array", "Uint32Array", "WeakMap", "_",
- "clearTimeout", "isFinite", "parseInt", "setTimeout"
+ Ut = ['Array', 'Buffer', 'DataView', 'Date', 'Error', 'Float32Array', 'Float64Array', 'Function',
+ 'Int8Array', 'Int16Array', 'Int32Array', 'Map', 'Math', 'Object', 'Promise', 'RegExp', 'Set', 'String',
+ 'Symbol', 'TypeError', 'Uint8Array', 'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap', '_',
+ 'clearTimeout', 'isFinite', 'parseInt', 'setTimeout'
],
Jt = -1,
- Gt = {};
+ Gt = {}
Gt[fe] = Gt[me] = Gt[pe] = Gt[_e] = Gt[ve] = Gt[be] = Gt[ye] = Gt[ge] = Gt[Me] = !0, Gt[N] = Gt[B] = Gt[de] =
- Gt[W] = Gt[he] = Gt[q] = Gt[J] = Gt[G] = Gt[X] = Gt[Z] = Gt[te] = Gt[ae] = Gt[ie] = Gt[oe] = Gt[le] = !1;
- var Qt = {};
+ Gt[W] = Gt[he] = Gt[q] = Gt[J] = Gt[G] = Gt[X] = Gt[Z] = Gt[te] = Gt[ae] = Gt[ie] = Gt[oe] = Gt[le] = !1
+ var Qt = {}
Qt[N] = Qt[B] = Qt[de] = Qt[he] = Qt[W] = Qt[q] = Qt[fe] = Qt[me] = Qt[pe] = Qt[_e] = Qt[ve] = Qt[X] = Qt[Z] =
Qt[te] = Qt[ae] = Qt[ie] = Qt[oe] = Qt[se] = Qt[be] = Qt[ye] = Qt[ge] = Qt[Me] = !0, Qt[J] = Qt[G] = Qt[le] = !
- 1;
+ 1
var Xt = {
- "À": "A",
- "Á": "A",
- "Â": "A",
- "Ã": "A",
- "Ä": "A",
- "Å": "A",
- "à": "a",
- "á": "a",
- "â": "a",
- "ã": "a",
- "ä": "a",
- "å": "a",
- "Ç": "C",
- "ç": "c",
- "Ð": "D",
- "ð": "d",
- "È": "E",
- "É": "E",
- "Ê": "E",
- "Ë": "E",
- "è": "e",
- "é": "e",
- "ê": "e",
- "ë": "e",
- "Ì": "I",
- "Í": "I",
- "Î": "I",
- "Ï": "I",
- "ì": "i",
- "í": "i",
- "î": "i",
- "ï": "i",
- "Ñ": "N",
- "ñ": "n",
- "Ò": "O",
- "Ó": "O",
- "Ô": "O",
- "Õ": "O",
- "Ö": "O",
- "Ø": "O",
- "ò": "o",
- "ó": "o",
- "ô": "o",
- "õ": "o",
- "ö": "o",
- "ø": "o",
- "Ù": "U",
- "Ú": "U",
- "Û": "U",
- "Ü": "U",
- "ù": "u",
- "ú": "u",
- "û": "u",
- "ü": "u",
- "Ý": "Y",
- "ý": "y",
- "ÿ": "y",
- "Æ": "Ae",
- "æ": "ae",
- "Þ": "Th",
- "þ": "th",
- "ß": "ss",
- "Ā": "A",
- "Ă": "A",
- "Ą": "A",
- "ā": "a",
- "ă": "a",
- "ą": "a",
- "Ć": "C",
- "Ĉ": "C",
- "Ċ": "C",
- "Č": "C",
- "ć": "c",
- "ĉ": "c",
- "ċ": "c",
- "č": "c",
- "Ď": "D",
- "Đ": "D",
- "ď": "d",
- "đ": "d",
- "Ē": "E",
- "Ĕ": "E",
- "Ė": "E",
- "Ę": "E",
- "Ě": "E",
- "ē": "e",
- "ĕ": "e",
- "ė": "e",
- "ę": "e",
- "ě": "e",
- "Ĝ": "G",
- "Ğ": "G",
- "Ġ": "G",
- "Ģ": "G",
- "ĝ": "g",
- "ğ": "g",
- "ġ": "g",
- "ģ": "g",
- "Ĥ": "H",
- "Ħ": "H",
- "ĥ": "h",
- "ħ": "h",
- "Ĩ": "I",
- "Ī": "I",
- "Ĭ": "I",
- "Į": "I",
- "İ": "I",
- "ĩ": "i",
- "ī": "i",
- "ĭ": "i",
- "į": "i",
- "ı": "i",
- "Ĵ": "J",
- "ĵ": "j",
- "Ķ": "K",
- "ķ": "k",
- "ĸ": "k",
- "Ĺ": "L",
- "Ļ": "L",
- "Ľ": "L",
- "Ŀ": "L",
- "Ł": "L",
- "ĺ": "l",
- "ļ": "l",
- "ľ": "l",
- "ŀ": "l",
- "ł": "l",
- "Ń": "N",
- "Ņ": "N",
- "Ň": "N",
- "Ŋ": "N",
- "ń": "n",
- "ņ": "n",
- "ň": "n",
- "ŋ": "n",
- "Ō": "O",
- "Ŏ": "O",
- "Ő": "O",
- "ō": "o",
- "ŏ": "o",
- "ő": "o",
- "Ŕ": "R",
- "Ŗ": "R",
- "Ř": "R",
- "ŕ": "r",
- "ŗ": "r",
- "ř": "r",
- "Ś": "S",
- "Ŝ": "S",
- "Ş": "S",
- "Š": "S",
- "ś": "s",
- "ŝ": "s",
- "ş": "s",
- "š": "s",
- "Ţ": "T",
- "Ť": "T",
- "Ŧ": "T",
- "ţ": "t",
- "ť": "t",
- "ŧ": "t",
- "Ũ": "U",
- "Ū": "U",
- "Ŭ": "U",
- "Ů": "U",
- "Ű": "U",
- "Ų": "U",
- "ũ": "u",
- "ū": "u",
- "ŭ": "u",
- "ů": "u",
- "ű": "u",
- "ų": "u",
- "Ŵ": "W",
- "ŵ": "w",
- "Ŷ": "Y",
- "ŷ": "y",
- "Ÿ": "Y",
- "Ź": "Z",
- "Ż": "Z",
- "Ž": "Z",
- "ź": "z",
- "ż": "z",
- "ž": "z",
- "IJ": "IJ",
- "ij": "ij",
- "Œ": "Oe",
- "œ": "oe",
- "ʼn": "'n",
- "ſ": "s"
+ 'À': 'A',
+ 'Á': 'A',
+ 'Â': 'A',
+ 'Ã': 'A',
+ 'Ä': 'A',
+ 'Å': 'A',
+ 'à': 'a',
+ 'á': 'a',
+ 'â': 'a',
+ 'ã': 'a',
+ 'ä': 'a',
+ 'å': 'a',
+ 'Ç': 'C',
+ 'ç': 'c',
+ 'Ð': 'D',
+ 'ð': 'd',
+ 'È': 'E',
+ 'É': 'E',
+ 'Ê': 'E',
+ 'Ë': 'E',
+ 'è': 'e',
+ 'é': 'e',
+ 'ê': 'e',
+ 'ë': 'e',
+ 'Ì': 'I',
+ 'Í': 'I',
+ 'Î': 'I',
+ 'Ï': 'I',
+ 'ì': 'i',
+ 'í': 'i',
+ 'î': 'i',
+ 'ï': 'i',
+ 'Ñ': 'N',
+ 'ñ': 'n',
+ 'Ò': 'O',
+ 'Ó': 'O',
+ 'Ô': 'O',
+ 'Õ': 'O',
+ 'Ö': 'O',
+ 'Ø': 'O',
+ 'ò': 'o',
+ 'ó': 'o',
+ 'ô': 'o',
+ 'õ': 'o',
+ 'ö': 'o',
+ 'ø': 'o',
+ 'Ù': 'U',
+ 'Ú': 'U',
+ 'Û': 'U',
+ 'Ü': 'U',
+ 'ù': 'u',
+ 'ú': 'u',
+ 'û': 'u',
+ 'ü': 'u',
+ 'Ý': 'Y',
+ 'ý': 'y',
+ 'ÿ': 'y',
+ 'Æ': 'Ae',
+ 'æ': 'ae',
+ 'Þ': 'Th',
+ 'þ': 'th',
+ 'ß': 'ss',
+ 'Ā': 'A',
+ 'Ă': 'A',
+ 'Ą': 'A',
+ 'ā': 'a',
+ 'ă': 'a',
+ 'ą': 'a',
+ 'Ć': 'C',
+ 'Ĉ': 'C',
+ 'Ċ': 'C',
+ 'Č': 'C',
+ 'ć': 'c',
+ 'ĉ': 'c',
+ 'ċ': 'c',
+ 'č': 'c',
+ 'Ď': 'D',
+ 'Đ': 'D',
+ 'ď': 'd',
+ 'đ': 'd',
+ 'Ē': 'E',
+ 'Ĕ': 'E',
+ 'Ė': 'E',
+ 'Ę': 'E',
+ 'Ě': 'E',
+ 'ē': 'e',
+ 'ĕ': 'e',
+ 'ė': 'e',
+ 'ę': 'e',
+ 'ě': 'e',
+ 'Ĝ': 'G',
+ 'Ğ': 'G',
+ 'Ġ': 'G',
+ 'Ģ': 'G',
+ 'ĝ': 'g',
+ 'ğ': 'g',
+ 'ġ': 'g',
+ 'ģ': 'g',
+ 'Ĥ': 'H',
+ 'Ħ': 'H',
+ 'ĥ': 'h',
+ 'ħ': 'h',
+ 'Ĩ': 'I',
+ 'Ī': 'I',
+ 'Ĭ': 'I',
+ 'Į': 'I',
+ 'İ': 'I',
+ 'ĩ': 'i',
+ 'ī': 'i',
+ 'ĭ': 'i',
+ 'į': 'i',
+ 'ı': 'i',
+ 'Ĵ': 'J',
+ 'ĵ': 'j',
+ 'Ķ': 'K',
+ 'ķ': 'k',
+ 'ĸ': 'k',
+ 'Ĺ': 'L',
+ 'Ļ': 'L',
+ 'Ľ': 'L',
+ 'Ŀ': 'L',
+ 'Ł': 'L',
+ 'ĺ': 'l',
+ 'ļ': 'l',
+ 'ľ': 'l',
+ 'ŀ': 'l',
+ 'ł': 'l',
+ 'Ń': 'N',
+ 'Ņ': 'N',
+ 'Ň': 'N',
+ 'Ŋ': 'N',
+ 'ń': 'n',
+ 'ņ': 'n',
+ 'ň': 'n',
+ 'ŋ': 'n',
+ 'Ō': 'O',
+ 'Ŏ': 'O',
+ 'Ő': 'O',
+ 'ō': 'o',
+ 'ŏ': 'o',
+ 'ő': 'o',
+ 'Ŕ': 'R',
+ 'Ŗ': 'R',
+ 'Ř': 'R',
+ 'ŕ': 'r',
+ 'ŗ': 'r',
+ 'ř': 'r',
+ 'Ś': 'S',
+ 'Ŝ': 'S',
+ 'Ş': 'S',
+ 'Š': 'S',
+ 'ś': 's',
+ 'ŝ': 's',
+ 'ş': 's',
+ 'š': 's',
+ 'Ţ': 'T',
+ 'Ť': 'T',
+ 'Ŧ': 'T',
+ 'ţ': 't',
+ 'ť': 't',
+ 'ŧ': 't',
+ 'Ũ': 'U',
+ 'Ū': 'U',
+ 'Ŭ': 'U',
+ 'Ů': 'U',
+ 'Ű': 'U',
+ 'Ų': 'U',
+ 'ũ': 'u',
+ 'ū': 'u',
+ 'ŭ': 'u',
+ 'ů': 'u',
+ 'ű': 'u',
+ 'ų': 'u',
+ 'Ŵ': 'W',
+ 'ŵ': 'w',
+ 'Ŷ': 'Y',
+ 'ŷ': 'y',
+ 'Ÿ': 'Y',
+ 'Ź': 'Z',
+ 'Ż': 'Z',
+ 'Ž': 'Z',
+ 'ź': 'z',
+ 'ż': 'z',
+ 'ž': 'z',
+ 'IJ': 'IJ',
+ 'ij': 'ij',
+ 'Œ': 'Oe',
+ 'œ': 'oe',
+ 'ʼn': '\'n',
+ 'ſ': 's'
},
Zt = {
- "&": "&",
- "<": "<",
- ">": ">",
- '"': """,
- "'": "'"
+ '&': '&',
+ '<': '<',
+ '>': '>',
+ '"': '"',
+ '\'': '''
},
en = {
- "&": "&",
- "<": "<",
- ">": ">",
- """: '"',
- "'": "'"
+ '&': '&',
+ '<': '<',
+ '>': '>',
+ '"': '"',
+ ''': '\''
},
tn = {
- "\\": "\\",
- "'": "'",
- "\n": "n",
- "\r": "r",
- "\u2028": "u2028",
- "\u2029": "u2029"
+ '\\': '\\',
+ '\'': '\'',
+ '\n': 'n',
+ '\r': 'r',
+ '\u2028': 'u2028',
+ '\u2029': 'u2029'
},
nn = parseFloat,
rn = parseInt,
- an = "object" == typeof e && e && e.Object === Object && e,
- on = "object" == typeof self && self && self.Object === Object && self,
- sn = an || on || Function("return this")(),
+ an = 'object' == typeof e && e && e.Object === Object && e,
+ on = 'object' == typeof self && self && self.Object === Object && self,
+ sn = an || on || Function('return this')(),
cn = t && !t.nodeType && t,
- ln = cn && "object" == typeof r && r && !r.nodeType && r,
+ ln = cn && 'object' == typeof r && r && !r.nodeType && r,
un = ln && ln.exports === cn,
dn = un && an.process,
hn = function() {
try {
- var e = ln && ln.require && ln.require("util").types;
- return e || dn && dn.binding && dn.binding("util")
- } catch (t) {}
+ var e = ln && ln.require && ln.require('util').types
+ return e || dn && dn.binding && dn.binding('util')
+ } catch (t) {
+ }
}(),
fn = hn && hn.isArrayBuffer,
mn = hn && hn.isDate,
pn = hn && hn.isMap,
_n = hn && hn.isRegExp,
vn = hn && hn.isSet,
- bn = hn && hn.isTypedArray;
+ bn = hn && hn.isTypedArray
function yn(e, t, n) {
switch (n.length) {
case 0:
- return e.call(t);
+ return e.call(t)
case 1:
- return e.call(t, n[0]);
+ return e.call(t, n[0])
case 2:
- return e.call(t, n[0], n[1]);
+ return e.call(t, n[0], n[1])
case 3:
return e.call(t, n[0], n[1], n[2])
}
@@ -13910,9 +14022,9 @@
function gn(e, t, n, r) {
var a = -1,
- i = null == e ? 0 : e.length;
+ i = null == e ? 0 : e.length
while (++a < i) {
- var o = e[a];
+ var o = e[a]
t(r, o, n(o), e)
}
return r
@@ -13920,24 +14032,24 @@
function Mn(e, t) {
var n = -1,
- r = null == e ? 0 : e.length;
+ r = null == e ? 0 : e.length
while (++n < r)
- if (!1 === t(e[n], n, e)) break;
+ if (!1 === t(e[n], n, e)) break
return e
}
function wn(e, t) {
- var n = null == e ? 0 : e.length;
+ var n = null == e ? 0 : e.length
while (n--)
- if (!1 === t(e[n], n, e)) break;
+ if (!1 === t(e[n], n, e)) break
return e
}
function Ln(e, t) {
var n = -1,
- r = null == e ? 0 : e.length;
+ r = null == e ? 0 : e.length
while (++n < r)
- if (!t(e[n], n, e)) return !1;
+ if (!t(e[n], n, e)) return !1
return !0
}
@@ -13945,69 +14057,70 @@
var n = -1,
r = null == e ? 0 : e.length,
a = 0,
- i = [];
+ i = []
while (++n < r) {
- var o = e[n];
+ var o = e[n]
t(o, n, e) && (i[a++] = o)
}
return i
}
function Sn(e, t) {
- var n = null == e ? 0 : e.length;
+ var n = null == e ? 0 : e.length
return !!n && Yn(e, t, 0) > -1
}
function kn(e, t, n) {
var r = -1,
- a = null == e ? 0 : e.length;
+ a = null == e ? 0 : e.length
while (++r < a)
- if (n(t, e[r])) return !0;
+ if (n(t, e[r])) return !0
return !1
}
function Cn(e, t) {
var n = -1,
r = null == e ? 0 : e.length,
- a = Array(r);
- while (++n < r) a[n] = t(e[n], n, e);
+ a = Array(r)
+ while (++n < r) a[n] = t(e[n], n, e)
return a
}
function Tn(e, t) {
var n = -1,
r = t.length,
- a = e.length;
- while (++n < r) e[a + n] = t[n];
+ a = e.length
+ while (++n < r) e[a + n] = t[n]
return e
}
function xn(e, t, n, r) {
var a = -1,
- i = null == e ? 0 : e.length;
- r && i && (n = e[++a]);
- while (++a < i) n = t(n, e[a], a, e);
+ i = null == e ? 0 : e.length
+ r && i && (n = e[++a])
+ while (++a < i) n = t(n, e[a], a, e)
return n
}
function zn(e, t, n, r) {
- var a = null == e ? 0 : e.length;
- r && a && (n = e[--a]);
- while (a--) n = t(n, e[a], a, e);
+ var a = null == e ? 0 : e.length
+ r && a && (n = e[--a])
+ while (a--) n = t(n, e[a], a, e)
return n
}
function Dn(e, t) {
var n = -1,
- r = null == e ? 0 : e.length;
+ r = null == e ? 0 : e.length
while (++n < r)
- if (t(e[n], n, e)) return !0;
+ if (t(e[n], n, e)) return !0
return !1
}
- var jn = Fn("length");
+
+ var jn = Fn('length')
function Hn(e) {
- return e.split("")
+ return e.split('')
}
function En(e) {
@@ -14015,7 +14128,7 @@
}
function Pn(e, t, n) {
- var r;
+ var r
return n(e, (function(e, n, a) {
if (t(e, n, a)) return r = n, !1
})), r
@@ -14023,9 +14136,9 @@
function An(e, t, n, r) {
var a = e.length,
- i = n + (r ? 1 : -1);
+ i = n + (r ? 1 : -1)
while (r ? i-- : ++i < a)
- if (t(e[i], i, e)) return i;
+ if (t(e[i], i, e)) return i
return -1
}
@@ -14035,9 +14148,9 @@
function Vn(e, t, n, r) {
var a = n - 1,
- i = e.length;
+ i = e.length
while (++a < i)
- if (r(e[a], t)) return a;
+ if (r(e[a], t)) return a
return -1
}
@@ -14046,7 +14159,7 @@
}
function Rn(e, t) {
- var n = null == e ? 0 : e.length;
+ var n = null == e ? 0 : e.length
return n ? Kn(e, t) / n : V
}
@@ -14069,17 +14182,17 @@
}
function Bn(e, t) {
- var n = e.length;
- e.sort(t);
- while (n--) e[n] = e[n].value;
+ var n = e.length
+ e.sort(t)
+ while (n--) e[n] = e[n].value
return e
}
function Kn(e, t) {
var n, r = -1,
- a = e.length;
+ a = e.length
while (++r < a) {
- var o = t(e[r]);
+ var o = t(e[r])
o !== i && (n = n === i ? o : n + o)
}
return n
@@ -14087,8 +14200,8 @@
function Wn(e, t) {
var n = -1,
- r = Array(e);
- while (++n < e) r[n] = t(n);
+ r = Array(e)
+ while (++n < e) r[n] = t(n)
return r
}
@@ -14116,28 +14229,29 @@
function Qn(e, t) {
var n = -1,
- r = e.length;
- while (++n < r && Yn(t, e[n], 0) > -1);
+ r = e.length
+ while (++n < r && Yn(t, e[n], 0) > -1)
return n
}
function Xn(e, t) {
- var n = e.length;
- while (n-- && Yn(t, e[n], 0) > -1);
+ var n = e.length
+ while (n-- && Yn(t, e[n], 0) > -1)
return n
}
function Zn(e, t) {
var n = e.length,
- r = 0;
- while (n--) e[n] === t && ++r;
+ r = 0
+ while (n--) e[n] === t && ++r
return r
}
+
var er = $n(Xt),
- tr = $n(Zt);
+ tr = $n(Zt)
function nr(e) {
- return "\\" + tn[e]
+ return '\\' + tn[e]
}
function rr(e, t) {
@@ -14153,14 +14267,14 @@
}
function or(e) {
- var t, n = [];
- while (!(t = e.next()).done) n.push(t.value);
+ var t, n = []
+ while (!(t = e.next()).done) n.push(t.value)
return n
}
function sr(e) {
var t = -1,
- n = Array(e.size);
+ n = Array(e.size)
return e.forEach((function(e, r) {
n[++t] = [r, e]
})), n
@@ -14176,9 +14290,9 @@
var n = -1,
r = e.length,
a = 0,
- i = [];
+ i = []
while (++n < r) {
- var o = e[n];
+ var o = e[n]
o !== t && o !== h || (e[n] = h, i[a++] = n)
}
return i
@@ -14186,7 +14300,7 @@
function ur(e) {
var t = -1,
- n = Array(e.size);
+ n = Array(e.size)
return e.forEach((function(e) {
n[++t] = e
})), n
@@ -14194,7 +14308,7 @@
function dr(e) {
var t = -1,
- n = Array(e.size);
+ n = Array(e.size)
return e.forEach((function(e) {
n[++t] = [e, e]
})), n
@@ -14202,16 +14316,16 @@
function hr(e, t, n) {
var r = n - 1,
- a = e.length;
+ a = e.length
while (++r < a)
- if (e[r] === t) return r;
+ if (e[r] === t) return r
return -1
}
function fr(e, t, n) {
- var r = n + 1;
+ var r = n + 1
while (r--)
- if (e[r] === t) return r;
+ if (e[r] === t) return r
return r
}
@@ -14222,11 +14336,12 @@
function pr(e) {
return ar(e) ? br(e) : Hn(e)
}
- var _r = $n(en);
+
+ var _r = $n(en)
function vr(e) {
- var t = Bt.lastIndex = 0;
- while (Bt.test(e)) ++t;
+ var t = Bt.lastIndex = 0
+ while (Bt.test(e)) ++t
return t
}
@@ -14237,8 +14352,9 @@
function yr(e) {
return e.match(Kt) || []
}
+
var gr = function e(t) {
- t = null == t ? sn : Mr.defaults(sn.Object(), t, Mr.pick(sn, Ut));
+ t = null == t ? sn : Mr.defaults(sn.Object(), t, Mr.pick(sn, Ut))
var n = t.Array,
r = t.Date,
a = t.Error,
@@ -14251,19 +14367,19 @@
ot = n.prototype,
st = Ne.prototype,
ct = nt.prototype,
- lt = t["__core-js_shared__"],
+ lt = t['__core-js_shared__'],
ut = st.toString,
dt = ct.hasOwnProperty,
ht = 0,
ft = function() {
- var e = /[^.]+$/.exec(lt && lt.keys && lt.keys.IE_PROTO || "");
- return e ? "Symbol(src)_1." + e : ""
+ var e = /[^.]+$/.exec(lt && lt.keys && lt.keys.IE_PROTO || '')
+ return e ? 'Symbol(src)_1.' + e : ''
}(),
mt = ct.toString,
pt = ut.call(nt),
_t = sn._,
- vt = rt("^" + ut.call(dt).replace(Pe, "\\$&").replace(
- /hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"),
+ vt = rt('^' + ut.call(dt).replace(Pe, '\\$&').replace(
+ /hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'),
bt = un ? t.Buffer : i,
yt = t.Symbol,
gt = t.Uint8Array,
@@ -14277,9 +14393,10 @@
Tt = yt ? yt.toStringTag : i,
xt = function() {
try {
- var e = Ko(nt, "defineProperty");
- return e({}, "", {}), e
- } catch (t) {}
+ var e = Ko(nt, 'defineProperty')
+ return e({}, '', {}), e
+ } catch (t) {
+ }
}(),
zt = t.clearTimeout !== sn.clearTimeout && t.clearTimeout,
Dt = r && r.now !== sn.Date.now && r.now,
@@ -14297,12 +14414,12 @@
Kt = t.parseInt,
Wt = tt.random,
qt = ot.reverse,
- Xt = Ko(t, "DataView"),
- Zt = Ko(t, "Map"),
- en = Ko(t, "Promise"),
- tn = Ko(t, "Set"),
- an = Ko(t, "WeakMap"),
- on = Ko(nt, "create"),
+ Xt = Ko(t, 'DataView'),
+ Zt = Ko(t, 'Map'),
+ en = Ko(t, 'Promise'),
+ tn = Ko(t, 'Set'),
+ an = Ko(t, 'WeakMap'),
+ on = Ko(nt, 'create'),
cn = an && new an,
ln = {},
dn = zs(Xt),
@@ -14312,27 +14429,31 @@
$n = zs(an),
hr = yt ? yt.prototype : i,
vr = hr ? hr.valueOf : i,
- br = hr ? hr.toString : i;
+ br = hr ? hr.toString : i
function gr(e) {
if (Lu(e) && !ou(e) && !(e instanceof Sr)) {
- if (e instanceof Or) return e;
- if (dt.call(e, "__wrapped__")) return js(e)
+ if (e instanceof Or) return e
+ if (dt.call(e, '__wrapped__')) return js(e)
}
return new Or(e)
}
+
var wr = function() {
- function e() {}
+ function e() {
+ }
+
return function(t) {
- if (!wu(t)) return {};
- if (Lt) return Lt(t);
- e.prototype = t;
- var n = new e;
+ if (!wu(t)) return {}
+ if (Lt) return Lt(t)
+ e.prototype = t
+ var n = new e
return e.prototype = i, n
}
- }();
+ }()
- function Lr() {}
+ function Lr() {
+ }
function Or(e, t) {
this.__wrapped__ = e, this.__actions__ = [], this.__chain__ = !!t, this.__index__ = 0, this.__values__ =
@@ -14345,7 +14466,7 @@
}
function kr() {
- var e = new Sr(this.__wrapped__);
+ var e = new Sr(this.__wrapped__)
return e.__actions__ = to(this.__actions__), e.__dir__ = this.__dir__, e.__filtered__ = this.__filtered__,
e.__iteratees__ = to(this.__iteratees__), e.__takeCount__ = this.__takeCount__, e.__views__ = to(this.__views__),
e
@@ -14353,9 +14474,9 @@
function Cr() {
if (this.__filtered__) {
- var e = new Sr(this);
+ var e = new Sr(this)
e.__dir__ = -1, e.__filtered__ = !0
- } else e = this.clone(), e.__dir__ *= -1;
+ } else e = this.clone(), e.__dir__ *= -1
return e
}
@@ -14373,21 +14494,21 @@
u = this.__iteratees__,
d = u.length,
h = 0,
- f = Ft(c, this.__takeCount__);
- if (!n || !r && a == c && f == c) return Ai(e, this.__actions__);
- var m = [];
+ f = Ft(c, this.__takeCount__)
+ if (!n || !r && a == c && f == c) return Ai(e, this.__actions__)
+ var m = []
e: while (c-- && h < f) {
- l += t;
+ l += t
var p = -1,
- _ = e[l];
+ _ = e[l]
while (++p < d) {
var v = u[p],
b = v.iteratee,
y = v.type,
- g = b(_);
- if (y == H) _ = g;
+ g = b(_)
+ if (y == H) _ = g
else if (!g) {
- if (y == j) continue e;
+ if (y == j) continue e
break e
}
}
@@ -14398,10 +14519,10 @@
function xr(e) {
var t = -1,
- n = null == e ? 0 : e.length;
- this.clear();
+ n = null == e ? 0 : e.length
+ this.clear()
while (++t < n) {
- var r = e[t];
+ var r = e[t]
this.set(r[0], r[1])
}
}
@@ -14411,35 +14532,35 @@
}
function Dr(e) {
- var t = this.has(e) && delete this.__data__[e];
+ var t = this.has(e) && delete this.__data__[e]
return this.size -= t ? 1 : 0, t
}
function jr(e) {
- var t = this.__data__;
+ var t = this.__data__
if (on) {
- var n = t[e];
+ var n = t[e]
return n === u ? i : n
}
return dt.call(t, e) ? t[e] : i
}
function Hr(e) {
- var t = this.__data__;
+ var t = this.__data__
return on ? t[e] !== i : dt.call(t, e)
}
function Er(e, t) {
- var n = this.__data__;
+ var n = this.__data__
return this.size += this.has(e) ? 0 : 1, n[e] = on && t === i ? u : t, this
}
function Pr(e) {
var t = -1,
- n = null == e ? 0 : e.length;
- this.clear();
+ n = null == e ? 0 : e.length
+ this.clear()
while (++t < n) {
- var r = e[t];
+ var r = e[t]
this.set(r[0], r[1])
}
}
@@ -14450,15 +14571,15 @@
function Yr(e) {
var t = this.__data__,
- n = ca(t, e);
- if (n < 0) return !1;
- var r = t.length - 1;
+ n = ca(t, e)
+ if (n < 0) return !1
+ var r = t.length - 1
return n == r ? t.pop() : St.call(t, n, 1), --this.size, !0
}
function Vr(e) {
var t = this.__data__,
- n = ca(t, e);
+ n = ca(t, e)
return n < 0 ? i : t[n][1]
}
@@ -14468,16 +14589,16 @@
function Rr(e, t) {
var n = this.__data__,
- r = ca(n, e);
+ r = ca(n, e)
return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this
}
function Fr(e) {
var t = -1,
- n = null == e ? 0 : e.length;
- this.clear();
+ n = null == e ? 0 : e.length
+ this.clear()
while (++t < n) {
- var r = e[t];
+ var r = e[t]
this.set(r[0], r[1])
}
}
@@ -14485,13 +14606,13 @@
function $r() {
this.size = 0, this.__data__ = {
hash: new xr,
- map: new(Zt || Pr),
+ map: new (Zt || Pr),
string: new xr
}
}
function Nr(e) {
- var t = No(this, e)["delete"](e);
+ var t = No(this, e)['delete'](e)
return this.size -= t ? 1 : 0, t
}
@@ -14505,14 +14626,14 @@
function Wr(e, t) {
var n = No(this, e),
- r = n.size;
+ r = n.size
return n.set(e, t), this.size += n.size == r ? 0 : 1, this
}
function qr(e) {
var t = -1,
- n = null == e ? 0 : e.length;
- this.__data__ = new Fr;
+ n = null == e ? 0 : e.length
+ this.__data__ = new Fr
while (++t < n) this.add(e[t])
}
@@ -14525,7 +14646,7 @@
}
function Gr(e) {
- var t = this.__data__ = new Pr(e);
+ var t = this.__data__ = new Pr(e)
this.size = t.size
}
@@ -14535,7 +14656,7 @@
function Xr(e) {
var t = this.__data__,
- n = t["delete"](e);
+ n = t['delete'](e)
return this.size = t.size, n
}
@@ -14548,10 +14669,10 @@
}
function ta(e, t) {
- var n = this.__data__;
+ var n = this.__data__
if (n instanceof Pr) {
- var r = n.__data__;
- if (!Zt || r.length < s - 1) return r.push([e, t]), this.size = ++n.size, this;
+ var r = n.__data__
+ if (!Zt || r.length < s - 1) return r.push([e, t]), this.size = ++n.size, this
n = this.__data__ = new Fr(r)
}
return n.set(e, t), this.size = n.size, this
@@ -14564,14 +14685,14 @@
i = !n && !r && !a && Vu(e),
o = n || r || a || i,
s = o ? Wn(e.length, at) : [],
- c = s.length;
- for (var l in e) !t && !dt.call(e, l) || o && ("length" == l || a && ("offset" == l || "parent" == l) ||
- i && ("buffer" == l || "byteLength" == l || "byteOffset" == l) || as(l, c)) || s.push(l);
+ c = s.length
+ for (var l in e) !t && !dt.call(e, l) || o && ('length' == l || a && ('offset' == l || 'parent' == l) ||
+ i && ('buffer' == l || 'byteLength' == l || 'byteOffset' == l) || as(l, c)) || s.push(l)
return s
}
function ra(e) {
- var t = e.length;
+ var t = e.length
return t ? e[pi(0, t - 1)] : i
}
@@ -14588,14 +14709,14 @@
}
function sa(e, t, n) {
- var r = e[t];
+ var r = e[t]
dt.call(e, t) && nu(r, n) && (n !== i || t in e) || ha(e, t, n)
}
function ca(e, t) {
- var n = e.length;
+ var n = e.length
while (n--)
- if (nu(e[n][0], t)) return n;
+ if (nu(e[n][0], t)) return n
return -1
}
@@ -14614,7 +14735,7 @@
}
function ha(e, t, n) {
- "__proto__" == t && xt ? xt(e, t, {
+ '__proto__' == t && xt ? xt(e, t, {
configurable: !0,
enumerable: !0,
value: n,
@@ -14626,8 +14747,8 @@
var r = -1,
a = t.length,
o = n(a),
- s = null == e;
- while (++r < a) o[r] = s ? i : md(e, t[r]);
+ s = null == e
+ while (++r < a) o[r] = s ? i : md(e, t[r])
return o
}
@@ -14638,60 +14759,60 @@
function pa(e, t, n, r, a, o) {
var s, c = t & f,
l = t & m,
- u = t & p;
- if (n && (s = a ? n(e, r, a, o) : n(e)), s !== i) return s;
- if (!wu(e)) return e;
- var d = ou(e);
+ u = t & p
+ if (n && (s = a ? n(e, r, a, o) : n(e)), s !== i) return s
+ if (!wu(e)) return e
+ var d = ou(e)
if (d) {
if (s = Zo(e), !c) return to(e, s)
} else {
var h = Jo(e),
- _ = h == G || h == Q;
- if (du(e)) return Ki(e, c);
+ _ = h == G || h == Q
+ if (du(e)) return Ki(e, c)
if (h == te || h == N || _ && !a) {
if (s = l || _ ? {} : es(e), !c) return l ? ao(e, da(s, e)) : ro(e, ua(s, e))
} else {
- if (!Qt[h]) return a ? e : {};
+ if (!Qt[h]) return a ? e : {}
s = ts(e, h, c)
}
}
- o || (o = new Gr);
- var v = o.get(e);
- if (v) return v;
+ o || (o = new Gr)
+ var v = o.get(e)
+ if (v) return v
o.set(e, s), Pu(e) ? e.forEach((function(r) {
s.add(pa(r, t, n, r, e, o))
})) : Ou(e) && e.forEach((function(r, a) {
s.set(a, pa(r, t, n, a, e, o))
- }));
+ }))
var b = u ? l ? Vo : Yo : l ? Md : gd,
- y = d ? i : b(e);
+ y = d ? i : b(e)
return Mn(y || e, (function(r, a) {
y && (a = r, r = e[a]), sa(s, a, pa(r, t, n, a, e, o))
})), s
}
function _a(e) {
- var t = gd(e);
+ var t = gd(e)
return function(n) {
return va(n, e, t)
}
}
function va(e, t, n) {
- var r = n.length;
- if (null == e) return !r;
- e = nt(e);
+ var r = n.length
+ if (null == e) return !r
+ e = nt(e)
while (r--) {
var a = n[r],
o = t[a],
- s = e[a];
+ s = e[a]
if (s === i && !(a in e) || !o(s)) return !1
}
return !0
}
function ba(e, t, n) {
- if ("function" != typeof e) throw new it(l);
+ if ('function' != typeof e) throw new it(l)
return Ls((function() {
e.apply(i, n)
}), t)
@@ -14703,42 +14824,43 @@
o = !0,
c = e.length,
l = [],
- u = t.length;
- if (!c) return l;
- n && (t = Cn(t, Un(n))), r ? (i = kn, o = !1) : t.length >= s && (i = Gn, o = !1, t = new qr(t));
+ u = t.length
+ if (!c) return l
+ n && (t = Cn(t, Un(n))), r ? (i = kn, o = !1) : t.length >= s && (i = Gn, o = !1, t = new qr(t))
e: while (++a < c) {
var d = e[a],
- h = null == n ? d : n(d);
+ h = null == n ? d : n(d)
if (d = r || 0 !== d ? d : 0, o && h === h) {
- var f = u;
+ var f = u
while (f--)
- if (t[f] === h) continue e;
+ if (t[f] === h) continue e
l.push(d)
} else i(t, h, r) || l.push(d)
}
return l
}
+
gr.templateSettings = {
escape: xe,
evaluate: ze,
interpolate: De,
- variable: "",
+ variable: '',
imports: {
_: gr
}
}, gr.prototype = Lr.prototype, gr.prototype.constructor = gr, Or.prototype = wr(Lr.prototype), Or.prototype
.constructor = Or, Sr.prototype = wr(Lr.prototype), Sr.prototype.constructor = Sr, xr.prototype.clear =
- zr, xr.prototype["delete"] = Dr, xr.prototype.get = jr, xr.prototype.has = Hr, xr.prototype.set = Er, Pr
- .prototype.clear = Ar, Pr.prototype["delete"] = Yr, Pr.prototype.get = Vr, Pr.prototype.has = Ir, Pr.prototype
- .set = Rr, Fr.prototype.clear = $r, Fr.prototype["delete"] = Nr, Fr.prototype.get = Br, Fr.prototype.has =
+ zr, xr.prototype['delete'] = Dr, xr.prototype.get = jr, xr.prototype.has = Hr, xr.prototype.set = Er, Pr
+ .prototype.clear = Ar, Pr.prototype['delete'] = Yr, Pr.prototype.get = Vr, Pr.prototype.has = Ir, Pr.prototype
+ .set = Rr, Fr.prototype.clear = $r, Fr.prototype['delete'] = Nr, Fr.prototype.get = Br, Fr.prototype.has =
Kr, Fr.prototype.set = Wr, qr.prototype.add = qr.prototype.push = Ur, qr.prototype.has = Jr, Gr.prototype
- .clear = Qr, Gr.prototype["delete"] = Xr, Gr.prototype.get = Zr, Gr.prototype.has = ea, Gr.prototype.set =
- ta;
+ .clear = Qr, Gr.prototype['delete'] = Xr, Gr.prototype.get = Zr, Gr.prototype.has = ea, Gr.prototype.set =
+ ta
var ga = so(xa),
- Ma = so(za, !0);
+ Ma = so(za, !0)
function wa(e, t) {
- var n = !0;
+ var n = !0
return ga(e, (function(e, r, a) {
return n = !!t(e, r, a), n
})), n
@@ -14746,10 +14868,10 @@
function La(e, t, n) {
var r = -1,
- a = e.length;
+ a = e.length
while (++r < a) {
var o = e[r],
- s = t(o);
+ s = t(o)
if (null != s && (c === i ? s === s && !Yu(s) : n(s, c))) var c = s,
l = o
}
@@ -14757,15 +14879,15 @@
}
function Oa(e, t, n, r) {
- var a = e.length;
+ var a = e.length
n = Wu(n), n < 0 && (n = -n > a ? 0 : a + n), r = r === i || r > a ? a : Wu(r), r < 0 && (r += a), r = n >
- r ? 0 : qu(r);
- while (n < r) e[n++] = t;
+ r ? 0 : qu(r)
+ while (n < r) e[n++] = t
return e
}
function Sa(e, t) {
- var n = [];
+ var n = []
return ga(e, (function(e, r, a) {
t(e, r, a) && n.push(e)
})), n
@@ -14773,16 +14895,17 @@
function ka(e, t, n, r, a) {
var i = -1,
- o = e.length;
- n || (n = rs), a || (a = []);
+ o = e.length
+ n || (n = rs), a || (a = [])
while (++i < o) {
- var s = e[i];
+ var s = e[i]
t > 0 && n(s) ? t > 1 ? ka(s, t - 1, n, r, a) : Tn(a, s) : r || (a[a.length] = s)
}
return a
}
+
var Ca = co(),
- Ta = co(!0);
+ Ta = co(!0)
function xa(e, t) {
return e && Ca(e, t, gd)
@@ -14799,15 +14922,15 @@
}
function ja(e, t) {
- t = Fi(t, e);
+ t = Fi(t, e)
var n = 0,
- r = t.length;
- while (null != e && n < r) e = e[xs(t[n++])];
+ r = t.length
+ while (null != e && n < r) e = e[xs(t[n++])]
return n && n == r ? e : i
}
function Ha(e, t, n) {
- var r = t(e);
+ var r = t(e)
return ou(e) ? r : Tn(r, n(e))
}
@@ -14838,22 +14961,22 @@
c = s,
l = n(s),
u = 1 / 0,
- d = [];
+ d = []
while (c--) {
- var h = e[c];
+ var h = e[c]
c && t && (h = Cn(h, Un(t))), u = Ft(h.length, u), l[c] = !r && (t || o >= 120 && h.length >= 120) ?
new qr(c && h) : i
}
- h = e[0];
+ h = e[0]
var f = -1,
- m = l[0];
+ m = l[0]
e: while (++f < o && d.length < u) {
var p = h[f],
- _ = t ? t(p) : p;
+ _ = t ? t(p) : p
if (p = r || 0 !== p ? p : 0, !(m ? Gn(m, _) : a(d, _, r))) {
- c = s;
+ c = s
while (--c) {
- var v = l[c];
+ var v = l[c]
if (!(v ? Gn(v, _) : a(e[c], _, r))) continue e
}
m && m.push(_), d.push(p)
@@ -14869,8 +14992,8 @@
}
function Fa(e, t, n) {
- t = Fi(t, e), e = ys(e, t);
- var r = null == e ? e : e[xs(rc(t))];
+ t = Fi(t, e), e = ys(e, t)
+ var r = null == e ? e : e[xs(rc(t))]
return null == r ? i : yn(r, e, n)
}
@@ -14895,22 +15018,22 @@
var o = ou(e),
s = ou(t),
c = o ? B : Jo(e),
- l = s ? B : Jo(t);
- c = c == N ? te : c, l = l == N ? te : l;
+ l = s ? B : Jo(t)
+ c = c == N ? te : c, l = l == N ? te : l
var u = c == te,
d = l == te,
- h = c == l;
+ h = c == l
if (h && du(e)) {
- if (!du(t)) return !1;
+ if (!du(t)) return !1
o = !0, u = !1
}
- if (h && !u) return i || (i = new Gr), o || Vu(e) ? Ho(e, t, n, r, a, i) : Eo(e, t, c, n, r, a, i);
+ if (h && !u) return i || (i = new Gr), o || Vu(e) ? Ho(e, t, n, r, a, i) : Eo(e, t, c, n, r, a, i)
if (!(n & _)) {
- var f = u && dt.call(e, "__wrapped__"),
- m = d && dt.call(t, "__wrapped__");
+ var f = u && dt.call(e, '__wrapped__'),
+ m = d && dt.call(t, '__wrapped__')
if (f || m) {
var p = f ? e.value() : e,
- v = m ? t.value() : t;
+ v = m ? t.value() : t
return i || (i = new Gr), a(p, v, n, r, i)
}
}
@@ -14924,23 +15047,23 @@
function Ua(e, t, n, r) {
var a = n.length,
o = a,
- s = !r;
- if (null == e) return !o;
- e = nt(e);
+ s = !r
+ if (null == e) return !o
+ e = nt(e)
while (a--) {
- var c = n[a];
+ var c = n[a]
if (s && c[2] ? c[1] !== e[c[0]] : !(c[0] in e)) return !1
}
while (++a < o) {
- c = n[a];
+ c = n[a]
var l = c[0],
u = e[l],
- d = c[1];
+ d = c[1]
if (s && c[2]) {
if (u === i && !(l in e)) return !1
} else {
- var h = new Gr;
- if (r) var f = r(u, d, l, e, t, h);
+ var h = new Gr
+ if (r) var f = r(u, d, l, e, t, h)
if (!(f === i ? Ka(d, u, _ | v, r, h) : f)) return !1
}
}
@@ -14948,8 +15071,8 @@
}
function Ja(e) {
- if (!wu(e) || ls(e)) return !1;
- var t = yu(e) ? vt : Je;
+ if (!wu(e) || ls(e)) return !1
+ var t = yu(e) ? vt : Je
return t.test(zs(e))
}
@@ -14966,22 +15089,22 @@
}
function Za(e) {
- return "function" == typeof e ? e : null == e ? Th : "object" == typeof e ? ou(e) ? ii(e[0], e[1]) : ai(
+ return 'function' == typeof e ? e : null == e ? Th : 'object' == typeof e ? ou(e) ? ii(e[0], e[1]) : ai(
e) : Fh(e)
}
function ei(e) {
- if (!ds(e)) return It(e);
- var t = [];
- for (var n in nt(e)) dt.call(e, n) && "constructor" != n && t.push(n);
+ if (!ds(e)) return It(e)
+ var t = []
+ for (var n in nt(e)) dt.call(e, n) && 'constructor' != n && t.push(n)
return t
}
function ti(e) {
- if (!wu(e)) return _s(e);
+ if (!wu(e)) return _s(e)
var t = ds(e),
- n = [];
- for (var r in e)("constructor" != r || !t && dt.call(e, r)) && n.push(r);
+ n = []
+ for (var r in e) ('constructor' != r || !t && dt.call(e, r)) && n.push(r)
return n
}
@@ -14991,14 +15114,14 @@
function ri(e, t) {
var r = -1,
- a = cu(e) ? n(e.length) : [];
+ a = cu(e) ? n(e.length) : []
return ga(e, (function(e, n, i) {
a[++r] = t(e, n, i)
})), a
}
function ai(e) {
- var t = Bo(e);
+ var t = Bo(e)
return 1 == t.length && t[0][2] ? fs(t[0][0], t[0][1]) : function(n) {
return n === e || Ua(n, e, t)
}
@@ -15006,16 +15129,16 @@
function ii(e, t) {
return os(e) && hs(t) ? fs(xs(e), t) : function(n) {
- var r = md(n, e);
+ var r = md(n, e)
return r === i && r === t ? _d(n, e) : Ka(t, r, _ | v)
}
}
function oi(e, t, n, r, a) {
e !== t && Ca(t, (function(o, s) {
- if (a || (a = new Gr), wu(o)) si(e, t, s, n, oi, r, a);
+ if (a || (a = new Gr), wu(o)) si(e, t, s, n, oi, r, a)
else {
- var c = r ? r(Ms(e, s), o, s + "", e, t, a) : i;
+ var c = r ? r(Ms(e, s), o, s + '', e, t, a) : i
c === i && (c = o), oa(e, s, c)
}
}), Md)
@@ -15024,25 +15147,25 @@
function si(e, t, n, r, a, o, s) {
var c = Ms(e, n),
l = Ms(t, n),
- u = s.get(l);
- if (u) oa(e, n, u);
+ u = s.get(l)
+ if (u) oa(e, n, u)
else {
- var d = o ? o(c, l, n + "", e, t, s) : i,
- h = d === i;
+ var d = o ? o(c, l, n + '', e, t, s) : i,
+ h = d === i
if (h) {
var f = ou(l),
m = !f && du(l),
- p = !f && !m && Vu(l);
+ p = !f && !m && Vu(l)
d = l, f || m || p ? ou(c) ? d = c : lu(c) ? d = to(c) : m ? (h = !1, d = Ki(l, !0)) : p ? (h = !1, d =
Gi(l, !0)) : d = [] : ju(l) || iu(l) ? (d = c, iu(c) ? d = Ju(c) : wu(c) && !yu(c) || (d = es(l))) :
h = !1
}
- h && (s.set(l, d), a(d, l, r, o, s), s["delete"](l)), oa(e, n, d)
+ h && (s.set(l, d), a(d, l, r, o, s), s['delete'](l)), oa(e, n, d)
}
}
function ci(e, t) {
- var n = e.length;
+ var n = e.length
if (n) return t += t < 0 ? n : 0, as(t, n) ? e[t] : i
}
@@ -15051,19 +15174,19 @@
return ou(e) ? function(t) {
return ja(t, 1 === e.length ? e[0] : e)
} : e
- })) : [Th];
- var r = -1;
- t = Cn(t, Un($o()));
+ })) : [Th]
+ var r = -1
+ t = Cn(t, Un($o()))
var a = ri(e, (function(e, n, a) {
var i = Cn(t, (function(t) {
return t(e)
- }));
+ }))
return {
criteria: i,
index: ++r,
value: e
}
- }));
+ }))
return Bn(a, (function(e, t) {
return Xi(e, t, n)
}))
@@ -15078,10 +15201,10 @@
function di(e, t, n) {
var r = -1,
a = t.length,
- i = {};
+ i = {}
while (++r < a) {
var o = t[r],
- s = ja(e, o);
+ s = ja(e, o)
n(s, o) && Mi(i, Fi(o, e), s)
}
return i
@@ -15097,12 +15220,12 @@
var a = r ? Vn : Yn,
i = -1,
o = t.length,
- s = e;
- e === t && (t = to(t)), n && (s = Cn(e, Un(n)));
+ s = e
+ e === t && (t = to(t)), n && (s = Cn(e, Un(n)))
while (++i < o) {
var c = 0,
l = t[i],
- u = n ? n(l) : l;
+ u = n ? n(l) : l
while ((c = a(s, u, c, r)) > -1) s !== e && St.call(s, c, 1), St.call(e, c, 1)
}
return e
@@ -15110,11 +15233,11 @@
function mi(e, t) {
var n = e ? t.length : 0,
- r = n - 1;
+ r = n - 1
while (n--) {
- var a = t[n];
+ var a = t[n]
if (n == r || a !== i) {
- var i = a;
+ var i = a
as(a) ? St.call(e, a, 1) : Hi(e, a)
}
}
@@ -15128,22 +15251,22 @@
function _i(e, t, r, a) {
var i = -1,
o = Rt(Ht((t - e) / (r || 1)), 0),
- s = n(o);
- while (o--) s[a ? o : ++i] = e, e += r;
+ s = n(o)
+ while (o--) s[a ? o : ++i] = e, e += r
return s
}
function vi(e, t) {
- var n = "";
- if (!e || t < 1 || t > A) return n;
+ var n = ''
+ if (!e || t < 1 || t > A) return n
do {
t % 2 && (n += e), t = Et(t / 2), t && (e += e)
- } while (t);
+ } while (t)
return n
}
function bi(e, t) {
- return Os(bs(e, t, Th), e + "")
+ return Os(bs(e, t, Th), e + '')
}
function yi(e) {
@@ -15151,40 +15274,41 @@
}
function gi(e, t) {
- var n = Id(e);
+ var n = Id(e)
return Cs(n, ma(t, 0, n.length))
}
function Mi(e, t, n, r) {
- if (!wu(e)) return e;
- t = Fi(t, e);
+ if (!wu(e)) return e
+ t = Fi(t, e)
var a = -1,
o = t.length,
s = o - 1,
- c = e;
+ c = e
while (null != c && ++a < o) {
var l = xs(t[a]),
- u = n;
- if ("__proto__" === l || "constructor" === l || "prototype" === l) return e;
+ u = n
+ if ('__proto__' === l || 'constructor' === l || 'prototype' === l) return e
if (a != s) {
- var d = c[l];
+ var d = c[l]
u = r ? r(d, l, c) : i, u === i && (u = wu(d) ? d : as(t[a + 1]) ? [] : {})
}
sa(c, l, u), c = c[l]
}
return e
}
+
var wi = cn ? function(e, t) {
return cn.set(e, t), e
} : Th,
Li = xt ? function(e, t) {
- return xt(e, "toString", {
+ return xt(e, 'toString', {
configurable: !0,
enumerable: !1,
value: Oh(t),
writable: !0
})
- } : Th;
+ } : Th
function Oi(e) {
return Cs(Id(e))
@@ -15192,16 +15316,16 @@
function Si(e, t, r) {
var a = -1,
- i = e.length;
+ i = e.length
t < 0 && (t = -t > i ? 0 : i + t), r = r > i ? i : r, r < 0 && (r += i), i = t > r ? 0 : r - t >>> 0, t >>>=
- 0;
- var o = n(i);
- while (++a < i) o[a] = e[a + t];
+ 0
+ var o = n(i)
+ while (++a < i) o[a] = e[a + t]
return o
}
function ki(e, t) {
- var n;
+ var n
return ga(e, (function(e, r, a) {
return n = t(e, r, a), !n
})), !!n
@@ -15209,11 +15333,11 @@
function Ci(e, t, n) {
var r = 0,
- a = null == e ? r : e.length;
- if ("number" == typeof t && t === t && a <= F) {
+ a = null == e ? r : e.length
+ if ('number' == typeof t && t === t && a <= F) {
while (r < a) {
var i = r + a >>> 1,
- o = e[i];
+ o = e[i]
null !== o && !Yu(o) && (n ? o <= t : o < t) ? r = i + 1 : a = i
}
return a
@@ -15223,23 +15347,23 @@
function Ti(e, t, n, r) {
var a = 0,
- o = null == e ? 0 : e.length;
- if (0 === o) return 0;
- t = n(t);
+ o = null == e ? 0 : e.length
+ if (0 === o) return 0
+ t = n(t)
var s = t !== t,
c = null === t,
l = Yu(t),
- u = t === i;
+ u = t === i
while (a < o) {
var d = Et((a + o) / 2),
h = n(e[d]),
f = h !== i,
m = null === h,
p = h === h,
- _ = Yu(h);
- if (s) var v = r || p;
+ _ = Yu(h)
+ if (s) var v = r || p
else v = u ? p && (r || f) : c ? p && f && (r || !m) : l ? p && f && !m && (r || !_) : !m && !_ && (r ?
- h <= t : h < t);
+ h <= t : h < t)
v ? a = d + 1 : o = d
}
return Ft(o, R)
@@ -15249,12 +15373,12 @@
var n = -1,
r = e.length,
a = 0,
- i = [];
+ i = []
while (++n < r) {
var o = e[n],
- s = t ? t(o) : o;
+ s = t ? t(o) : o
if (!n || !nu(s, c)) {
- var c = s;
+ var c = s
i[a++] = 0 === o ? 0 : o
}
}
@@ -15262,15 +15386,15 @@
}
function zi(e) {
- return "number" == typeof e ? e : Yu(e) ? V : +e
+ return 'number' == typeof e ? e : Yu(e) ? V : +e
}
function Di(e) {
- if ("string" == typeof e) return e;
- if (ou(e)) return Cn(e, Di) + "";
- if (Yu(e)) return br ? br.call(e) : "";
- var t = e + "";
- return "0" == t && 1 / e == -P ? "-0" : t
+ if ('string' == typeof e) return e
+ if (ou(e)) return Cn(e, Di) + ''
+ if (Yu(e)) return br ? br.call(e) : ''
+ var t = e + ''
+ return '0' == t && 1 / e == -P ? '-0' : t
}
function ji(e, t, n) {
@@ -15279,20 +15403,20 @@
i = e.length,
o = !0,
c = [],
- l = c;
- if (n) o = !1, a = kn;
+ l = c
+ if (n) o = !1, a = kn
else if (i >= s) {
- var u = t ? null : Co(e);
- if (u) return ur(u);
+ var u = t ? null : Co(e)
+ if (u) return ur(u)
o = !1, a = Gn, l = new qr
- } else l = t ? [] : c;
+ } else l = t ? [] : c
e: while (++r < i) {
var d = e[r],
- h = t ? t(d) : d;
+ h = t ? t(d) : d
if (d = n || 0 !== d ? d : 0, o && h === h) {
- var f = l.length;
+ var f = l.length
while (f--)
- if (l[f] === h) continue e;
+ if (l[f] === h) continue e
t && l.push(h), c.push(d)
} else a(l, h, n) || (l !== c && l.push(h), c.push(d))
}
@@ -15309,26 +15433,26 @@
function Pi(e, t, n, r) {
var a = e.length,
- i = r ? a : -1;
- while ((r ? i-- : ++i < a) && t(e[i], i, e));
+ i = r ? a : -1
+ while ((r ? i-- : ++i < a) && t(e[i], i, e))
return n ? Si(e, r ? 0 : i, r ? i + 1 : a) : Si(e, r ? i + 1 : 0, r ? a : i)
}
function Ai(e, t) {
- var n = e;
+ var n = e
return n instanceof Sr && (n = n.value()), xn(t, (function(e, t) {
return t.func.apply(t.thisArg, Tn([e], t.args))
}), n)
}
function Yi(e, t, r) {
- var a = e.length;
- if (a < 2) return a ? ji(e[0]) : [];
+ var a = e.length
+ if (a < 2) return a ? ji(e[0]) : []
var i = -1,
- o = n(a);
+ o = n(a)
while (++i < a) {
var s = e[i],
- c = -1;
+ c = -1
while (++c < a) c != i && (o[i] = ya(o[i] || s, e[c], t, r))
}
return ji(ka(o, 1), t, r)
@@ -15338,9 +15462,9 @@
var r = -1,
a = e.length,
o = t.length,
- s = {};
+ s = {}
while (++r < a) {
- var c = r < o ? t[r] : i;
+ var c = r < o ? t[r] : i
n(s, e[r], c)
}
return s
@@ -15351,41 +15475,43 @@
}
function Ri(e) {
- return "function" == typeof e ? e : Th
+ return 'function' == typeof e ? e : Th
}
function Fi(e, t) {
return ou(e) ? e : os(e, t) ? [e] : Ts(Qu(e))
}
- var $i = bi;
+
+ var $i = bi
function Ni(e, t, n) {
- var r = e.length;
+ var r = e.length
return n = n === i ? r : n, !t && n >= r ? e : Si(e, t, n)
}
+
var Bi = zt || function(e) {
return sn.clearTimeout(e)
- };
+ }
function Ki(e, t) {
- if (t) return e.slice();
+ if (t) return e.slice()
var n = e.length,
- r = Mt ? Mt(n) : new e.constructor(n);
+ r = Mt ? Mt(n) : new e.constructor(n)
return e.copy(r), r
}
function Wi(e) {
- var t = new e.constructor(e.byteLength);
+ var t = new e.constructor(e.byteLength)
return new gt(t).set(new gt(e)), t
}
function qi(e, t) {
- var n = t ? Wi(e.buffer) : e.buffer;
+ var n = t ? Wi(e.buffer) : e.buffer
return new e.constructor(n, e.byteOffset, e.byteLength)
}
function Ui(e) {
- var t = new e.constructor(e.source, We.exec(e));
+ var t = new e.constructor(e.source, We.exec(e))
return t.lastIndex = e.lastIndex, t
}
@@ -15394,7 +15520,7 @@
}
function Gi(e, t) {
- var n = t ? Wi(e.buffer) : e.buffer;
+ var n = t ? Wi(e.buffer) : e.buffer
return new e.constructor(n, e.byteOffset, e.length)
}
@@ -15407,8 +15533,8 @@
s = t !== i,
c = null === t,
l = t === t,
- u = Yu(t);
- if (!c && !u && !o && e > t || o && s && l && !c && !u || r && s && l || !n && l || !a) return 1;
+ u = Yu(t)
+ if (!c && !u && !o && e > t || o && s && l && !c && !u || r && s && l || !n && l || !a) return 1
if (!r && !o && !u && e < t || u && n && a && !r && !o || c && n && a || !s && a || !l) return -1
}
return 0
@@ -15419,13 +15545,13 @@
a = e.criteria,
i = t.criteria,
o = a.length,
- s = n.length;
+ s = n.length
while (++r < o) {
- var c = Qi(a[r], i[r]);
+ var c = Qi(a[r], i[r])
if (c) {
- if (r >= s) return c;
- var l = n[r];
- return c * ("desc" == l ? -1 : 1)
+ if (r >= s) return c
+ var l = n[r]
+ return c * ('desc' == l ? -1 : 1)
}
}
return e.index - t.index
@@ -15439,10 +15565,10 @@
l = t.length,
u = Rt(o - s, 0),
d = n(l + u),
- h = !a;
- while (++c < l) d[c] = t[c];
- while (++i < s)(h || i < o) && (d[r[i]] = e[i]);
- while (u--) d[c++] = e[i++];
+ h = !a
+ while (++c < l) d[c] = t[c]
+ while (++i < s) (h || i < o) && (d[r[i]] = e[i])
+ while (u--) d[c++] = e[i++]
return d
}
@@ -15455,30 +15581,30 @@
u = t.length,
d = Rt(o - c, 0),
h = n(d + u),
- f = !a;
- while (++i < d) h[i] = e[i];
- var m = i;
- while (++l < u) h[m + l] = t[l];
- while (++s < c)(f || i < o) && (h[m + r[s]] = e[i++]);
+ f = !a
+ while (++i < d) h[i] = e[i]
+ var m = i
+ while (++l < u) h[m + l] = t[l]
+ while (++s < c) (f || i < o) && (h[m + r[s]] = e[i++])
return h
}
function to(e, t) {
var r = -1,
- a = e.length;
- t || (t = n(a));
- while (++r < a) t[r] = e[r];
+ a = e.length
+ t || (t = n(a))
+ while (++r < a) t[r] = e[r]
return t
}
function no(e, t, n, r) {
- var a = !n;
- n || (n = {});
+ var a = !n
+ n || (n = {})
var o = -1,
- s = t.length;
+ s = t.length
while (++o < s) {
var c = t[o],
- l = r ? r(n[c], e[c], c, n, e) : i;
+ l = r ? r(n[c], e[c], c, n, e) : i
l === i && (l = e[c]), a ? ha(n, c, l) : sa(n, c, l)
}
return n
@@ -15495,7 +15621,7 @@
function io(e, t) {
return function(n, r) {
var a = ou(n) ? gn : la,
- i = t ? t() : {};
+ i = t ? t() : {}
return a(n, e, $o(r, 2), i)
}
}
@@ -15505,11 +15631,11 @@
var r = -1,
a = n.length,
o = a > 1 ? n[a - 1] : i,
- s = a > 2 ? n[2] : i;
- o = e.length > 3 && "function" == typeof o ? (a--, o) : i, s && is(n[0], n[1], s) && (o = a < 3 ? i :
- o, a = 1), t = nt(t);
+ s = a > 2 ? n[2] : i
+ o = e.length > 3 && 'function' == typeof o ? (a--, o) : i, s && is(n[0], n[1], s) && (o = a < 3 ? i :
+ o, a = 1), t = nt(t)
while (++r < a) {
- var c = n[r];
+ var c = n[r]
c && e(t, c, r, o)
}
return t
@@ -15518,13 +15644,13 @@
function so(e, t) {
return function(n, r) {
- if (null == n) return n;
- if (!cu(n)) return e(n, r);
+ if (null == n) return n
+ if (!cu(n)) return e(n, r)
var a = n.length,
i = t ? a : -1,
- o = nt(n);
+ o = nt(n)
while (t ? i-- : ++i < a)
- if (!1 === r(o[i], i, o)) break;
+ if (!1 === r(o[i], i, o)) break
return n
}
}
@@ -15534,9 +15660,9 @@
var a = -1,
i = nt(t),
o = r(t),
- s = o.length;
+ s = o.length
while (s--) {
- var c = o[e ? s : ++a];
+ var c = o[e ? s : ++a]
if (!1 === n(i[c], c, i)) break
}
return t
@@ -15545,85 +15671,87 @@
function lo(e, t, n) {
var r = t & b,
- a = fo(e);
+ a = fo(e)
function i() {
- var t = this && this !== sn && this instanceof i ? a : e;
+ var t = this && this !== sn && this instanceof i ? a : e
return t.apply(r ? n : this, arguments)
}
+
return i
}
function uo(e) {
return function(t) {
- t = Qu(t);
+ t = Qu(t)
var n = ar(t) ? pr(t) : i,
r = n ? n[0] : t.charAt(0),
- a = n ? Ni(n, 1).join("") : t.slice(1);
+ a = n ? Ni(n, 1).join('') : t.slice(1)
return r[e]() + a
}
}
function ho(e) {
return function(t) {
- return xn(yh(Wd(t).replace($t, "")), e, "")
+ return xn(yh(Wd(t).replace($t, '')), e, '')
}
}
function fo(e) {
return function() {
- var t = arguments;
+ var t = arguments
switch (t.length) {
case 0:
- return new e;
+ return new e
case 1:
- return new e(t[0]);
+ return new e(t[0])
case 2:
- return new e(t[0], t[1]);
+ return new e(t[0], t[1])
case 3:
- return new e(t[0], t[1], t[2]);
+ return new e(t[0], t[1], t[2])
case 4:
- return new e(t[0], t[1], t[2], t[3]);
+ return new e(t[0], t[1], t[2], t[3])
case 5:
- return new e(t[0], t[1], t[2], t[3], t[4]);
+ return new e(t[0], t[1], t[2], t[3], t[4])
case 6:
- return new e(t[0], t[1], t[2], t[3], t[4], t[5]);
+ return new e(t[0], t[1], t[2], t[3], t[4], t[5])
case 7:
return new e(t[0], t[1], t[2], t[3], t[4], t[5], t[6])
}
var n = wr(e.prototype),
- r = e.apply(n, t);
+ r = e.apply(n, t)
return wu(r) ? r : n
}
}
function mo(e, t, r) {
- var a = fo(e);
+ var a = fo(e)
function o() {
var s = arguments.length,
c = n(s),
l = s,
- u = Fo(o);
- while (l--) c[l] = arguments[l];
- var d = s < 3 && c[0] !== u && c[s - 1] !== u ? [] : lr(c, u);
- if (s -= d.length, s < r) return So(e, t, vo, o.placeholder, i, c, d, i, i, r - s);
- var h = this && this !== sn && this instanceof o ? a : e;
+ u = Fo(o)
+ while (l--) c[l] = arguments[l]
+ var d = s < 3 && c[0] !== u && c[s - 1] !== u ? [] : lr(c, u)
+ if (s -= d.length, s < r) return So(e, t, vo, o.placeholder, i, c, d, i, i, r - s)
+ var h = this && this !== sn && this instanceof o ? a : e
return yn(h, this, c)
}
+
return o
}
function po(e) {
return function(t, n, r) {
- var a = nt(t);
+ var a = nt(t)
if (!cu(t)) {
- var o = $o(n, 3);
+ var o = $o(n, 3)
t = gd(t), n = function(e) {
return o(a[e], e, a)
}
}
- var s = e(t, n, r);
+ var s = e(t, n, r)
return s > -1 ? a[o ? t[s] : s] : i
}
}
@@ -15632,28 +15760,28 @@
return Ao((function(t) {
var n = t.length,
r = n,
- a = Or.prototype.thru;
- e && t.reverse();
+ a = Or.prototype.thru
+ e && t.reverse()
while (r--) {
- var o = t[r];
- if ("function" != typeof o) throw new it(l);
- if (a && !s && "wrapper" == Ro(o)) var s = new Or([], !0)
+ var o = t[r]
+ if ('function' != typeof o) throw new it(l)
+ if (a && !s && 'wrapper' == Ro(o)) var s = new Or([], !0)
}
- r = s ? r : n;
+ r = s ? r : n
while (++r < n) {
- o = t[r];
+ o = t[r]
var c = Ro(o),
- u = "wrapper" == c ? Io(o) : i;
+ u = 'wrapper' == c ? Io(o) : i
s = u && cs(u[0]) && u[1] == (S | M | L | k) && !u[4].length && 1 == u[9] ? s[Ro(u[0])].apply(s, u[
3]) : 1 == o.length && cs(o) ? s[c]() : s.thru(o)
}
return function() {
var e = arguments,
- r = e[0];
- if (s && 1 == e.length && ou(r)) return s.plant(r).value();
+ r = e[0]
+ if (s && 1 == e.length && ou(r)) return s.plant(r).value()
var a = 0,
- i = n ? t[a].apply(this, e) : r;
- while (++a < n) i = t[a].call(this, i);
+ i = n ? t[a].apply(this, e) : r
+ while (++a < n) i = t[a].call(this, i)
return i
}
}))
@@ -15665,24 +15793,25 @@
m = t & y,
p = t & (M | w),
_ = t & C,
- v = m ? i : fo(e);
+ v = m ? i : fo(e)
function g() {
var i = arguments.length,
b = n(i),
- y = i;
- while (y--) b[y] = arguments[y];
+ y = i
+ while (y--) b[y] = arguments[y]
if (p) var M = Fo(g),
- w = Zn(b, M);
+ w = Zn(b, M)
if (a && (b = Zi(b, a, o, p)), s && (b = eo(b, s, c, p)), i -= w, p && i < d) {
- var L = lr(b, M);
+ var L = lr(b, M)
return So(e, t, vo, g.placeholder, r, b, L, l, u, d - i)
}
var O = f ? r : this,
- S = m ? O[e] : e;
+ S = m ? O[e] : e
return i = b.length, l ? b = gs(b, l) : _ && i > 1 && b.reverse(), h && u < i && (b.length = u), this &&
this !== sn && this instanceof g && (S = v || fo(S)), S.apply(O, b)
}
+
return g
}
@@ -15694,11 +15823,11 @@
function yo(e, t) {
return function(n, r) {
- var a;
- if (n === i && r === i) return t;
+ var a
+ if (n === i && r === i) return t
if (n !== i && (a = n), r !== i) {
- if (a === i) return r;
- "string" == typeof n || "string" == typeof r ? (n = Di(n), r = Di(r)) : (n = zi(n), r = zi(r)), a = e(
+ if (a === i) return r
+ 'string' == typeof n || 'string' == typeof r ? (n = Di(n), r = Di(r)) : (n = zi(n), r = zi(r)), a = e(
n, r)
}
return a
@@ -15708,7 +15837,7 @@
function go(e) {
return Ao((function(t) {
return t = Cn(t, Un($o())), bi((function(n) {
- var r = this;
+ var r = this
return e(t, (function(e) {
return yn(e, r, n)
}))
@@ -15717,16 +15846,16 @@
}
function Mo(e, t) {
- t = t === i ? " " : Di(t);
- var n = t.length;
- if (n < 2) return n ? vi(t, e) : t;
- var r = vi(t, Ht(e / mr(t)));
- return ar(t) ? Ni(pr(r), 0, e).join("") : r.slice(0, e)
+ t = t === i ? ' ' : Di(t)
+ var n = t.length
+ if (n < 2) return n ? vi(t, e) : t
+ var r = vi(t, Ht(e / mr(t)))
+ return ar(t) ? Ni(pr(r), 0, e).join('') : r.slice(0, e)
}
function wo(e, t, r, a) {
var i = t & b,
- o = fo(e);
+ o = fo(e)
function s() {
var t = -1,
@@ -15734,24 +15863,25 @@
l = -1,
u = a.length,
d = n(u + c),
- h = this && this !== sn && this instanceof s ? o : e;
- while (++l < u) d[l] = a[l];
- while (c--) d[l++] = arguments[++t];
+ h = this && this !== sn && this instanceof s ? o : e
+ while (++l < u) d[l] = a[l]
+ while (c--) d[l++] = arguments[++t]
return yn(h, i ? r : this, d)
}
+
return s
}
function Lo(e) {
return function(t, n, r) {
- return r && "number" != typeof r && is(t, n, r) && (n = r = i), t = Ku(t), n === i ? (n = t, t = 0) :
+ return r && 'number' != typeof r && is(t, n, r) && (n = r = i), t = Ku(t), n === i ? (n = t, t = 0) :
n = Ku(n), r = r === i ? t < n ? 1 : -1 : Ku(r), _i(t, n, r, e)
}
}
function Oo(e) {
return function(t, n) {
- return "string" == typeof t && "string" == typeof n || (t = Uu(t), n = Uu(n)), e(t, n)
+ return 'string' == typeof t && 'string' == typeof n || (t = Uu(t), n = Uu(n)), e(t, n)
}
}
@@ -15760,52 +15890,53 @@
h = d ? s : i,
f = d ? i : s,
m = d ? o : i,
- p = d ? i : o;
- t |= d ? L : O, t &= ~(d ? O : L), t & g || (t &= ~(b | y));
+ p = d ? i : o
+ t |= d ? L : O, t &= ~(d ? O : L), t & g || (t &= ~(b | y))
var _ = [e, t, a, m, h, p, f, c, l, u],
- v = n.apply(i, _);
+ v = n.apply(i, _)
return cs(e) && ws(v, _), v.placeholder = r, Ss(v, e, t)
}
function ko(e) {
- var t = tt[e];
+ var t = tt[e]
return function(e, n) {
if (e = Uu(e), n = null == n ? 0 : Ft(Wu(n), 292), n && Yt(e)) {
- var r = (Qu(e) + "e").split("e"),
- a = t(r[0] + "e" + (+r[1] + n));
- return r = (Qu(a) + "e").split("e"), +(r[0] + "e" + (+r[1] - n))
+ var r = (Qu(e) + 'e').split('e'),
+ a = t(r[0] + 'e' + (+r[1] + n))
+ return r = (Qu(a) + 'e').split('e'), +(r[0] + 'e' + (+r[1] - n))
}
return t(e)
}
}
+
var Co = tn && 1 / ur(new tn([, -0]))[1] == P ? function(e) {
return new tn(e)
- } : Ah;
+ } : Ah
function To(e) {
return function(t) {
- var n = Jo(t);
+ var n = Jo(t)
return n == X ? sr(t) : n == ie ? dr(t) : qn(t, e(t))
}
}
function xo(e, t, n, r, a, o, s, c) {
- var u = t & y;
- if (!u && "function" != typeof e) throw new it(l);
- var d = r ? r.length : 0;
+ var u = t & y
+ if (!u && 'function' != typeof e) throw new it(l)
+ var d = r ? r.length : 0
if (d || (t &= ~(L | O), r = a = i), s = s === i ? s : Rt(Wu(s), 0), c = c === i ? c : Wu(c), d -= a ? a
.length : 0, t & O) {
var h = r,
- f = a;
+ f = a
r = a = i
}
var m = u ? i : Io(e),
- p = [e, t, n, r, a, h, f, o, s, c];
+ p = [e, t, n, r, a, h, f, o, s, c]
if (m && ps(p, m), e = p[0], t = p[1], n = p[2], r = p[3], a = p[4], c = p[9] = p[9] === i ? u ? 0 : e.length :
Rt(p[9] - d, 0), !c && t & (M | w) && (t &= ~(M | w)), t && t != b) _ = t == M || t == w ? mo(e, t, c) :
- t != L && t != (b | L) || a.length ? vo.apply(i, p) : wo(e, t, n, r);
- else var _ = lo(e, t, n);
- var v = m ? wi : ws;
+ t != L && t != (b | L) || a.length ? vo.apply(i, p) : wo(e, t, n, r)
+ else var _ = lo(e, t, n)
+ var v = m ? wi : ws
return Ss(v(_, p), e, t)
}
@@ -15814,7 +15945,7 @@
}
function Do(e, t, n, r, a, o) {
- return wu(e) && wu(t) && (o.set(t, e), oi(e, t, i, Do, o), o["delete"](t)), e
+ return wu(e) && wu(t) && (o.set(t, e), oi(e, t, i, Do, o), o['delete'](t)), e
}
function jo(e) {
@@ -15824,65 +15955,65 @@
function Ho(e, t, n, r, a, o) {
var s = n & _,
c = e.length,
- l = t.length;
- if (c != l && !(s && l > c)) return !1;
+ l = t.length
+ if (c != l && !(s && l > c)) return !1
var u = o.get(e),
- d = o.get(t);
- if (u && d) return u == t && d == e;
+ d = o.get(t)
+ if (u && d) return u == t && d == e
var h = -1,
f = !0,
- m = n & v ? new qr : i;
- o.set(e, t), o.set(t, e);
+ m = n & v ? new qr : i
+ o.set(e, t), o.set(t, e)
while (++h < c) {
var p = e[h],
- b = t[h];
- if (r) var y = s ? r(b, p, h, t, e, o) : r(p, b, h, e, t, o);
+ b = t[h]
+ if (r) var y = s ? r(b, p, h, t, e, o) : r(p, b, h, e, t, o)
if (y !== i) {
- if (y) continue;
- f = !1;
+ if (y) continue
+ f = !1
break
}
if (m) {
if (!Dn(t, (function(e, t) {
if (!Gn(m, t) && (p === e || a(p, e, n, r, o))) return m.push(t)
}))) {
- f = !1;
+ f = !1
break
}
} else if (p !== b && !a(p, b, n, r, o)) {
- f = !1;
+ f = !1
break
}
}
- return o["delete"](e), o["delete"](t), f
+ return o['delete'](e), o['delete'](t), f
}
function Eo(e, t, n, r, a, i, o) {
switch (n) {
case he:
- if (e.byteLength != t.byteLength || e.byteOffset != t.byteOffset) return !1;
- e = e.buffer, t = t.buffer;
+ if (e.byteLength != t.byteLength || e.byteOffset != t.byteOffset) return !1
+ e = e.buffer, t = t.buffer
case de:
- return !(e.byteLength != t.byteLength || !i(new gt(e), new gt(t)));
+ return !(e.byteLength != t.byteLength || !i(new gt(e), new gt(t)))
case W:
case q:
case Z:
- return nu(+e, +t);
+ return nu(+e, +t)
case J:
- return e.name == t.name && e.message == t.message;
+ return e.name == t.name && e.message == t.message
case ae:
case oe:
- return e == t + "";
+ return e == t + ''
case X:
- var s = sr;
+ var s = sr
case ie:
- var c = r & _;
- if (s || (s = ur), e.size != t.size && !c) return !1;
- var l = o.get(e);
- if (l) return l == t;
- r |= v, o.set(e, t);
- var u = Ho(s(e), s(t), r, a, i, o);
- return o["delete"](e), u;
+ var c = r & _
+ if (s || (s = ur), e.size != t.size && !c) return !1
+ var l = o.get(e)
+ if (l) return l == t
+ r |= v, o.set(e, t)
+ var u = Ho(s(e), s(t), r, a, i, o)
+ return o['delete'](e), u
case se:
if (vr) return vr.call(e) == vr.call(t)
}
@@ -15894,41 +16025,41 @@
c = Yo(e),
l = c.length,
u = Yo(t),
- d = u.length;
- if (l != d && !s) return !1;
- var h = l;
+ d = u.length
+ if (l != d && !s) return !1
+ var h = l
while (h--) {
- var f = c[h];
+ var f = c[h]
if (!(s ? f in t : dt.call(t, f))) return !1
}
var m = o.get(e),
- p = o.get(t);
- if (m && p) return m == t && p == e;
- var v = !0;
- o.set(e, t), o.set(t, e);
- var b = s;
+ p = o.get(t)
+ if (m && p) return m == t && p == e
+ var v = !0
+ o.set(e, t), o.set(t, e)
+ var b = s
while (++h < l) {
- f = c[h];
+ f = c[h]
var y = e[f],
- g = t[f];
- if (r) var M = s ? r(g, y, f, t, e, o) : r(y, g, f, e, t, o);
+ g = t[f]
+ if (r) var M = s ? r(g, y, f, t, e, o) : r(y, g, f, e, t, o)
if (!(M === i ? y === g || a(y, g, n, r, o) : M)) {
- v = !1;
+ v = !1
break
}
- b || (b = "constructor" == f)
+ b || (b = 'constructor' == f)
}
if (v && !b) {
var w = e.constructor,
- L = t.constructor;
- w == L || !("constructor" in e) || !("constructor" in t) || "function" == typeof w && w instanceof w &&
- "function" == typeof L && L instanceof L || (v = !1)
+ L = t.constructor
+ w == L || !('constructor' in e) || !('constructor' in t) || 'function' == typeof w && w instanceof w &&
+ 'function' == typeof L && L instanceof L || (v = !1)
}
- return o["delete"](e), o["delete"](t), v
+ return o['delete'](e), o['delete'](t), v
}
function Ao(e) {
- return Os(bs(e, i, Ws), e + "")
+ return Os(bs(e, i, Ws), e + '')
}
function Yo(e) {
@@ -15938,93 +16069,96 @@
function Vo(e) {
return Ha(e, Md, Uo)
}
+
var Io = cn ? function(e) {
return cn.get(e)
- } : Ah;
+ } : Ah
function Ro(e) {
- var t = e.name + "",
+ var t = e.name + '',
n = ln[t],
- r = dt.call(ln, t) ? n.length : 0;
+ r = dt.call(ln, t) ? n.length : 0
while (r--) {
var a = n[r],
- i = a.func;
+ i = a.func
if (null == i || i == e) return a.name
}
return t
}
function Fo(e) {
- var t = dt.call(gr, "placeholder") ? gr : e;
+ var t = dt.call(gr, 'placeholder') ? gr : e
return t.placeholder
}
function $o() {
- var e = gr.iteratee || xh;
+ var e = gr.iteratee || xh
return e = e === xh ? Za : e, arguments.length ? e(arguments[0], arguments[1]) : e
}
function No(e, t) {
- var n = e.__data__;
- return ss(t) ? n["string" == typeof t ? "string" : "hash"] : n.map
+ var n = e.__data__
+ return ss(t) ? n['string' == typeof t ? 'string' : 'hash'] : n.map
}
function Bo(e) {
var t = gd(e),
- n = t.length;
+ n = t.length
while (n--) {
var r = t[n],
- a = e[r];
+ a = e[r]
t[n] = [r, a, hs(a)]
}
return t
}
function Ko(e, t) {
- var n = rr(e, t);
+ var n = rr(e, t)
return Ja(n) ? n : i
}
function Wo(e) {
var t = dt.call(e, Tt),
- n = e[Tt];
+ n = e[Tt]
try {
- e[Tt] = i;
+ e[Tt] = i
var r = !0
- } catch (o) {}
- var a = mt.call(e);
+ } catch (o) {
+ }
+ var a = mt.call(e)
return r && (t ? e[Tt] = n : delete e[Tt]), a
}
+
var qo = Pt ? function(e) {
return null == e ? [] : (e = nt(e), On(Pt(e), (function(t) {
return Ot.call(e, t)
})))
} : Kh,
Uo = Pt ? function(e) {
- var t = [];
- while (e) Tn(t, qo(e)), e = wt(e);
+ var t = []
+ while (e) Tn(t, qo(e)), e = wt(e)
return t
} : Kh,
Jo = Ea;
function Go(e, t, n) {
var r = -1,
- a = n.length;
+ a = n.length
while (++r < a) {
var i = n[r],
- o = i.size;
+ o = i.size
switch (i.type) {
- case "drop":
- e += o;
- break;
- case "dropRight":
- t -= o;
- break;
- case "take":
- t = Ft(t, e + o);
- break;
- case "takeRight":
- e = Rt(e, t - o);
+ case 'drop':
+ e += o
+ break
+ case 'dropRight':
+ t -= o
+ break
+ case 'take':
+ t = Ft(t, e + o)
+ break
+ case 'takeRight':
+ e = Rt(e, t - o)
break
}
}
@@ -16035,18 +16169,18 @@
}
function Qo(e) {
- var t = e.match(Fe);
+ var t = e.match(Fe)
return t ? t[1].split($e) : []
}
function Xo(e, t, n) {
- t = Fi(t, e);
+ t = Fi(t, e)
var r = -1,
a = t.length,
- i = !1;
+ i = !1
while (++r < a) {
- var o = xs(t[r]);
- if (!(i = null != e && n(e, o))) break;
+ var o = xs(t[r])
+ if (!(i = null != e && n(e, o))) break
e = e[o]
}
return i || ++r != a ? i : (a = null == e ? 0 : e.length, !!a && Mu(a) && as(o, a) && (ou(e) || iu(e)))
@@ -16054,24 +16188,24 @@
function Zo(e) {
var t = e.length,
- n = new e.constructor(t);
- return t && "string" == typeof e[0] && dt.call(e, "index") && (n.index = e.index, n.input = e.input), n
+ n = new e.constructor(t)
+ return t && 'string' == typeof e[0] && dt.call(e, 'index') && (n.index = e.index, n.input = e.input), n
}
function es(e) {
- return "function" != typeof e.constructor || ds(e) ? {} : wr(wt(e))
+ return 'function' != typeof e.constructor || ds(e) ? {} : wr(wt(e))
}
function ts(e, t, n) {
- var r = e.constructor;
+ var r = e.constructor
switch (t) {
case de:
- return Wi(e);
+ return Wi(e)
case W:
case q:
- return new r(+e);
+ return new r(+e)
case he:
- return qi(e, n);
+ return qi(e, n)
case fe:
case me:
case pe:
@@ -16081,27 +16215,27 @@
case ye:
case ge:
case Me:
- return Gi(e, n);
+ return Gi(e, n)
case X:
- return new r;
+ return new r
case Z:
case oe:
- return new r(e);
+ return new r(e)
case ae:
- return Ui(e);
+ return Ui(e)
case ie:
- return new r;
+ return new r
case se:
return Ji(e)
}
}
function ns(e, t) {
- var n = t.length;
- if (!n) return e;
- var r = n - 1;
- return t[r] = (n > 1 ? "& " : "") + t[r], t = t.join(n > 2 ? ", " : " "), e.replace(Re,
- "{\n/* [wrapped with " + t + "] */\n")
+ var n = t.length
+ if (!n) return e
+ var r = n - 1
+ return t[r] = (n > 1 ? '& ' : '') + t[r], t = t.join(n > 2 ? ', ' : ' '), e.replace(Re,
+ '{\n/* [wrapped with ' + t + '] */\n')
}
function rs(e) {
@@ -16109,65 +16243,67 @@
}
function as(e, t) {
- var n = typeof e;
- return t = null == t ? A : t, !!t && ("number" == n || "symbol" != n && Qe.test(e)) && e > -1 && e % 1 ==
+ var n = typeof e
+ return t = null == t ? A : t, !!t && ('number' == n || 'symbol' != n && Qe.test(e)) && e > -1 && e % 1 ==
0 && e < t
}
function is(e, t, n) {
- if (!wu(n)) return !1;
- var r = typeof t;
- return !!("number" == r ? cu(n) && as(t, n.length) : "string" == r && t in n) && nu(n[t], e)
+ if (!wu(n)) return !1
+ var r = typeof t
+ return !!('number' == r ? cu(n) && as(t, n.length) : 'string' == r && t in n) && nu(n[t], e)
}
function os(e, t) {
- if (ou(e)) return !1;
- var n = typeof e;
- return !("number" != n && "symbol" != n && "boolean" != n && null != e && !Yu(e)) || (He.test(e) || !je.test(
+ if (ou(e)) return !1
+ var n = typeof e
+ return !('number' != n && 'symbol' != n && 'boolean' != n && null != e && !Yu(e)) || (He.test(e) || !je.test(
e) || null != t && e in nt(t))
}
function ss(e) {
- var t = typeof e;
- return "string" == t || "number" == t || "symbol" == t || "boolean" == t ? "__proto__" !== e : null ===
+ var t = typeof e
+ return 'string' == t || 'number' == t || 'symbol' == t || 'boolean' == t ? '__proto__' !== e : null ===
e
}
function cs(e) {
var t = Ro(e),
- n = gr[t];
- if ("function" != typeof n || !(t in Sr.prototype)) return !1;
- if (e === n) return !0;
- var r = Io(n);
+ n = gr[t]
+ if ('function' != typeof n || !(t in Sr.prototype)) return !1
+ if (e === n) return !0
+ var r = Io(n)
return !!r && e === r[0]
}
function ls(e) {
return !!ft && ft in e
- }(Xt && Jo(new Xt(new ArrayBuffer(1))) != he || Zt && Jo(new Zt) != X || en && Jo(en.resolve()) != ne ||
- tn && Jo(new tn) != ie || an && Jo(new an) != le) && (Jo = function(e) {
+ }
+
+ (Xt && Jo(new Xt(new ArrayBuffer(1))) != he || Zt && Jo(new Zt) != X || en && Jo(en.resolve()) != ne ||
+ tn && Jo(new tn) != ie || an && Jo(new an) != le) && (Jo = function(e) {
var t = Ea(e),
n = t == te ? e.constructor : i,
- r = n ? zs(n) : "";
+ r = n ? zs(n) : ''
if (r) switch (r) {
case dn:
- return he;
+ return he
case hn:
- return X;
+ return X
case jn:
- return ne;
+ return ne
case Hn:
- return ie;
+ return ie
case $n:
return le
}
return t
- });
- var us = lt ? yu : Wh;
+ })
+ var us = lt ? yu : Wh
function ds(e) {
var t = e && e.constructor,
- n = "function" == typeof t && t.prototype || ct;
+ n = 'function' == typeof t && t.prototype || ct
return e === n
}
@@ -16185,7 +16321,7 @@
var t = Vl(e, (function(e) {
return n.size === d && n.clear(), e
})),
- n = t.cache;
+ n = t.cache
return t
}
@@ -16195,12 +16331,12 @@
a = n | r,
i = a < (b | y | S),
o = r == S && n == M || r == S && n == k && e[7].length <= t[8] || r == (S | k) && t[7].length <= t[8] &&
- n == M;
- if (!i && !o) return e;
- r & b && (e[2] = t[2], a |= n & b ? 0 : g);
- var s = t[3];
+ n == M
+ if (!i && !o) return e
+ r & b && (e[2] = t[2], a |= n & b ? 0 : g)
+ var s = t[3]
if (s) {
- var c = e[3];
+ var c = e[3]
e[3] = c ? Zi(c, s, t[4]) : s, e[4] = c ? lr(e[3], h) : t[4]
}
return s = t[5], s && (c = e[5], e[5] = c ? eo(c, s, t[6]) : s, e[6] = c ? lr(e[5], h) : t[6]), s = t[7],
@@ -16209,9 +16345,9 @@
}
function _s(e) {
- var t = [];
+ var t = []
if (null != e)
- for (var n in nt(e)) t.push(n);
+ for (var n in nt(e)) t.push(n)
return t
}
@@ -16225,11 +16361,11 @@
var a = arguments,
i = -1,
o = Rt(a.length - t, 0),
- s = n(o);
- while (++i < o) s[i] = a[t + i];
- i = -1;
- var c = n(t + 1);
- while (++i < t) c[i] = a[i];
+ s = n(o)
+ while (++i < o) s[i] = a[t + i]
+ i = -1
+ var c = n(t + 1)
+ while (++i < t) c[i] = a[i]
return c[t] = r(s), yn(e, this, c)
}
}
@@ -16241,37 +16377,38 @@
function gs(e, t) {
var n = e.length,
r = Ft(t.length, n),
- a = to(e);
+ a = to(e)
while (r--) {
- var o = t[r];
+ var o = t[r]
e[r] = as(o, n) ? a[o] : i
}
return e
}
function Ms(e, t) {
- if (("constructor" !== t || "function" !== typeof e[t]) && "__proto__" != t) return e[t]
+ if (('constructor' !== t || 'function' !== typeof e[t]) && '__proto__' != t) return e[t]
}
+
var ws = ks(wi),
Ls = jt || function(e, t) {
return sn.setTimeout(e, t)
},
- Os = ks(Li);
+ Os = ks(Li)
function Ss(e, t, n) {
- var r = t + "";
+ var r = t + ''
return Os(e, ns(r, Ds(Qo(r), n)))
}
function ks(e) {
var t = 0,
- n = 0;
+ n = 0
return function() {
var r = Bt(),
- a = D - (r - n);
+ a = D - (r - n)
if (n = r, a > 0) {
if (++t >= z) return arguments[0]
- } else t = 0;
+ } else t = 0
return e.apply(i, arguments)
}
}
@@ -16279,61 +16416,64 @@
function Cs(e, t) {
var n = -1,
r = e.length,
- a = r - 1;
- t = t === i ? r : t;
+ a = r - 1
+ t = t === i ? r : t
while (++n < t) {
var o = pi(n, a),
- s = e[o];
+ s = e[o]
e[o] = e[n], e[n] = s
}
return e.length = t, e
}
+
var Ts = ms((function(e) {
- var t = [];
- return 46 === e.charCodeAt(0) && t.push(""), e.replace(Ee, (function(e, n, r, a) {
- t.push(r ? a.replace(Be, "$1") : n || e)
+ var t = []
+ return 46 === e.charCodeAt(0) && t.push(''), e.replace(Ee, (function(e, n, r, a) {
+ t.push(r ? a.replace(Be, '$1') : n || e)
})), t
- }));
+ }))
function xs(e) {
- if ("string" == typeof e || Yu(e)) return e;
- var t = e + "";
- return "0" == t && 1 / e == -P ? "-0" : t
+ if ('string' == typeof e || Yu(e)) return e
+ var t = e + ''
+ return '0' == t && 1 / e == -P ? '-0' : t
}
function zs(e) {
if (null != e) {
try {
return ut.call(e)
- } catch (t) {}
+ } catch (t) {
+ }
try {
- return e + ""
- } catch (t) {}
+ return e + ''
+ } catch (t) {
+ }
}
- return ""
+ return ''
}
function Ds(e, t) {
return Mn($, (function(n) {
- var r = "_." + n[0];
+ var r = '_.' + n[0]
t & n[1] && !Sn(e, r) && e.push(r)
})), e.sort()
}
function js(e) {
- if (e instanceof Sr) return e.clone();
- var t = new Or(e.__wrapped__, e.__chain__);
+ if (e instanceof Sr) return e.clone()
+ var t = new Or(e.__wrapped__, e.__chain__)
return t.__actions__ = to(e.__actions__), t.__index__ = e.__index__, t.__values__ = e.__values__, t
}
function Hs(e, t, r) {
- t = (r ? is(e, t, r) : t === i) ? 1 : Rt(Wu(t), 0);
- var a = null == e ? 0 : e.length;
- if (!a || t < 1) return [];
+ t = (r ? is(e, t, r) : t === i) ? 1 : Rt(Wu(t), 0)
+ var a = null == e ? 0 : e.length
+ if (!a || t < 1) return []
var o = 0,
s = 0,
- c = n(Ht(a / t));
- while (o < a) c[s++] = Si(e, o, o += t);
+ c = n(Ht(a / t))
+ while (o < a) c[s++] = Si(e, o, o += t)
return c
}
@@ -16341,42 +16481,43 @@
var t = -1,
n = null == e ? 0 : e.length,
r = 0,
- a = [];
+ a = []
while (++t < n) {
- var i = e[t];
+ var i = e[t]
i && (a[r++] = i)
}
return a
}
function Ps() {
- var e = arguments.length;
- if (!e) return [];
+ var e = arguments.length
+ if (!e) return []
var t = n(e - 1),
r = arguments[0],
- a = e;
- while (a--) t[a - 1] = arguments[a];
+ a = e
+ while (a--) t[a - 1] = arguments[a]
return Tn(ou(r) ? to(r) : [r], ka(t, 1))
}
+
var As = bi((function(e, t) {
return lu(e) ? ya(e, ka(t, 1, lu, !0)) : []
})),
Ys = bi((function(e, t) {
- var n = rc(t);
+ var n = rc(t)
return lu(n) && (n = i), lu(e) ? ya(e, ka(t, 1, lu, !0), $o(n, 2)) : []
})),
Vs = bi((function(e, t) {
- var n = rc(t);
+ var n = rc(t)
return lu(n) && (n = i), lu(e) ? ya(e, ka(t, 1, lu, !0), i, n) : []
- }));
+ }))
function Is(e, t, n) {
- var r = null == e ? 0 : e.length;
+ var r = null == e ? 0 : e.length
return r ? (t = n || t === i ? 1 : Wu(t), Si(e, t < 0 ? 0 : t, r)) : []
}
function Rs(e, t, n) {
- var r = null == e ? 0 : e.length;
+ var r = null == e ? 0 : e.length
return r ? (t = n || t === i ? 1 : Wu(t), t = r - t, Si(e, 0, t < 0 ? 0 : t)) : []
}
@@ -16389,45 +16530,45 @@
}
function Ns(e, t, n, r) {
- var a = null == e ? 0 : e.length;
- return a ? (n && "number" != typeof n && is(e, t, n) && (n = 0, r = a), Oa(e, t, n, r)) : []
+ var a = null == e ? 0 : e.length
+ return a ? (n && 'number' != typeof n && is(e, t, n) && (n = 0, r = a), Oa(e, t, n, r)) : []
}
function Bs(e, t, n) {
- var r = null == e ? 0 : e.length;
- if (!r) return -1;
- var a = null == n ? 0 : Wu(n);
+ var r = null == e ? 0 : e.length
+ if (!r) return -1
+ var a = null == n ? 0 : Wu(n)
return a < 0 && (a = Rt(r + a, 0)), An(e, $o(t, 3), a)
}
function Ks(e, t, n) {
- var r = null == e ? 0 : e.length;
- if (!r) return -1;
- var a = r - 1;
+ var r = null == e ? 0 : e.length
+ if (!r) return -1
+ var a = r - 1
return n !== i && (a = Wu(n), a = n < 0 ? Rt(r + a, 0) : Ft(a, r - 1)), An(e, $o(t, 3), a, !0)
}
function Ws(e) {
- var t = null == e ? 0 : e.length;
+ var t = null == e ? 0 : e.length
return t ? ka(e, 1) : []
}
function qs(e) {
- var t = null == e ? 0 : e.length;
+ var t = null == e ? 0 : e.length
return t ? ka(e, P) : []
}
function Us(e, t) {
- var n = null == e ? 0 : e.length;
+ var n = null == e ? 0 : e.length
return n ? (t = t === i ? 1 : Wu(t), ka(e, t)) : []
}
function Js(e) {
var t = -1,
n = null == e ? 0 : e.length,
- r = {};
+ r = {}
while (++t < n) {
- var a = e[t];
+ var a = e[t]
r[a[0]] = a[1]
}
return r
@@ -16438,44 +16579,45 @@
}
function Qs(e, t, n) {
- var r = null == e ? 0 : e.length;
- if (!r) return -1;
- var a = null == n ? 0 : Wu(n);
+ var r = null == e ? 0 : e.length
+ if (!r) return -1
+ var a = null == n ? 0 : Wu(n)
return a < 0 && (a = Rt(r + a, 0)), Yn(e, t, a)
}
function Xs(e) {
- var t = null == e ? 0 : e.length;
+ var t = null == e ? 0 : e.length
return t ? Si(e, 0, -1) : []
}
+
var Zs = bi((function(e) {
- var t = Cn(e, Ii);
+ var t = Cn(e, Ii)
return t.length && t[0] === e[0] ? Ia(t) : []
})),
ec = bi((function(e) {
var t = rc(e),
- n = Cn(e, Ii);
+ n = Cn(e, Ii)
return t === rc(n) ? t = i : n.pop(), n.length && n[0] === e[0] ? Ia(n, $o(t, 2)) : []
})),
tc = bi((function(e) {
var t = rc(e),
- n = Cn(e, Ii);
- return t = "function" == typeof t ? t : i, t && n.pop(), n.length && n[0] === e[0] ? Ia(n, i, t) : []
- }));
+ n = Cn(e, Ii)
+ return t = 'function' == typeof t ? t : i, t && n.pop(), n.length && n[0] === e[0] ? Ia(n, i, t) : []
+ }))
function nc(e, t) {
- return null == e ? "" : Vt.call(e, t)
+ return null == e ? '' : Vt.call(e, t)
}
function rc(e) {
- var t = null == e ? 0 : e.length;
+ var t = null == e ? 0 : e.length
return t ? e[t - 1] : i
}
function ac(e, t, n) {
- var r = null == e ? 0 : e.length;
- if (!r) return -1;
- var a = r;
+ var r = null == e ? 0 : e.length
+ if (!r) return -1
+ var a = r
return n !== i && (a = Wu(n), a = a < 0 ? Rt(r + a, 0) : Ft(a, r - 1)), t === t ? fr(e, t, a) : An(e, In,
a, !0)
}
@@ -16483,7 +16625,8 @@
function ic(e, t) {
return e && e.length ? ci(e, Wu(t)) : i
}
- var oc = bi(sc);
+
+ var oc = bi(sc)
function sc(e, t) {
return e && e.length && t && t.length ? fi(e, t) : e
@@ -16496,23 +16639,24 @@
function lc(e, t, n) {
return e && e.length && t && t.length ? fi(e, t, i, n) : e
}
+
var uc = Ao((function(e, t) {
var n = null == e ? 0 : e.length,
- r = fa(e, t);
+ r = fa(e, t)
return mi(e, Cn(t, (function(e) {
return as(e, n) ? +e : e
})).sort(Qi)), r
- }));
+ }))
function dc(e, t) {
- var n = [];
- if (!e || !e.length) return n;
+ var n = []
+ if (!e || !e.length) return n
var r = -1,
a = [],
- i = e.length;
- t = $o(t, 3);
+ i = e.length
+ t = $o(t, 3)
while (++r < i) {
- var o = e[r];
+ var o = e[r]
t(o, r, e) && (n.push(o), a.push(r))
}
return mi(e, a), n
@@ -16523,8 +16667,8 @@
}
function fc(e, t, n) {
- var r = null == e ? 0 : e.length;
- return r ? (n && "number" != typeof n && is(e, t, n) ? (t = 0, n = r) : (t = null == t ? 0 : Wu(t), n =
+ var r = null == e ? 0 : e.length
+ return r ? (n && 'number' != typeof n && is(e, t, n) ? (t = 0, n = r) : (t = null == t ? 0 : Wu(t), n =
n === i ? r : Wu(n)), Si(e, t, n)) : []
}
@@ -16537,9 +16681,9 @@
}
function _c(e, t) {
- var n = null == e ? 0 : e.length;
+ var n = null == e ? 0 : e.length
if (n) {
- var r = Ci(e, t);
+ var r = Ci(e, t)
if (r < n && nu(e[r], t)) return r
}
return -1
@@ -16554,9 +16698,9 @@
}
function yc(e, t) {
- var n = null == e ? 0 : e.length;
+ var n = null == e ? 0 : e.length
if (n) {
- var r = Ci(e, t, !0) - 1;
+ var r = Ci(e, t, !0) - 1
if (nu(e[r], t)) return r
}
return -1
@@ -16571,7 +16715,7 @@
}
function wc(e) {
- var t = null == e ? 0 : e.length;
+ var t = null == e ? 0 : e.length
return t ? Si(e, 1, t) : []
}
@@ -16580,7 +16724,7 @@
}
function Oc(e, t, n) {
- var r = null == e ? 0 : e.length;
+ var r = null == e ? 0 : e.length
return r ? (t = n || t === i ? 1 : Wu(t), t = r - t, Si(e, t < 0 ? 0 : t, r)) : []
}
@@ -16591,17 +16735,18 @@
function kc(e, t) {
return e && e.length ? Pi(e, $o(t, 3)) : []
}
+
var Cc = bi((function(e) {
return ji(ka(e, 1, lu, !0))
})),
Tc = bi((function(e) {
- var t = rc(e);
+ var t = rc(e)
return lu(t) && (t = i), ji(ka(e, 1, lu, !0), $o(t, 2))
})),
xc = bi((function(e) {
- var t = rc(e);
- return t = "function" == typeof t ? t : i, ji(ka(e, 1, lu, !0), i, t)
- }));
+ var t = rc(e)
+ return t = 'function' == typeof t ? t : i, ji(ka(e, 1, lu, !0), i, t)
+ }))
function zc(e) {
return e && e.length ? ji(e) : []
@@ -16612,12 +16757,12 @@
}
function jc(e, t) {
- return t = "function" == typeof t ? t : i, e && e.length ? ji(e, i, t) : []
+ return t = 'function' == typeof t ? t : i, e && e.length ? ji(e, i, t) : []
}
function Hc(e) {
- if (!e || !e.length) return [];
- var t = 0;
+ if (!e || !e.length) return []
+ var t = 0
return e = On(e, (function(e) {
if (lu(e)) return t = Rt(e.length, t), !0
})), Wn(t, (function(t) {
@@ -16626,12 +16771,13 @@
}
function Ec(e, t) {
- if (!e || !e.length) return [];
- var n = Hc(e);
+ if (!e || !e.length) return []
+ var n = Hc(e)
return null == t ? n : Cn(n, (function(e) {
return yn(t, i, e)
}))
}
+
var Pc = bi((function(e, t) {
return lu(e) ? ya(e, t) : []
})),
@@ -16639,14 +16785,14 @@
return Yi(On(e, lu))
})),
Yc = bi((function(e) {
- var t = rc(e);
+ var t = rc(e)
return lu(t) && (t = i), Yi(On(e, lu), $o(t, 2))
})),
Vc = bi((function(e) {
- var t = rc(e);
- return t = "function" == typeof t ? t : i, Yi(On(e, lu), i, t)
+ var t = rc(e)
+ return t = 'function' == typeof t ? t : i, Yi(On(e, lu), i, t)
})),
- Ic = bi(Hc);
+ Ic = bi(Hc)
function Rc(e, t) {
return Vi(e || [], t || [], sa)
@@ -16655,14 +16801,15 @@
function Fc(e, t) {
return Vi(e || [], t || [], Mi)
}
+
var $c = bi((function(e) {
var t = e.length,
- n = t > 1 ? e[t - 1] : i;
- return n = "function" == typeof n ? (e.pop(), n) : i, Ec(e, n)
- }));
+ n = t > 1 ? e[t - 1] : i
+ return n = 'function' == typeof n ? (e.pop(), n) : i, Ec(e, n)
+ }))
function Nc(e) {
- var t = gr(e);
+ var t = gr(e)
return t.__chain__ = !0, t
}
@@ -16673,13 +16820,14 @@
function Kc(e, t) {
return t(e)
}
+
var Wc = Ao((function(e) {
var t = e.length,
n = t ? e[0] : 0,
r = this.__wrapped__,
a = function(t) {
return fa(t, e)
- };
+ }
return !(t > 1 || this.__actions__.length) && r instanceof Sr && as(n) ? (r = r.slice(n, +n + (t ? 1 :
0)), r.__actions__.push({
func: Kc,
@@ -16688,7 +16836,7 @@
}), new Or(r, this.__chain__).thru((function(e) {
return t && !e.length && e.push(i), e
}))) : this.thru(a)
- }));
+ }))
function qc() {
return Nc(this)
@@ -16699,9 +16847,9 @@
}
function Jc() {
- this.__values__ === i && (this.__values__ = Bu(this.value()));
+ this.__values__ === i && (this.__values__ = Bu(this.value()))
var e = this.__index__ >= this.__values__.length,
- t = e ? i : this.__values__[this.__index__++];
+ t = e ? i : this.__values__[this.__index__++]
return {
done: e,
value: t
@@ -16713,20 +16861,20 @@
}
function Qc(e) {
- var t, n = this;
+ var t, n = this
while (n instanceof Lr) {
- var r = js(n);
- r.__index__ = 0, r.__values__ = i, t ? a.__wrapped__ = r : t = r;
- var a = r;
+ var r = js(n)
+ r.__index__ = 0, r.__values__ = i, t ? a.__wrapped__ = r : t = r
+ var a = r
n = n.__wrapped__
}
return a.__wrapped__ = e, t
}
function Xc() {
- var e = this.__wrapped__;
+ var e = this.__wrapped__
if (e instanceof Sr) {
- var t = e;
+ var t = e
return this.__actions__.length && (t = new Sr(this)), t = t.reverse(), t.__actions__.push({
func: Kc,
args: [hc],
@@ -16739,21 +16887,23 @@
function Zc() {
return Ai(this.__wrapped__, this.__actions__)
}
+
var el = io((function(e, t, n) {
dt.call(e, n) ? ++e[n] : ha(e, n, 1)
- }));
+ }))
function tl(e, t, n) {
- var r = ou(e) ? Ln : wa;
+ var r = ou(e) ? Ln : wa
return n && is(e, t, n) && (t = i), r(e, $o(t, 3))
}
function nl(e, t) {
- var n = ou(e) ? On : Sa;
+ var n = ou(e) ? On : Sa
return n(e, $o(t, 3))
}
+
var rl = po(Bs),
- al = po(Ks);
+ al = po(Ks)
function il(e, t) {
return ka(ml(e, t), 1)
@@ -16768,37 +16918,39 @@
}
function cl(e, t) {
- var n = ou(e) ? Mn : ga;
+ var n = ou(e) ? Mn : ga
return n(e, $o(t, 3))
}
function ll(e, t) {
- var n = ou(e) ? wn : Ma;
+ var n = ou(e) ? wn : Ma
return n(e, $o(t, 3))
}
+
var ul = io((function(e, t, n) {
dt.call(e, n) ? e[n].push(t) : ha(e, n, [t])
- }));
+ }))
function dl(e, t, n, r) {
- e = cu(e) ? e : Id(e), n = n && !r ? Wu(n) : 0;
- var a = e.length;
+ e = cu(e) ? e : Id(e), n = n && !r ? Wu(n) : 0
+ var a = e.length
return n < 0 && (n = Rt(a + n, 0)), Au(e) ? n <= a && e.indexOf(t, n) > -1 : !!a && Yn(e, t, n) > -1
}
+
var hl = bi((function(e, t, r) {
var a = -1,
- i = "function" == typeof t,
- o = cu(e) ? n(e.length) : [];
+ i = 'function' == typeof t,
+ o = cu(e) ? n(e.length) : []
return ga(e, (function(e) {
o[++a] = i ? yn(t, e, r) : Fa(e, t, r)
})), o
})),
fl = io((function(e, t, n) {
ha(e, n, t)
- }));
+ }))
function ml(e, t) {
- var n = ou(e) ? Cn : ri;
+ var n = ou(e) ? Cn : ri
return n(e, $o(t, 3))
}
@@ -16806,6 +16958,7 @@
return null == e ? [] : (ou(t) || (t = null == t ? [] : [t]), n = r ? i : n, ou(n) || (n = null == n ? [] :
[n]), li(e, t, n))
}
+
var _l = io((function(e, t, n) {
e[n ? 0 : 1].push(t)
}), (function() {
@@ -16813,64 +16966,65 @@
[],
[]
]
- }));
+ }))
function vl(e, t, n) {
var r = ou(e) ? xn : Nn,
- a = arguments.length < 3;
+ a = arguments.length < 3
return r(e, $o(t, 4), n, a, ga)
}
function bl(e, t, n) {
var r = ou(e) ? zn : Nn,
- a = arguments.length < 3;
+ a = arguments.length < 3
return r(e, $o(t, 4), n, a, Ma)
}
function yl(e, t) {
- var n = ou(e) ? On : Sa;
+ var n = ou(e) ? On : Sa
return n(e, Il($o(t, 3)))
}
function gl(e) {
- var t = ou(e) ? ra : yi;
+ var t = ou(e) ? ra : yi
return t(e)
}
function Ml(e, t, n) {
- t = (n ? is(e, t, n) : t === i) ? 1 : Wu(t);
- var r = ou(e) ? aa : gi;
+ t = (n ? is(e, t, n) : t === i) ? 1 : Wu(t)
+ var r = ou(e) ? aa : gi
return r(e, t)
}
function wl(e) {
- var t = ou(e) ? ia : Oi;
+ var t = ou(e) ? ia : Oi
return t(e)
}
function Ll(e) {
- if (null == e) return 0;
- if (cu(e)) return Au(e) ? mr(e) : e.length;
- var t = Jo(e);
+ if (null == e) return 0
+ if (cu(e)) return Au(e) ? mr(e) : e.length
+ var t = Jo(e)
return t == X || t == ie ? e.size : ei(e).length
}
function Ol(e, t, n) {
- var r = ou(e) ? Dn : ki;
+ var r = ou(e) ? Dn : ki
return n && is(e, t, n) && (t = i), r(e, $o(t, 3))
}
+
var Sl = bi((function(e, t) {
- if (null == e) return [];
- var n = t.length;
+ if (null == e) return []
+ var n = t.length
return n > 1 && is(e, t[0], t[1]) ? t = [] : n > 2 && is(t[0], t[1], t[2]) && (t = [t[0]]), li(e, ka(
t, 1), [])
})),
kl = Dt || function() {
return sn.Date.now()
- };
+ }
function Cl(e, t) {
- if ("function" != typeof t) throw new it(l);
+ if ('function' != typeof t) throw new it(l)
return e = Wu(e),
function() {
if (--e < 1) return t.apply(this, arguments)
@@ -16882,39 +17036,40 @@
}
function xl(e, t) {
- var n;
- if ("function" != typeof t) throw new it(l);
+ var n
+ if ('function' != typeof t) throw new it(l)
return e = Wu(e),
function() {
return --e > 0 && (n = t.apply(this, arguments)), e <= 1 && (t = i), n
}
}
+
var zl = bi((function(e, t, n) {
- var r = b;
+ var r = b
if (n.length) {
- var a = lr(n, Fo(zl));
+ var a = lr(n, Fo(zl))
r |= L
}
return xo(e, r, t, n, a)
})),
Dl = bi((function(e, t, n) {
- var r = b | y;
+ var r = b | y
if (n.length) {
- var a = lr(n, Fo(Dl));
+ var a = lr(n, Fo(Dl))
r |= L
}
return xo(t, r, e, n, a)
- }));
+ }))
function jl(e, t, n) {
- t = n ? i : t;
- var r = xo(e, M, i, i, i, i, i, t);
+ t = n ? i : t
+ var r = xo(e, M, i, i, i, i, i, t)
return r.placeholder = jl.placeholder, r
}
function Hl(e, t, n) {
- t = n ? i : t;
- var r = xo(e, w, i, i, i, i, i, t);
+ t = n ? i : t
+ var r = xo(e, w, i, i, i, i, i, t)
return r.placeholder = Hl.placeholder, r
}
@@ -16922,12 +17077,12 @@
var r, a, o, s, c, u, d = 0,
h = !1,
f = !1,
- m = !0;
- if ("function" != typeof e) throw new it(l);
+ m = !0
+ if ('function' != typeof e) throw new it(l)
function p(t) {
var n = r,
- o = a;
+ o = a
return r = a = i, d = t, s = e.apply(o, n), s
}
@@ -16938,19 +17093,19 @@
function v(e) {
var n = e - u,
r = e - d,
- a = t - n;
+ a = t - n
return f ? Ft(a, o - r) : a
}
function b(e) {
var n = e - u,
- r = e - d;
+ r = e - d
return u === i || n >= t || n < 0 || f && r >= o
}
function y() {
- var e = kl();
- if (b(e)) return g(e);
+ var e = kl()
+ if (b(e)) return g(e)
c = Ls(y, v(e))
}
@@ -16968,51 +17123,53 @@
function L() {
var e = kl(),
- n = b(e);
+ n = b(e)
if (r = arguments, a = this, u = e, n) {
- if (c === i) return _(u);
+ if (c === i) return _(u)
if (f) return Bi(c), c = Ls(y, t), p(u)
}
return c === i && (c = Ls(y, t)), s
}
- return t = Uu(t) || 0, wu(n) && (h = !!n.leading, f = "maxWait" in n, o = f ? Rt(Uu(n.maxWait) || 0, t) :
- o, m = "trailing" in n ? !!n.trailing : m), L.cancel = M, L.flush = w, L
+
+ return t = Uu(t) || 0, wu(n) && (h = !!n.leading, f = 'maxWait' in n, o = f ? Rt(Uu(n.maxWait) || 0, t) :
+ o, m = 'trailing' in n ? !!n.trailing : m), L.cancel = M, L.flush = w, L
}
+
var Pl = bi((function(e, t) {
return ba(e, 1, t)
})),
Al = bi((function(e, t, n) {
return ba(e, Uu(t) || 0, n)
- }));
+ }))
function Yl(e) {
return xo(e, C)
}
function Vl(e, t) {
- if ("function" != typeof e || null != t && "function" != typeof t) throw new it(l);
+ if ('function' != typeof e || null != t && 'function' != typeof t) throw new it(l)
var n = function() {
var r = arguments,
a = t ? t.apply(this, r) : r[0],
- i = n.cache;
- if (i.has(a)) return i.get(a);
- var o = e.apply(this, r);
+ i = n.cache
+ if (i.has(a)) return i.get(a)
+ var o = e.apply(this, r)
return n.cache = i.set(a, o) || i, o
- };
- return n.cache = new(Vl.Cache || Fr), n
+ }
+ return n.cache = new (Vl.Cache || Fr), n
}
function Il(e) {
- if ("function" != typeof e) throw new it(l);
+ if ('function' != typeof e) throw new it(l)
return function() {
- var t = arguments;
+ var t = arguments
switch (t.length) {
case 0:
- return !e.call(this);
+ return !e.call(this)
case 1:
- return !e.call(this, t[0]);
+ return !e.call(this, t[0])
case 2:
- return !e.call(this, t[0], t[1]);
+ return !e.call(this, t[0], t[1])
case 3:
return !e.call(this, t[0], t[1], t[2])
}
@@ -17023,48 +17180,49 @@
function Rl(e) {
return xl(2, e)
}
- Vl.Cache = Fr;
+
+ Vl.Cache = Fr
var Fl = $i((function(e, t) {
- t = 1 == t.length && ou(t[0]) ? Cn(t[0], Un($o())) : Cn(ka(t, 1), Un($o()));
- var n = t.length;
+ t = 1 == t.length && ou(t[0]) ? Cn(t[0], Un($o())) : Cn(ka(t, 1), Un($o()))
+ var n = t.length
return bi((function(r) {
var a = -1,
- i = Ft(r.length, n);
- while (++a < i) r[a] = t[a].call(this, r[a]);
+ i = Ft(r.length, n)
+ while (++a < i) r[a] = t[a].call(this, r[a])
return yn(e, this, r)
}))
})),
$l = bi((function(e, t) {
- var n = lr(t, Fo($l));
+ var n = lr(t, Fo($l))
return xo(e, L, i, t, n)
})),
Nl = bi((function(e, t) {
- var n = lr(t, Fo(Nl));
+ var n = lr(t, Fo(Nl))
return xo(e, O, i, t, n)
})),
Bl = Ao((function(e, t) {
return xo(e, k, i, i, i, t)
- }));
+ }))
function Kl(e, t) {
- if ("function" != typeof e) throw new it(l);
+ if ('function' != typeof e) throw new it(l)
return t = t === i ? t : Wu(t), bi(e, t)
}
function Wl(e, t) {
- if ("function" != typeof e) throw new it(l);
+ if ('function' != typeof e) throw new it(l)
return t = null == t ? 0 : Rt(Wu(t), 0), bi((function(n) {
var r = n[t],
- a = Ni(n, 0, t);
+ a = Ni(n, 0, t)
return r && Tn(a, r), yn(e, this, a)
}))
}
function ql(e, t, n) {
var r = !0,
- a = !0;
- if ("function" != typeof e) throw new it(l);
- return wu(n) && (r = "leading" in n ? !!n.leading : r, a = "trailing" in n ? !!n.trailing : a), El(e, t, {
+ a = !0
+ if ('function' != typeof e) throw new it(l)
+ return wu(n) && (r = 'leading' in n ? !!n.leading : r, a = 'trailing' in n ? !!n.trailing : a), El(e, t, {
leading: r,
maxWait: t,
trailing: a
@@ -17080,8 +17238,8 @@
}
function Gl() {
- if (!arguments.length) return [];
- var e = arguments[0];
+ if (!arguments.length) return []
+ var e = arguments[0]
return ou(e) ? e : [e]
}
@@ -17090,7 +17248,7 @@
}
function Xl(e, t) {
- return t = "function" == typeof t ? t : i, pa(e, p, t)
+ return t = 'function' == typeof t ? t : i, pa(e, p, t)
}
function Zl(e) {
@@ -17098,7 +17256,7 @@
}
function eu(e, t) {
- return t = "function" == typeof t ? t : i, pa(e, f | p, t)
+ return t = 'function' == typeof t ? t : i, pa(e, f | p, t)
}
function tu(e, t) {
@@ -17108,6 +17266,7 @@
function nu(e, t) {
return e === t || e !== e && t !== t
}
+
var ru = Oo(Pa),
au = Oo((function(e, t) {
return e >= t
@@ -17115,10 +17274,10 @@
iu = $a(function() {
return arguments
}()) ? $a : function(e) {
- return Lu(e) && dt.call(e, "callee") && !Ot.call(e, "callee")
+ return Lu(e) && dt.call(e, 'callee') && !Ot.call(e, 'callee')
},
ou = n.isArray,
- su = fn ? Un(fn) : Na;
+ su = fn ? Un(fn) : Na
function cu(e) {
return null != e && Mu(e.length) && !yu(e)
@@ -17131,22 +17290,23 @@
function uu(e) {
return !0 === e || !1 === e || Lu(e) && Ea(e) == W
}
+
var du = At || Wh,
- hu = mn ? Un(mn) : Ba;
+ hu = mn ? Un(mn) : Ba
function fu(e) {
return Lu(e) && 1 === e.nodeType && !ju(e)
}
function mu(e) {
- if (null == e) return !0;
- if (cu(e) && (ou(e) || "string" == typeof e || "function" == typeof e.splice || du(e) || Vu(e) || iu(e)))
- return !e.length;
- var t = Jo(e);
- if (t == X || t == ie) return !e.size;
- if (ds(e)) return !ei(e).length;
+ if (null == e) return !0
+ if (cu(e) && (ou(e) || 'string' == typeof e || 'function' == typeof e.splice || du(e) || Vu(e) || iu(e)))
+ return !e.length
+ var t = Jo(e)
+ if (t == X || t == ie) return !e.size
+ if (ds(e)) return !ei(e).length
for (var n in e)
- if (dt.call(e, n)) return !1;
+ if (dt.call(e, n)) return !1
return !0
}
@@ -17155,51 +17315,52 @@
}
function _u(e, t, n) {
- n = "function" == typeof n ? n : i;
- var r = n ? n(e, t) : i;
+ n = 'function' == typeof n ? n : i
+ var r = n ? n(e, t) : i
return r === i ? Ka(e, t, i, n) : !!r
}
function vu(e) {
- if (!Lu(e)) return !1;
- var t = Ea(e);
- return t == J || t == U || "string" == typeof e.message && "string" == typeof e.name && !ju(e)
+ if (!Lu(e)) return !1
+ var t = Ea(e)
+ return t == J || t == U || 'string' == typeof e.message && 'string' == typeof e.name && !ju(e)
}
function bu(e) {
- return "number" == typeof e && Yt(e)
+ return 'number' == typeof e && Yt(e)
}
function yu(e) {
- if (!wu(e)) return !1;
- var t = Ea(e);
+ if (!wu(e)) return !1
+ var t = Ea(e)
return t == G || t == Q || t == K || t == re
}
function gu(e) {
- return "number" == typeof e && e == Wu(e)
+ return 'number' == typeof e && e == Wu(e)
}
function Mu(e) {
- return "number" == typeof e && e > -1 && e % 1 == 0 && e <= A
+ return 'number' == typeof e && e > -1 && e % 1 == 0 && e <= A
}
function wu(e) {
- var t = typeof e;
- return null != e && ("object" == t || "function" == t)
+ var t = typeof e
+ return null != e && ('object' == t || 'function' == t)
}
function Lu(e) {
- return null != e && "object" == typeof e
+ return null != e && 'object' == typeof e
}
- var Ou = pn ? Un(pn) : qa;
+
+ var Ou = pn ? Un(pn) : qa
function Su(e, t) {
return e === t || Ua(e, t, Bo(t))
}
function ku(e, t, n) {
- return n = "function" == typeof n ? n : i, Ua(e, t, Bo(t), n)
+ return n = 'function' == typeof n ? n : i, Ua(e, t, Bo(t), n)
}
function Cu(e) {
@@ -17207,7 +17368,7 @@
}
function Tu(e) {
- if (us(e)) throw new a(c);
+ if (us(e)) throw new a(c)
return Ja(e)
}
@@ -17220,31 +17381,34 @@
}
function Du(e) {
- return "number" == typeof e || Lu(e) && Ea(e) == Z
+ return 'number' == typeof e || Lu(e) && Ea(e) == Z
}
function ju(e) {
- if (!Lu(e) || Ea(e) != te) return !1;
- var t = wt(e);
- if (null === t) return !0;
- var n = dt.call(t, "constructor") && t.constructor;
- return "function" == typeof n && n instanceof n && ut.call(n) == pt
+ if (!Lu(e) || Ea(e) != te) return !1
+ var t = wt(e)
+ if (null === t) return !0
+ var n = dt.call(t, 'constructor') && t.constructor
+ return 'function' == typeof n && n instanceof n && ut.call(n) == pt
}
- var Hu = _n ? Un(_n) : Ga;
+
+ var Hu = _n ? Un(_n) : Ga
function Eu(e) {
return gu(e) && e >= -A && e <= A
}
- var Pu = vn ? Un(vn) : Qa;
+
+ var Pu = vn ? Un(vn) : Qa
function Au(e) {
- return "string" == typeof e || !ou(e) && Lu(e) && Ea(e) == oe
+ return 'string' == typeof e || !ou(e) && Lu(e) && Ea(e) == oe
}
function Yu(e) {
- return "symbol" == typeof e || Lu(e) && Ea(e) == se
+ return 'symbol' == typeof e || Lu(e) && Ea(e) == se
}
- var Vu = bn ? Un(bn) : Xa;
+
+ var Vu = bn ? Un(bn) : Xa
function Iu(e) {
return e === i
@@ -17257,24 +17421,25 @@
function Fu(e) {
return Lu(e) && Ea(e) == ue
}
+
var $u = Oo(ni),
Nu = Oo((function(e, t) {
return e <= t
- }));
+ }))
function Bu(e) {
- if (!e) return [];
- if (cu(e)) return Au(e) ? pr(e) : to(e);
- if (Ct && e[Ct]) return or(e[Ct]());
+ if (!e) return []
+ if (cu(e)) return Au(e) ? pr(e) : to(e)
+ if (Ct && e[Ct]) return or(e[Ct]())
var t = Jo(e),
- n = t == X ? sr : t == ie ? ur : Id;
+ n = t == X ? sr : t == ie ? ur : Id
return n(e)
}
function Ku(e) {
- if (!e) return 0 === e ? e : 0;
+ if (!e) return 0 === e ? e : 0
if (e = Uu(e), e === P || e === -P) {
- var t = e < 0 ? -1 : 1;
+ var t = e < 0 ? -1 : 1
return t * Y
}
return e === e ? e : 0
@@ -17282,7 +17447,7 @@
function Wu(e) {
var t = Ku(e),
- n = t % 1;
+ n = t % 1
return t === t ? n ? t - n : t : 0
}
@@ -17291,15 +17456,15 @@
}
function Uu(e) {
- if ("number" == typeof e) return e;
- if (Yu(e)) return V;
+ if ('number' == typeof e) return e
+ if (Yu(e)) return V
if (wu(e)) {
- var t = "function" == typeof e.valueOf ? e.valueOf() : e;
- e = wu(t) ? t + "" : t
+ var t = 'function' == typeof e.valueOf ? e.valueOf() : e
+ e = wu(t) ? t + '' : t
}
- if ("string" != typeof e) return 0 === e ? e : +e;
- e = e.replace(Ye, "");
- var n = Ue.test(e);
+ if ('string' != typeof e) return 0 === e ? e : +e
+ e = e.replace(Ye, '')
+ var n = Ue.test(e)
return n || Ge.test(e) ? rn(e.slice(2), n ? 2 : 8) : qe.test(e) ? V : +e
}
@@ -17312,10 +17477,11 @@
}
function Qu(e) {
- return null == e ? "" : Di(e)
+ return null == e ? '' : Di(e)
}
+
var Xu = oo((function(e, t) {
- if (ds(t) || cu(t)) no(t, gd(t), e);
+ if (ds(t) || cu(t)) no(t, gd(t), e)
else
for (var n in t) dt.call(t, n) && sa(e, n, t[n])
})),
@@ -17328,23 +17494,24 @@
td = oo((function(e, t, n, r) {
no(t, gd(t), e, r)
})),
- nd = Ao(fa);
+ nd = Ao(fa)
function rd(e, t) {
- var n = wr(e);
+ var n = wr(e)
return null == t ? n : ua(n, t)
}
+
var ad = bi((function(e, t) {
- e = nt(e);
+ e = nt(e)
var n = -1,
r = t.length,
- a = r > 2 ? t[2] : i;
- a && is(t[0], t[1], a) && (r = 1);
+ a = r > 2 ? t[2] : i
+ a && is(t[0], t[1], a) && (r = 1)
while (++n < r) {
var o = t[n],
s = Md(o),
c = -1,
- l = s.length;
+ l = s.length
while (++c < l) {
var u = s[c],
d = e[u];
@@ -17355,7 +17522,7 @@
})),
id = bi((function(e) {
return e.push(i, Do), yn(Sd, i, e)
- }));
+ }))
function od(e, t) {
return Pn(e, $o(t, 3), xa)
@@ -17390,7 +17557,7 @@
}
function md(e, t, n) {
- var r = null == e ? i : ja(e, t);
+ var r = null == e ? i : ja(e, t)
return r === i ? n : r
}
@@ -17401,15 +17568,16 @@
function _d(e, t) {
return null != e && Xo(e, t, Ya)
}
+
var vd = bo((function(e, t, n) {
- null != t && "function" != typeof t.toString && (t = mt.call(t)), e[t] = n
+ null != t && 'function' != typeof t.toString && (t = mt.call(t)), e[t] = n
}), Oh(Th)),
bd = bo((function(e, t, n) {
- null != t && "function" != typeof t.toString && (t = mt.call(t)), dt.call(e, t) ? e[t].push(n) : e[t] = [
+ null != t && 'function' != typeof t.toString && (t = mt.call(t)), dt.call(e, t) ? e[t].push(n) : e[t] = [
n
]
}), $o),
- yd = bi(Fa);
+ yd = bi(Fa)
function gd(e) {
return cu(e) ? na(e) : ei(e)
@@ -17420,18 +17588,19 @@
}
function wd(e, t) {
- var n = {};
+ var n = {}
return t = $o(t, 3), xa(e, (function(e, r, a) {
ha(n, t(e, r, a), e)
})), n
}
function Ld(e, t) {
- var n = {};
+ var n = {}
return t = $o(t, 3), xa(e, (function(e, r, a) {
ha(n, r, t(e, r, a))
})), n
}
+
var Od = oo((function(e, t, n) {
oi(e, t, n)
})),
@@ -17439,41 +17608,42 @@
oi(e, t, n, r)
})),
kd = Ao((function(e, t) {
- var n = {};
- if (null == e) return n;
- var r = !1;
+ var n = {}
+ if (null == e) return n
+ var r = !1
t = Cn(t, (function(t) {
return t = Fi(t, e), r || (r = t.length > 1), t
- })), no(e, Vo(e), n), r && (n = pa(n, f | m | p, jo));
- var a = t.length;
- while (a--) Hi(n, t[a]);
+ })), no(e, Vo(e), n), r && (n = pa(n, f | m | p, jo))
+ var a = t.length
+ while (a--) Hi(n, t[a])
return n
- }));
+ }))
function Cd(e, t) {
return xd(e, Il($o(t)))
}
+
var Td = Ao((function(e, t) {
return null == e ? {} : ui(e, t)
- }));
+ }))
function xd(e, t) {
- if (null == e) return {};
+ if (null == e) return {}
var n = Cn(Vo(e), (function(e) {
return [e]
- }));
+ }))
return t = $o(t), di(e, n, (function(e, n) {
return t(e, n[0])
}))
}
function zd(e, t, n) {
- t = Fi(t, e);
+ t = Fi(t, e)
var r = -1,
- a = t.length;
- a || (a = 1, e = i);
+ a = t.length
+ a || (a = 1, e = i)
while (++r < a) {
- var o = null == e ? i : e[xs(t[r])];
+ var o = null == e ? i : e[xs(t[r])]
o === i && (r = a, o = n), e = yu(o) ? o.call(e) : o
}
return e
@@ -17484,16 +17654,17 @@
}
function jd(e, t, n, r) {
- return r = "function" == typeof r ? r : i, null == e ? e : Mi(e, t, n, r)
+ return r = 'function' == typeof r ? r : i, null == e ? e : Mi(e, t, n, r)
}
+
var Hd = To(gd),
- Ed = To(Md);
+ Ed = To(Md)
function Pd(e, t, n) {
var r = ou(e),
- a = r || du(e) || Vu(e);
+ a = r || du(e) || Vu(e)
if (t = $o(t, 4), null == n) {
- var i = e && e.constructor;
+ var i = e && e.constructor
n = a ? r ? new i : [] : wu(e) && yu(i) ? wr(wt(e)) : {}
}
return (a ? Mn : xa)(e, (function(e, r, a) {
@@ -17510,7 +17681,7 @@
}
function Vd(e, t, n, r) {
- return r = "function" == typeof r ? r : i, null == e ? e : Ei(e, t, Ri(n), r)
+ return r = 'function' == typeof r ? r : i, null == e ? e : Ei(e, t, Ri(n), r)
}
function Id(e) {
@@ -17531,35 +17702,36 @@
}
function Nd(e, t, n) {
- if (n && "boolean" != typeof n && is(e, t, n) && (t = n = i), n === i && ("boolean" == typeof t ? (n = t,
- t = i) : "boolean" == typeof e && (n = e, e = i)), e === i && t === i ? (e = 0, t = 1) : (e = Ku(e), t ===
+ if (n && 'boolean' != typeof n && is(e, t, n) && (t = n = i), n === i && ('boolean' == typeof t ? (n = t,
+ t = i) : 'boolean' == typeof e && (n = e, e = i)), e === i && t === i ? (e = 0, t = 1) : (e = Ku(e), t ===
i ? (t = e, e = 0) : t = Ku(t)), e > t) {
- var r = e;
+ var r = e
e = t, t = r
}
if (n || e % 1 || t % 1) {
- var a = Wt();
- return Ft(e + a * (t - e + nn("1e-" + ((a + "").length - 1))), t)
+ var a = Wt()
+ return Ft(e + a * (t - e + nn('1e-' + ((a + '').length - 1))), t)
}
return pi(e, t)
}
+
var Bd = ho((function(e, t, n) {
return t = t.toLowerCase(), e + (n ? Kd(t) : t)
- }));
+ }))
function Kd(e) {
return bh(Qu(e).toLowerCase())
}
function Wd(e) {
- return e = Qu(e), e && e.replace(Xe, er).replace(Nt, "")
+ return e = Qu(e), e && e.replace(Xe, er).replace(Nt, '')
}
function qd(e, t, n) {
- e = Qu(e), t = Di(t);
- var r = e.length;
- n = n === i ? r : ma(Wu(n), 0, r);
- var a = n;
+ e = Qu(e), t = Di(t)
+ var r = e.length
+ n = n === i ? r : ma(Wu(n), 0, r)
+ var a = n
return n -= t.length, n >= 0 && e.slice(n, a) == t
}
@@ -17568,38 +17740,39 @@
}
function Jd(e) {
- return e = Qu(e), e && Ae.test(e) ? e.replace(Pe, "\\$&") : e
+ return e = Qu(e), e && Ae.test(e) ? e.replace(Pe, '\\$&') : e
}
+
var Gd = ho((function(e, t, n) {
- return e + (n ? "-" : "") + t.toLowerCase()
+ return e + (n ? '-' : '') + t.toLowerCase()
})),
Qd = ho((function(e, t, n) {
- return e + (n ? " " : "") + t.toLowerCase()
+ return e + (n ? ' ' : '') + t.toLowerCase()
})),
- Xd = uo("toLowerCase");
+ Xd = uo('toLowerCase')
function Zd(e, t, n) {
- e = Qu(e), t = Wu(t);
- var r = t ? mr(e) : 0;
- if (!t || r >= t) return e;
- var a = (t - r) / 2;
+ e = Qu(e), t = Wu(t)
+ var r = t ? mr(e) : 0
+ if (!t || r >= t) return e
+ var a = (t - r) / 2
return Mo(Et(a), n) + e + Mo(Ht(a), n)
}
function eh(e, t, n) {
- e = Qu(e), t = Wu(t);
- var r = t ? mr(e) : 0;
+ e = Qu(e), t = Wu(t)
+ var r = t ? mr(e) : 0
return t && r < t ? e + Mo(t - r, n) : e
}
function th(e, t, n) {
- e = Qu(e), t = Wu(t);
- var r = t ? mr(e) : 0;
+ e = Qu(e), t = Wu(t)
+ var r = t ? mr(e) : 0
return t && r < t ? Mo(t - r, n) + e : e
}
function nh(e, t, n) {
- return n || null == t ? t = 0 : t && (t = +t), Kt(Qu(e).replace(Ve, ""), t || 0)
+ return n || null == t ? t = 0 : t && (t = +t), Kt(Qu(e).replace(Ve, ''), t || 0)
}
function rh(e, t, n) {
@@ -17608,54 +17781,56 @@
function ah() {
var e = arguments,
- t = Qu(e[0]);
+ t = Qu(e[0])
return e.length < 3 ? t : t.replace(e[1], e[2])
}
+
var ih = ho((function(e, t, n) {
- return e + (n ? "_" : "") + t.toLowerCase()
- }));
+ return e + (n ? '_' : '') + t.toLowerCase()
+ }))
function oh(e, t, n) {
- return n && "number" != typeof n && is(e, t, n) && (t = n = i), n = n === i ? I : n >>> 0, n ? (e = Qu(e),
- e && ("string" == typeof t || null != t && !Hu(t)) && (t = Di(t), !t && ar(e)) ? Ni(pr(e), 0, n) : e.split(
+ return n && 'number' != typeof n && is(e, t, n) && (t = n = i), n = n === i ? I : n >>> 0, n ? (e = Qu(e),
+ e && ('string' == typeof t || null != t && !Hu(t)) && (t = Di(t), !t && ar(e)) ? Ni(pr(e), 0, n) : e.split(
t, n)) : []
}
+
var sh = ho((function(e, t, n) {
- return e + (n ? " " : "") + bh(t)
- }));
+ return e + (n ? ' ' : '') + bh(t)
+ }))
function ch(e, t, n) {
return e = Qu(e), n = null == n ? 0 : ma(Wu(n), 0, e.length), t = Di(t), e.slice(n, n + t.length) == t
}
function lh(e, t, n) {
- var r = gr.templateSettings;
- n && is(e, t, n) && (t = i), e = Qu(e), t = ed({}, t, r, zo);
+ var r = gr.templateSettings
+ n && is(e, t, n) && (t = i), e = Qu(e), t = ed({}, t, r, zo)
var a, o, s = ed({}, t.imports, r.imports, zo),
c = gd(s),
l = Jn(s, c),
u = 0,
d = t.interpolate || Ze,
- h = "__p += '",
- f = rt((t.escape || Ze).source + "|" + d.source + "|" + (d === De ? Ke : Ze).source + "|" + (t.evaluate ||
- Ze).source + "|$", "g"),
- m = "//# sourceURL=" + (dt.call(t, "sourceURL") ? (t.sourceURL + "").replace(/\s/g, " ") :
- "lodash.templateSources[" + ++Jt + "]") + "\n";
+ h = '__p += \'',
+ f = rt((t.escape || Ze).source + '|' + d.source + '|' + (d === De ? Ke : Ze).source + '|' + (t.evaluate ||
+ Ze).source + '|$', 'g'),
+ m = '//# sourceURL=' + (dt.call(t, 'sourceURL') ? (t.sourceURL + '').replace(/\s/g, ' ') :
+ 'lodash.templateSources[' + ++Jt + ']') + '\n'
e.replace(f, (function(t, n, r, i, s, c) {
- return r || (r = i), h += e.slice(u, c).replace(et, nr), n && (a = !0, h += "' +\n__e(" + n +
- ") +\n'"), s && (o = !0, h += "';\n" + s + ";\n__p += '"), r && (h += "' +\n((__t = (" + r +
- ")) == null ? '' : __t) +\n'"), u = c + t.length, t
- })), h += "';\n";
- var p = dt.call(t, "variable") && t.variable;
- p || (h = "with (obj) {\n" + h + "\n}\n"), h = (o ? h.replace(we, "") : h).replace(Le, "$1").replace(Oe,
- "$1;"), h = "function(" + (p || "obj") + ") {\n" + (p ? "" : "obj || (obj = {});\n") +
- "var __t, __p = ''" + (a ? ", __e = _.escape" : "") + (o ?
- ", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n" : ";\n") + h +
- "return __p\n}";
+ return r || (r = i), h += e.slice(u, c).replace(et, nr), n && (a = !0, h += '\' +\n__e(' + n +
+ ') +\n\''), s && (o = !0, h += '\';\n' + s + ';\n__p += \''), r && (h += '\' +\n((__t = (' + r +
+ ')) == null ? \'\' : __t) +\n\''), u = c + t.length, t
+ })), h += '\';\n'
+ var p = dt.call(t, 'variable') && t.variable
+ p || (h = 'with (obj) {\n' + h + '\n}\n'), h = (o ? h.replace(we, '') : h).replace(Le, '$1').replace(Oe,
+ '$1;'), h = 'function(' + (p || 'obj') + ') {\n' + (p ? '' : 'obj || (obj = {});\n') +
+ 'var __t, __p = \'\'' + (a ? ', __e = _.escape' : '') + (o ?
+ ', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, \'\') }\n' : ';\n') + h +
+ 'return __p\n}'
var _ = gh((function() {
- return Ne(c, m + "return " + h).apply(i, l)
- }));
- if (_.source = h, vu(_)) throw _;
+ return Ne(c, m + 'return ' + h).apply(i, l)
+ }))
+ if (_.source = h, vu(_)) throw _
return _
}
@@ -17668,58 +17843,58 @@
}
function hh(e, t, n) {
- if (e = Qu(e), e && (n || t === i)) return e.replace(Ye, "");
- if (!e || !(t = Di(t))) return e;
+ if (e = Qu(e), e && (n || t === i)) return e.replace(Ye, '')
+ if (!e || !(t = Di(t))) return e
var r = pr(e),
a = pr(t),
o = Qn(r, a),
- s = Xn(r, a) + 1;
- return Ni(r, o, s).join("")
+ s = Xn(r, a) + 1
+ return Ni(r, o, s).join('')
}
function fh(e, t, n) {
- if (e = Qu(e), e && (n || t === i)) return e.replace(Ie, "");
- if (!e || !(t = Di(t))) return e;
+ if (e = Qu(e), e && (n || t === i)) return e.replace(Ie, '')
+ if (!e || !(t = Di(t))) return e
var r = pr(e),
- a = Xn(r, pr(t)) + 1;
- return Ni(r, 0, a).join("")
+ a = Xn(r, pr(t)) + 1
+ return Ni(r, 0, a).join('')
}
function mh(e, t, n) {
- if (e = Qu(e), e && (n || t === i)) return e.replace(Ve, "");
- if (!e || !(t = Di(t))) return e;
+ if (e = Qu(e), e && (n || t === i)) return e.replace(Ve, '')
+ if (!e || !(t = Di(t))) return e
var r = pr(e),
- a = Qn(r, pr(t));
- return Ni(r, a).join("")
+ a = Qn(r, pr(t))
+ return Ni(r, a).join('')
}
function ph(e, t) {
var n = T,
- r = x;
+ r = x
if (wu(t)) {
- var a = "separator" in t ? t.separator : a;
- n = "length" in t ? Wu(t.length) : n, r = "omission" in t ? Di(t.omission) : r
+ var a = 'separator' in t ? t.separator : a
+ n = 'length' in t ? Wu(t.length) : n, r = 'omission' in t ? Di(t.omission) : r
}
- e = Qu(e);
- var o = e.length;
+ e = Qu(e)
+ var o = e.length
if (ar(e)) {
- var s = pr(e);
+ var s = pr(e)
o = s.length
}
- if (n >= o) return e;
- var c = n - mr(r);
- if (c < 1) return r;
- var l = s ? Ni(s, 0, c).join("") : e.slice(0, c);
- if (a === i) return l + r;
+ if (n >= o) return e
+ var c = n - mr(r)
+ if (c < 1) return r
+ var l = s ? Ni(s, 0, c).join('') : e.slice(0, c)
+ if (a === i) return l + r
if (s && (c += l.length - c), Hu(a)) {
if (e.slice(c).search(a)) {
- var u, d = l;
- a.global || (a = rt(a.source, Qu(We.exec(a)) + "g")), a.lastIndex = 0;
- while (u = a.exec(d)) var h = u.index;
+ var u, d = l
+ a.global || (a = rt(a.source, Qu(We.exec(a)) + 'g')), a.lastIndex = 0
+ while (u = a.exec(d)) var h = u.index
l = l.slice(0, h === i ? c : h)
}
} else if (e.indexOf(Di(a), c) != c) {
- var f = l.lastIndexOf(a);
+ var f = l.lastIndexOf(a)
f > -1 && (l = l.slice(0, f))
}
return l + r
@@ -17728,14 +17903,16 @@
function _h(e) {
return e = Qu(e), e && Ce.test(e) ? e.replace(Se, _r) : e
}
+
var vh = ho((function(e, t, n) {
- return e + (n ? " " : "") + t.toUpperCase()
+ return e + (n ? ' ' : '') + t.toUpperCase()
})),
- bh = uo("toUpperCase");
+ bh = uo('toUpperCase')
function yh(e, t, n) {
return e = Qu(e), t = n ? i : t, t === i ? ir(e) ? yr(e) : En(e) : e.match(t) || []
}
+
var gh = bi((function(e, t) {
try {
return yn(e, i, t)
@@ -17747,18 +17924,18 @@
return Mn(t, (function(t) {
t = xs(t), ha(e, t, zl(e[t], e))
})), e
- }));
+ }))
function wh(e) {
var t = null == e ? 0 : e.length,
- n = $o();
+ n = $o()
return e = t ? Cn(e, (function(e) {
- if ("function" != typeof e[1]) throw new it(l);
+ if ('function' != typeof e[1]) throw new it(l)
return [n(e[0]), e[1]]
})) : [], bi((function(n) {
- var r = -1;
+ var r = -1
while (++r < t) {
- var a = e[r];
+ var a = e[r]
if (yn(a[0], this, n)) return yn(a[1], this, n)
}
}))
@@ -17777,15 +17954,16 @@
function Sh(e, t) {
return null == e || e !== e ? t : e
}
+
var kh = _o(),
- Ch = _o(!0);
+ Ch = _o(!0)
function Th(e) {
return e
}
function xh(e) {
- return Za("function" == typeof e ? e : pa(e, f))
+ return Za('function' == typeof e ? e : pa(e, f))
}
function zh(e) {
@@ -17795,6 +17973,7 @@
function Dh(e, t) {
return ii(e, pa(t, f))
}
+
var jh = bi((function(e, t) {
return function(n) {
return Fa(n, e, t)
@@ -17804,21 +17983,21 @@
return function(n) {
return Fa(e, n, t)
}
- }));
+ }))
function Eh(e, t, n) {
var r = gd(t),
- a = Da(t, r);
- null != n || wu(t) && (a.length || !r.length) || (n = t, t = e, e = this, a = Da(t, gd(t)));
- var i = !(wu(n) && "chain" in n) || !!n.chain,
- o = yu(e);
+ a = Da(t, r)
+ null != n || wu(t) && (a.length || !r.length) || (n = t, t = e, e = this, a = Da(t, gd(t)))
+ var i = !(wu(n) && 'chain' in n) || !!n.chain,
+ o = yu(e)
return Mn(a, (function(n) {
- var r = t[n];
+ var r = t[n]
e[n] = r, o && (e.prototype[n] = function() {
- var t = this.__chain__;
+ var t = this.__chain__
if (i || t) {
var n = e(this.__wrapped__),
- a = n.__actions__ = to(this.__actions__);
+ a = n.__actions__ = to(this.__actions__)
return a.push({
func: r,
args: arguments,
@@ -17834,16 +18013,18 @@
return sn._ === this && (sn._ = _t), this
}
- function Ah() {}
+ function Ah() {
+ }
function Yh(e) {
return e = Wu(e), bi((function(t) {
return ci(t, e)
}))
}
+
var Vh = go(Cn),
Ih = go(Ln),
- Rh = go(Dn);
+ Rh = go(Dn)
function Fh(e) {
return os(e) ? Fn(xs(e)) : hi(e)
@@ -17854,8 +18035,9 @@
return null == e ? i : ja(e, t)
}
}
+
var Nh = Lo(),
- Bh = Lo(!0);
+ Bh = Lo(!0)
function Kh() {
return []
@@ -17870,7 +18052,7 @@
}
function Uh() {
- return ""
+ return ''
}
function Jh() {
@@ -17878,12 +18060,12 @@
}
function Gh(e, t) {
- if (e = Wu(e), e < 1 || e > A) return [];
+ if (e = Wu(e), e < 1 || e > A) return []
var n = I,
- r = Ft(e, I);
- t = $o(t), e -= I;
- var a = Wn(r, t);
- while (++n < e) t(n);
+ r = Ft(e, I)
+ t = $o(t), e -= I
+ var a = Wn(r, t)
+ while (++n < e) t(n)
return a
}
@@ -17892,17 +18074,18 @@
}
function Xh(e) {
- var t = ++ht;
+ var t = ++ht
return Qu(e) + t
}
+
var Zh = yo((function(e, t) {
return e + t
}), 0),
- ef = ko("ceil"),
+ ef = ko('ceil'),
tf = yo((function(e, t) {
return e / t
}), 1),
- nf = ko("floor");
+ nf = ko('floor')
function rf(e) {
return e && e.length ? La(e, Th, Pa) : i
@@ -17912,7 +18095,7 @@
return e && e.length ? La(e, $o(t, 2), Pa) : i
}
- function of (e) {
+ function of(e) {
return Rn(e, Th)
}
@@ -17927,13 +18110,14 @@
function lf(e, t) {
return e && e.length ? La(e, $o(t, 2), ni) : i
}
+
var uf = yo((function(e, t) {
return e * t
}), 1),
- df = ko("round"),
+ df = ko('round'),
hf = yo((function(e, t) {
return e - t
- }), 0);
+ }), 0)
function ff(e) {
return e && e.length ? Kn(e, Th) : 0
@@ -17942,6 +18126,7 @@
function mf(e, t) {
return e && e.length ? Kn(e, $o(t, 2)) : 0
}
+
return gr.after = Cl, gr.ary = Tl, gr.assign = Xu, gr.assignIn = Zu, gr.assignInWith = ed, gr.assignWith =
td, gr.at = nd, gr.before = xl, gr.bind = zl, gr.bindAll = Mh, gr.bindKey = Dl, gr.castArray = Gl, gr.chain =
Nc, gr.chunk = Hs, gr.compact = Es, gr.concat = Ps, gr.cond = wh, gr.conforms = Lh, gr.constant = Oh, gr
@@ -17993,43 +18178,43 @@
Qu, gr.toUpper = dh, gr.trim = hh, gr.trimEnd = fh, gr.trimStart = mh, gr.truncate = ph, gr.unescape =
_h, gr.uniqueId = Xh, gr.upperCase = vh, gr.upperFirst = bh, gr.each = cl, gr.eachRight = ll, gr.first =
Gs, Eh(gr, function() {
- var e = {};
+ var e = {}
return xa(gr, (function(t, n) {
dt.call(gr.prototype, n) || (e[n] = t)
})), e
}(), {
chain: !1
- }), gr.VERSION = o, Mn(["bind", "bindKey", "curry", "curryRight", "partial", "partialRight"], (function(
+ }), gr.VERSION = o, Mn(['bind', 'bindKey', 'curry', 'curryRight', 'partial', 'partialRight'], (function(
e) {
gr[e].placeholder = gr
- })), Mn(["drop", "take"], (function(e, t) {
+ })), Mn(['drop', 'take'], (function(e, t) {
Sr.prototype[e] = function(n) {
- n = n === i ? 1 : Rt(Wu(n), 0);
- var r = this.__filtered__ && !t ? new Sr(this) : this.clone();
+ n = n === i ? 1 : Rt(Wu(n), 0)
+ var r = this.__filtered__ && !t ? new Sr(this) : this.clone()
return r.__filtered__ ? r.__takeCount__ = Ft(n, r.__takeCount__) : r.__views__.push({
size: Ft(n, I),
- type: e + (r.__dir__ < 0 ? "Right" : "")
+ type: e + (r.__dir__ < 0 ? 'Right' : '')
}), r
- }, Sr.prototype[e + "Right"] = function(t) {
+ }, Sr.prototype[e + 'Right'] = function(t) {
return this.reverse()[e](t).reverse()
}
- })), Mn(["filter", "map", "takeWhile"], (function(e, t) {
+ })), Mn(['filter', 'map', 'takeWhile'], (function(e, t) {
var n = t + 1,
- r = n == j || n == E;
+ r = n == j || n == E
Sr.prototype[e] = function(e) {
- var t = this.clone();
+ var t = this.clone()
return t.__iteratees__.push({
iteratee: $o(e, 3),
type: n
}), t.__filtered__ = t.__filtered__ || r, t
}
- })), Mn(["head", "last"], (function(e, t) {
- var n = "take" + (t ? "Right" : "");
+ })), Mn(['head', 'last'], (function(e, t) {
+ var n = 'take' + (t ? 'Right' : '')
Sr.prototype[e] = function() {
return this[n](1).value()[0]
}
- })), Mn(["initial", "tail"], (function(e, t) {
- var n = "drop" + (t ? "" : "Right");
+ })), Mn(['initial', 'tail'], (function(e, t) {
+ var n = 'drop' + (t ? '' : 'Right')
Sr.prototype[e] = function() {
return this.__filtered__ ? new Sr(this) : this[n](1)
}
@@ -18040,14 +18225,14 @@
}, Sr.prototype.findLast = function(e) {
return this.reverse().find(e)
}, Sr.prototype.invokeMap = bi((function(e, t) {
- return "function" == typeof e ? new Sr(this) : this.map((function(n) {
+ return 'function' == typeof e ? new Sr(this) : this.map((function(n) {
return Fa(n, e, t)
}))
})), Sr.prototype.reject = function(e) {
return this.filter(Il($o(e)))
}, Sr.prototype.slice = function(e, t) {
- e = Wu(e);
- var n = this;
+ e = Wu(e)
+ var n = this
return n.__filtered__ && (e > 0 || t < 0) ? new Sr(n) : (e < 0 ? n = n.takeRight(-e) : e && (n = n.drop(
e)), t !== i && (t = Wu(t), n = t < 0 ? n.dropRight(-t) : n.take(t - e)), n)
}, Sr.prototype.takeRightWhile = function(e) {
@@ -18057,8 +18242,8 @@
}, xa(Sr.prototype, (function(e, t) {
var n = /^(?:filter|find|map|reject)|While$/.test(t),
r = /^(?:head|last)$/.test(t),
- a = gr[r ? "take" + ("last" == t ? "Right" : "") : t],
- o = r || /^find/.test(t);
+ a = gr[r ? 'take' + ('last' == t ? 'Right' : '') : t],
+ o = r || /^find/.test(t)
a && (gr.prototype[t] = function() {
var t = this.__wrapped__,
s = r ? [1] : arguments,
@@ -18066,17 +18251,17 @@
l = s[0],
u = c || ou(t),
d = function(e) {
- var t = a.apply(gr, Tn([e], s));
+ var t = a.apply(gr, Tn([e], s))
return r && h ? t[0] : t
- };
- u && n && "function" == typeof l && 1 != l.length && (c = u = !1);
+ }
+ u && n && 'function' == typeof l && 1 != l.length && (c = u = !1)
var h = this.__chain__,
f = !!this.__actions__.length,
m = o && !h,
- p = c && !f;
+ p = c && !f
if (!o && u) {
- t = p ? t : new Sr(this);
- var _ = e.apply(t, s);
+ t = p ? t : new Sr(this)
+ var _ = e.apply(t, s)
return _.__actions__.push({
func: Kc,
args: [d],
@@ -18085,14 +18270,14 @@
}
return m && p ? e.apply(this, s) : (_ = this.thru(d), m ? r ? _.value()[0] : _.value() : _)
})
- })), Mn(["pop", "push", "shift", "sort", "splice", "unshift"], (function(e) {
+ })), Mn(['pop', 'push', 'shift', 'sort', 'splice', 'unshift'], (function(e) {
var t = ot[e],
- n = /^(?:push|sort|unshift)$/.test(e) ? "tap" : "thru",
- r = /^(?:pop|shift)$/.test(e);
+ n = /^(?:push|sort|unshift)$/.test(e) ? 'tap' : 'thru',
+ r = /^(?:pop|shift)$/.test(e)
gr.prototype[e] = function() {
- var e = arguments;
+ var e = arguments
if (r && !this.__chain__) {
- var a = this.value();
+ var a = this.value()
return t.apply(ou(a) ? a : [], e)
}
return this[n]((function(n) {
@@ -18100,31 +18285,31 @@
}))
}
})), xa(Sr.prototype, (function(e, t) {
- var n = gr[t];
+ var n = gr[t]
if (n) {
- var r = n.name + "";
+ var r = n.name + ''
dt.call(ln, r) || (ln[r] = []), ln[r].push({
name: t,
func: n
})
}
})), ln[vo(i, y).name] = [{
- name: "wrapper",
+ name: 'wrapper',
func: i
}], Sr.prototype.clone = kr, Sr.prototype.reverse = Cr, Sr.prototype.value = Tr, gr.prototype.at = Wc,
gr.prototype.chain = qc, gr.prototype.commit = Uc, gr.prototype.next = Jc, gr.prototype.plant = Qc, gr.prototype
.reverse = Xc, gr.prototype.toJSON = gr.prototype.valueOf = gr.prototype.value = Zc, gr.prototype.first =
gr.prototype.head, Ct && (gr.prototype[Ct] = Gc), gr
},
- Mr = gr();
+ Mr = gr()
sn._ = Mr, a = function() {
return Mr
}.call(t, n, t, r), a === i || (r.exports = a)
}).call(this)
- }).call(this, n("c8ba"), n("62e4")(e))
+ }).call(this, n('c8ba'), n('62e4')(e))
},
- "2f62": function(e, t, n) {
- "use strict";
+ '2f62': function(e, t, n) {
+ 'use strict';
(function(e) {
/*!
* vuex v3.5.1
@@ -18132,42 +18317,43 @@
* @license MIT
*/
function r(e) {
- var t = Number(e.version.split(".")[0]);
+ var t = Number(e.version.split('.')[0])
if (t >= 2) e.mixin({
beforeCreate: r
- });
+ })
else {
- var n = e.prototype._init;
+ var n = e.prototype._init
e.prototype._init = function(e) {
void 0 === e && (e = {}), e.init = e.init ? [r].concat(e.init) : r, n.call(this, e)
}
}
function r() {
- var e = this.$options;
- e.store ? this.$store = "function" === typeof e.store ? e.store() : e.store : e.parent && e.parent.$store &&
+ var e = this.$options
+ e.store ? this.$store = 'function' === typeof e.store ? e.store() : e.store : e.parent && e.parent.$store &&
(this.$store = e.parent.$store)
}
}
- n.d(t, "b", (function() {
+
+ n.d(t, 'b', (function() {
return P
- })), n.d(t, "c", (function() {
+ })), n.d(t, 'c', (function() {
return E
- })), n.d(t, "d", (function() {
+ })), n.d(t, 'd', (function() {
return H
- }));
- var a = "undefined" !== typeof window ? window : "undefined" !== typeof e ? e : {},
- i = a.__VUE_DEVTOOLS_GLOBAL_HOOK__;
+ }))
+ var a = 'undefined' !== typeof window ? window : 'undefined' !== typeof e ? e : {},
+ i = a.__VUE_DEVTOOLS_GLOBAL_HOOK__
function o(e) {
- i && (e._devtoolHook = i, i.emit("vuex:init", e), i.on("vuex:travel-to-state", (function(t) {
+ i && (e._devtoolHook = i, i.emit('vuex:init', e), i.on('vuex:travel-to-state', (function(t) {
e.replaceState(t)
})), e.subscribe((function(e, t) {
- i.emit("vuex:mutation", e, t)
+ i.emit('vuex:mutation', e, t)
}), {
prepend: !0
}), e.subscribeAction((function(e, t) {
- i.emit("vuex:action", e, t)
+ i.emit('vuex:action', e, t)
}), {
prepend: !0
}))
@@ -18178,12 +18364,12 @@
}
function c(e, t) {
- if (void 0 === t && (t = []), null === e || "object" !== typeof e) return e;
+ if (void 0 === t && (t = []), null === e || 'object' !== typeof e) return e
var n = s(t, (function(t) {
return t.original === e
- }));
- if (n) return n.copy;
- var r = Array.isArray(e) ? [] : {};
+ }))
+ if (n) return n.copy
+ var r = Array.isArray(e) ? [] : {}
return t.push({
original: e,
copy: r
@@ -18199,11 +18385,11 @@
}
function u(e) {
- return null !== e && "object" === typeof e
+ return null !== e && 'object' === typeof e
}
function d(e) {
- return e && "function" === typeof e.then
+ return e && 'function' === typeof e.then
}
function h(e, t) {
@@ -18211,16 +18397,17 @@
return e(t)
}
}
+
var f = function(e, t) {
- this.runtime = t, this._children = Object.create(null), this._rawModule = e;
- var n = e.state;
- this.state = ("function" === typeof n ? n() : n) || {}
+ this.runtime = t, this._children = Object.create(null), this._rawModule = e
+ var n = e.state
+ this.state = ('function' === typeof n ? n() : n) || {}
},
m = {
namespaced: {
configurable: !0
}
- };
+ }
m.namespaced.get = function() {
return !!this._rawModule.namespaced
}, f.prototype.addChild = function(e, t) {
@@ -18242,36 +18429,37 @@
this._rawModule.actions && l(this._rawModule.actions, e)
}, f.prototype.forEachMutation = function(e) {
this._rawModule.mutations && l(this._rawModule.mutations, e)
- }, Object.defineProperties(f.prototype, m);
+ }, Object.defineProperties(f.prototype, m)
var p = function(e) {
this.register([], e, !1)
- };
+ }
function _(e, t, n) {
if (t.update(n), n.modules)
for (var r in n.modules) {
- if (!t.getChild(r)) return void 0;
+ if (!t.getChild(r)) return void 0
_(e.concat(r), t.getChild(r), n.modules[r])
}
}
+
p.prototype.get = function(e) {
return e.reduce((function(e, t) {
return e.getChild(t)
}), this.root)
}, p.prototype.getNamespace = function(e) {
- var t = this.root;
+ var t = this.root
return e.reduce((function(e, n) {
- return t = t.getChild(n), e + (t.namespaced ? n + "/" : "")
- }), "")
+ return t = t.getChild(n), e + (t.namespaced ? n + '/' : '')
+ }), '')
}, p.prototype.update = function(e) {
_([], this.root, e)
}, p.prototype.register = function(e, t, n) {
- var r = this;
- void 0 === n && (n = !0);
- var a = new f(t, n);
- if (0 === e.length) this.root = a;
+ var r = this
+ void 0 === n && (n = !0)
+ var a = new f(t, n)
+ if (0 === e.length) this.root = a
else {
- var i = this.get(e.slice(0, -1));
+ var i = this.get(e.slice(0, -1))
i.addChild(e[e.length - 1], a)
}
t.modules && l(t.modules, (function(t, a) {
@@ -18280,66 +18468,66 @@
}, p.prototype.unregister = function(e) {
var t = this.get(e.slice(0, -1)),
n = e[e.length - 1],
- r = t.getChild(n);
+ r = t.getChild(n)
r && r.runtime && t.removeChild(n)
}, p.prototype.isRegistered = function(e) {
var t = this.get(e.slice(0, -1)),
- n = e[e.length - 1];
+ n = e[e.length - 1]
return t.hasChild(n)
- };
- var v;
+ }
+ var v
var b = function(e) {
- var t = this;
- void 0 === e && (e = {}), !v && "undefined" !== typeof window && window.Vue && j(window.Vue);
- var n = e.plugins;
- void 0 === n && (n = []);
- var r = e.strict;
+ var t = this
+ void 0 === e && (e = {}), !v && 'undefined' !== typeof window && window.Vue && j(window.Vue)
+ var n = e.plugins
+ void 0 === n && (n = [])
+ var r = e.strict
void 0 === r && (r = !1), this._committing = !1, this._actions = Object.create(null), this._actionSubscribers = [],
this._mutations = Object.create(null), this._wrappedGetters = Object.create(null), this._modules = new p(e),
this._modulesNamespaceMap = Object.create(null), this._subscribers = [], this._watcherVM = new v, this._makeLocalGettersCache =
- Object.create(null);
+ Object.create(null)
var a = this,
i = this,
s = i.dispatch,
- c = i.commit;
+ c = i.commit
this.dispatch = function(e, t) {
return s.call(a, e, t)
}, this.commit = function(e, t, n) {
return c.call(a, e, t, n)
- }, this.strict = r;
- var l = this._modules.root.state;
+ }, this.strict = r
+ var l = this._modules.root.state
L(this, l, [], this._modules.root), w(this, l), n.forEach((function(e) {
return e(t)
- }));
- var u = void 0 !== e.devtools ? e.devtools : v.config.devtools;
+ }))
+ var u = void 0 !== e.devtools ? e.devtools : v.config.devtools
u && o(this)
},
y = {
state: {
configurable: !0
}
- };
+ }
function g(e, t, n) {
return t.indexOf(e) < 0 && (n && n.prepend ? t.unshift(e) : t.push(e)),
function() {
- var n = t.indexOf(e);
+ var n = t.indexOf(e)
n > -1 && t.splice(n, 1)
}
}
function M(e, t) {
e._actions = Object.create(null), e._mutations = Object.create(null), e._wrappedGetters = Object.create(null),
- e._modulesNamespaceMap = Object.create(null);
- var n = e.state;
+ e._modulesNamespaceMap = Object.create(null)
+ var n = e.state
L(e, n, [], e._modules.root, !0), w(e, n, t)
}
function w(e, t, n) {
- var r = e._vm;
- e.getters = {}, e._makeLocalGettersCache = Object.create(null);
+ var r = e._vm
+ e.getters = {}, e._makeLocalGettersCache = Object.create(null)
var a = e._wrappedGetters,
- i = {};
+ i = {}
l(a, (function(t, n) {
i[n] = h(t, e), Object.defineProperty(e.getters, n, {
get: function() {
@@ -18347,8 +18535,8 @@
},
enumerable: !0
})
- }));
- var o = v.config.silent;
+ }))
+ var o = v.config.silent
v.config.silent = !0, e._vm = new v({
data: {
$$state: t
@@ -18363,24 +18551,24 @@
function L(e, t, n, r, a) {
var i = !n.length,
- o = e._modules.getNamespace(n);
+ o = e._modules.getNamespace(n)
if (r.namespaced && (e._modulesNamespaceMap[o], e._modulesNamespaceMap[o] = r), !i && !a) {
var s = z(t, n.slice(0, -1)),
- c = n[n.length - 1];
+ c = n[n.length - 1]
e._withCommit((function() {
v.set(s, c, r.state)
}))
}
- var l = r.context = O(e, o, n);
+ var l = r.context = O(e, o, n)
r.forEachMutation((function(t, n) {
- var r = o + n;
+ var r = o + n
k(e, r, t, l)
})), r.forEachAction((function(t, n) {
var r = t.root ? n : o + n,
- a = t.handler || t;
+ a = t.handler || t
C(e, r, a, l)
})), r.forEachGetter((function(t, n) {
- var r = o + n;
+ var r = o + n
T(e, r, t, l)
})), r.forEachChild((function(r, i) {
L(e, t, n.concat(i), r, a)
@@ -18388,23 +18576,23 @@
}
function O(e, t, n) {
- var r = "" === t,
+ var r = '' === t,
a = {
dispatch: r ? e.dispatch : function(n, r, a) {
var i = D(n, r, a),
o = i.payload,
s = i.options,
- c = i.type;
+ c = i.type
return s && s.root || (c = t + c), e.dispatch(c, o)
},
commit: r ? e.commit : function(n, r, a) {
var i = D(n, r, a),
o = i.payload,
s = i.options,
- c = i.type;
+ c = i.type
s && s.root || (c = t + c), e.commit(c, o, s)
}
- };
+ }
return Object.defineProperties(a, {
getters: {
get: r ? function() {
@@ -18424,10 +18612,10 @@
function S(e, t) {
if (!e._makeLocalGettersCache[t]) {
var n = {},
- r = t.length;
+ r = t.length
Object.keys(e.getters).forEach((function(a) {
if (a.slice(0, r) === t) {
- var i = a.slice(r);
+ var i = a.slice(r)
Object.defineProperty(n, i, {
get: function() {
return e.getters[a]
@@ -18441,14 +18629,14 @@
}
function k(e, t, n, r) {
- var a = e._mutations[t] || (e._mutations[t] = []);
+ var a = e._mutations[t] || (e._mutations[t] = [])
a.push((function(t) {
n.call(e, r.state, t)
}))
}
function C(e, t, n, r) {
- var a = e._actions[t] || (e._actions[t] = []);
+ var a = e._actions[t] || (e._actions[t] = [])
a.push((function(t) {
var a = n.call(e, {
dispatch: r.dispatch,
@@ -18457,9 +18645,9 @@
state: r.state,
rootGetters: e.getters,
rootState: e.state
- }, t);
+ }, t)
return d(a) || (a = Promise.resolve(a)), e._devtoolHook ? a.catch((function(t) {
- throw e._devtoolHook.emit("vuex:error", t), t
+ throw e._devtoolHook.emit('vuex:error', t), t
})) : a
}))
}
@@ -18498,6 +18686,7 @@
function j(e) {
v && e === v || (v = e, r(v))
}
+
y.state.get = function() {
return this._vm._data.$$state
}, y.state.set = function(e) {
@@ -18511,7 +18700,7 @@
type: i,
payload: o
}),
- c = this._mutations[i];
+ c = this._mutations[i]
c && (this._withCommit((function() {
c.forEach((function(e) {
e(o)
@@ -18528,7 +18717,7 @@
type: a,
payload: i
},
- s = this._actions[a];
+ s = this._actions[a]
if (s) {
try {
this._actionSubscribers.slice().filter((function(e) {
@@ -18541,7 +18730,7 @@
}
var c = s.length > 1 ? Promise.all(s.map((function(e) {
return e(i)
- }))) : s[0](i);
+ }))) : s[0](i)
return new Promise((function(e, t) {
c.then((function(t) {
try {
@@ -18571,99 +18760,99 @@
}, b.prototype.subscribe = function(e, t) {
return g(e, this._subscribers, t)
}, b.prototype.subscribeAction = function(e, t) {
- var n = "function" === typeof e ? {
+ var n = 'function' === typeof e ? {
before: e
- } : e;
+ } : e
return g(n, this._actionSubscribers, t)
}, b.prototype.watch = function(e, t, n) {
- var r = this;
+ var r = this
return this._watcherVM.$watch((function() {
return e(r.state, r.getters)
}), t, n)
}, b.prototype.replaceState = function(e) {
- var t = this;
+ var t = this
this._withCommit((function() {
t._vm._data.$$state = e
}))
}, b.prototype.registerModule = function(e, t, n) {
- void 0 === n && (n = {}), "string" === typeof e && (e = [e]), this._modules.register(e, t), L(this, this.state,
+ void 0 === n && (n = {}), 'string' === typeof e && (e = [e]), this._modules.register(e, t), L(this, this.state,
e, this._modules.get(e), n.preserveState), w(this, this.state)
}, b.prototype.unregisterModule = function(e) {
- var t = this;
- "string" === typeof e && (e = [e]), this._modules.unregister(e), this._withCommit((function() {
- var n = z(t.state, e.slice(0, -1));
+ var t = this
+ 'string' === typeof e && (e = [e]), this._modules.unregister(e), this._withCommit((function() {
+ var n = z(t.state, e.slice(0, -1))
v.delete(n, e[e.length - 1])
})), M(this)
}, b.prototype.hasModule = function(e) {
- return "string" === typeof e && (e = [e]), this._modules.isRegistered(e)
+ return 'string' === typeof e && (e = [e]), this._modules.isRegistered(e)
}, b.prototype.hotUpdate = function(e) {
this._modules.update(e), M(this, !0)
}, b.prototype._withCommit = function(e) {
- var t = this._committing;
+ var t = this._committing
this._committing = !0, e(), this._committing = t
- }, Object.defineProperties(b.prototype, y);
+ }, Object.defineProperties(b.prototype, y)
var H = R((function(e, t) {
- var n = {};
+ var n = {}
return V(t).forEach((function(t) {
var r = t.key,
- a = t.val;
+ a = t.val
n[r] = function() {
var t = this.$store.state,
- n = this.$store.getters;
+ n = this.$store.getters
if (e) {
- var r = F(this.$store, "mapState", e);
- if (!r) return;
+ var r = F(this.$store, 'mapState', e)
+ if (!r) return
t = r.context.state, n = r.context.getters
}
- return "function" === typeof a ? a.call(this, t, n) : t[a]
+ return 'function' === typeof a ? a.call(this, t, n) : t[a]
}, n[r].vuex = !0
})), n
})),
E = R((function(e, t) {
- var n = {};
+ var n = {}
return V(t).forEach((function(t) {
var r = t.key,
- a = t.val;
+ a = t.val
n[r] = function() {
var t = [],
- n = arguments.length;
- while (n--) t[n] = arguments[n];
- var r = this.$store.commit;
+ n = arguments.length
+ while (n--) t[n] = arguments[n]
+ var r = this.$store.commit
if (e) {
- var i = F(this.$store, "mapMutations", e);
- if (!i) return;
+ var i = F(this.$store, 'mapMutations', e)
+ if (!i) return
r = i.context.commit
}
- return "function" === typeof a ? a.apply(this, [r].concat(t)) : r.apply(this.$store, [a].concat(t))
+ return 'function' === typeof a ? a.apply(this, [r].concat(t)) : r.apply(this.$store, [a].concat(t))
}
})), n
})),
P = R((function(e, t) {
- var n = {};
+ var n = {}
return V(t).forEach((function(t) {
var r = t.key,
- a = t.val;
+ a = t.val
a = e + a, n[r] = function() {
- if (!e || F(this.$store, "mapGetters", e)) return this.$store.getters[a]
+ if (!e || F(this.$store, 'mapGetters', e)) return this.$store.getters[a]
}, n[r].vuex = !0
})), n
})),
A = R((function(e, t) {
- var n = {};
+ var n = {}
return V(t).forEach((function(t) {
var r = t.key,
- a = t.val;
+ a = t.val
n[r] = function() {
var t = [],
- n = arguments.length;
- while (n--) t[n] = arguments[n];
- var r = this.$store.dispatch;
+ n = arguments.length
+ while (n--) t[n] = arguments[n]
+ var r = this.$store.dispatch
if (e) {
- var i = F(this.$store, "mapActions", e);
- if (!i) return;
+ var i = F(this.$store, 'mapActions', e)
+ if (!i) return
r = i.context.dispatch
}
- return "function" === typeof a ? a.apply(this, [r].concat(t)) : r.apply(this.$store, [a].concat(t))
+ return 'function' === typeof a ? a.apply(this, [r].concat(t)) : r.apply(this.$store, [a].concat(t))
}
})), n
})),
@@ -18674,7 +18863,7 @@
mapMutations: E.bind(null, e),
mapActions: A.bind(null, e)
}
- };
+ }
function V(e) {
return I(e) ? Array.isArray(e) ? e.map((function(e) {
@@ -18696,71 +18885,71 @@
function R(e) {
return function(t, n) {
- return "string" !== typeof t ? (n = t, t = "") : "/" !== t.charAt(t.length - 1) && (t += "/"), e(t, n)
+ return 'string' !== typeof t ? (n = t, t = '') : '/' !== t.charAt(t.length - 1) && (t += '/'), e(t, n)
}
}
function F(e, t, n) {
- var r = e._modulesNamespaceMap[n];
+ var r = e._modulesNamespaceMap[n]
return r
}
function $(e) {
- void 0 === e && (e = {});
- var t = e.collapsed;
- void 0 === t && (t = !0);
- var n = e.filter;
+ void 0 === e && (e = {})
+ var t = e.collapsed
+ void 0 === t && (t = !0)
+ var n = e.filter
void 0 === n && (n = function(e, t, n) {
return !0
- });
- var r = e.transformer;
+ })
+ var r = e.transformer
void 0 === r && (r = function(e) {
return e
- });
- var a = e.mutationTransformer;
+ })
+ var a = e.mutationTransformer
void 0 === a && (a = function(e) {
return e
- });
- var i = e.actionFilter;
+ })
+ var i = e.actionFilter
void 0 === i && (i = function(e, t) {
return !0
- });
- var o = e.actionTransformer;
+ })
+ var o = e.actionTransformer
void 0 === o && (o = function(e) {
return e
- });
- var s = e.logMutations;
- void 0 === s && (s = !0);
- var l = e.logActions;
- void 0 === l && (l = !0);
- var u = e.logger;
+ })
+ var s = e.logMutations
+ void 0 === s && (s = !0)
+ var l = e.logActions
+ void 0 === l && (l = !0)
+ var u = e.logger
return void 0 === u && (u = console),
function(e) {
- var d = c(e.state);
- "undefined" !== typeof u && (s && e.subscribe((function(e, i) {
- var o = c(i);
+ var d = c(e.state)
+ 'undefined' !== typeof u && (s && e.subscribe((function(e, i) {
+ var o = c(i)
if (n(e, d, o)) {
var s = K(),
l = a(e),
- h = "mutation " + e.type + s;
- N(u, h, t), u.log("%c prev state", "color: #9E9E9E; font-weight: bold", r(d)), u.log("%c mutation",
- "color: #03A9F4; font-weight: bold", l), u.log("%c next state",
- "color: #4CAF50; font-weight: bold", r(o)), B(u)
+ h = 'mutation ' + e.type + s
+ N(u, h, t), u.log('%c prev state', 'color: #9E9E9E; font-weight: bold', r(d)), u.log('%c mutation',
+ 'color: #03A9F4; font-weight: bold', l), u.log('%c next state',
+ 'color: #4CAF50; font-weight: bold', r(o)), B(u)
}
d = o
})), l && e.subscribeAction((function(e, n) {
if (i(e, n)) {
var r = K(),
a = o(e),
- s = "action " + e.type + r;
- N(u, s, t), u.log("%c action", "color: #03A9F4; font-weight: bold", a), B(u)
+ s = 'action ' + e.type + r
+ N(u, s, t), u.log('%c action', 'color: #03A9F4; font-weight: bold', a), B(u)
}
})))
}
}
function N(e, t, n) {
- var r = n ? e.groupCollapsed : e.group;
+ var r = n ? e.groupCollapsed : e.group
try {
r.call(e, t)
} catch (a) {
@@ -18772,13 +18961,13 @@
try {
e.groupEnd()
} catch (t) {
- e.log("—— log end ——")
+ e.log('—— log end ——')
}
}
function K() {
- var e = new Date;
- return " @ " + q(e.getHours(), 2) + ":" + q(e.getMinutes(), 2) + ":" + q(e.getSeconds(), 2) + "." + q(e.getMilliseconds(),
+ var e = new Date
+ return ' @ ' + q(e.getHours(), 2) + ':' + q(e.getMinutes(), 2) + ':' + q(e.getSeconds(), 2) + '.' + q(e.getMilliseconds(),
3)
}
@@ -18787,80 +18976,83 @@
}
function q(e, t) {
- return W("0", t - e.toString().length) + e
+ return W('0', t - e.toString().length) + e
}
+
var U = {
Store: b,
install: j,
- version: "3.5.1",
+ version: '3.5.1',
mapState: H,
mapMutations: E,
mapGetters: P,
mapActions: A,
createNamespacedHelpers: Y,
createLogger: $
- };
- t["a"] = U
- }).call(this, n("c8ba"))
+ }
+ t['a'] = U
+ }).call(this, n('c8ba'))
},
- "2fcc": function(e, t) {
+ '2fcc': function(e, t) {
function n(e) {
var t = this.__data__,
- n = t["delete"](e);
+ n = t['delete'](e)
return this.size = t.size, n
}
+
e.exports = n
},
- "30b5": function(e, t, n) {
- "use strict";
- var r = n("c532");
+ '30b5': function(e, t, n) {
+ 'use strict'
+ var r = n('c532')
function a(e) {
- return encodeURIComponent(e).replace(/%40/gi, "@").replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi,
- ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]")
+ return encodeURIComponent(e).replace(/%40/gi, '@').replace(/%3A/gi, ':').replace(/%24/g, '$').replace(/%2C/gi,
+ ',').replace(/%20/g, '+').replace(/%5B/gi, '[').replace(/%5D/gi, ']')
}
+
e.exports = function(e, t, n) {
- if (!t) return e;
- var i;
- if (n) i = n(t);
- else if (r.isURLSearchParams(t)) i = t.toString();
+ if (!t) return e
+ var i
+ if (n) i = n(t)
+ else if (r.isURLSearchParams(t)) i = t.toString()
else {
- var o = [];
+ var o = []
r.forEach(t, (function(e, t) {
- null !== e && "undefined" !== typeof e && (r.isArray(e) ? t += "[]" : e = [e], r.forEach(e, (function(e) {
- r.isDate(e) ? e = e.toISOString() : r.isObject(e) && (e = JSON.stringify(e)), o.push(a(t) + "=" + a(
+ null !== e && 'undefined' !== typeof e && (r.isArray(e) ? t += '[]' : e = [e], r.forEach(e, (function(e) {
+ r.isDate(e) ? e = e.toISOString() : r.isObject(e) && (e = JSON.stringify(e)), o.push(a(t) + '=' + a(
e))
})))
- })), i = o.join("&")
+ })), i = o.join('&')
}
- return i && (e += (-1 === e.indexOf("?") ? "?" : "&") + i), e
+ return i && (e += (-1 === e.indexOf('?') ? '?' : '&') + i), e
}
},
- "30b9": function(e, t, n) {
- "use strict";
- n.r(t);
+ '30b9': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
staticStyle: {
- top: "5%",
- height: "95%"
+ top: '5%',
+ height: '95%'
},
attrs: {
title: e.title,
width: 500,
visible: e.visible,
confirmLoading: e.confirmLoading,
- cancelText: "关闭",
- wrapClassName: "ant-modal-cust-warp"
+ cancelText: '关闭',
+ wrapClassName: 'ant-modal-cust-warp'
},
on: {
ok: e.handleSubmit,
cancel: e.handleCancel
}
- }, [n("a-directory-tree", {
+ }, [n('a-directory-tree', {
attrs: {
loadData: e.onLoadData,
treeData: e.treeData
@@ -18871,7 +19063,7 @@
})], 1)
},
a = [],
- i = n("0fea");
+ i = n('0fea')
function o(e) {
return u(e) || l(e) || c(e) || s()
@@ -18879,21 +19071,21 @@
function s() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function c(e, t) {
if (e) {
- if ("string" === typeof e) return d(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? d(e, t) : void 0
+ if ('string' === typeof e) return d(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? d(e, t) : void 0
}
}
function l(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function u(e) {
@@ -18901,21 +19093,22 @@
}
function d(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var h = {
- name: "FileSelectModal",
+ name: 'FileSelectModal',
data: function() {
return {
- title: "选择文件目录",
+ title: '选择文件目录',
visible: !1,
confirmLoading: !1,
treeData: [],
- fileTreeUrl: "/online/cgform/head/fileTree",
- rootFileUrl: "/online/cgform/head/rootFile",
- selectedKey: ""
+ fileTreeUrl: '/online/cgform/head/fileTree',
+ rootFileUrl: '/online/cgform/head/rootFile',
+ selectedKey: ''
}
},
created: function() {
@@ -18923,29 +19116,29 @@
},
methods: {
handleSubmit: function() {
- this.$emit("callback", this.selectedKey), this.visible = !1
+ this.$emit('callback', this.selectedKey), this.visible = !1
},
handleCancel: function() {
this.visible = !1
},
show: function() {
- this.visible = !0, this.selectedKey = ""
+ this.visible = !0, this.selectedKey = ''
},
loadRoot: function() {
- var e = this;
- Object(i["c"])(this.rootFileUrl).then((function(t) {
+ var e = this
+ Object(i['c'])(this.rootFileUrl).then((function(t) {
t.success && (e.treeData = o(t.result))
}))
},
onLoadData: function(e) {
- var t = this;
+ var t = this
return new Promise((function(n) {
- if (e.dataRef.children) n();
+ if (e.dataRef.children) n()
else {
var r = {
parentPath: e.dataRef.key
- };
- Object(i["c"])(t.fileTreeUrl, r).then((function(r) {
+ }
+ Object(i['c'])(t.fileTreeUrl, r).then((function(r) {
r.success && (e.dataRef.children = r.result, t.treeData = o(t.treeData)), n()
}))
}
@@ -18957,46 +19150,47 @@
}
},
f = h,
- m = n("2877"),
- p = Object(m["a"])(f, r, a, !1, null, "5e888394", null);
- t["default"] = p.exports
+ m = n('2877'),
+ p = Object(m['a'])(f, r, a, !1, null, '5e888394', null)
+ t['default'] = p.exports
},
- "30c9": function(e, t, n) {
- var r = n("9520"),
- a = n("b218");
+ '30c9': function(e, t, n) {
+ var r = n('9520'),
+ a = n('b218')
function i(e) {
return null != e && a(e.length) && !r(e)
}
+
e.exports = i
},
- "30f1": function(e, t, n) {
- "use strict";
- var r = n("b8e3"),
- a = n("63b6"),
- i = n("9138"),
- o = n("35e8"),
- s = n("481b"),
- c = n("8f60"),
- l = n("45f2"),
- u = n("53e2"),
- d = n("5168")("iterator"),
- h = !([].keys && "next" in [].keys()),
- f = "@@iterator",
- m = "keys",
- p = "values",
+ '30f1': function(e, t, n) {
+ 'use strict'
+ var r = n('b8e3'),
+ a = n('63b6'),
+ i = n('9138'),
+ o = n('35e8'),
+ s = n('481b'),
+ c = n('8f60'),
+ l = n('45f2'),
+ u = n('53e2'),
+ d = n('5168')('iterator'),
+ h = !([].keys && 'next' in [].keys()),
+ f = '@@iterator',
+ m = 'keys',
+ p = 'values',
_ = function() {
return this
- };
+ }
e.exports = function(e, t, n, v, b, y, g) {
- c(n, t, v);
+ c(n, t, v)
var M, w, L, O = function(e) {
- if (!h && e in T) return T[e];
+ if (!h && e in T) return T[e]
switch (e) {
case m:
return function() {
return new n(this, e)
- };
+ }
case p:
return function() {
return new n(this, e)
@@ -19006,15 +19200,15 @@
return new n(this, e)
}
},
- S = t + " Iterator",
+ S = t + ' Iterator',
k = b == p,
C = !1,
T = e.prototype,
x = T[d] || T[f] || b && T[b],
z = x || O(b),
- D = b ? k ? O("entries") : z : void 0,
- j = "Array" == t && T.entries || x;
- if (j && (L = u(j.call(new e)), L !== Object.prototype && L.next && (l(L, S, !0), r || "function" == typeof L[
+ D = b ? k ? O('entries') : z : void 0,
+ j = 'Array' == t && T.entries || x
+ if (j && (L = u(j.call(new e)), L !== Object.prototype && L.next && (l(L, S, !0), r || 'function' == typeof L[
d] || o(L, d, _))), k && x && x.name !== p && (C = !0, z = function() {
return x.call(this)
}), r && !g || !h && !C && T[d] || o(T, d, z), s[t] = z, s[S] = _, b)
@@ -19023,13 +19217,13 @@
keys: y ? z : O(m),
entries: D
}, g)
- for (w in M) w in T || i(T, w, M[w]);
- else a(a.P + a.F * (h || C), t, M);
+ for (w in M) w in T || i(T, w, M[w])
+ else a(a.P + a.F * (h || C), t, M)
return M
}
},
- "320c": function(e, t, n) {
- "use strict";
+ '320c': function(e, t, n) {
+ 'use strict'
/*
object-assign
(c) Sindre Sorhus
@@ -19037,57 +19231,59 @@
*/
var r = Object.getOwnPropertySymbols,
a = Object.prototype.hasOwnProperty,
- i = Object.prototype.propertyIsEnumerable;
+ i = Object.prototype.propertyIsEnumerable
function o(e) {
- if (null === e || void 0 === e) throw new TypeError("Object.assign cannot be called with null or undefined");
+ if (null === e || void 0 === e) throw new TypeError('Object.assign cannot be called with null or undefined')
return Object(e)
}
function s() {
try {
- if (!Object.assign) return !1;
- var e = new String("abc");
- if (e[5] = "de", "5" === Object.getOwnPropertyNames(e)[0]) return !1;
- for (var t = {}, n = 0; n < 10; n++) t["_" + String.fromCharCode(n)] = n;
+ if (!Object.assign) return !1
+ var e = new String('abc')
+ if (e[5] = 'de', '5' === Object.getOwnPropertyNames(e)[0]) return !1
+ for (var t = {}, n = 0; n < 10; n++) t['_' + String.fromCharCode(n)] = n
var r = Object.getOwnPropertyNames(t).map((function(e) {
return t[e]
- }));
- if ("0123456789" !== r.join("")) return !1;
- var a = {};
- return "abcdefghijklmnopqrst".split("").forEach((function(e) {
+ }))
+ if ('0123456789' !== r.join('')) return !1
+ var a = {}
+ return 'abcdefghijklmnopqrst'.split('').forEach((function(e) {
a[e] = e
- })), "abcdefghijklmnopqrst" === Object.keys(Object.assign({}, a)).join("")
+ })), 'abcdefghijklmnopqrst' === Object.keys(Object.assign({}, a)).join('')
} catch (i) {
return !1
}
}
+
e.exports = s() ? Object.assign : function(e, t) {
for (var n, s, c = o(e), l = 1; l < arguments.length; l++) {
- for (var u in n = Object(arguments[l]), n) a.call(n, u) && (c[u] = n[u]);
+ for (var u in n = Object(arguments[l]), n) a.call(n, u) && (c[u] = n[u])
if (r) {
- s = r(n);
+ s = r(n)
for (var d = 0; d < s.length; d++) i.call(n, s[d]) && (c[s[d]] = n[s[d]])
}
}
return c
}
},
- "32b3": function(e, t, n) {
- var r = n("872a"),
- a = n("9638"),
+ '32b3': function(e, t, n) {
+ var r = n('872a'),
+ a = n('9638'),
i = Object.prototype,
- o = i.hasOwnProperty;
+ o = i.hasOwnProperty
function s(e, t, n) {
- var i = e[t];
+ var i = e[t]
o.call(e, t) && a(i, n) && (void 0 !== n || t in e) || r(e, t, n)
}
+
e.exports = s
},
- "32f4": function(e, t, n) {
- var r = n("2d7c"),
- a = n("d327"),
+ '32f4': function(e, t, n) {
+ var r = n('2d7c'),
+ a = n('d327'),
i = Object.prototype,
o = i.propertyIsEnumerable,
s = Object.getOwnPropertySymbols,
@@ -19095,53 +19291,54 @@
return null == e ? [] : (e = Object(e), r(s(e), (function(t) {
return o.call(e, t)
})))
- } : a;
+ } : a
e.exports = c
},
- "32fc": function(e, t, n) {
- var r = n("e53d").document;
+ '32fc': function(e, t, n) {
+ var r = n('e53d').document
e.exports = r && r.documentElement
},
- "335c": function(e, t, n) {
- var r = n("6b4c");
- e.exports = Object("z").propertyIsEnumerable(0) ? Object : function(e) {
- return "String" == r(e) ? e.split("") : Object(e)
+ '335c': function(e, t, n) {
+ var r = n('6b4c')
+ e.exports = Object('z').propertyIsEnumerable(0) ? Object : function(e) {
+ return 'String' == r(e) ? e.split('') : Object(e)
}
},
- "34ac": function(e, t, n) {
- var r = n("9520"),
- a = n("1368"),
- i = n("1a8c"),
- o = n("dc57"),
+ '34ac': function(e, t, n) {
+ var r = n('9520'),
+ a = n('1368'),
+ i = n('1a8c'),
+ o = n('dc57'),
s = /[\\^$.*+?()[\]{}|]/g,
c = /^\[object .+?Constructor\]$/,
l = Function.prototype,
u = Object.prototype,
d = l.toString,
h = u.hasOwnProperty,
- f = RegExp("^" + d.call(h).replace(s, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,
- "$1.*?") + "$");
+ f = RegExp('^' + d.call(h).replace(s, '\\$&').replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,
+ '$1.*?') + '$')
function m(e) {
- if (!i(e) || a(e)) return !1;
- var t = r(e) ? f : c;
+ if (!i(e) || a(e)) return !1
+ var t = r(e) ? f : c
return t.test(o(e))
}
+
e.exports = m
},
- "34b9": function(e, t, n) {
- "use strict";
- var r = n("d708"),
- a = n.n(r);
+ '34b9': function(e, t, n) {
+ 'use strict'
+ var r = n('d708'),
+ a = n.n(r)
a.a
},
- "355d": function(e, t) {
+ '355d': function(e, t) {
t.f = {}.propertyIsEnumerable
},
- "35e8": function(e, t, n) {
- var r = n("d9f6"),
- a = n("aebd");
- e.exports = n("8e60") ? function(e, t, n) {
+ '35e8': function(e, t, n) {
+ var r = n('d9f6'),
+ a = n('aebd')
+ e.exports = n('8e60') ? function(e, t, n) {
return r.f(e, t, a(1, n))
} : function(e, t, n) {
return e[t] = n, e
@@ -19151,61 +19348,62 @@
function n(e, t) {
return null == e ? void 0 : e[t]
}
+
e.exports = n
},
- "36c3": function(e, t, n) {
- var r = n("335c"),
- a = n("25eb");
+ '36c3': function(e, t, n) {
+ var r = n('335c'),
+ a = n('25eb')
e.exports = function(e) {
return r(a(e))
}
},
- "36f0": function(e, t, n) {
- "use strict";
- n.r(t);
+ '36f0': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
staticStyle: {
- top: "5%",
- height: "95%"
+ top: '5%',
+ height: '95%'
},
attrs: {
- title: "JS增强",
+ title: 'JS增强',
width: e.modalWidth,
visible: e.visible,
confirmLoading: e.confirmLoading,
- wrapClassName: "ant-modal-cust-warp"
+ wrapClassName: 'ant-modal-cust-warp'
},
on: {
cancel: e.handleCancel
}
- }, [n("a-form", {
+ }, [n('a-form', {
staticStyle: {
- height: "100%"
+ height: '100%'
}
- }, [n("j-code-editor", {
- ref: "codeEditor",
+ }, [n('j-code-editor', {
+ ref: 'codeEditor',
attrs: {
value: e.cgJs,
- language: "javascript",
+ language: 'javascript',
fullScreen: !0,
lineNumbers: !1,
- "min-height": 240,
- "language-change": !1
+ 'min-height': 240,
+ 'language-change': !1
},
on: {
input: e.handleCodeChange
}
- }), n("a-select", {
+ }), n('a-select', {
class: {
- "valid-error-cust": e.validError, "js-type-select": !0
+ 'valid-error-cust': e.validError, 'js-type-select': !0
},
attrs: {
- size: "small",
- placeholder: "请选择增强类型",
+ size: 'small',
+ placeholder: '请选择增强类型',
getPopupContainer: function(e) {
return e.parentNode
}
@@ -19218,66 +19416,66 @@
callback: function(t) {
e.cgJsType = t
},
- expression: "cgJsType"
+ expression: 'cgJsType'
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "form"
+ value: 'form'
}
- }, [e._v("form")]), n("a-select-option", {
+ }, [e._v('form')]), n('a-select-option', {
attrs: {
- value: "list"
+ value: 'list'
}
- }, [e._v("list")])], 1)], 1), n("template", {
- slot: "footer"
- }, [n("a-button", {
- key: "back",
+ }, [e._v('list')])], 1)], 1), n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), n("a-button", {
- key: "submit",
+ }, [e._v('关闭')]), n('a-button', {
+ key: 'submit',
attrs: {
- type: "primary"
+ type: 'primary'
},
on: {
click: e.handleSubmit
}
- }, [e._v("确定")]), e.showHistory ? n("a-button", {
+ }, [e._v('确定')]), e.showHistory ? n('a-button', {
staticStyle: {
- float: "left"
+ float: 'left'
},
attrs: {
- type: "link"
+ type: 'link'
},
on: {
click: e.handleWatchHistory
}
- }, [e._v("查看历史版本")]) : e._e(), e.aiTestMode ? n("div", {
+ }, [e._v('查看历史版本')]) : e._e(), e.aiTestMode ? n('div', {
staticStyle: {
- display: "inline-block",
- float: "left"
+ display: 'inline-block',
+ float: 'left'
}
- }, [n("a-button", {
+ }, [n('a-button', {
on: {
click: function(t) {
- return e.genEnhanceJsData(e.tableName, e.cgJsType, "codeEditor")
+ return e.genEnhanceJsData(e.tableName, e.cgJsType, 'codeEditor')
}
}
- }, [e._v("生成测试数据")])], 1) : e._e()], 1), n("enhance-history", {
- ref: "historyModal"
+ }, [e._v('生成测试数据')])], 1) : e._e()], 1), n('enhance-history', {
+ ref: 'historyModal'
})], 2)
},
a = [],
- i = n("0fea"),
- o = n("3fa1"),
- s = n("f654"),
+ i = n('0fea'),
+ o = n('3fa1'),
+ s = n('f654'),
c = {
- name: "EnhanceJs",
+ name: 'EnhanceJs',
components: {
- EnhanceHistory: o["default"]
+ EnhanceHistory: o['default']
},
- mixins: [s["AiTestOnlineMixin"]],
+ mixins: [s['AiTestOnlineMixin']],
data: function() {
return {
modalWidth: 800,
@@ -19300,31 +19498,31 @@
span: 16
}
},
- url: "/online/cgform/head/enhanceJs/",
+ url: '/online/cgform/head/enhanceJs/',
model: {},
cgJsType: [],
- cgJs: "",
- code: "",
+ cgJs: '',
+ code: '',
validError: !1,
showHistory: !1,
codeChange: !1,
- tableName: ""
+ tableName: ''
}
},
methods: {
handleSubmit: function() {
- var e = this;
- if (!this.cgJsType || 0 == this.cgJsType.length) return this.$message.warning("请选择增强类型!"), this.validError = !
- 0, !1;
- this.validError = !1;
+ var e = this
+ if (!this.cgJsType || 0 == this.cgJsType.length) return this.$message.warning('请选择增强类型!'), this.validError = !
+ 0, !1
+ this.validError = !1
var t, n = {
cgJs: this.$refs.codeEditor.getCodeContent(),
cgJsType: this.cgJsType
- };
+ }
if (this.model.id) {
- var r = Object.assign({}, this.model, n);
- t = Object(i["g"])(this.url + this.code, r)
- } else t = Object(i["f"])(this.url + this.code, n);
+ var r = Object.assign({}, this.model, n)
+ t = Object(i['g'])(this.url + this.code, r)
+ } else t = Object(i['f'])(this.url + this.code, n)
t.then((function(t) {
e.confirmLoading = !1, t.success ? (e.addLocalRecord(n), e.visible = !1, e.$message.success(t.message)) :
e.$message.warning(t.message)
@@ -19334,23 +19532,23 @@
this.visible = !1
},
show: function(e) {
- var t = e.id;
- this.cgJs = "", this.validError = !1, this.codeChange = !1, this.code = t, this.tableName = e.tableName;
- var n = this.$store.getters.enhanceJs(t);
+ var t = e.id
+ this.cgJs = '', this.validError = !1, this.codeChange = !1, this.code = t, this.tableName = e.tableName
+ var n = this.$store.getters.enhanceJs(t)
n && n.length > 0 ? (this.cgJsType = n[n.length - 1].type, this.showHistory = !0) : this.showHistory = !1,
this.visible = !0, this.cgJsType && 0 != this.cgJsType.length ? this.handleChangeType(this.cgJsType) :
- this.handleChangeType("list")
+ this.handleChangeType('list')
},
handleChangeType: function(e) {
var t = this,
- n = this;
- n.cgJsType = e, Object(i["c"])(n.url + n.code, {
+ n = this
+ n.cgJsType = e, Object(i['c'])(n.url + n.code, {
type: e
}).then((function(e) {
e.success ? (n.model = e.result, n.$nextTick((function() {
n.cgJs = n.model.cgJs, t.$refs.codeEditor.setCodeContent(n.cgJs)
}))) : (n.model = {}, n.$nextTick((function() {
- n.cgJs = "", t.$refs.codeEditor.setCodeContent(n.cgJs)
+ n.cgJs = '', t.$refs.codeEditor.setCodeContent(n.cgJs)
})))
}))
},
@@ -19361,8 +19559,8 @@
str: e.cgJs,
type: e.cgJsType,
date: (new Date).getTime()
- };
- this.$store.dispatch("addEhanceRecord", t)
+ }
+ this.$store.dispatch('addEhanceRecord', t)
}
},
handleWatchHistory: function() {
@@ -19374,204 +19572,207 @@
}
},
l = c,
- u = (n("1afd"), n("2877")),
- d = Object(u["a"])(l, r, a, !1, null, "38caf0be", null);
- t["default"] = d.exports
+ u = (n('1afd'), n('2877')),
+ d = Object(u['a'])(l, r, a, !1, null, '38caf0be', null)
+ t['default'] = d.exports
},
3702: function(e, t, n) {
- var r = n("481b"),
- a = n("5168")("iterator"),
- i = Array.prototype;
+ var r = n('481b'),
+ a = n('5168')('iterator'),
+ i = Array.prototype
e.exports = function(e) {
return void 0 !== e && (r.Array === e || i[a] === e)
}
},
3729: function(e, t, n) {
- var r = n("9e69"),
- a = n("00fd"),
- i = n("29f3"),
- o = "[object Null]",
- s = "[object Undefined]",
- c = r ? r.toStringTag : void 0;
+ var r = n('9e69'),
+ a = n('00fd'),
+ i = n('29f3'),
+ o = '[object Null]',
+ s = '[object Undefined]',
+ c = r ? r.toStringTag : void 0
function l(e) {
return null == e ? void 0 === e ? s : o : c && c in Object(e) ? a(e) : i(e)
}
+
e.exports = l
},
3818: function(e, t, n) {
- var r = n("7e64"),
- a = n("8057"),
- i = n("32b3"),
- o = n("5b01"),
- s = n("0f0f"),
- c = n("e538"),
- l = n("4359"),
- u = n("54eb"),
- d = n("1041"),
- h = n("a994"),
- f = n("1bac"),
- m = n("42a2"),
- p = n("c87c"),
- _ = n("c2b6"),
- v = n("fa21"),
- b = n("6747"),
- y = n("0d24"),
- g = n("cc45"),
- M = n("1a8c"),
- w = n("d7ee"),
- L = n("ec69"),
+ var r = n('7e64'),
+ a = n('8057'),
+ i = n('32b3'),
+ o = n('5b01'),
+ s = n('0f0f'),
+ c = n('e538'),
+ l = n('4359'),
+ u = n('54eb'),
+ d = n('1041'),
+ h = n('a994'),
+ f = n('1bac'),
+ m = n('42a2'),
+ p = n('c87c'),
+ _ = n('c2b6'),
+ v = n('fa21'),
+ b = n('6747'),
+ y = n('0d24'),
+ g = n('cc45'),
+ M = n('1a8c'),
+ w = n('d7ee'),
+ L = n('ec69'),
O = 1,
S = 2,
k = 4,
- C = "[object Arguments]",
- T = "[object Array]",
- x = "[object Boolean]",
- z = "[object Date]",
- D = "[object Error]",
- j = "[object Function]",
- H = "[object GeneratorFunction]",
- E = "[object Map]",
- P = "[object Number]",
- A = "[object Object]",
- Y = "[object RegExp]",
- V = "[object Set]",
- I = "[object String]",
- R = "[object Symbol]",
- F = "[object WeakMap]",
- $ = "[object ArrayBuffer]",
- N = "[object DataView]",
- B = "[object Float32Array]",
- K = "[object Float64Array]",
- W = "[object Int8Array]",
- q = "[object Int16Array]",
- U = "[object Int32Array]",
- J = "[object Uint8Array]",
- G = "[object Uint8ClampedArray]",
- Q = "[object Uint16Array]",
- X = "[object Uint32Array]",
- Z = {};
+ C = '[object Arguments]',
+ T = '[object Array]',
+ x = '[object Boolean]',
+ z = '[object Date]',
+ D = '[object Error]',
+ j = '[object Function]',
+ H = '[object GeneratorFunction]',
+ E = '[object Map]',
+ P = '[object Number]',
+ A = '[object Object]',
+ Y = '[object RegExp]',
+ V = '[object Set]',
+ I = '[object String]',
+ R = '[object Symbol]',
+ F = '[object WeakMap]',
+ $ = '[object ArrayBuffer]',
+ N = '[object DataView]',
+ B = '[object Float32Array]',
+ K = '[object Float64Array]',
+ W = '[object Int8Array]',
+ q = '[object Int16Array]',
+ U = '[object Int32Array]',
+ J = '[object Uint8Array]',
+ G = '[object Uint8ClampedArray]',
+ Q = '[object Uint16Array]',
+ X = '[object Uint32Array]',
+ Z = {}
function ee(e, t, n, T, x, z) {
var D, E = t & O,
P = t & S,
- Y = t & k;
- if (n && (D = x ? n(e, T, x, z) : n(e)), void 0 !== D) return D;
- if (!M(e)) return e;
- var V = b(e);
+ Y = t & k
+ if (n && (D = x ? n(e, T, x, z) : n(e)), void 0 !== D) return D
+ if (!M(e)) return e
+ var V = b(e)
if (V) {
if (D = p(e), !E) return l(e, D)
} else {
var I = m(e),
- R = I == j || I == H;
- if (y(e)) return c(e, E);
+ R = I == j || I == H
+ if (y(e)) return c(e, E)
if (I == A || I == C || R && !x) {
if (D = P || R ? {} : v(e), !E) return P ? d(e, s(D, e)) : u(e, o(D, e))
} else {
- if (!Z[I]) return x ? e : {};
+ if (!Z[I]) return x ? e : {}
D = _(e, I, E)
}
}
- z || (z = new r);
- var F = z.get(e);
- if (F) return F;
+ z || (z = new r)
+ var F = z.get(e)
+ if (F) return F
z.set(e, D), w(e) ? e.forEach((function(r) {
D.add(ee(r, t, n, r, e, z))
})) : g(e) && e.forEach((function(r, a) {
D.set(a, ee(r, t, n, a, e, z))
- }));
+ }))
var $ = Y ? P ? f : h : P ? keysIn : L,
- N = V ? void 0 : $(e);
+ N = V ? void 0 : $(e)
return a(N || e, (function(r, a) {
N && (a = r, r = e[a]), i(D, a, ee(r, t, n, a, e, z))
})), D
}
+
Z[C] = Z[T] = Z[$] = Z[N] = Z[x] = Z[z] = Z[B] = Z[K] = Z[W] = Z[q] = Z[U] = Z[E] = Z[P] = Z[A] = Z[Y] = Z[V] =
Z[I] = Z[R] = Z[J] = Z[G] = Z[Q] = Z[X] = !0, Z[D] = Z[j] = Z[F] = !1, e.exports = ee
},
- "387f": function(e, t, n) {
- "use strict";
+ '387f': function(e, t, n) {
+ 'use strict'
e.exports = function(e, t, n, r, a) {
return e.config = t, n && (e.code = n), e.request = r, e.response = a, e
}
},
3886: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("en-ca", {
- months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
- monthsShort: "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
- weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
- weekdaysShort: "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
- weekdaysMin: "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
+ var t = e.defineLocale('en-ca', {
+ months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
+ monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
+ weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
+ weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
+ weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
longDateFormat: {
- LT: "h:mm A",
- LTS: "h:mm:ss A",
- L: "YYYY-MM-DD",
- LL: "MMMM D, YYYY",
- LLL: "MMMM D, YYYY h:mm A",
- LLLL: "dddd, MMMM D, YYYY h:mm A"
+ LT: 'h:mm A',
+ LTS: 'h:mm:ss A',
+ L: 'YYYY-MM-DD',
+ LL: 'MMMM D, YYYY',
+ LLL: 'MMMM D, YYYY h:mm A',
+ LLLL: 'dddd, MMMM D, YYYY h:mm A'
},
calendar: {
- sameDay: "[Today at] LT",
- nextDay: "[Tomorrow at] LT",
- nextWeek: "dddd [at] LT",
- lastDay: "[Yesterday at] LT",
- lastWeek: "[Last] dddd [at] LT",
- sameElse: "L"
+ sameDay: '[Today at] LT',
+ nextDay: '[Tomorrow at] LT',
+ nextWeek: 'dddd [at] LT',
+ lastDay: '[Yesterday at] LT',
+ lastWeek: '[Last] dddd [at] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "in %s",
- past: "%s ago",
- s: "a few seconds",
- ss: "%d seconds",
- m: "a minute",
- mm: "%d minutes",
- h: "an hour",
- hh: "%d hours",
- d: "a day",
- dd: "%d days",
- M: "a month",
- MM: "%d months",
- y: "a year",
- yy: "%d years"
+ future: 'in %s',
+ past: '%s ago',
+ s: 'a few seconds',
+ ss: '%d seconds',
+ m: 'a minute',
+ mm: '%d minutes',
+ h: 'an hour',
+ hh: '%d hours',
+ d: 'a day',
+ dd: '%d days',
+ M: 'a month',
+ MM: '%d months',
+ y: 'a year',
+ yy: '%d years'
},
dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === ~~(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
}
- });
+ })
return t
}))
},
3934: function(e, t, n) {
- "use strict";
- var r = n("c532");
+ 'use strict'
+ var r = n('c532')
e.exports = r.isStandardBrowserEnv() ? function() {
var e, t = /(msie|trident)/i.test(navigator.userAgent),
- n = document.createElement("a");
+ n = document.createElement('a')
function a(e) {
- var r = e;
- return t && (n.setAttribute("href", r), r = n.href), n.setAttribute("href", r), {
+ var r = e
+ return t && (n.setAttribute('href', r), r = n.href), n.setAttribute('href', r), {
href: n.href,
- protocol: n.protocol ? n.protocol.replace(/:$/, "") : "",
+ protocol: n.protocol ? n.protocol.replace(/:$/, '') : '',
host: n.host,
- search: n.search ? n.search.replace(/^\?/, "") : "",
- hash: n.hash ? n.hash.replace(/^#/, "") : "",
+ search: n.search ? n.search.replace(/^\?/, '') : '',
+ hash: n.hash ? n.hash.replace(/^#/, '') : '',
hostname: n.hostname,
port: n.port,
- pathname: "/" === n.pathname.charAt(0) ? n.pathname : "/" + n.pathname
+ pathname: '/' === n.pathname.charAt(0) ? n.pathname : '/' + n.pathname
}
}
+
return e = a(window.location.href),
function(t) {
- var n = r.isString(t) ? a(t) : t;
+ var n = r.isString(t) ? a(t) : t
return n.protocol === e.protocol && n.host === e.host
}
}() : function() {
@@ -19580,200 +19781,201 @@
}
}()
},
- "39a6": function(e, t, n) {
+ '39a6': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("en-gb", {
- months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
- monthsShort: "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
- weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
- weekdaysShort: "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
- weekdaysMin: "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
+ var t = e.defineLocale('en-gb', {
+ months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
+ monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
+ weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
+ weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
+ weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Today at] LT",
- nextDay: "[Tomorrow at] LT",
- nextWeek: "dddd [at] LT",
- lastDay: "[Yesterday at] LT",
- lastWeek: "[Last] dddd [at] LT",
- sameElse: "L"
+ sameDay: '[Today at] LT',
+ nextDay: '[Tomorrow at] LT',
+ nextWeek: 'dddd [at] LT',
+ lastDay: '[Yesterday at] LT',
+ lastWeek: '[Last] dddd [at] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "in %s",
- past: "%s ago",
- s: "a few seconds",
- ss: "%d seconds",
- m: "a minute",
- mm: "%d minutes",
- h: "an hour",
- hh: "%d hours",
- d: "a day",
- dd: "%d days",
- M: "a month",
- MM: "%d months",
- y: "a year",
- yy: "%d years"
+ future: 'in %s',
+ past: '%s ago',
+ s: 'a few seconds',
+ ss: '%d seconds',
+ m: 'a minute',
+ mm: '%d minutes',
+ h: 'an hour',
+ hh: '%d hours',
+ d: 'a day',
+ dd: '%d days',
+ M: 'a month',
+ MM: '%d months',
+ y: 'a year',
+ yy: '%d years'
},
dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === ~~(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "39bd": function(e, t, n) {
+ '39bd': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "१",
- 2: "२",
- 3: "३",
- 4: "४",
- 5: "५",
- 6: "६",
- 7: "७",
- 8: "८",
- 9: "९",
- 0: "०"
+ 1: '१',
+ 2: '२',
+ 3: '३',
+ 4: '४',
+ 5: '५',
+ 6: '६',
+ 7: '७',
+ 8: '८',
+ 9: '९',
+ 0: '०'
},
n = {
- "१": "1",
- "२": "2",
- "३": "3",
- "४": "4",
- "५": "5",
- "६": "6",
- "७": "7",
- "८": "8",
- "९": "9",
- "०": "0"
- };
+ '१': '1',
+ '२': '2',
+ '३': '3',
+ '४': '4',
+ '५': '5',
+ '६': '6',
+ '७': '7',
+ '८': '8',
+ '९': '9',
+ '०': '0'
+ }
function r(e, t, n, r) {
- var a = "";
+ var a = ''
if (t) switch (n) {
- case "s":
- a = "काही सेकंद";
- break;
- case "ss":
- a = "%d सेकंद";
- break;
- case "m":
- a = "एक मिनिट";
- break;
- case "mm":
- a = "%d मिनिटे";
- break;
- case "h":
- a = "एक तास";
- break;
- case "hh":
- a = "%d तास";
- break;
- case "d":
- a = "एक दिवस";
- break;
- case "dd":
- a = "%d दिवस";
- break;
- case "M":
- a = "एक महिना";
- break;
- case "MM":
- a = "%d महिने";
- break;
- case "y":
- a = "एक वर्ष";
- break;
- case "yy":
- a = "%d वर्षे";
+ case 's':
+ a = 'काही सेकंद'
+ break
+ case 'ss':
+ a = '%d सेकंद'
+ break
+ case 'm':
+ a = 'एक मिनिट'
+ break
+ case 'mm':
+ a = '%d मिनिटे'
+ break
+ case 'h':
+ a = 'एक तास'
+ break
+ case 'hh':
+ a = '%d तास'
+ break
+ case 'd':
+ a = 'एक दिवस'
+ break
+ case 'dd':
+ a = '%d दिवस'
+ break
+ case 'M':
+ a = 'एक महिना'
+ break
+ case 'MM':
+ a = '%d महिने'
+ break
+ case 'y':
+ a = 'एक वर्ष'
+ break
+ case 'yy':
+ a = '%d वर्षे'
break
} else switch (n) {
- case "s":
- a = "काही सेकंदां";
- break;
- case "ss":
- a = "%d सेकंदां";
- break;
- case "m":
- a = "एका मिनिटा";
- break;
- case "mm":
- a = "%d मिनिटां";
- break;
- case "h":
- a = "एका तासा";
- break;
- case "hh":
- a = "%d तासां";
- break;
- case "d":
- a = "एका दिवसा";
- break;
- case "dd":
- a = "%d दिवसां";
- break;
- case "M":
- a = "एका महिन्या";
- break;
- case "MM":
- a = "%d महिन्यां";
- break;
- case "y":
- a = "एका वर्षा";
- break;
- case "yy":
- a = "%d वर्षां";
+ case 's':
+ a = 'काही सेकंदां'
+ break
+ case 'ss':
+ a = '%d सेकंदां'
+ break
+ case 'm':
+ a = 'एका मिनिटा'
+ break
+ case 'mm':
+ a = '%d मिनिटां'
+ break
+ case 'h':
+ a = 'एका तासा'
+ break
+ case 'hh':
+ a = '%d तासां'
+ break
+ case 'd':
+ a = 'एका दिवसा'
+ break
+ case 'dd':
+ a = '%d दिवसां'
+ break
+ case 'M':
+ a = 'एका महिन्या'
+ break
+ case 'MM':
+ a = '%d महिन्यां'
+ break
+ case 'y':
+ a = 'एका वर्षा'
+ break
+ case 'yy':
+ a = '%d वर्षां'
break
}
return a.replace(/%d/i, e)
}
- var a = e.defineLocale("mr", {
- months: "जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),
- monthsShort: "जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),
+
+ var a = e.defineLocale('mr', {
+ months: 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split('_'),
+ monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split('_'),
monthsParseExact: !0,
- weekdays: "रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),
- weekdaysShort: "रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),
- weekdaysMin: "र_सो_मं_बु_गु_शु_श".split("_"),
+ weekdays: 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),
+ weekdaysShort: 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),
+ weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),
longDateFormat: {
- LT: "A h:mm वाजता",
- LTS: "A h:mm:ss वाजता",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, A h:mm वाजता",
- LLLL: "dddd, D MMMM YYYY, A h:mm वाजता"
+ LT: 'A h:mm वाजता',
+ LTS: 'A h:mm:ss वाजता',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, A h:mm वाजता',
+ LLLL: 'dddd, D MMMM YYYY, A h:mm वाजता'
},
calendar: {
- sameDay: "[आज] LT",
- nextDay: "[उद्या] LT",
- nextWeek: "dddd, LT",
- lastDay: "[काल] LT",
- lastWeek: "[मागील] dddd, LT",
- sameElse: "L"
+ sameDay: '[आज] LT',
+ nextDay: '[उद्या] LT',
+ nextWeek: 'dddd, LT',
+ lastDay: '[काल] LT',
+ lastWeek: '[मागील] dddd, LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%sमध्ये",
- past: "%sपूर्वी",
+ future: '%sमध्ये',
+ past: '%sपूर्वी',
s: r,
ss: r,
m: r,
@@ -19799,38 +20001,38 @@
},
meridiemParse: /पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "पहाटे" === t || "सकाळी" === t ? e : "दुपारी" === t || "सायंकाळी" === t ||
- "रात्री" === t ? e >= 12 ? e : e + 12 : void 0
+ return 12 === e && (e = 0), 'पहाटे' === t || 'सकाळी' === t ? e : 'दुपारी' === t || 'सायंकाळी' === t ||
+ 'रात्री' === t ? e >= 12 ? e : e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e >= 0 && e < 6 ? "पहाटे" : e < 12 ? "सकाळी" : e < 17 ? "दुपारी" : e < 20 ? "सायंकाळी" :
- "रात्री"
+ return e >= 0 && e < 6 ? 'पहाटे' : e < 12 ? 'सकाळी' : e < 17 ? 'दुपारी' : e < 20 ? 'सायंकाळी' :
+ 'रात्री'
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return a
}))
},
- "39c7": function(e, t, n) {
- "use strict";
- n.r(t);
+ '39c7': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", {
- staticClass: "cust-onl-form"
- }, [n("a-spin", {
+ n = e._self._c || t
+ return n('div', {
+ staticClass: 'cust-onl-form'
+ }, [n('a-spin', {
attrs: {
spinning: e.formLoading
}
- }, [n("online-df-comp", {
- ref: "df",
+ }, [n('online-df-comp', {
+ ref: 'df',
attrs: {
- "form-schema": e.schema,
+ 'form-schema': e.schema,
showFooter: e.showFooter,
single: e.single
},
@@ -19843,19 +20045,19 @@
i = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-form", {
+ n = e._self._c || t
+ return n('a-form', {
staticStyle: {
- "margin-top": "8px"
+ 'margin-top': '8px'
},
attrs: {
form: e.form
}
- }, [n("online-form-item", {
+ }, [n('online-form-item', {
attrs: {
properties: e.rootProperties
}
- }), e.subTabInfo && e.subTabInfo.length > 0 ? n("a-tabs", {
+ }), e.subTabInfo && e.subTabInfo.length > 0 ? n('a-tabs', {
attrs: {
defaultActiveKey: 0
},
@@ -19864,36 +20066,36 @@
callback: function(t) {
e.subActiveKey = t
},
- expression: "subActiveKey"
+ expression: 'subActiveKey'
}
}, e._l(e.subTabInfo, (function(t, r) {
- return n("a-tab-pane", {
+ return n('a-tab-pane', {
key: r,
attrs: {
tab: t.describe,
forceRender: !0
}
- }, [1 == t.relationType ? n("div", {
+ }, [1 == t.relationType ? n('div', {
staticStyle: {
- "overflow-y": "auto",
- "overflow-x": "hidden",
- "max-height": "300px"
+ 'overflow-y': 'auto',
+ 'overflow-x': 'hidden',
+ 'max-height': '300px'
}
- }, [n("j-form-container", {
+ }, [n('j-form-container', {
attrs: {
disabled: e.online_form_disabled
}
- }, [n("online-sub-form", {
+ }, [n('online-sub-form', {
ref: t.key,
refInFor: !0,
attrs: {
- slot: "detail",
- "main-id": e.model.id,
+ slot: 'detail',
+ 'main-id': e.model.id,
table: t.key,
properties: e.subProperties[t.key]
},
- slot: "detail"
- })], 1)], 1) : n("j-editable-table", {
+ slot: 'detail'
+ })], 1)], 1) : n('j-editable-table', {
ref: t.key,
refInFor: !0,
attrs: {
@@ -19907,44 +20109,45 @@
actionButton: !0
}
})], 1)
- })), 1) : e._e(), e.showFooter ? n("div", {
+ })), 1) : e._e(), e.showFooter ? n('div', {
staticStyle: {
- width: "100%",
- "text-align": "center",
- "margin-top": "5px"
+ width: '100%',
+ 'text-align': 'center',
+ 'margin-top': '5px'
}
- }, [n("a-button", {
+ }, [n('a-button', {
staticStyle: {
- width: "126px"
+ width: '126px'
},
attrs: {
- icon: "check",
- type: "primary",
+ icon: 'check',
+ type: 'primary',
loading: e.submiting
},
on: {
click: e.handleSubmit
}
- }, [e._v("\n 提交\n ")])], 1) : e._e()], 1)
+ }, [e._v('\n 提交\n ')])], 1) : e._e()], 1)
},
o = [],
- s = n("0d4a"),
- c = n("910d"),
- l = n("e2ee"),
- u = n("0fea"),
- d = n("c03e"),
- h = n("88bc"),
+ s = n('0d4a'),
+ c = n('910d'),
+ l = n('e2ee'),
+ u = n('0fea'),
+ d = n('c03e'),
+ h = n('88bc'),
f = n.n(h),
- m = n("e2e0"),
- p = n("ca00");
+ m = n('e2e0'),
+ p = n('ca00')
function _(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = y(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = y(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -19962,17 +20165,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -19994,21 +20197,21 @@
function b() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function y(e, t) {
if (e) {
- if ("string" === typeof e) return w(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? w(e, t) : void 0
+ if ('string' === typeof e) return w(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? w(e, t) : void 0
}
}
function g(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function M(e) {
@@ -20016,15 +20219,16 @@
}
function w(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var L = {
- name: "OnlineDfComp",
+ name: 'OnlineDfComp',
components: {
- OnlineFormItem: s["a"],
- OnlineSubForm: c["a"]
+ OnlineFormItem: s['a'],
+ OnlineSubForm: c['a']
},
provide: function() {
return {
@@ -20036,9 +20240,9 @@
form: this.$form.createForm(this),
rootProperties: [],
submiting: !1,
- url: "",
- submitMethod: "",
- model: "",
+ url: '',
+ submitMethod: '',
+ model: '',
showFields: [],
fileFields: [],
hasTab: !1,
@@ -20053,7 +20257,8 @@
props: {
formSchema: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
},
showFooter: {
@@ -20068,15 +20273,16 @@
}
},
created: function() {
- var e = this;
- this.$bus.$on("popupCallbackMinitor", (function(t) {
+ var e = this
+ this.$bus.$on('popupCallbackMinitor', (function(t) {
e.form.setFieldsValue(t)
}))
},
beforeDestroy: function() {
- this.$bus.$off("popupCallbackMinitor")
+ this.$bus.$off('popupCallbackMinitor')
+ },
+ mounted: function() {
},
- mounted: function() {},
watch: {
formSchema: {
handler: function() {
@@ -20088,24 +20294,24 @@
methods: {
createRootProperties: function() {
var e = this,
- t = this.formSchema.properties;
- if (!t) return !1;
+ t = this.formSchema.properties
+ if (!t) return !1
var n = this.formSchema.formTemplate,
r = [],
a = [],
- i = {};
+ i = {}
this.showFooter || (i = {
widgetattrs: {
disabled: !0
}
- }), this.online_form_disabled = !this.showFooter;
- var o = [];
+ }), this.online_form_disabled = !this.showFooter
+ var o = []
Object.keys(t).map((function(s) {
- var c = t[s];
- "tab" == c.view ? (a.push(c), 1 == c.relationType ? e.initSubProperties(c, s) : o.push({
+ var c = t[s]
+ 'tab' == c.view ? (a.push(c), 1 == c.relationType ? e.initSubProperties(c, s) : o.push({
key: s,
order: c.order
- })) : (e.$set(e.sh, s, !0), e.$set(e.sh, s + "_load", !0), r.push(new l["a"](s, c, i, e.formSchema.required,
+ })) : (e.$set(e.sh, s, !0), e.$set(e.sh, s + '_load', !0), r.push(new l['a'](s, c, i, e.formSchema.required,
n)))
})), this.subDataSource = {}, o.sort((function(e, t) {
return e.order - t.order
@@ -20118,23 +20324,23 @@
})), this.rootProperties = r
},
clearForm: function() {
- this.form.resetFields(), this.model = "", this.showFields = [], this.fileFields = [], this.subActiveKey =
+ this.form.resetFields(), this.model = '', this.showFields = [], this.fileFields = [], this.subActiveKey =
0
},
show: function() {
- this.form.resetFields(), this.model = "", this.showFields = [], this.fileFields = [], this.url = this.formSchema
- .url, this.submitMethod = this.formSchema.method;
+ this.form.resetFields(), this.model = '', this.showFields = [], this.fileFields = [], this.url = this.formSchema
+ .url, this.submitMethod = this.formSchema.method
var e = [],
t = [],
- n = this.formSchema.properties;
+ n = this.formSchema.properties
Object.keys(n).forEach((function(r) {
- var a = n[r];
- a.view.indexOf("upload") >= 0 || a.view.indexOf("file") >= 0 || a.view.indexOf("image") >= 0 ? t.push(
- r) : a.hidden || "tab" != a.view && e.push(r)
+ var a = n[r]
+ a.view.indexOf('upload') >= 0 || a.view.indexOf('file') >= 0 || a.view.indexOf('image') >= 0 ? t.push(
+ r) : a.hidden || 'tab' != a.view && e.push(r)
})), this.showFields = [].concat(e), this.fileFields = [].concat(t)
},
edit: function(e) {
- var t = this;
+ var t = this
this.show(), this.model = Object.assign({}, e), this.$nextTick((function() {
t.form.setFieldsValue(f.a.apply(void 0, [t.model].concat(v(t.showFields)))), t.initFileFieldsValue(e),
Object.keys(t.subDataSource).forEach((function(e) {
@@ -20146,36 +20352,36 @@
if (this.fileFields && this.fileFields.length > 0)
for (var t = 0; t < this.fileFields.length; t++) {
var n = this.fileFields[t],
- r = {};
- r[n] = Object(d["b"])(e[n]), this.form.setFieldsValue(r)
+ r = {}
+ r[n] = Object(d['b'])(e[n]), this.form.setFieldsValue(r)
}
},
transFileListToString: function(e) {
if (this.fileFields && this.fileFields.length > 0)
for (var t = 0; t < this.fileFields.length; t++) {
var n = this.fileFields[t],
- r = Object(d["a"])(e[n]);
+ r = Object(d['a'])(e[n])
e[n] = r
}
},
detail: function(e) {
- var t = this;
+ var t = this
this.show(), this.model = Object.assign({}, e), this.$nextTick((function() {
t.form.setFieldsValue(f.a.apply(void 0, [t.model].concat(v(t.showFields)))), t.initFileFieldsValue(e)
}))
},
handleApplyRequest: function(e) {
- var t = this;
- this.submiting = !0, Object(u["e"])(this.url, e, this.submitMethod).then((function(n) {
- t.submiting = !1, n.success ? (t.$emit("onSuccess", e), t.$message.success(n.message)) : t.$message.warning(
+ var t = this
+ this.submiting = !0, Object(u['e'])(this.url, e, this.submitMethod).then((function(n) {
+ t.submiting = !1, n.success ? (t.$emit('onSuccess', e), t.$message.success(n.message)) : t.$message.warning(
n.message)
}))
},
handleOne2ManySubmit: function() {
- var e = this;
+ var e = this
this.getAllSubFormOrTable().then((function(t) {
- var n = e.getHandleRefs(t);
- return n && n.length > 0 ? Object(m["d"])(e.form, n) : new Promise((function(t, n) {
+ var n = e.getHandleRefs(t)
+ return n && n.length > 0 ? Object(m['d'])(e.form, n) : new Promise((function(t, n) {
e.form.validateFields((function(e, r) {
e ? n() : t({
formValue: r
@@ -20183,32 +20389,33 @@
}))
}))
})).then((function(t) {
- var n = Object.assign({}, e.model, t.formValue);
+ var n = Object.assign({}, e.model, t.formValue)
if (e.transFileListToString(n), t.tablesValue)
- for (var r = Object.keys(e.subDataSource), a = 0; a < r.length; a++) n[r[a]] = t.tablesValue[a].values;
+ for (var r = Object.keys(e.subDataSource), a = 0; a < r.length; a++) n[r[a]] = t.tablesValue[a].values
return Promise.resolve(n)
})).then((function(t) {
e.getAllSubFormOrTable(1).then((function(n) {
- var r = e.getHandleRefs(n);
+ var r = e.getHandleRefs(n)
return r && r.length > 0 ? e.validFormsCust(r, t) : Promise.resolve(t)
})).then((function(t) {
e.handleApplyRequest(t)
- })).catch((function(e) {}))
+ })).catch((function(e) {
+ }))
})).catch((function(t) {
- t && t.error === m["b"] && "number" === typeof t.index && (e.subActiveKey = t.paneKey || t.index)
+ t && t.error === m['b'] && 'number' === typeof t.index && (e.subActiveKey = t.paneKey || t.index)
}))
},
validFormsCust: function(e, t) {
- var n = this;
+ var n = this
return new Promise((function(r, a) {
var i = 0;
(function o() {
- var s = e[i];
+ var s = e[i]
s.getAll().then((function(n) {
Object.assign(t, n), ++i === e.length ? r(t) : o()
}), (function(e) {
- a(e);
- var t = Object(p["c"])(s, "ATabPane");
+ a(e)
+ var t = Object(p['c'])(s, 'ATabPane')
t && (n.subActiveKey = t.$vnode.key)
}))
})()
@@ -20217,12 +20424,12 @@
getAllSubFormOrTable: function(e) {
var t, n = [],
r = this,
- a = _(r.subTabInfo);
+ a = _(r.subTabInfo)
try {
for (a.s(); !(t = a.n()).done;) {
- var i = t.value;
- 1 == e ? 1 == i.relationType && n.push(Object(m["c"])(r, i.key)) : 1 != i.relationType && n.push(Object(
- m["c"])(r, i.key))
+ var i = t.value
+ 1 == e ? 1 == i.relationType && n.push(Object(m['c'])(r, i.key)) : 1 != i.relationType && n.push(Object(
+ m['c'])(r, i.key))
}
} catch (o) {
a.e(o)
@@ -20232,17 +20439,17 @@
return Promise.all(n)
},
getHandleRefs: function(e) {
- var t = [];
+ var t = []
return e && e.length > 0 && e.forEach((function(e) {
Array.isArray(e) ? t.push(e[0]) : t.push(e)
})), t
},
handleSingleSubmit: function() {
- var e = this;
+ var e = this
this.form.validateFields((function(t, n) {
if (!t) {
- e.transFileListToString(n);
- var r = Object.assign(e.model, n);
+ e.transFileListToString(n)
+ var r = Object.assign(e.model, n)
e.handleApplyRequest(r)
}
}))
@@ -20252,19 +20459,19 @@
},
getAllTable: function() {
var e = [],
- t = this;
+ t = this
return Object.keys(t.subDataSource).forEach((function(n) {
- e.push(Object(m["c"])(t, n))
+ e.push(Object(m['c'])(t, n))
})), Promise.all(e)
},
initSubProperties: function(e, t) {
var n = e.formTemplate,
r = [],
- a = {};
+ a = {}
Object.keys(e.properties).map((function(i) {
- var o = e.properties[i];
- a[i] = !0, a[i + "_load"] = !0;
- var s = new l["a"](i, o, "", e.required, n);
+ var o = e.properties[i]
+ a[i] = !0, a[i + '_load'] = !0
+ var s = new l['a'](i, o, '', e.required, n)
s.subKey = t, r.push(s)
})), this.$set(this.sh, t, a), r.sort((function(e, t) {
return e.formSchema.order - t.formSchema.order
@@ -20273,11 +20480,11 @@
}
},
O = L,
- S = n("2877"),
- k = Object(S["a"])(O, i, o, !1, null, "28c16419", null),
+ S = n('2877'),
+ k = Object(S['a'])(O, i, o, !1, null, '28c16419', null),
C = k.exports,
T = {
- name: "OnldfComponent",
+ name: 'OnldfComponent',
components: {
OnlineDfComp: C
},
@@ -20289,130 +20496,133 @@
},
dataId: {
type: String,
- default: "",
+ default: '',
required: !0
},
tbName: {
type: String,
- default: "",
+ default: '',
required: !0
},
taskId: {
type: String,
- default: "",
+ default: '',
required: !1
}
},
data: function() {
return {
formLoading: !1,
- optMethod: "post",
+ optMethod: 'post',
url: {
- loadFormItems: "/online/cgform/api/getFormItemBytbname/",
- loadEnhanceJs: "/online/cgform/api/getEnhanceJs/",
- optPre: "/online/cgform/api/form/"
+ loadFormItems: '/online/cgform/api/getFormItemBytbname/',
+ loadEnhanceJs: '/online/cgform/api/getEnhanceJs/',
+ optPre: '/online/cgform/api/form/'
},
schema: {},
uiSchema: {},
- EnhanceJS: "",
+ EnhanceJS: '',
single: !0
}
},
- created: function() {},
- mounted: function() {},
+ created: function() {
+ },
+ mounted: function() {
+ },
methods: {
loadFormItems: function() {
- var e = this;
- Object(u["c"])("".concat(this.url.loadFormItems).concat(this.tbName), {
+ var e = this
+ Object(u['c'])(''.concat(this.url.loadFormItems).concat(this.tbName), {
taskId: this.taskId
}).then((function(t) {
if (t.success) {
- e.single = 1 == t.result.head.tableType;
+ e.single = 1 == t.result.head.tableType
var n = {
formTemplate: t.result.head.formTemplate,
- method: "put",
+ method: 'put',
url: e.url.optPre + t.result.head.id
- };
- e.schema = Object.assign({}, t.result.schema, n);
- var r = e.url.optPre + t.result.head.id + "/" + e.dataId;
+ }
+ e.schema = Object.assign({}, t.result.schema, n)
+ var r = e.url.optPre + t.result.head.id + '/' + e.dataId
e.edit(r)
}
}))
},
edit: function(e) {
- var t = this;
- Object(u["c"])(e).then((function(e) {
+ var t = this
+ Object(u['c'])(e).then((function(e) {
if (e.success) {
- var n = e.result;
+ var n = e.result
t.$refs.df.edit(n)
} else t.$message.warning(e.message)
}))
},
- handleSuccess: function(e) {}
+ handleSuccess: function(e) {
+ }
}
},
x = T,
- z = (n("f881"), Object(S["a"])(x, r, a, !1, null, "638f519e", null));
- t["default"] = z.exports
+ z = (n('f881'), Object(S['a'])(x, r, a, !1, null, '638f519e', null))
+ t['default'] = z.exports
},
- "39ff": function(e, t, n) {
- var r = n("0b07"),
- a = n("2b3e"),
- i = r(a, "WeakMap");
+ '39ff': function(e, t, n) {
+ var r = n('0b07'),
+ a = n('2b3e'),
+ i = r(a, 'WeakMap')
e.exports = i
},
- "3a38": function(e, t) {
+ '3a38': function(e, t) {
var n = Math.ceil,
- r = Math.floor;
+ r = Math.floor
e.exports = function(e) {
return isNaN(e = +e) ? 0 : (e > 0 ? r : n)(e)
}
},
- "3a39": function(e, t, n) {
+ '3a39': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "१",
- 2: "२",
- 3: "३",
- 4: "४",
- 5: "५",
- 6: "६",
- 7: "७",
- 8: "८",
- 9: "९",
- 0: "०"
+ 1: '१',
+ 2: '२',
+ 3: '३',
+ 4: '४',
+ 5: '५',
+ 6: '६',
+ 7: '७',
+ 8: '८',
+ 9: '९',
+ 0: '०'
},
n = {
- "१": "1",
- "२": "2",
- "३": "3",
- "४": "4",
- "५": "5",
- "६": "6",
- "७": "7",
- "८": "8",
- "९": "9",
- "०": "0"
+ '१': '1',
+ '२': '2',
+ '३': '3',
+ '४': '4',
+ '५': '5',
+ '६': '6',
+ '७': '7',
+ '८': '8',
+ '९': '9',
+ '०': '0'
},
- r = e.defineLocale("ne", {
- months: "जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),
- monthsShort: "जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),
+ r = e.defineLocale('ne', {
+ months: 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split('_'),
+ monthsShort: 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split('_'),
monthsParseExact: !0,
- weekdays: "आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),
- weekdaysShort: "आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),
- weekdaysMin: "आ._सो._मं._बु._बि._शु._श.".split("_"),
+ weekdays: 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split('_'),
+ weekdaysShort: 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),
+ weekdaysMin: 'आ._सो._मं._बु._बि._शु._श.'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "Aको h:mm बजे",
- LTS: "Aको h:mm:ss बजे",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, Aको h:mm बजे",
- LLLL: "dddd, D MMMM YYYY, Aको h:mm बजे"
+ LT: 'Aको h:mm बजे',
+ LTS: 'Aको h:mm:ss बजे',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, Aको h:mm बजे',
+ LLLL: 'dddd, D MMMM YYYY, Aको h:mm बजे'
},
preparse: function(e) {
return e.replace(/[१२३४५६७८९०]/g, (function(e) {
@@ -20426,149 +20636,149 @@
},
meridiemParse: /राति|बिहान|दिउँसो|साँझ/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "राति" === t ? e < 4 ? e : e + 12 : "बिहान" === t ? e : "दिउँसो" === t ? e >=
- 10 ? e : e + 12 : "साँझ" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'राति' === t ? e < 4 ? e : e + 12 : 'बिहान' === t ? e : 'दिउँसो' === t ? e >=
+ 10 ? e : e + 12 : 'साँझ' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 3 ? "राति" : e < 12 ? "बिहान" : e < 16 ? "दिउँसो" : e < 20 ? "साँझ" : "राति"
+ return e < 3 ? 'राति' : e < 12 ? 'बिहान' : e < 16 ? 'दिउँसो' : e < 20 ? 'साँझ' : 'राति'
},
calendar: {
- sameDay: "[आज] LT",
- nextDay: "[भोलि] LT",
- nextWeek: "[आउँदो] dddd[,] LT",
- lastDay: "[हिजो] LT",
- lastWeek: "[गएको] dddd[,] LT",
- sameElse: "L"
+ sameDay: '[आज] LT',
+ nextDay: '[भोलि] LT',
+ nextWeek: '[आउँदो] dddd[,] LT',
+ lastDay: '[हिजो] LT',
+ lastWeek: '[गएको] dddd[,] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%sमा",
- past: "%s अगाडि",
- s: "केही क्षण",
- ss: "%d सेकेण्ड",
- m: "एक मिनेट",
- mm: "%d मिनेट",
- h: "एक घण्टा",
- hh: "%d घण्टा",
- d: "एक दिन",
- dd: "%d दिन",
- M: "एक महिना",
- MM: "%d महिना",
- y: "एक बर्ष",
- yy: "%d बर्ष"
+ future: '%sमा',
+ past: '%s अगाडि',
+ s: 'केही क्षण',
+ ss: '%d सेकेण्ड',
+ m: 'एक मिनेट',
+ mm: '%d मिनेट',
+ h: 'एक घण्टा',
+ hh: '%d घण्टा',
+ d: 'एक दिन',
+ dd: '%d दिन',
+ M: 'एक महिना',
+ MM: '%d महिना',
+ y: 'एक बर्ष',
+ yy: '%d बर्ष'
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return r
}))
},
- "3a6c": function(e, t, n) {
+ '3a6c': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("zh-mo", {
- months: "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),
- monthsShort: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
- weekdays: "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),
- weekdaysShort: "週日_週一_週二_週三_週四_週五_週六".split("_"),
- weekdaysMin: "日_一_二_三_四_五_六".split("_"),
+ var t = e.defineLocale('zh-mo', {
+ months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),
+ monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
+ weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
+ weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),
+ weekdaysMin: '日_一_二_三_四_五_六'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "YYYY年M月D日",
- LLL: "YYYY年M月D日 HH:mm",
- LLLL: "YYYY年M月D日dddd HH:mm",
- l: "D/M/YYYY",
- ll: "YYYY年M月D日",
- lll: "YYYY年M月D日 HH:mm",
- llll: "YYYY年M月D日dddd HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'YYYY年M月D日',
+ LLL: 'YYYY年M月D日 HH:mm',
+ LLLL: 'YYYY年M月D日dddd HH:mm',
+ l: 'D/M/YYYY',
+ ll: 'YYYY年M月D日',
+ lll: 'YYYY年M月D日 HH:mm',
+ llll: 'YYYY年M月D日dddd HH:mm'
},
meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "凌晨" === t || "早上" === t || "上午" === t ? e : "中午" === t ? e >= 11 ? e : e +
- 12 : "下午" === t || "晚上" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), '凌晨' === t || '早上' === t || '上午' === t ? e : '中午' === t ? e >= 11 ? e : e +
+ 12 : '下午' === t || '晚上' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- var r = 100 * e + t;
- return r < 600 ? "凌晨" : r < 900 ? "早上" : r < 1130 ? "上午" : r < 1230 ? "中午" : r < 1800 ? "下午" : "晚上"
+ var r = 100 * e + t
+ return r < 600 ? '凌晨' : r < 900 ? '早上' : r < 1130 ? '上午' : r < 1230 ? '中午' : r < 1800 ? '下午' : '晚上'
},
calendar: {
- sameDay: "[今天] LT",
- nextDay: "[明天] LT",
- nextWeek: "[下]dddd LT",
- lastDay: "[昨天] LT",
- lastWeek: "[上]dddd LT",
- sameElse: "L"
+ sameDay: '[今天] LT',
+ nextDay: '[明天] LT',
+ nextWeek: '[下]dddd LT',
+ lastDay: '[昨天] LT',
+ lastWeek: '[上]dddd LT',
+ sameElse: 'L'
},
dayOfMonthOrdinalParse: /\d{1,2}(日|月|週)/,
ordinal: function(e, t) {
switch (t) {
- case "d":
- case "D":
- case "DDD":
- return e + "日";
- case "M":
- return e + "月";
- case "w":
- case "W":
- return e + "週";
+ case 'd':
+ case 'D':
+ case 'DDD':
+ return e + '日'
+ case 'M':
+ return e + '月'
+ case 'w':
+ case 'W':
+ return e + '週'
default:
return e
}
},
relativeTime: {
- future: "%s內",
- past: "%s前",
- s: "幾秒",
- ss: "%d 秒",
- m: "1 分鐘",
- mm: "%d 分鐘",
- h: "1 小時",
- hh: "%d 小時",
- d: "1 天",
- dd: "%d 天",
- M: "1 個月",
- MM: "%d 個月",
- y: "1 年",
- yy: "%d 年"
+ future: '%s內',
+ past: '%s前',
+ s: '幾秒',
+ ss: '%d 秒',
+ m: '1 分鐘',
+ mm: '%d 分鐘',
+ h: '1 小時',
+ hh: '%d 小時',
+ d: '1 天',
+ dd: '%d 天',
+ M: '1 個月',
+ MM: '%d 個月',
+ y: '1 年',
+ yy: '%d 年'
}
- });
+ })
return t
}))
},
- "3a9b": function(e, t, n) {
- "use strict";
- Object.defineProperty(t, "__esModule", {
+ '3a9b': function(e, t, n) {
+ 'use strict'
+ Object.defineProperty(t, '__esModule', {
value: !0
- });
- var r = "0 0 1024 1024",
- a = "64 64 896 896",
- i = "fill",
- o = "outline",
- s = "twotone";
+ })
+ var r = '0 0 1024 1024',
+ a = '64 64 896 896',
+ i = 'fill',
+ o = 'outline',
+ s = 'twotone'
function c(e) {
- for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
+ for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n]
return {
- tag: "svg",
+ tag: 'svg',
attrs: {
viewBox: e,
focusable: !1
},
children: t.map((function(e) {
return Array.isArray(e) ? {
- tag: "path",
+ tag: 'path',
attrs: {
fill: e[0],
d: e[1]
}
} : {
- tag: "path",
+ tag: 'path',
attrs: {
d: e
}
@@ -20584,2402 +20794,2406 @@
icon: n
}
}
- t.AccountBookFill = l("account-book", i, c(a,
- "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z"
- )), t.AlertFill = l("alert", i, c(a,
- "M512 244c176.18 0 319 142.82 319 319v233a32 32 0 0 1-32 32H225a32 32 0 0 1-32-32V563c0-176.18 142.82-319 319-319zM484 68h56a8 8 0 0 1 8 8v96a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V76a8 8 0 0 1 8-8zM177.25 191.66a8 8 0 0 1 11.32 0l67.88 67.88a8 8 0 0 1 0 11.31l-39.6 39.6a8 8 0 0 1-11.31 0l-67.88-67.88a8 8 0 0 1 0-11.31l39.6-39.6zm669.6 0l39.6 39.6a8 8 0 0 1 0 11.3l-67.88 67.9a8 8 0 0 1-11.32 0l-39.6-39.6a8 8 0 0 1 0-11.32l67.89-67.88a8 8 0 0 1 11.31 0zM192 892h640a32 32 0 0 1 32 32v24a8 8 0 0 1-8 8H168a8 8 0 0 1-8-8v-24a32 32 0 0 1 32-32zm148-317v253h64V575h-64z"
- )), t.AlipaySquareFill = l("alipay-square", i, c(a,
- "M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm29.4 663.2S703 689.4 598.7 639.5C528.8 725.2 438.6 777.3 345 777.3c-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9 114.3 38.2 140.2 40.2 140.2 40.2v122.3z"
- )), t.AliwangwangFill = l("aliwangwang", i, c(a,
- "M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-325.2 79c0 20.4-16.6 37.1-37.1 37.1-20.4 0-37.1-16.7-37.1-37.1v-55.1c0-20.4 16.6-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1zm175.2 0c0 20.4-16.6 37.1-37.1 37.1S644 476.8 644 456.4v-55.1c0-20.4 16.7-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1z"
- )), t.AlipayCircleFill = l("alipay-circle", i, c(a,
- "M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 0 0 960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z"
- )), t.AmazonCircleFill = l("amazon-circle", i, c(a,
- "M485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm35.8 262.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 0 0-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9 4.7-12.2 11.8-23.9 21.4-35 9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0 1 25.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 0 1 7.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 0 1-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7z"
- )), t.AndroidFill = l("android", i, c(a,
- "M270.1 741.7c0 23.4 19.1 42.5 42.6 42.5h48.7v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h85v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h48.7c23.5 0 42.6-19.1 42.6-42.5V346.4h-486v395.3zm357.1-600.1l44.9-65c2.6-3.8 2-8.9-1.5-11.4-3.5-2.4-8.5-1.2-11.1 2.6l-46.6 67.6c-30.7-12.1-64.9-18.8-100.8-18.8-35.9 0-70.1 6.7-100.8 18.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6-3.5 2.4-4.1 7.4-1.5 11.4l44.9 65c-71.4 33.2-121.4 96.1-127.8 169.6h486c-6.6-73.6-56.7-136.5-128-169.7zM409.5 244.1a26.9 26.9 0 1 1 26.9-26.9 26.97 26.97 0 0 1-26.9 26.9zm208.4 0a26.9 26.9 0 1 1 26.9-26.9 26.97 26.97 0 0 1-26.9 26.9zm223.4 100.7c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3zm-658.6 0c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3z"
- )), t.AmazonSquareFill = l("amazon-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM547.8 326.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 0 0-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9s11.8-23.9 21.4-35c9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0 1 25.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 0 1 7.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 0 1-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7zM485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4z"
- )), t.ApiFill = l("api", i, c(a,
- "M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 68.9-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2z"
- )), t.AppstoreFill = l("appstore", i, c(a,
- "M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zM464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16z"
- )), t.AudioFill = l("audio", i, c(a,
- "M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm330-170c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z"
- )), t.AppleFill = l("apple", i, c(a,
- "M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-105.1-305c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z"
- )), t.BackwardFill = l("backward", i, c(r,
- "M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z"
- )), t.BankFill = l("bank", i, c(a,
- "M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374z"
- )), t.BehanceCircleFill = l("behance-circle", i, c(a,
- "M420.3 470.3c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1a50.5 50.5 0 0 0 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm86.5 286.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7z"
- )), t.BellFill = l("bell", i, c(a,
- "M816 768h-24V428c0-141.1-104.3-257.8-240-277.2V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.8C336.3 170.2 232 286.9 232 428v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48z"
- )), t.BehanceSquareFill = l("behance-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z"
- )), t.BookFill = l("book", i, c(a,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM668 345.9L621.5 312 572 347.4V124h96v221.9z"
- )), t.BoxPlotFill = l("box-plot", i, c(a,
- "M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H448v432h344c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-728 80v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h152V296H232c-4.4 0-8 3.6-8 8z"
- )), t.BugFill = l("bug", i, c(a,
- "M304 280h416c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1a184.31 184.31 0 0 0-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9a184.31 184.31 0 0 0-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z",
- "M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8a63 63 0 0 1-63 63H232a63 63 0 0 1-63-63c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7a273 273 0 0 0 22.7 49c24.3 41.5 59 76.2 100.5 100.5 28.9 16.9 61 28.8 95.3 34.5 4.4 0 8-3.6 8-8V484c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8v464.2c0 4.4 3.6 8 8 8 34.3-5.7 66.4-17.6 95.3-34.5a281.38 281.38 0 0 0 123.2-149.5A120.4 120.4 0 0 1 836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.CalculatorFill = l("calculator", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM440.2 765h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zm7.8-382c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48zm328 369c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-104c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-265c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48z"
- )), t.BulbFill = l("bulb", i, c(a,
- "M348 676.1C250 619.4 184 513.4 184 392c0-181.1 146.9-328 328-328s328 146.9 328 328c0 121.4-66 227.4-164 284.1V792c0 17.7-14.3 32-32 32H380c-17.7 0-32-14.3-32-32V676.1zM392 888h240c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8z"
- )), t.BuildFill = l("build", i, c(a,
- "M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM612 746H412V546h200v200zm268-268H680V278h200v200z"
- )), t.CalendarFill = l("calendar", i, c(a,
- "M112 880c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V460H112v420zm768-696H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v176h800V216c0-17.7-14.3-32-32-32z"
- )), t.CameraFill = l("camera", i, c(a,
- "M864 260H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 260H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V340c0-44.2-35.8-80-80-80zM512 716c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160zm-96-160a96 96 0 1 0 192 0 96 96 0 1 0-192 0z"
- )), t.CarFill = l("car", i, c(a,
- "M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM220 418l72.7-199.9.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220z"
- )), t.CaretDownFill = l("caret-down", i, c(r,
- "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z"
- )), t.CaretLeftFill = l("caret-left", i, c(r,
- "M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z"
- )), t.CaretRightFill = l("caret-right", i, c(r,
- "M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z"
- )), t.CarryOutFill = l("carry-out", i, c(a,
- "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM694.5 432.7L481.9 725.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z"
- )), t.CaretUpFill = l("caret-up", i, c(r,
- "M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z"
- )), t.CheckCircleFill = l("check-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"
- )), t.CheckSquareFill = l("check-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM695.5 365.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L308.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H689c6.5 0 10.3 7.4 6.5 12.7z"
- )), t.ChromeFill = l("chrome", i, c(a,
- "M371.8 512c0 77.5 62.7 140.2 140.2 140.2S652.2 589.5 652.2 512 589.5 371.8 512 371.8 371.8 434.4 371.8 512zM900 362.4l-234.3 12.1c63.6 74.3 64.6 181.5 11.1 263.7l-188 289.2c78 4.2 158.4-12.9 231.2-55.2 180-104 253-322.1 180-509.8zM320.3 591.9L163.8 284.1A415.35 415.35 0 0 0 96 512c0 208 152.3 380.3 351.4 410.8l106.9-209.4c-96.6 18.2-189.9-34.8-234-121.5zm218.5-285.5l344.4 18.1C848 254.7 792.6 194 719.8 151.7 653.9 113.6 581.5 95.5 510.5 96c-122.5.5-242.2 55.2-322.1 154.5l128.2 196.9c32-91.9 124.8-146.7 222.2-141z"
- )), t.CiCircleFill = l("ci-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-63.6 656c-103 0-162.4-68.6-162.4-182.6v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-4-46.1-37.6-77.6-87-77.6-61.1 0-95.6 45.4-95.6 126.9v49.3c0 80.3 34.5 125.1 95.6 125.1 49.3 0 82.8-29.5 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z"
- )), t.ClockCircleFill = l("clock-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm176.5 585.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z"
- )), t.CloseCircleFill = l("close-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
- )), t.CloudFill = l("cloud", i, c(a,
- "M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3z"
- )), t.CloseSquareFill = l("close-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM676.1 657.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9z"
- )), t.CodeSandboxSquareFill = l("code-sandbox-square", i, c(a,
- "M307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM755.7 653.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zm-223.9 83.7l97.3-56.2v-94.1l87-49.5V418.5L531.8 525zm-20-352L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8z"
- )), t.CodeSandboxCircleFill = l("code-sandbox-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm243.7 589.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zM307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zm203.9-151.8L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8zm20 352l97.3-56.2v-94.1l87-49.5V418.5L531.8 525z"
- )), t.CodeFill = l("code", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM513.1 518.1l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3zM716 673c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8h185c4.1 0 7.5 3.6 7.5 8v48z"
- )), t.CompassFill = l("compass", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM327.3 702.4c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2l98.7-225.5 132.1 132.1-225.5 98.7zm375.1-375.1l-98.7 225.5-132.1-132.1L697.1 322c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z"
- )), t.CodepenCircleFill = l("codepen-circle", i, c(a,
- "M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z"
- )), t.CodepenSquareFill = l("codepen-square", i, c(a,
- "M723.1 428L535.9 303.4v111.3l103.6 69.1zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zm23.9 154.2v111.3L723.1 597l-83.6-55.8zm-151.4-69.1L300.9 597l187.2 124.6V610.3l-103.6-69.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-90 485c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-47.8-44.6v-79.8l-59.8 39.9zm-460.4-79.8v79.8l59.8-39.9zm206.3-57.9V303.4L300.9 428l83.6 55.8z"
- )), t.ContactsFill = l("contacts", i, c(a,
- "M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM661 736h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.6-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H363a8 8 0 0 1-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 0 1-29.1-75.5c0-61.9 49.9-112 111.4-112 61.5 0 111.4 50.1 111.4 112 0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zM512 474c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52c28.5 0 51.7-23.3 51.7-52s-23.2-52-51.7-52z"
- )), t.ControlFill = l("control", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM404 683v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99zm279.6-143.9c.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1zM616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM403.4 566.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5z"
- )), t.ContainerFill = l("container", i, c(a,
- "M832 64H192c-17.7 0-32 14.3-32 32v529c0-.6.4-1 1-1h219.3l5.2 24.7C397.6 708.5 450.8 752 512 752s114.4-43.5 126.4-103.3l5.2-24.7H863c.6 0 1 .4 1 1V96c0-17.7-14.3-32-32-32zM712 493c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm0-160c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm151 354H694.1c-11.6 32.8-32 62.3-59.1 84.7-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H161c-.6 0-1-.4-1-1v242c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V686c0 .6-.4 1-1 1z"
- )), t.CopyFill = l("copy", i, c(a,
- "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM382 896h-.2L232 746.2v-.2h150v150z"
- )), t.CopyrightCircleFill = l("copyright-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm5.4 670c-110 0-173.4-73.2-173.4-194.9v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.6-3.2-8-7.4-4-49.5-40-83.4-93-83.4-65.3 0-102.1 48.5-102.1 135.5v52.6c0 85.7 36.9 133.6 102.1 133.6 52.8 0 88.7-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4z"
- )), t.CreditCardFill = l("credit-card", i, c(a,
- "M928 160H96c-17.7 0-32 14.3-32 32v160h896V192c0-17.7-14.3-32-32-32zM64 832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V440H64v392zm579-184c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72z"
- )), t.CrownFill = l("crown", i, c(a,
- "M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zM512 734.2c-62.1 0-112.6-50.5-112.6-112.6S449.9 509 512 509s112.6 50.5 112.6 112.6S574.1 734.2 512 734.2zm0-160.9c-26.6 0-48.2 21.6-48.2 48.3 0 26.6 21.6 48.3 48.2 48.3s48.2-21.6 48.2-48.3c0-26.6-21.6-48.3-48.2-48.3z"
- )), t.CustomerServiceFill = l("customer-service", i, c(a,
- "M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384z"
- )), t.DashboardFill = l("dashboard", i, c(a,
- "M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM482 232c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.5l-31.1 31.1a8.03 8.03 0 0 1-11.3 0L261.7 352a8.03 8.03 0 0 1 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.6l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 0 1-79.2 0 55.95 55.95 0 0 1 0-79.2 55.87 55.87 0 0 1 54.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.1 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 0 1 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 0 1-11.3 0zM846 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44z"
- )), t.DeleteFill = l("delete", i, c(a,
- "M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-200 0H360v-72h304v72z"
- )), t.DiffFill = l("diff", i, c(a,
- "M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23zM553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM568 753c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-220c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7v42z"
- )), t.DingtalkCircleFill = l("dingtalk-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm227 385.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z"
- )), t.DatabaseFill = l("database", i, c(a,
- "M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM288 232c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm128-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm128-168c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"
- )), t.DingtalkSquareFill = l("dingtalk-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM739 449.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z"
- )), t.DislikeFill = l("dislike", i, c(a,
- "M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H273v428h.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32z"
- )), t.DollarCircleFill = l("dollar-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm22.3 665.2l.2 31.7c0 4.4-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4C401.3 723 359.5 672.4 355 617.4c-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.7 29.8 55.4 74.1 61.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-72.9 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.9 46.9 125.9 109.2.5 4.7-3.2 8.8-8 8.8h-44.9c-4 0-7.4-3-7.9-6.9-4-29.2-27.4-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 108.9 116.4 0 75.3-56 117.3-134.3 124.1zM426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-36.9 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8 72-27.2 72-66.4 0-30.7-15.9-50.7-63.2-65.1z"
- )), t.DownCircleFill = l("down-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm184.5 353.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z"
- )), t.DownSquareFill = l("down-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM696.5 412.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z"
- )), t.DribbbleCircleFill = l("dribbble-circle", i, c(a,
- "M675.1 328.3a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6zm47.7-11.9c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 736c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm53.1-346.2c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm30.6 82.5c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4z"
- )), t.DribbbleSquareFill = l("dribbble-square", i, c(a,
- "M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z"
- )), t.DropboxCircleFill = l("dropbox-circle", i, c(a,
- "M663.8 455.5zm-151.5-93.8l-151.8 93.8 151.8 93.9 151.5-93.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm151.2 595.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1z"
- )), t.DropboxSquareFill = l("dropbox-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM663.2 659.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1zM512.3 361.7l-151.8 93.8 151.8 93.9 151.5-93.9zm151.5 93.8z"
- )), t.EnvironmentFill = l("environment", i, c(a,
- "M512 327c-29.9 0-58 11.6-79.2 32.8A111.6 111.6 0 0 0 400 439c0 29.9 11.7 58 32.8 79.2A111.6 111.6 0 0 0 512 551c29.9 0 58-11.7 79.2-32.8C612.4 497 624 468.9 624 439c0-29.9-11.6-58-32.8-79.2S541.9 327 512 327zm342.6-37.9a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z"
- )), t.EditFill = l("edit", i, c(a,
- "M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9z"
- )), t.ExclamationCircleFill = l("exclamation-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
- )), t.EuroCircleFill = l("euro-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm63.5 375.8c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8h-136c-.3 4.4-.3 9.1-.3 13.8v36h136.2c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H444.9c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.2 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.3 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.8.3-12.8H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.7c19.7-94.2 92-149.9 198.6-149.9 20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346h.1c0 5.1-4.6 8.8-9.6 7.8-14.7-2.9-31.8-4.4-51.7-4.4-65.4 0-110.4 33.5-127.6 90.4h128.4z"
- )), t.ExperimentFill = l("experiment", i, c(a,
- "M218.9 636.3l42.6 26.6c.1.1.3.2.4.3l12.7 8 .3.3a186.9 186.9 0 0 0 94.1 25.1c44.9 0 87.2-15.7 121-43.8a256.27 256.27 0 0 1 164.9-59.9c52.3 0 102.2 15.7 144.6 44.5l7.9 5-111.6-289V179.8h63.5c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8H264.7c-4.4 0-8 3.6-8 8v51.9c0 4.4 3.6 8 8 8h63.5v173.6L218.9 636.3zm333-203.1c22 0 39.9 17.9 39.9 39.9S573.9 513 551.9 513 512 495.1 512 473.1s17.9-39.9 39.9-39.9zM878 825.1l-29.9-77.4-85.7-53.5-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-53 0-103.5-16.1-146.2-45.6l-28.9-18.1L146 825.1c-2.8 7.4-4.3 15.2-4.3 23 0 35.2 28.6 63.8 63.8 63.8h612.9c7.9 0 15.7-1.5 23-4.3a63.6 63.6 0 0 0 36.6-82.5z"
- )), t.EyeInvisibleFill = l("eye-invisible", i, c(a,
- "M508 624a112 112 0 0 0 112-112c0-3.28-.15-6.53-.43-9.74L498.26 623.57c3.21.28 6.45.43 9.74.43zm370.72-458.44L836 122.88a8 8 0 0 0-11.31 0L715.37 232.23Q624.91 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.7 119.43 136.55 191.45L112.56 835a8 8 0 0 0 0 11.31L155.25 889a8 8 0 0 0 11.31 0l712.16-712.12a8 8 0 0 0 0-11.32zM332 512a176 176 0 0 1 258.88-155.28l-48.62 48.62a112.08 112.08 0 0 0-140.92 140.92l-48.62 48.62A175.09 175.09 0 0 1 332 512z",
- "M942.2 486.2Q889.4 375 816.51 304.85L672.37 449A176.08 176.08 0 0 1 445 676.37L322.74 798.63Q407.82 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5z"
- )), t.EyeFill = l("eye", i, c(a,
- "M396 512a112 112 0 1 0 224 0 112 112 0 1 0-224 0zm546.2-25.8C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM508 688c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z"
- )), t.FacebookFill = l("facebook", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-92.4 233.5h-63.9c-50.1 0-59.8 23.8-59.8 58.8v77.1h119.6l-15.6 120.7h-104V912H539.2V602.2H434.9V481.4h104.3v-89c0-103.3 63.1-159.6 155.3-159.6 44.2 0 82.1 3.3 93.2 4.8v107.9z"
- )), t.FastBackwardFill = l("fast-backward", i, c(r,
- "M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z"
- )), t.FastForwardFill = l("fast-forward", i, c(r,
- "M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z"
- )), t.FileAddFill = l("file-add", i, c(a,
- "M480 580H372a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h108v108a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8V644h108a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H544V472a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v108zm374.6-291.3c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z"
- )), t.FileExcelFill = l("file-excel", i, c(a,
- "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 0 0-10.27-5.79h-38.44a12 12 0 0 0-6.4 1.85 12 12 0 0 0-3.75 16.56l82.34 130.42-83.45 132.78a12 12 0 0 0-1.84 6.39 12 12 0 0 0 12 12h34.46a12 12 0 0 0 10.21-5.7l62.7-101.47 62.3 101.45a12 12 0 0 0 10.23 5.72h37.48a12 12 0 0 0 6.48-1.9 12 12 0 0 0 3.62-16.58l-83.83-130.55 85.3-132.47a12 12 0 0 0 1.9-6.5 12 12 0 0 0-12-12h-35.7a12 12 0 0 0-10.29 5.84z"
- )), t.FileExclamationFill = l("file-exclamation", i, c(a,
- "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 784a40 40 0 1 0 0-80 40 40 0 0 0 0 80zm32-152V448a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v184a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8z"
- )), t.FileImageFill = l("file-image", i, c(a,
- "M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM400 402c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0 1 12.6 0l41.1 52.4 77.8-99.2a8 8 0 0 1 12.6 0l136.5 174c4.3 5.2.5 12.9-6.1 12.9zm-94-370V137.8L790.2 326H602z"
- )), t.FileMarkdownFill = l("file-markdown", i, c(a,
- "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM426.13 600.93l59.11 132.97a16 16 0 0 0 14.62 9.5h24.06a16 16 0 0 0 14.63-9.51l59.1-133.35V758a16 16 0 0 0 16.01 16H641a16 16 0 0 0 16-16V486a16 16 0 0 0-16-16h-34.75a16 16 0 0 0-14.67 9.62L512.1 662.2l-79.48-182.59a16 16 0 0 0-14.67-9.61H383a16 16 0 0 0-16 16v272a16 16 0 0 0 16 16h27.13a16 16 0 0 0 16-16V600.93z"
- )), t.FilePdfFill = l("file-pdf", i, c(a,
- "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.22 637.26c-15.18-.5-31.32.67-49.65 2.96-24.3-14.99-40.66-35.58-52.28-65.83l1.07-4.38 1.24-5.18c4.3-18.13 6.61-31.36 7.3-44.7.52-10.07-.04-19.36-1.83-27.97-3.3-18.59-16.45-29.46-33.02-30.13-15.45-.63-29.65 8-33.28 21.37-5.91 21.62-2.45 50.07 10.08 98.59-15.96 38.05-37.05 82.66-51.2 107.54-18.89 9.74-33.6 18.6-45.96 28.42-16.3 12.97-26.48 26.3-29.28 40.3-1.36 6.49.69 14.97 5.36 21.92 5.3 7.88 13.28 13 22.85 13.74 24.15 1.87 53.83-23.03 86.6-79.26 3.29-1.1 6.77-2.26 11.02-3.7l11.9-4.02c7.53-2.54 12.99-4.36 18.39-6.11 23.4-7.62 41.1-12.43 57.2-15.17 27.98 14.98 60.32 24.8 82.1 24.8 17.98 0 30.13-9.32 34.52-23.99 3.85-12.88.8-27.82-7.48-36.08-8.56-8.41-24.3-12.43-45.65-13.12zM385.23 765.68v-.36l.13-.34a54.86 54.86 0 0 1 5.6-10.76c4.28-6.58 10.17-13.5 17.47-20.87 3.92-3.95 8-7.8 12.79-12.12 1.07-.96 7.91-7.05 9.19-8.25l11.17-10.4-8.12 12.93c-12.32 19.64-23.46 33.78-33 43-3.51 3.4-6.6 5.9-9.1 7.51a16.43 16.43 0 0 1-2.61 1.42c-.41.17-.77.27-1.13.3a2.2 2.2 0 0 1-1.12-.15 2.07 2.07 0 0 1-1.27-1.91zM511.17 547.4l-2.26 4-1.4-4.38c-3.1-9.83-5.38-24.64-6.01-38-.72-15.2.49-24.32 5.29-24.32 6.74 0 9.83 10.8 10.07 27.05.22 14.28-2.03 29.14-5.7 35.65zm-5.81 58.46l1.53-4.05 2.09 3.8c11.69 21.24 26.86 38.96 43.54 51.31l3.6 2.66-4.39.9c-16.33 3.38-31.54 8.46-52.34 16.85 2.17-.88-21.62 8.86-27.64 11.17l-5.25 2.01 2.8-4.88c12.35-21.5 23.76-47.32 36.05-79.77zm157.62 76.26c-7.86 3.1-24.78.33-54.57-12.39l-7.56-3.22 8.2-.6c23.3-1.73 39.8-.45 49.42 3.07 4.1 1.5 6.83 3.39 8.04 5.55a4.64 4.64 0 0 1-1.36 6.31 6.7 6.7 0 0 1-2.17 1.28z"
- )), t.FilePptFill = l("file-ppt", i, c(a,
- "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM468.53 760v-91.54h59.27c60.57 0 100.2-39.65 100.2-98.12 0-58.22-39.58-98.34-99.98-98.34H424a12 12 0 0 0-12 12v276a12 12 0 0 0 12 12h32.53a12 12 0 0 0 12-12zm0-139.33h34.9c47.82 0 67.19-12.93 67.19-50.33 0-32.05-18.12-50.12-49.87-50.12h-52.22v100.45z"
- )), t.FileTextFill = l("file-text", i, c(a,
- "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM320 482a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h384a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H320zm0 136a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h184a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H320z"
- )), t.FileWordFill = l("file-word", i, c(a,
- "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 566.1l52.81 197a12 12 0 0 0 11.6 8.9h31.77a12 12 0 0 0 11.6-8.88l74.37-276a12 12 0 0 0 .4-3.12 12 12 0 0 0-12-12h-35.57a12 12 0 0 0-11.7 9.31l-45.78 199.1-49.76-199.32A12 12 0 0 0 528.1 472h-32.2a12 12 0 0 0-11.64 9.1L434.6 680.01 388.5 481.3a12 12 0 0 0-11.68-9.29h-35.39a12 12 0 0 0-3.11.41 12 12 0 0 0-8.47 14.7l74.17 276A12 12 0 0 0 415.6 772h31.99a12 12 0 0 0 11.59-8.9l52.81-197z"
- )), t.FileUnknownFill = l("file-unknown", i, c(a,
- "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm110 227a32 32 0 1 0 0-64 32 32 0 0 0 0 64z"
- )), t.FileZipFill = l("file-zip", i, c(a,
- "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM296 136v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm0 64v160h128V584H296zm48 48h32v64h-32v-64z"
- )), t.FileFill = l("file", i, c(a,
- "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z"
- )), t.FilterFill = l("filter", i, c(a,
- "M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z"
- )), t.FireFill = l("fire", i, c(a,
- "M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9z"
- )), t.FlagFill = l("flag", i, c(a,
- "M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32z"
- )), t.FolderAddFill = l("folder-add", i, c(a,
- "M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM632 577c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.2 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.8 0 7 3.2 7 7.1V528h84.5c4.1 0 7.5 3.2 7.5 7v42z"
- )), t.FolderFill = l("folder", i, c(a,
- "M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32z"
- )), t.FolderOpenFill = l("folder-open", i, c(a,
- "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zm-180 0H238c-13 0-24.8 7.9-29.7 20L136 643.2V256h188.5l119.6 114.4H748V444z"
- )), t.ForwardFill = l("forward", i, c(r,
- "M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z"
- )), t.FrownFill = l("frown", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 0 1-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 0 1-8 8.4zm24-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
- )), t.FundFill = l("fund", i, c(a,
- "M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-92.3 194.4l-297 297.2a8.03 8.03 0 0 1-11.3 0L410.9 541.1 238.4 713.7a8.03 8.03 0 0 1-11.3 0l-36.8-36.8a8.03 8.03 0 0 1 0-11.3l214.9-215c3.1-3.1 8.2-3.1 11.3 0L531 565l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.2 3 3.2 8.1.1 11.2z"
- )), t.FunnelPlotFill = l("funnel-plot", i, c(a,
- "M336.7 586h350.6l84.9-148H251.8zm543.4-432H143.9c-24.5 0-39.8 26.7-27.5 48L215 374h594l98.7-172c12.2-21.3-3.1-48-27.6-48zM349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V650H349v188z"
- )), t.GiftFill = l("gift", i, c(a,
- "M160 894c0 17.7 14.3 32 32 32h286V550H160v344zm386 32h286c17.7 0 32-14.3 32-32V550H546v376zm334-616H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v140h366V310h68v172h366V342c0-17.7-14.3-32-32-32zm-402-4h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm138 0h-70v-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70z"
- )), t.GithubFill = l("github", i, c(a,
- "M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z"
- )), t.GitlabFill = l("gitlab", i, c(a,
- "M910.5 553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5 12.3-46.3 32.7l-72.2 215.4H386.2L314 181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5 13.6-44.9 34.1L113.9 553.2c-4.1 13.6 1.4 28.6 12.3 36.8l385.4 289 386.7-289c10.8-8.1 16.3-23.1 12.2-36.8z"
- )), t.GoldenFill = l("golden", i, c(a,
- "M905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zm-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8z"
- )), t.GoogleCircleFill = l("google-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm167 633.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9C281.5 589 272 551.6 272 512s9.5-77 26.1-110.1c40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z"
- )), t.GooglePlusCircleFill = l("google-plus-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm36.5 558.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z"
- )), t.GooglePlusSquareFill = l("google-plus-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM548.5 622.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z"
- )), t.GoogleSquareFill = l("google-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM679 697.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9A245.02 245.02 0 0 1 272 512c0-39.6 9.5-77 26.1-110.1 40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z"
- )), t.HddFill = l("hdd", i, c(a,
- "M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM456 216c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm576-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm96-152c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48z"
- )), t.HeartFill = l("heart", i, c(a,
- "M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9z"
- )), t.HighlightFill = l("highlight", i, c(a,
- "M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2z"
- )), t.HomeFill = l("home", i, c(a,
- "M946.5 505L534.6 93.4a31.93 31.93 0 0 0-45.2 0L77.5 505c-12 12-18.8 28.3-18.8 45.3 0 35.3 28.7 64 64 64h43.4V908c0 17.7 14.3 32 32 32H448V716h112v224h265.9c17.7 0 32-14.3 32-32V614.3h43.4c17 0 33.3-6.7 45.3-18.8 24.9-25 24.9-65.5-.1-90.5z"
- )), t.HourglassFill = l("hourglass", i, c(a,
- "M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194z"
- )), t.Html5Fill = l("html5", i, c(a,
- "M145.2 96l66 746.6L512 928l299.6-85.4L878.9 96H145.2zm595 177.1l-4.8 47.2-1.7 19.5H382.3l8.2 94.2h335.1l-3.3 24.3-21.2 242.2-1.7 16.2-187 51.6v.3h-1.2l-.3.1v-.1h-.1l-188.6-52L310.8 572h91.1l6.5 73.2 102.4 27.7h.4l102-27.6 11.4-118.6H510.9v-.1H306l-22.8-253.5-1.7-24.3h460.3l-1.6 24.3z"
- )), t.IdcardFill = l("idcard", i, c(a,
- "M373 411c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52 51.7-23.3 51.7-52-23.2-52-51.7-52zm555-251H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM608 420c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm-86 253h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224a8 8 0 0 1-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 0 1-29.1-75.5c0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zm278.9-53H615.1c-3.9 0-7.1-3.6-7.1-8v-48c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48h.1c0 4.4-3.2 8-7.1 8z"
- )), t.IeCircleFill = l("ie-circle", i, c(a,
- "M693.6 284.4c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm253.9 492.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z"
- )), t.IeSquareFill = l("ie-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM765.9 556.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zm-72.3-272.5c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z"
- )), t.InfoCircleFill = l("info-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
- )), t.InstagramFill = l("instagram", i, c(a,
- "M512 378.7c-73.4 0-133.3 59.9-133.3 133.3S438.6 645.3 512 645.3 645.3 585.4 645.3 512 585.4 378.7 512 378.7zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zM512 717.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 306.9 512 306.9 717.1 398.5 717.1 512 625.5 717.1 512 717.1zm213.5-370.7c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9 47.9 21.4 47.9 47.9a47.84 47.84 0 0 1-47.9 47.9z"
- )), t.InsuranceFill = l("insurance", i, c(a,
- "M519.9 358.8h97.9v41.6h-97.9zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM411.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79V656zm296.5-49.2l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a5.9 5.9 0 0 1-8.9-1.4L430 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5z"
- )), t.InteractionFill = l("interaction", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM726 585.7c0 55.3-44.7 100.1-99.7 100.1H420.6v53.4c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.7l109.1-85.7c4.4-3.5 10.9-.3 10.9 5.3v53.4h205.7c19.6 0 35.5-16 35.5-35.6v-78.9c0-3.7 3-6.8 6.8-6.8h50.7c3.7 0 6.8 3 6.8 6.8v79.1zm-2.6-209.9l-109.1 85.7c-4.4 3.5-10.9.3-10.9-5.3v-53.4H397.7c-19.6 0-35.5 16-35.5 35.6v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-55.3 44.7-100.1 99.7-100.1h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.6 2.5 3.6 7.8.1 10.5z"
- )), t.InterationFill = l("interation", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM726 585.7c0 55.3-44.7 100.1-99.7 100.1H420.6v53.4c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.7l109.1-85.7c4.4-3.5 10.9-.3 10.9 5.3v53.4h205.7c19.6 0 35.5-16 35.5-35.6v-78.9c0-3.7 3-6.8 6.8-6.8h50.7c3.7 0 6.8 3 6.8 6.8v79.1zm-2.6-209.9l-109.1 85.7c-4.4 3.5-10.9.3-10.9-5.3v-53.4H397.7c-19.6 0-35.5 16-35.5 35.6v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-55.3 44.7-100.1 99.7-100.1h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.6 2.5 3.6 7.8.1 10.5z"
- )), t.LayoutFill = l("layout", i, c(a,
- "M384 912h496c17.7 0 32-14.3 32-32V340H384v572zm496-800H384v164h528V144c0-17.7-14.3-32-32-32zm-768 32v736c0 17.7 14.3 32 32 32h176V112H144c-17.7 0-32 14.3-32 32z"
- )), t.LeftCircleFill = l("left-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm104 316.9c0 10.2-4.9 19.9-13.2 25.9L457.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178a8 8 0 0 1 12.7 6.5v46.8z"
- )), t.LeftSquareFill = l("left-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM624 380.9c0 10.2-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.8z"
- )), t.LikeFill = l("like", i, c(a,
- "M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 0 0-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 0 0 471 99.9c-52 0-98 35-111.8 85.1l-85.9 311h-.3v428h472.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32z"
- )), t.LockFill = l("lock", i, c(a,
- "M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0zm152-237H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224z"
- )), t.LinkedinFill = l("linkedin", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7 120.2 0 142.3 79.1 142.3 181.9v209.4z"
- )), t.MailFill = l("mail", i, c(a,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-80.8 108.9L531.7 514.4c-7.8 6.1-18.7 6.1-26.5 0L189.6 268.9A7.2 7.2 0 0 1 194 256h648.8a7.2 7.2 0 0 1 4.4 12.9z"
- )), t.MedicineBoxFill = l("medicine-box", i, c(a,
- "M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48zm4-372H360v-72h304v72z"
- )), t.MediumCircleFill = l("medium-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm256 253.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 0 0 7-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z"
- )), t.MediumSquareFill = l("medium-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM768 317.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 0 0 7-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z"
- )), t.MehFill = l("meh", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
- )), t.MessageFill = l("message", i, c(a,
- "M924.3 338.4a447.57 447.57 0 0 0-96.1-143.3 443.09 443.09 0 0 0-143-96.3A443.91 443.91 0 0 0 512 64h-2c-60.5.3-119 12.3-174.1 35.9a444.08 444.08 0 0 0-141.7 96.5 445 445 0 0 0-95 142.8A449.89 449.89 0 0 0 65 514.1c.3 69.4 16.9 138.3 47.9 199.9v152c0 25.4 20.6 46 45.9 46h151.8a447.72 447.72 0 0 0 199.5 48h2.1c59.8 0 117.7-11.6 172.3-34.3A443.2 443.2 0 0 0 827 830.5c41.2-40.9 73.6-88.7 96.3-142 23.5-55.2 35.5-113.9 35.8-174.5.2-60.9-11.6-120-34.8-175.6zM312.4 560c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.4 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48z"
- )), t.MinusCircleFill = l("minus-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z"
- )), t.MinusSquareFill = l("minus-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z"
- )), t.MobileFill = l("mobile", i, c(a,
- "M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z"
- )), t.MoneyCollectFill = l("money-collect", i, c(a,
- "M911.5 699.7a8 8 0 0 0-10.3-4.8L840 717.2V179c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V762c0 3.3 2.1 6.3 5.3 7.5L501 909.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zm-243.8-377L564 514.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V703c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 322.8c-2.1-3.8-.7-8.7 3.2-10.8 1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 484.2h3.3L599 315.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8z"
- )), t.PauseCircleFill = l("pause-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-80 600c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z"
- )), t.PayCircleFill = l("pay-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm166.6 246.8L567.5 515.6h62c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V603h82c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V717c0 4.4-3.6 8-8 8h-54.3c-4.4 0-8-3.6-8-8v-68.1h-81.7c-4.4 0-8-3.6-8-8V611c0-4.4 3.6-8 8-8h81.7v-41.5h-81.7c-4.4 0-8-3.6-8-8v-29.9c0-4.4 3.6-8 8-8h61.4L345.4 310.8a8.07 8.07 0 0 1 7-11.9h60.7c3 0 5.8 1.7 7.1 4.4l90.6 180h3.4l90.6-180a8 8 0 0 1 7.1-4.4h59.5c4.4 0 8 3.6 8 8 .2 1.4-.2 2.7-.8 3.9z"
- )), t.NotificationFill = l("notification", i, c(a,
- "M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.6c-3.7 11.6-5.6 23.9-5.6 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1z"
- )), t.PhoneFill = l("phone", i, c(a,
- "M885.6 230.2L779.1 123.8a80.83 80.83 0 0 0-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L549.8 238.4a80.83 80.83 0 0 0-23.8 57.3c0 21.7 8.5 42.1 23.8 57.4l83.8 83.8A393.82 393.82 0 0 1 553.1 553 395.34 395.34 0 0 1 437 633.8L353.2 550a80.83 80.83 0 0 0-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L123.8 664.5a80.89 80.89 0 0 0-23.8 57.4c0 21.7 8.5 42.1 23.8 57.4l106.3 106.3c24.4 24.5 58.1 38.4 92.7 38.4 7.3 0 14.3-.6 21.2-1.8 134.8-22.2 268.5-93.9 376.4-201.7C828.2 612.8 899.8 479.2 922.3 344c6.8-41.3-6.9-83.8-36.7-113.8z"
- )), t.PictureFill = l("picture", i, c(a,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM338 304c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm513.9 437.1a8.11 8.11 0 0 1-5.2 1.9H177.2c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2l170.3-202c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l99.4 118 158.1-187.5c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l229.6 271.6c2.6 3.3 2.2 8.4-1.2 11.2z"
- )), t.PieChartFill = l("pie-chart", i, c(a,
- "M863.1 518.5H505.5V160.9c0-4.4-3.6-8-8-8h-26a398.57 398.57 0 0 0-282.5 117 397.47 397.47 0 0 0-85.6 127C82.6 446.2 72 498.5 72 552.5S82.6 658.7 103.4 708c20.1 47.5 48.9 90.3 85.6 127 36.7 36.7 79.4 65.5 127 85.6a396.64 396.64 0 0 0 155.6 31.5 398.57 398.57 0 0 0 282.5-117c36.7-36.7 65.5-79.4 85.6-127a396.64 396.64 0 0 0 31.5-155.6v-26c-.1-4.4-3.7-8-8.1-8zM951 463l-2.6-28.2c-8.5-92-49.3-178.8-115.1-244.3A398.5 398.5 0 0 0 588.4 75.6L560.1 73c-4.7-.4-8.7 3.2-8.7 7.9v383.7c0 4.4 3.6 8 8 8l383.6-1c4.7-.1 8.4-4 8-8.6z"
- )), t.PlayCircleFill = l("play-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm144.1 454.9L437.7 677.8a8.02 8.02 0 0 1-12.7-6.5V353.7a8 8 0 0 1 12.7-6.5L656.1 506a7.9 7.9 0 0 1 0 12.9z"
- )), t.PlaySquareFill = l("play-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM641.7 520.8L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 0 1 0 17.6z"
- )), t.PlusCircleFill = l("plus-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z"
- )), t.PlusSquareFill = l("plus-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z"
- )), t.PoundCircleFill = l("pound-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm146 658c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8V722z"
- )), t.PrinterFill = l("printer", i, c(a,
- "M732 120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v148h440V120zm120 212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM664 844H360V568h304v276zm164-360c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z"
- )), t.ProfileFill = l("profile", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM380 696c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm304 272c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48z"
- )), t.ProjectFill = l("project", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM368 744c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464zm192-280c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184zm192 72c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256z"
- )), t.PushpinFill = l("pushpin", i, c(a,
- "M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3-15.4 12.3-16.6 35.4-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8z"
- )), t.PropertySafetyFill = l("property-safety", i, c(a,
- "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM648.3 332.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z"
- )), t.QqCircleFill = l("qq-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm210.5 612.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z"
- )), t.QqSquareFill = l("qq-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM722.5 676.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z"
- )), t.QuestionCircleFill = l("question-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 708c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 0 0-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z"
- )), t.ReadFill = l("read", i, c(a,
- "M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM404 553.5c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm416 140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45z"
- )), t.ReconciliationFill = l("reconciliation", i, c(a,
- "M676 623c-18.8 0-34 15.2-34 34s15.2 34 34 34 34-15.2 34-34-15.2-34-34-34zm204-455H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zM448 848H176V616h272v232zm0-296H176v-88h272v88zm20-272v-48h72v-56h64v56h72v48H468zm180 168v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8zm28 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-245c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v96zm-92 61c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z"
- )), t.RedEnvelopeFill = l("red-envelope", i, c(a,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM647 470.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4v25.1c0 4.6-3.8 8.4-8.4 8.4h-63.3v28.6h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.6-3.6 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1 3.4-11.4 1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.9 141.8 71.9-141.9a8.5 8.5 0 0 1 7.5-4.6h47.8c4.6 0 8.4 3.8 8.4 8.4-.1 1.5-.5 2.9-1.1 4.1zM512.6 323L289 148h446L512.6 323z"
- )), t.RedditCircleFill = l("reddit-circle", i, c(a,
- "M584 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0zm144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm245 477.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zm-171.3 83c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6zM296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440zm72 108a36 36 0 1 0 72 0 36 36 0 1 0-72 0z"
- )), t.RedditSquareFill = l("reddit-square", i, c(a,
- "M296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440zm289.7 184.9c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM757 541.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zM584 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0zm144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440zM368 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0z"
- )), t.RestFill = l("rest", i, c(a,
- "M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zM508 704c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zM291 256l22.4-76h397.2l22.4 76H291zm137 304a80 80 0 1 0 160 0 80 80 0 1 0-160 0z"
- )), t.RightCircleFill = l("right-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm154.7 454.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z"
- )), t.RocketFill = l("rocket", i, c(a,
- "M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zM512 352a48.01 48.01 0 0 1 0 96 48.01 48.01 0 0 1 0-96zm116.1 432.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5z"
- )), t.RightSquareFill = l("right-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM658.7 518.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z"
- )), t.SafetyCertificateFill = l("safety-certificate", i, c(a,
- "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM694.5 340.7L481.9 633.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z"
- )), t.SaveFill = l("save", i, c(a,
- "M893.3 293.3L730.7 130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 176h256v112H384V176zm128 554c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zm0-224c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80z"
- )), t.ScheduleFill = l("schedule", i, c(a,
- "M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.5-91.3l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.2c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.5 12.9 6.6l52.8 73.1 103.7-143.7c3-4.2 7.8-6.6 12.9-6.6H792c6.5.1 10.3 7.5 6.5 12.8z"
- )), t.SecurityScanFill = l("security-scan", i, c(a,
- "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM626.8 554c-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0 56.3 56.3 56.3 147.5 0 203.8zm-158.54-45.27a80.1 80.1 0 1 0 113.27-113.28 80.1 80.1 0 1 0-113.27 113.28z"
- )), t.SettingFill = l("setting", i, c(a,
- "M512.5 390.6c-29.9 0-57.9 11.6-79.1 32.8-21.1 21.2-32.8 49.2-32.8 79.1 0 29.9 11.7 57.9 32.8 79.1 21.2 21.1 49.2 32.8 79.1 32.8 29.9 0 57.9-11.7 79.1-32.8 21.1-21.2 32.8-49.2 32.8-79.1 0-29.9-11.7-57.9-32.8-79.1a110.96 110.96 0 0 0-79.1-32.8zm412.3 235.5l-65.4-55.9c3.1-19 4.7-38.4 4.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a442.5 442.5 0 0 0-79.6-137.7l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.2 28.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.3a353.44 353.44 0 0 0-98.9 57.3l-81.8-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a445.93 445.93 0 0 0-79.6 137.7l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.2 56.5c-3.1 18.8-4.6 38-4.6 57 0 19.2 1.5 38.4 4.6 57l-66 56.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.3 44.8 96.8 79.6 137.7l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.8-29.1c29.8 24.5 63 43.9 98.9 57.3l15.8 85.3a32.05 32.05 0 0 0 25.8 25.7l2.7.5a448.27 448.27 0 0 0 158.8 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35zm-412.3 52.2c-97.1 0-175.8-78.7-175.8-175.8s78.7-175.8 175.8-175.8 175.8 78.7 175.8 175.8-78.7 175.8-175.8 175.8z"
- )), t.ShopFill = l("shop", i, c(a,
- "M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h274V736h128v176h274c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zm-72 568H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm0-568.1H214v-88h596v88z"
- )), t.ShoppingFill = l("shopping", i, c(a,
- "M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-208 0H400v-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16z"
- )), t.SketchCircleFill = l("sketch-circle", i, c(a,
- "M582.3 625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7 36L512 684.5l114.4-225.2zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm286.7 380.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6zm-190.5-20.9L512 326.1l-96.2 97.2zM420.3 301.1l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8zm-222.4 7.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3z"
- )), t.SketchSquareFill = l("sketch-square", i, c(a,
- "M608.2 423.3L512 326.1l-96.2 97.2zm-25.9 202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-81.3 332.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6zm-401.1 15.1L512 684.5l114.4-225.2zm-16.3-151.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3zm126.5-158.2l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8z"
- )), t.SkinFill = l("skin", i, c(a,
- "M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44z"
- )), t.SlackCircleFill = l("slack-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm83.7-50.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM579.3 765c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8S529 593.6 529 580.2c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z"
- )), t.SlackSquareFill = l("slack-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z"
- )), t.SkypeFill = l("skype", i, c(a,
- "M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-370 162.9c-134.2 0-194.2-66-194.2-115.4 0-25.4 18.7-43.1 44.5-43.1 57.4 0 42.6 82.5 149.7 82.5 54.9 0 85.2-29.8 85.2-60.3 0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9 0-101.4 95.5-139.5 185.2-139.5 82.6 0 180 45.7 180 106.5 0 26.1-22.6 41.2-48.4 41.2-49 0-40-67.8-138.7-67.8-49 0-76.1 22.2-76.1 53.9s38.7 41.8 72.3 49.5l88.4 19.6c96.8 21.6 121.3 78.1 121.3 131.3 0 82.3-63.3 143.9-191 143.9z"
- )), t.SlidersFill = l("sliders", i, c(a,
- "M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-584-72h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm292 180h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8z"
- )), t.SmileFill = l("smile", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 0 1 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 0 1 8 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
- )), t.SnippetsFill = l("snippets", i, c(a,
- "M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 486H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z"
- )), t.SoundFill = l("sound", i, c(a,
- "M892.1 737.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344zm174 132H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1z"
- )), t.StarFill = l("star", i, c(a,
- "M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z"
- )), t.StepBackwardFill = l("step-backward", i, c(r,
- "M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8"
- )), t.StepForwardFill = l("step-forward", i, c(r,
- "M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8"
- )), t.StopFill = l("stop", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm234.8 736.5L223.5 277.2c16-19.7 34-37.7 53.7-53.7l523.3 523.3c-16 19.6-34 37.7-53.7 53.7z"
- )), t.SwitcherFill = l("switcher", i, c(a,
- "M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zM596 606c0 4.4-3.6 8-8 8H308c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h280c4.4 0 8 3.6 8 8v48zm284-494H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z"
- )), t.TabletFill = l("tablet", i, c(a,
- "M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z"
- )), t.TagFill = l("tag", i, c(a,
- "M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM699 387c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z"
- )), t.TagsFill = l("tags", i, c(a,
- "M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm122.7-533.4c18.7-18.7 49.1-18.7 67.9 0 18.7 18.7 18.7 49.1 0 67.9-18.7 18.7-49.1 18.7-67.9 0-18.7-18.7-18.7-49.1 0-67.9zm283.8 282.9l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z"
- )), t.TaobaoCircleFill = l("taobao-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z"
- )), t.TaobaoSquareFill = l("taobao-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z"
- )), t.ToolFill = l("tool", i, c(a,
- "M865.3 244.7c-.3-.3-61.1 59.8-182.1 180.6l-84.9-84.9 180.9-180.9c-95.2-57.3-217.5-42.6-296.8 36.7A244.42 244.42 0 0 0 419 432l1.8 6.7-283.5 283.4c-6.2 6.2-6.2 16.4 0 22.6l141.4 141.4c6.2 6.2 16.4 6.2 22.6 0l283.3-283.3 6.7 1.8c83.7 22.3 173.6-.9 236-63.3 79.4-79.3 94.1-201.6 38-296.6z"
- )), t.ThunderboltFill = l("thunderbolt", i, c(a,
- "M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7z"
- )), t.TrademarkCircleFill = l("trademark-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm164.7 660.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H378c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7zM523.9 357h-83.4v148H522c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z"
- )), t.TwitterCircleFill = l("twitter-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm215.3 337.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z"
- )), t.TrophyFill = l("trophy", i, c(a,
- "M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.6 630.2 359 721.8 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.8 758.4 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM248 439.6c-37.1-11.9-64-46.7-64-87.6V232h64v207.6zM840 352c0 41-26.9 75.8-64 87.6V232h64v120z"
- )), t.TwitterSquareFill = l("twitter-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM727.3 401.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z"
- )), t.UnlockFill = l("unlock", i, c(a,
- "M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0z"
- )), t.UpCircleFill = l("up-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm178 555h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z"
- )), t.UpSquareFill = l("up-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM690 624h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z"
- )), t.UsbFill = l("usb", i, c(a,
- "M408 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm352 120V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-72 0H336V184h352v248zM568 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"
- )), t.WalletFill = l("wallet", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 464H528V448h320v128zm-268-64a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
- )), t.VideoCameraFill = l("video-camera", i, c(a,
- "M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM328 352c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48zm560 273l-104-59.8V458.9L888 399v226z"
- )), t.WarningFill = l("warning", i, c(a,
- "M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zM480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416zm32 352a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
- )), t.WeiboCircleFill = l("weibo-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z"
- )), t.WechatFill = l("wechat", i, c(a,
- "M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6 9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9z"
- )), t.WindowsFill = l("windows", i, c(a,
- "M523.8 191.4v288.9h382V128.1zm0 642.2l382 62.2v-352h-382zM120.1 480.2H443V201.9l-322.9 53.5zm0 290.4L443 823.2V543.8H120.1z"
- )), t.YahooFill = l("yahoo", i, c(a,
- "M937.3 231H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7zm-77.4 450.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm225.2 225.2h-65.3L458.9 559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9 399.9h-37v-56.3h168.5v56.3h-37l93.4 93.5 28.1-28.1V400h168.8v56.2z"
- )), t.WeiboSquareFill = l("weibo-square", i, c(a,
- "M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z"
- )), t.YuqueFill = l("yuque", i, c(a,
- "M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.9-8.1-195-3-195-3s87.4 55.6 52.4 154.7c-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6z"
- )), t.YoutubeFill = l("youtube", i, c(a,
- "M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9zM423 646V378l232 133-232 135z"
- )), t.ZhihuSquareFill = l("zhihu-square", i, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM432.3 592.8l71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7h-110l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24.1-18.1zm335.5 116h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z"
- )), t.ZhihuCircleFill = l("zhihu-circle", i, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-90.7 477.8l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24-18.1 71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7H421.3zm346.5 167h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z"
- )), t.AccountBookOutline = l("account-book", o, c(a,
- "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z"
- )), t.AlertOutline = l("alert", o, c(a,
- "M193 796c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563zm-48.1-252.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM832 892H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8z"
- )), t.AlipayCircleOutline = l("alipay-circle", o, c(a,
- "M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 0 0 960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z"
- )), t.AliwangwangOutline = l("aliwangwang", o, c(a,
- "M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10.1 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-66.4 266.5a307.08 307.08 0 0 1-65.9 98c-28.4 28.5-61.3 50.7-97.7 65.9h-.1c-38 16-78.3 24.2-119.9 24.2a306.51 306.51 0 0 1-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9 0-55.4 14.8-109.7 42.8-157l13.2-22.1-9.5-23.9L206 192c14.9.6 35.9 2.1 59.7 5.6 43.8 6.5 82.5 17.5 114.9 32.6l19 8.9 19.9-6.8c31.5-10.8 64.8-16.2 98.9-16.2a306.51 306.51 0 0 1 217.5 90.2c28.4 28.5 50.6 61.4 65.8 97.8l.1.1.1.1c16 37.6 24.1 78 24.2 119.8-.1 41.7-8.3 82-24.3 119.8zM681.1 364.2c-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1s37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1zm-175.2 0c-20.5 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.7 37.1 37.1 37.1 20.5 0 37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1z"
- )), t.AndroidOutline = l("android", o, c(a,
- "M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9.1-18.4-13.4-31.9-32-31.9zm393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8.6-2.4 1.4-5.5 1.4-8.9 0-18.5-13.5-31.9-32-31.9-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4-18.6 0-32 13.4-32 31.9 0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1-20.3 0-39.2 7.5-53.1 21.3-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.4 0 39.2-7.5 53.1-21.6 13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9zM246 609.6c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7zm39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7zm95.8-132.6H309.9V364h404.6v399.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32-.1-18.6-13.4-31.8-32.1-31.8z"
- )), t.ApiOutline = l("api", o, c(a,
- "M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7 35.3 0 68.4 13.7 93.4 38.7 24.9 24.9 38.7 58.1 38.7 93.4 0 35.3-13.8 68.4-38.7 93.4zm-190.2 105a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 69-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7a131.32 131.32 0 0 1-38.7-93.4c0-35.3 13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4z"
- )), t.AppstoreOutline = l("appstore", o, c(a,
- "M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z"
- )), t.AudioOutline = l("audio", o, c(a,
- "M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1zM512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-94-392c0-50.6 41.9-92 94-92s94 41.4 94 92v224c0 50.6-41.9 92-94 92s-94-41.4-94-92V232z"
- )), t.AppleOutline = l("apple", o, c(a,
- "M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-10.6 267c-14.3 19.9-28.7 35.6-41.9 45.7-10.5 8-18.6 11.4-24 11.6-9-.1-17.7-2.3-34.7-8.8-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8-18.6-4.8-37.1-7.4-56.9-7.4-20.2 0-39.2 2.5-58.1 7.2-13.9 3.5-25.6 7.4-42.7 13.8-.7.3-8.1 3.1-10.2 3.9-3.5 1.3-6.2 2.3-8.7 3.2-10.4 3.6-17 5.1-22.9 5.2-.7 0-1.3-.1-1.8-.2-1.1-.2-2.5-.6-4.1-1.3-4.5-1.8-9.9-5.1-16-9.8-14-10.9-29.4-28-45.1-49.9-27.5-38.6-53.5-89.8-66-125.7-15.4-44.8-23-87.7-23-128.6 0-60.2 17.8-106 48.4-137.1 26.3-26.6 61.7-41.5 97.8-42.3 5.9.1 14.5 1.5 25.4 4.5 8.6 2.3 18 5.4 30.7 9.9 3.8 1.4 16.9 6.1 18.5 6.7 7.7 2.8 13.5 4.8 19.2 6.6 18.2 5.8 32.3 9 47.6 9 15.5 0 28.8-3.3 47.7-9.8 7.1-2.4 32.9-12 37.5-13.6 25.6-9.1 44.5-14 60.8-15.2 4.8-.4 9.1-.4 13.2-.1 22.7 1.8 42.1 6.3 58.6 13.8-37.6 43.4-57 96.5-56.9 158.4-.3 14.7.9 31.7 5.1 51.8 6.4 30.5 18.6 60.7 37.9 89 14.7 21.5 32.9 40.9 54.7 57.8-11.5 23.7-25.6 48.2-40.4 68.8zm-94.5-572c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z"
- )), t.BackwardOutline = l("backward", o, c(r,
- "M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z"
- )), t.BankOutline = l("bank", o, c(a,
- "M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM512 196.7l271.1 197.2H240.9L512 196.7zM264 462h117v374H264V462zm189 0h117v374H453V462zm307 374H642V462h118v374z"
- )), t.BellOutline = l("bell", o, c(a,
- "M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zM304 768V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340H304z"
- )), t.BehanceSquareOutline = l("behance-square", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z"
- )), t.BookOutline = l("book", o, c(a,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zm220 752H232V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752z"
- )), t.BoxPlotOutline = l("box-plot", o, c(a,
- "M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM296 368h88v288h-88V368zm432 288H448V368h280v288z"
- )), t.BulbOutline = l("bulb", o, c(a,
- "M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z"
- )), t.BugOutline = l("bug", o, c(a,
- "M304 280h56c4.4 0 8-3.6 8-8 0-28.3 5.9-53.2 17.1-73.5 10.6-19.4 26-34.8 45.4-45.4C450.9 142 475.7 136 504 136h16c28.3 0 53.2 5.9 73.5 17.1 19.4 10.6 34.8 26 45.4 45.4C650 218.9 656 243.7 656 272c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1a184.31 184.31 0 0 0-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9a184.31 184.31 0 0 0-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z",
- "M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8a63 63 0 0 1-63 63H232a63 63 0 0 1-63-63c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7a273 273 0 0 0 22.7 49c24.3 41.5 59 76.2 100.5 100.5S460.5 960 512 960s99.8-13.9 141.3-38.2a281.38 281.38 0 0 0 123.2-149.5A120 120 0 0 1 836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM716 680c0 36.8-9.7 72-27.8 102.9-17.7 30.3-43 55.6-73.3 73.3C584 874.3 548.8 884 512 884s-72-9.7-102.9-27.8c-30.3-17.7-55.6-43-73.3-73.3A202.75 202.75 0 0 1 308 680V412h408v268z"
- )), t.CalculatorOutline = l("calculator", o, c(a,
- "M251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 0h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm-195.7-81l61.2-74.9c4.3-5.2.7-13.1-5.9-13.1H388c-2.3 0-4.5 1-5.9 2.9l-34 41.6-34-41.6a7.85 7.85 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.5-1 5.9-2.9l35.5-43.5 35.5 43.5c1.5 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 5.9-13.1L383.5 675zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-36 732H180V180h664v664z"
- )), t.BuildOutline = l("build", o, c(a,
- "M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zm-504 68h200v200H412V278zm-68 468H144V546h200v200zm268 0H412V546h200v200zm268-268H680V278h200v200z"
- )), t.CalendarOutline = l("calendar", o, c(a,
- "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
- )), t.CameraOutline = l("camera", o, c(a,
- "M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456zM512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z"
- )), t.CarOutline = l("car", o, c(a,
- "M380 704h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8zm340-123a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm239-167.6L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM840 517v237H184V517l15.6-43h624.8l15.6 43zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
- )), t.CaretDownOutline = l("caret-down", o, c(r,
- "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z"
- )), t.CaretLeftOutline = l("caret-left", o, c(r,
- "M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z"
- )), t.CaretRightOutline = l("caret-right", o, c(r,
- "M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z"
- )), t.CarryOutOutline = l("carry-out", o, c(a,
- "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z"
- )), t.CheckCircleOutline = l("check-circle", o, c(a,
- "M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z",
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
- )), t.CaretUpOutline = l("caret-up", o, c(r,
- "M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z"
- )), t.CheckSquareOutline = l("check-square", o, c(a,
- "M433.1 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7H642c-10.2 0-19.9 4.9-25.9 13.3L459 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H315c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8z",
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.ChromeOutline = l("chrome", o, c(a,
- "M928 512.3v-.3c0-229.8-186.2-416-416-416S96 282.2 96 512v.4c0 229.8 186.2 416 416 416s416-186.2 416-416v-.3.2zm-6.7-74.6l.6 3.3-.6-3.3zM676.7 638.2c53.5-82.2 52.5-189.4-11.1-263.7l162.4-8.4c20.5 44.4 32 93.8 32 145.9 0 185.2-144.6 336.6-327.1 347.4l143.8-221.2zM512 652.3c-77.5 0-140.2-62.7-140.2-140.2 0-77.7 62.7-140.2 140.2-140.2S652.2 434.5 652.2 512 589.5 652.3 512 652.3zm369.2-331.7l-3-5.7 3 5.7zM512 164c121.3 0 228.2 62.1 290.4 156.2l-263.6-13.9c-97.5-5.7-190.2 49.2-222.3 141.1L227.8 311c63.1-88.9 166.9-147 284.2-147zM102.5 585.8c26 145 127.1 264 261.6 315.1C229.6 850 128.5 731 102.5 585.8zM164 512c0-55.9 13.2-108.7 36.6-155.5l119.7 235.4c44.1 86.7 137.4 139.7 234 121.6l-74 145.1C302.9 842.5 164 693.5 164 512zm324.7 415.4c4 .2 8 .4 12 .5-4-.2-8-.3-12-.5z"
- )), t.ClockCircleOutline = l("clock-circle", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z",
- "M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z"
- )), t.CloseCircleOutline = l("close-circle", o, c(a,
- "M685.4 354.8c0-4.4-3.6-8-8-8l-66 .3L512 465.6l-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155L340.5 670a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3L512 564.4l99.3 118.4 66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.5 515l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z",
- "M512 65C264.6 65 64 265.6 64 513s200.6 448 448 448 448-200.6 448-448S759.4 65 512 65zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
- )), t.CloudOutline = l("cloud", o, c(a,
- "M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z"
- )), t.CloseSquareOutline = l("close-square", o, c(a,
- "M354 671h58.9c4.7 0 9.2-2.1 12.3-5.7L512 561.8l86.8 103.5c3 3.6 7.5 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.4-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.7 0-9.2 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3-3.6-7.5-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z",
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.CodeOutline = l("code", o, c(a,
- "M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48zm-194.9 6.1l192-161c3.8-3.2 3.8-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.CodepenCircleOutline = l("codepen-circle", o, c(a,
- "M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z"
- )), t.CompassOutline = l("compass", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm198.4-588.1a32 32 0 0 0-24.5.5L414.9 415 296.4 686c-3.6 8.2-3.6 17.5 0 25.7 3.4 7.8 9.7 13.9 17.7 17 3.8 1.5 7.7 2.2 11.7 2.2 4.4 0 8.7-.9 12.8-2.7l271-118.6 118.5-271a32.06 32.06 0 0 0-17.7-42.7zM576.8 534.4l26.2 26.2-42.4 42.4-26.2-26.2L380 644.4 447.5 490 422 464.4l42.4-42.4 25.5 25.5L644.4 380l-67.6 154.4zM464.4 422L422 464.4l25.5 25.6 86.9 86.8 26.2 26.2 42.4-42.4-26.2-26.2-86.8-86.9z"
- )), t.ContactsOutline = l("contacts", o, c(a,
- "M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52zm416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z"
- )), t.ContainerOutline = l("container", o, c(a,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v-63H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v752zM320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 160h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"
- )), t.ControlOutline = l("control", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8s0 .1.1.1a36.18 36.18 0 0 1 5.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8 0 0 0 .1-.1.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7zM620 539v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8v.1a36.18 36.18 0 0 1 5.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8v.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7z"
- )), t.CopyOutline = l("copy", o, c(a,
- "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z"
- )), t.CreditCardOutline = l("credit-card", o, c(a,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-792 72h752v120H136V232zm752 560H136V440h752v352zm-237-64h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z"
- )), t.CrownOutline = l("crown", o, c(a,
- "M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zm-126 534.1H250.3l-53.8-409.4 139.8 86.1L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4zM512 509c-62.1 0-112.6 50.5-112.6 112.6S449.9 734.2 512 734.2s112.6-50.5 112.6-112.6S574.1 509 512 509zm0 160.9c-26.6 0-48.2-21.6-48.2-48.3 0-26.6 21.6-48.3 48.2-48.3s48.2 21.6 48.2 48.3c0 26.6-21.6 48.3-48.2 48.3z"
- )), t.CustomerServiceOutline = l("customer-service", o, c(a,
- "M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z"
- )), t.DashboardOutline = l("dashboard", o, c(a,
- "M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276zM623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8zm260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zm12.7-197.2l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zm-458.6-31.1a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z"
- )), t.DeleteOutline = l("delete", o, c(a,
- "M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z"
- )), t.DiffOutline = l("diff", o, c(a,
- "M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7zm-7.1-502.6c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888zm190.2-581.4L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z"
- )), t.DatabaseOutline = l("database", o, c(a,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM304 240a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
- )), t.DislikeOutline = l("dislike", o, c(a,
- "M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h129.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM184 456V172h81v284h-81zm627.2 160.4H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3L329 459.2V172h415.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4z"
- )), t.DownCircleOutline = l("down-circle", o, c(a,
- "M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z",
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
- )), t.DownSquareOutline = l("down-square", o, c(a,
- "M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.8-5.3 0-12.7-6.5-12.7H643c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z",
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.DribbbleSquareOutline = l("dribbble-square", o, c(a,
- "M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z"
- )), t.EnvironmentOutline = l("environment", o, c(a,
- "M854.6 289.1a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1zm0-617.2c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8C612.4 381 624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z"
- )), t.EditOutline = l("edit", o, c(a,
- "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z"
- )), t.ExclamationCircleOutline = l("exclamation-circle", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z",
- "M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z"
- )), t.ExperimentOutline = l("experiment", o, c(a,
- "M512 472a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm367 352.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.7-107.8c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1L813.5 844h-603z"
- )), t.EyeInvisibleOutline = l("eye-invisible", o, c(a,
- "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zm-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z",
- "M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z"
- )), t.EyeOutline = l("eye", o, c(a,
- "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"
- )), t.FacebookOutline = l("facebook", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 736H663.9V602.2h104l15.6-120.7H663.9v-77.1c0-35 9.7-58.8 59.8-58.8h63.9v-108c-11.1-1.5-49-4.8-93.2-4.8-92.2 0-155.3 56.3-155.3 159.6v89H434.9v120.7h104.3V848H176V176h672v672z"
- )), t.FastBackwardOutline = l("fast-backward", o, c(r,
- "M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z"
- )), t.FastForwardOutline = l("fast-forward", o, c(r,
- "M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z"
- )), t.FileAddOutline = l("file-add", o, c(a,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z"
- )), t.FileExcelOutline = l("file-excel", o, c(a,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z"
- )), t.FileExclamationOutline = l("file-exclamation", o, c(a,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM472 744a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm16-104h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8z"
- )), t.FileImageOutline = l("file-image", o, c(a,
- "M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 0 0-12.6 0l-99.8 127.2a7.98 7.98 0 0 0 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 0 0-12.7 0zM360 442a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm494.6-153.4L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z"
- )), t.FileMarkdownOutline = l("file-markdown", o, c(a,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0 0 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z"
- )), t.FilePptOutline = l("file-ppt", o, c(a,
- "M424 476c-4.4 0-8 3.6-8 8v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.3c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1zm280-281.7L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z"
- )), t.FileTextOutline = l("file-text", o, c(a,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z"
- )), t.FilePdfOutline = l("file-pdf", o, c(a,
- "M531.3 574.4l.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7-3.8-21.3-19.5-29.6-32.9-30.2-15.8-.7-29.9 8.3-33.4 21.4-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.5-51.2 107.5-29.6 15.3-69.3 38.9-75.2 68.7-1.2 5.5.2 12.5 3.5 18.8 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-13.2-13-45.3-16.4-95.3-10.2-24.6-15-40.7-35.4-52.4-65.8zM421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7 6.7-12.3 19.8-25.3 30.1-34.7zm87.6-235.5c5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4.8.1 1.5.7 2.2 2zm-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4zm155.6 65.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4zm191.4-388.2L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z"
- )), t.FileZipOutline = l("file-zip", o, c(a,
- "M296 392h64v64h-64zm0 190v160h128V582h-64v-62h-64v62zm80 48v64h-32v-64h32zm-16-302h64v64h-64zm-64-64h64v64h-64zm64 192h64v64h-64zm0-256h64v64h-64zm494.6 88.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h64v64h64v-64h174v216a42 42 0 0 0 42 42h216v494z"
- )), t.FileOutline = l("file", o, c(a,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z"
- )), t.FilterOutline = l("filter", o, c(a,
- "M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156zm9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z"
- )), t.FileWordOutline = l("file-word", o, c(a,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 0 0-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 0 0-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z"
- )), t.FireOutline = l("fire", o, c(a,
- "M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0 0 58.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0 0 12.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0 0 24.4 59.8 73.36 73.36 0 0 0 53.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z"
- )), t.FileUnknownOutline = l("file-unknown", o, c(a,
- "M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm78 195a32 32 0 1 0 64 0 32 32 0 1 0-64 0z"
- )), t.FlagOutline = l("flag", o, c(a,
- "M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z"
- )), t.FolderAddOutline = l("folder-add", o, c(a,
- "M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1zm396-144.7H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z"
- )), t.FolderOutline = l("folder", o, c(a,
- "M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z"
- )), t.FolderOpenOutline = l("folder-open", o, c(a,
- "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z"
- )), t.ForwardOutline = l("forward", o, c(r,
- "M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z"
- )), t.FrownOutline = l("frown", o, c(a,
- "M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM512 533c-85.5 0-155.6 67.3-160 151.6a8 8 0 0 0 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4C420 636.1 461.5 597 512 597s92.1 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 0 0 8-8.4C667.6 600.3 597.5 533 512 533z"
- )), t.FundOutline = l("fund", o, c(a,
- "M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-40 632H134V236h752v560zm-658.9-82.3c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 0 0-11.3 0L531 565 416.6 450.5a8.03 8.03 0 0 0-11.3 0l-214.9 215a8.03 8.03 0 0 0 0 11.3l36.7 36.9z"
- )), t.FunnelPlotOutline = l("funnel-plot", o, c(a,
- "M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V650h182.9v148zm9.6-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z"
- )), t.GiftOutline = l("gift", o, c(a,
- "M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zm-334-74c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm-138-70c38.6 0 70 31.4 70 70v70h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70zM180 482V378h298v104H180zm48 68h250v308H228V550zm568 308H546V550h250v308zm48-376H546V378h298v104z"
- )), t.GithubOutline = l("github", o, c(a,
- "M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z"
- )), t.GitlabOutline = l("gitlab", o, c(a,
- "M913.9 552.2L805 181.4v-.1c-7.6-22.9-25.7-36.5-48.3-36.5-23.4 0-42.5 13.5-49.7 35.2l-71.4 213H388.8l-71.4-213c-7.2-21.7-26.3-35.2-49.7-35.2-23.1 0-42.5 14.8-48.4 36.6L110.5 552.2c-4.4 14.7 1.2 31.4 13.5 40.7l368.5 276.4c2.6 3.6 6.2 6.3 10.4 7.8l8.6 6.4 8.5-6.4c4.9-1.7 9-4.7 11.9-8.9l368.4-275.4c12.4-9.2 18-25.9 13.6-40.6zM751.7 193.4c1-1.8 2.9-1.9 3.5-1.9 1.1 0 2.5.3 3.4 3L818 394.3H684.5l67.2-200.9zm-487.4 1c.9-2.6 2.3-2.9 3.4-2.9 2.7 0 2.9.1 3.4 1.7l67.3 201.2H206.5l57.8-200zM158.8 558.7l28.2-97.3 202.4 270.2-230.6-172.9zm73.9-116.4h122.1l90.8 284.3-212.9-284.3zM512.9 776L405.7 442.3H620L512.9 776zm157.9-333.7h119.5L580 723.1l90.8-280.8zm-40.7 293.9l207.3-276.7 29.5 99.2-236.8 177.5z"
- )), t.HeartOutline = l("heart", o, c(a,
- "M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z"
- )), t.HddOutline = l("hdd", o, c(a,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM496 208H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 244a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
- )), t.HighlightOutline = l("highlight", o, c(a,
- "M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.2H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.2l68.6-67.6 171.4 168.9-68.6 67.6zM713.1 658L450.3 399.1 597.6 254l262.8 259-147.3 145z"
- )), t.HomeOutline = l("home", o, c(a,
- "M946.5 505L560.1 118.8l-25.9-25.9a31.5 31.5 0 0 0-44.4 0L77.5 505a63.9 63.9 0 0 0-18.8 46c.4 35.2 29.7 63.3 64.9 63.3h42.5V940h691.8V614.3h43.4c17.1 0 33.2-6.7 45.3-18.8a63.6 63.6 0 0 0 18.7-45.3c0-17-6.7-33.1-18.8-45.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z"
- )), t.HourglassOutline = l("hourglass", o, c(a,
- "M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 0 1 354 318V184h316v134z"
- )), t.Html5Outline = l("html5", o, c(a,
- "M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2zM281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z"
- )), t.IdcardOutline = l("idcard", o, c(a,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560zM610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z"
- )), t.InfoCircleOutline = l("info-circle", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z",
- "M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z"
- )), t.InstagramOutline = l("instagram", o, c(a,
- "M512 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1 717.1 625.5 717.1 512 625.5 306.9 512 306.9zm0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7 645.3 438.6 645.3 512 585.4 645.3 512 645.3zm213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9 47.9-21.3 47.9-47.9a47.84 47.84 0 0 0-47.9-47.9zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zm-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840c-58.3 0-183.3 4.7-235.9-16.1-18.2-7.3-31.8-16.1-45.8-30.2-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512c0-58.3-4.7-183.3 16.1-235.9 7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2 14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512c0 58.3 4.7 183.2-16.2 235.8z"
- )), t.InsuranceOutline = l("insurance", o, c(a,
- "M441.6 306.8L403 288.6a6.1 6.1 0 0 0-8.4 3.7c-17.5 58.5-45.2 110.1-82.2 153.6a6.05 6.05 0 0 0-1.2 5.6l13.2 43.5c1.3 4.4 7 5.7 10.2 2.4 7.7-8.1 15.4-16.9 23.1-26V656c0 4.4 3.6 8 8 8H403c4.4 0 8-3.6 8-8V393.1a429.2 429.2 0 0 0 33.6-79c1-2.9-.3-6-3-7.3zm26.8 9.2v127.2c0 4.4 3.6 8 8 8h65.9v18.6h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c1.9 3.1 6.2 3.8 8.9 1.4 31.6-26.8 58.7-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V536c21.3 41.7 47.5 77.5 78.1 106.9 2.6 2.5 6.8 2.1 8.9-.7l26.3-35.3c2-2.7 1.4-6.5-1.2-8.4-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8V478c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H476.4c-4.4 0-8 3.6-8 8zm51.5 42.8h97.9v41.6h-97.9v-41.6zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z"
- )), t.InteractionOutline = l("interaction", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z"
- )), t.InterationOutline = l("interation", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z"
- )), t.LayoutOutline = l("layout", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-696 72h136v656H184V184zm656 656H384V384h456v456zM384 320V184h456v136H384z"
- )), t.LeftCircleOutline = l("left-circle", o, c(a,
- "M603.3 327.5l-246 178a7.95 7.95 0 0 0 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z",
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
- )), t.LeftSquareOutline = l("left-square", o, c(a,
- "M365.3 518.5l246 178c5.3 3.8 12.7 0 12.7-6.5v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a8.05 8.05 0 0 0 0 13z",
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.LikeOutline = l("like", o, c(a,
- "M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 0 0-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 0 0 471 99.9c-52 0-98 35-111.8 85.1l-85.9 311H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h601.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM184 852V568h81v284h-81zm636.4-353l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H329V564.8l99.5-360.5a44.1 44.1 0 0 1 42.2-32.3c7.6 0 15.1 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.2 32.1-19.6 43z"
- )), t.LinkedinOutline = l("linkedin", o, c(a,
- "M847.7 112H176.3c-35.5 0-64.3 28.8-64.3 64.3v671.4c0 35.5 28.8 64.3 64.3 64.3h671.4c35.5 0 64.3-28.8 64.3-64.3V176.3c0-35.5-28.8-64.3-64.3-64.3zm0 736c-447.8-.1-671.7-.2-671.7-.3.1-447.8.2-671.7.3-671.7 447.8.1 671.7.2 671.7.3-.1 447.8-.2 671.7-.3 671.7zM230.6 411.9h118.7v381.8H230.6zm59.4-52.2c37.9 0 68.8-30.8 68.8-68.8a68.8 68.8 0 1 0-137.6 0c-.1 38 30.7 68.8 68.8 68.8zm252.3 245.1c0-49.8 9.5-98 71.2-98 60.8 0 61.7 56.9 61.7 101.2v185.7h118.6V584.3c0-102.8-22.2-181.9-142.3-181.9-57.7 0-96.4 31.7-112.3 61.7h-1.6v-52.2H423.7v381.8h118.6V604.8z"
- )), t.LockOutline = l("lock", o, c(a,
- "M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z"
- )), t.MedicineBoxOutline = l("medicine-box", o, c(a,
- "M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840zM652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"
- )), t.MehOutline = l("meh", o, c(a,
- "M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 565H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"
- )), t.MailOutline = l("mail", o, c(a,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z"
- )), t.MessageOutline = l("message", o, c(a,
- "M464 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm200 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-400 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 0 0-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 0 0-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 0 0 112 714v152a46 46 0 0 0 46 46h152.1A449.4 449.4 0 0 0 510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 0 0 142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
- )), t.MinusCircleOutline = l("minus-circle", o, c(a,
- "M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z",
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
- )), t.MinusSquareOutline = l("minus-square", o, c(a,
- "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z",
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.MobileOutline = l("mobile", o, c(a,
- "M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zm-8 824H288V134h448v752zM472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
- )), t.MoneyCollectOutline = l("money-collect", o, c(a,
- "M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM512 837.5l-256-93.1V184h512v560.4l-256 93.1zM660.6 312h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9z"
- )), t.PauseCircleOutline = l("pause-circle", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm-88-532h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z"
- )), t.PayCircleOutline = l("pay-circle", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm159.6-585h-59.5c-3 0-5.8 1.7-7.1 4.4l-90.6 180H511l-90.6-180a8 8 0 0 0-7.1-4.4h-60.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9L457 515.7h-61.4c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V603h-81.7c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V717c0 4.4 3.6 8 8 8h54.3c4.4 0 8-3.6 8-8v-68.1h82c4.4 0 8-3.6 8-8V611c0-4.4-3.6-8-8-8h-82v-41.5h82c4.4 0 8-3.6 8-8v-29.9c0-4.4-3.6-8-8-8h-62l111.1-204.8c.6-1.2 1-2.5 1-3.8-.1-4.4-3.7-8-8.1-8z"
- )), t.NotificationOutline = l("notification", o, c(a,
- "M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z"
- )), t.PhoneOutline = l("phone", o, c(a,
- "M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 0 1-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 0 0-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 0 0 285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z"
- )), t.PictureOutline = l("picture", o, c(a,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2zM304 456a88 88 0 1 0 0-176 88 88 0 0 0 0 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z"
- )), t.PieChartOutline = l("pie-chart", o, c(a,
- "M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1 398.19 398.19 0 0 0-85.7 127.1A397.61 397.61 0 0 0 72 552a398.46 398.46 0 0 0 117.1 282.8c36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 0 0 472 952a398.46 398.46 0 0 0 282.8-117.1c36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 0 0 872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552c0-88.7 34.5-172.1 97.2-234.8 54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8zM952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-4.7-.4-8.7 3.2-8.7 7.9V464c0 4.4 3.6 8 8 8l384-1c4.7 0 8.4-4 8-8.6zm-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z"
- )), t.PlaySquareOutline = l("play-square", o, c(a,
- "M442.3 677.6l199.4-156.7a11.3 11.3 0 0 0 0-17.7L442.3 346.4c-7.4-5.8-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.7 18.3 8.9z",
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.PlayCircleOutline = l("play-circle", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z",
- "M719.4 499.1l-296.1-215A15.9 15.9 0 0 0 398 297v430c0 13.1 14.8 20.5 25.3 12.9l296.1-215a15.9 15.9 0 0 0 0-25.8zm-257.6 134V390.9L628.5 512 461.8 633.1z"
- )), t.PlusCircleOutline = l("plus-circle", o, c(a,
- "M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z",
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
- )), t.PrinterOutline = l("printer", o, c(a,
- "M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8zm32-104H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z"
- )), t.PlusSquareOutline = l("plus-square", o, c(a,
- "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z",
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.ProfileOutline = l("profile", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM492 400h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zM340 368a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 144a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
- )), t.ProjectOutline = l("project", o, c(a,
- "M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8zm216-432H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.PushpinOutline = l("pushpin", o, c(a,
- "M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 0 0-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z"
- )), t.PropertySafetyOutline = l("property-safety", o, c(a,
- "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM430.5 318h-46c-1.7 0-3.3.4-4.8 1.2a10.1 10.1 0 0 0-4 13.6l88 161.1h-45.2c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7h-63.1c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1a10.05 10.05 0 0 0-8.8-14.8h-45c-3.8 0-7.2 2.1-8.9 5.5l-73.2 144.3-72.9-144.3c-1.7-3.4-5.2-5.5-9-5.5z"
- )), t.QuestionCircleOutline = l("question-circle", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z",
- "M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5.1-39.3-17.1-76-48.3-103.3zM472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
- )), t.ReadOutline = l("read", o, c(a,
- "M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM324.8 721H136V233h188.8c35.4 0 69.8 10.1 99.5 29.2l48.8 31.3 6.9 4.5v462c-47.6-25.6-100.8-39-155.2-39zm563.2 0H699.2c-54.4 0-107.6 13.4-155.2 39V298l6.9-4.5 48.8-31.3c29.7-19.1 64.1-29.2 99.5-29.2H888v488zM396.9 361H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm223.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c0-4.1-3.2-7.5-7.1-7.5H627.1c-3.9 0-7.1 3.4-7.1 7.5zM396.9 501H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm416 0H627.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5z"
- )), t.ReconciliationOutline = l("reconciliation", o, c(a,
- "M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34zm204-523H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552zM704 408v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zM592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z"
- )), t.RedEnvelopeOutline = l("red-envelope", o, c(a,
- "M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142zM832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z"
- )), t.RestOutline = l("rest", o, c(a,
- "M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z",
- "M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z"
- )), t.RightCircleOutline = l("right-circle", o, c(a,
- "M666.7 505.5l-246-178A8 8 0 0 0 408 334v46.9c0 10.2 4.9 19.9 13.2 25.9L566.6 512 421.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.8 0-13z",
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
- )), t.RocketOutline = l("rocket", o, c(a,
- "M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8H864zM762.3 621.4c9.4 14.6 17 30.3 22.5 46.6H700V558.7a211.6 211.6 0 0 1 62.3 62.7zM388 483.1V318.8l124-147 124 147V668H388V483.1zM239.2 668c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668h-84.8zm388.9 116.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5-38.3 0-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM464 400a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"
- )), t.RightSquareOutline = l("right-square", o, c(a,
- "M412.7 696.5l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5V381c0 10.2 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5z",
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.SafetyCertificateOutline = l("safety-certificate", o, c(a,
- "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z"
- )), t.ScheduleOutline = l("schedule", o, c(a,
- "M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 136H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm308.2-177.4L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5z"
- )), t.SaveOutline = l("save", o, c(a,
- "M893.3 293.3L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840zM512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z"
- )), t.SecurityScanOutline = l("security-scan", o, c(a,
- "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM402.9 528.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.7 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 123-20.1 178.6zm65.4-133.3c31.3-31.3 82-31.3 113.2 0 31.3 31.3 31.3 82 0 113.2-31.3 31.3-82 31.3-113.2 0s-31.3-81.9 0-113.2z"
- )), t.SettingOutline = l("setting", o, c(a,
- "M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5a449.4 449.4 0 0 0 159 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2z"
- )), t.ShoppingOutline = l("shopping", o, c(a,
- "M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z"
- )), t.SkinOutline = l("skin", o, c(a,
- "M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z"
- )), t.SkypeOutline = l("skype", o, c(a,
- "M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-88.1 216C766.9 823.4 729 839 688.4 839c-26.1 0-51.8-6.8-74.6-19.7l-22.5-12.7-25.5 4.5c-17.8 3.2-35.8 4.8-53.6 4.8-41.4 0-81.3-8.1-119.1-24.1-36.3-15.3-69-37.3-97.2-65.5a304.29 304.29 0 0 1-65.5-97.1c-16-37.7-24-77.6-24-119 0-17.4 1.6-35.2 4.6-52.8l4.4-25.1L203 410a151.02 151.02 0 0 1-19.1-73.4c0-40.6 15.7-78.5 44.4-107.2C257.1 200.7 295 185 335.6 185a153 153 0 0 1 71.4 17.9l22.4 11.8 24.8-4.8c18.9-3.6 38.4-5.5 58-5.5 41.4 0 81.3 8.1 119 24 36.5 15.4 69.1 37.4 97.2 65.5 28.2 28.1 50.2 60.8 65.6 97.2 16 37.7 24 77.6 24 119 0 18.4-1.7 37-5.1 55.5l-4.7 25.5 12.6 22.6c12.6 22.5 19.2 48 19.2 73.7 0 40.7-15.7 78.5-44.4 107.2zM583.4 466.2L495 446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9 76.1-53.9c98.7 0 89.7 67.8 138.7 67.8 25.8 0 48.4-15.2 48.4-41.2 0-60.8-97.4-106.5-180-106.5-89.7 0-185.2 38.1-185.2 139.5 0 48.8 17.4 100.8 113.6 124.9l119.4 29.8c36.1 8.9 45.2 29.2 45.2 47.6 0 30.5-30.3 60.3-85.2 60.3-107.2 0-92.3-82.5-149.7-82.5-25.8 0-44.5 17.8-44.5 43.1 0 49.4 60 115.4 194.2 115.4 127.7 0 191-61.5 191-144 0-53.1-24.5-109.6-121.3-131.2z"
- )), t.SlackSquareOutline = l("slack-square", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z"
- )), t.SlidersOutline = l("sliders", o, c(a,
- "M320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440zm644-436h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 0 1-3 3h-74a3 3 0 0 1-3-3v-74a3 3 0 0 1 3-3h74a3 3 0 0 1 3 3v74z"
- )), t.SmileOutline = l("smile", o, c(a,
- "M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z"
- )), t.SnippetsOutline = l("snippets", o, c(a,
- "M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z"
- )), t.SoundOutline = l("sound", o, c(a,
- "M625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582zm348-327H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zm-41.9 261.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344z"
- )), t.StarOutline = l("star", o, c(a,
- "M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM664.8 561.6l36.1 210.3L512 672.7 323.1 772l36.1-210.3-152.8-149L417.6 382 512 190.7 606.4 382l211.2 30.7-152.8 148.9z"
- )), t.StepBackwardOutline = l("step-backward", o, c(r,
- "M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8"
- )), t.StepForwardOutline = l("step-forward", o, c(r,
- "M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8"
- )), t.StopOutline = l("stop", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372 0-89 31.3-170.8 83.5-234.8l523.3 523.3C682.8 852.7 601 884 512 884zm288.5-137.2L277.2 223.5C341.2 171.3 423 140 512 140c205.4 0 372 166.6 372 372 0 89-31.3 170.8-83.5 234.8z"
- )), t.SwitcherOutline = l("switcher", o, c(a,
- "M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528zm168-728H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM300 550h296v64H300z"
- )), t.TagOutline = l("tag", o, c(a,
- "M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7zM680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"
- )), t.TabletOutline = l("tablet", o, c(a,
- "M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752zM472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
- )), t.ShopOutline = l("shop", o, c(a,
- "M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm30-404.4c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 0 1 512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 0 1-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z"
- )), t.TagsOutline = l("tags", o, c(a,
- "M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm62.6-651.7l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9zm60.16 186.23a48 48 0 1 0 67.88-67.89 48 48 0 1 0-67.88 67.89zM889.7 539.8l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z"
- )), t.TaobaoCircleOutline = l("taobao-circle", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z"
- )), t.ToolOutline = l("tool", o, c(a,
- "M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z"
- )), t.ThunderboltOutline = l("thunderbolt", o, c(a,
- "M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.2 732.5l60.3-241H281.1l189.6-327.4h224.6L487 427.4h211L378.2 732.5z"
- )), t.TrophyOutline = l("trophy", o, c(a,
- "M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM184 352V232h64v207.6a91.99 91.99 0 0 1-64-87.6zm520 128c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z"
- )), t.UnlockOutline = l("unlock", o, c(a,
- "M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z"
- )), t.UpCircleOutline = l("up-circle", o, c(a,
- "M518.5 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c10.2 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246z",
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
- )), t.UpSquareOutline = l("up-square", o, c(a,
- "M334 624h46.9c10.2 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246a7.95 7.95 0 0 0-12.9 0l-178 246A7.96 7.96 0 0 0 334 624z",
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.UsbOutline = l("usb", o, c(a,
- "M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-424 0V184h352v248H336zm120-184h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"
- )), t.VideoCameraOutline = l("video-camera", o, c(a,
- "M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226zM208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"
- )), t.WalletOutline = l("wallet", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0 264H184V184h656v200H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200zM580 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
- )), t.WarningOutline = l("warning", o, c(a,
- "M464 720a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zm475.7 440l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z"
- )), t.WechatOutline = l("wechat", o, c(a,
- "M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6 9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9z"
- )), t.WeiboCircleOutline = l("weibo-circle", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z"
- )), t.WindowsOutline = l("windows", o, c(a,
- "M120.1 770.6L443 823.2V543.8H120.1v226.8zm63.4-163.5h196.2v141.6l-196.2-31.9V607.1zm340.3 226.5l382 62.2v-352h-382v289.8zm63.4-226.5h255.3v214.4l-255.3-41.6V607.1zm-63.4-415.7v288.8h382V128.1l-382 63.3zm318.7 225.5H587.3V245l255.3-42.3v214.2zm-722.4 63.3H443V201.9l-322.9 53.5v224.8zM183.5 309l196.2-32.5v140.4H183.5V309z"
- )), t.YahooOutline = l("yahoo", o, c(a,
- "M859.9 681.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm0 507C245.1 738 121 634.6 121 512.5c0-62.3 32.3-119.7 84.9-161v48.4h37l159.8 159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1 28.1-93.4-93.5h37v-56.3H216.4c49.4-35 114.3-56.6 186.2-56.6 157.6 0 281.6 103.4 281.6 225.5S560.2 738 402.6 738zm534.7-507H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7z"
- )), t.WeiboSquareOutline = l("weibo-square", o, c(a,
- "M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z"
- )), t.YuqueOutline = l("yuque", o, c(a,
- "M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3 .1 0 87.4 55.6 52.4 154.7-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6zm-204.1 334c-10.6 0-26.2.1-46.8.3l-23.6.2-17.8 15.5c-47.1 41-104.4 71.5-171.4 87.6-52.5 12.6-110 16.2-172.7 9.6 18-20.5 36.5-41.6 55.4-63.1 92-104.6 173.8-197.5 236.9-268.5l1.4-1.4 1.3-1.5c4.1-4.6 20.6-23.3 24.7-28.1 9.7-11.1 17.3-19.9 24.5-28.6 30.7-36.7 52.2-67.8 69-102.2l1.6-3.3 1.2-3.4c13.7-38.8 15.4-76.9 6.2-112.8 22.5.7 46.5 1.9 71.7 3.6 33.3 2.3 55.5 12.9 71.1 29.2 5.8 6 10.2 12.5 13.4 18.7 1 2 1.7 3.6 2.3 5l5 17.7c-15.7 34.5-19.9 73.3-11.4 107.2 3 11.8 6.9 22.4 12.3 34.4 2.1 4.7 9.5 20.1 11 23.3 10.3 22.7 15.4 43 16.7 78.7 3.3 94.6-82.7 181.9-182 181.9z"
- )), t.YoutubeOutline = l("youtube", o, c(a,
- "M960 509.2c0-2.2 0-4.7-.1-7.6-.1-8.1-.3-17.2-.5-26.9-.8-27.9-2.2-55.7-4.4-81.9-3-36.1-7.4-66.2-13.4-88.8a139.52 139.52 0 0 0-98.3-98.5c-28.3-7.6-83.7-12.3-161.7-15.2-37.1-1.4-76.8-2.3-116.5-2.8-13.9-.2-26.8-.3-38.4-.4h-29.4c-11.6.1-24.5.2-38.4.4-39.7.5-79.4 1.4-116.5 2.8-78 3-133.5 7.7-161.7 15.2A139.35 139.35 0 0 0 82.4 304C76.3 326.6 72 356.7 69 392.8c-2.2 26.2-3.6 54-4.4 81.9-.3 9.7-.4 18.8-.5 26.9 0 2.9-.1 5.4-.1 7.6v5.6c0 2.2 0 4.7.1 7.6.1 8.1.3 17.2.5 26.9.8 27.9 2.2 55.7 4.4 81.9 3 36.1 7.4 66.2 13.4 88.8 12.8 47.9 50.4 85.7 98.3 98.5 28.2 7.6 83.7 12.3 161.7 15.2 37.1 1.4 76.8 2.3 116.5 2.8 13.9.2 26.8.3 38.4.4h29.4c11.6-.1 24.5-.2 38.4-.4 39.7-.5 79.4-1.4 116.5-2.8 78-3 133.5-7.7 161.7-15.2 47.9-12.8 85.5-50.5 98.3-98.5 6.1-22.6 10.4-52.7 13.4-88.8 2.2-26.2 3.6-54 4.4-81.9.3-9.7.4-18.8.5-26.9 0-2.9.1-5.4.1-7.6v-5.6zm-72 5.2c0 2.1 0 4.4-.1 7.1-.1 7.8-.3 16.4-.5 25.7-.7 26.6-2.1 53.2-4.2 77.9-2.7 32.2-6.5 58.6-11.2 76.3-6.2 23.1-24.4 41.4-47.4 47.5-21 5.6-73.9 10.1-145.8 12.8-36.4 1.4-75.6 2.3-114.7 2.8-13.7.2-26.4.3-37.8.3h-28.6l-37.8-.3c-39.1-.5-78.2-1.4-114.7-2.8-71.9-2.8-124.9-7.2-145.8-12.8-23-6.2-41.2-24.4-47.4-47.5-4.7-17.7-8.5-44.1-11.2-76.3-2.1-24.7-3.4-51.3-4.2-77.9-.3-9.3-.4-18-.5-25.7 0-2.7-.1-5.1-.1-7.1v-4.8c0-2.1 0-4.4.1-7.1.1-7.8.3-16.4.5-25.7.7-26.6 2.1-53.2 4.2-77.9 2.7-32.2 6.5-58.6 11.2-76.3 6.2-23.1 24.4-41.4 47.4-47.5 21-5.6 73.9-10.1 145.8-12.8 36.4-1.4 75.6-2.3 114.7-2.8 13.7-.2 26.4-.3 37.8-.3h28.6l37.8.3c39.1.5 78.2 1.4 114.7 2.8 71.9 2.8 124.9 7.2 145.8 12.8 23 6.2 41.2 24.4 47.4 47.5 4.7 17.7 8.5 44.1 11.2 76.3 2.1 24.7 3.4 51.3 4.2 77.9.3 9.3.4 18 .5 25.7 0 2.7.1 5.1.1 7.1v4.8zM423 646l232-135-232-133z"
- )), t.AlibabaOutline = l("alibaba", o, c(a,
- "M602.9 669.8c-37.2 2.6-33.6-17.3-11.5-46.2 50.4-67.2 143.7-158.5 147.9-225.2 5.8-86.6-81.3-113.4-171-113.4-62.4 1.6-127 18.9-171 34.6-151.6 53.5-246.6 137.5-306.9 232-62.4 93.4-43 183.2 91.8 185.8 101.8-4.2 170.5-32.5 239.7-68.2.5 0-192.5 55.1-263.9 14.7-7.9-4.2-15.7-10-17.8-26.2 0-33.1 54.6-67.7 86.6-78.7v-56.7c64.5 22.6 140.6 16.3 205.7-32 2.1 5.8 4.2 13.1 3.7 21h11c2.6-22.6-12.6-44.6-37.8-46.2 7.3 5.8 12.6 10.5 15.2 14.7l-1 1-.5.5c-83.9 58.8-165.3 31.5-173.1 29.9l46.7-45.7-13.1-33.1c92.9-32.5 169.5-56.2 296.9-78.7l-28.5-23 14.7-8.9c75.5 21 126.4 36.7 123.8 76.6-1 6.8-3.7 14.7-7.9 23.1C660.1 466.1 594 538 567.2 569c-17.3 20.5-34.6 39.4-46.7 58.3-13.6 19.4-20.5 37.3-21 53.5 2.6 131.8 391.4-61.9 468-112.9-111.7 47.8-232.9 93.5-364.6 101.9zm85-302.9c2.8 5.2 4.1 11.6 4.1 19.1-.1-6.8-1.4-13.3-4.1-19.1z"
- )), t.AlignCenterOutline = l("align-center", o, c(a,
- "M264 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm496 424c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496zm144 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.AlignLeftOutline = l("align-left", o, c(a,
- "M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.AlignRightOutline = l("align-right", o, c(a,
- "M904 158H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 424H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 212H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.AlipayOutline = l("alipay", o, c(a,
- "M789 610.3c-38.7-12.9-90.7-32.7-148.5-53.6 34.8-60.3 62.5-129 80.7-203.6H530.5v-68.6h233.6v-38.3H530.5V132h-95.4c-16.7 0-16.7 16.5-16.7 16.5v97.8H182.2v38.3h236.3v68.6H223.4v38.3h378.4a667.18 667.18 0 0 1-54.5 132.9c-122.8-40.4-253.8-73.2-336.1-53-52.6 13-86.5 36.1-106.5 60.3-91.4 111-25.9 279.6 167.2 279.6C386 811.2 496 747.6 581.2 643 708.3 704 960 808.7 960 808.7V659.4s-31.6-2.5-171-49.1zM253.9 746.6c-150.5 0-195-118.3-120.6-183.1 24.8-21.9 70.2-32.6 94.4-35 89.4-8.8 172.2 25.2 269.9 72.8-68.8 89.5-156.3 145.3-243.7 145.3z"
- )), t.AliyunOutline = l("aliyun", o, c(a,
- "M959.2 383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6 85.2 201 43.7a42.58 42.58 0 0 1 32.9 39.7c.1.5.1 216.1 0 216.6a42.58 42.58 0 0 1-32.9 39.7l-201 43.7-21.6 85.3h234.2c82.1 0 148.8-66.5 149.1-148.6V383.9zM225.5 660.4a42.58 42.58 0 0 1-32.9-39.7c-.1-.6-.1-216.1 0-216.6.8-19.4 14.6-35.5 32.9-39.7l201-43.7 21.6-85.2H213.8c-82.1 0-148.8 66.4-149.1 148.6V641c.3 82.1 67 148.6 149.1 148.6H448l-21.6-85.3-200.9-43.9zm200.9-158.8h171v21.3h-171z"
- )), t.AmazonOutline = l("amazon", o, c(a,
- "M825 768.9c-3.3-.9-7.3-.4-11.9 1.3-61.6 28.2-121.5 48.3-179.7 60.2C507.7 856 385.2 842.6 266 790.3c-33.1-14.6-79.1-39.2-138-74a9.36 9.36 0 0 0-5.3-2c-2-.1-3.7.1-5.3.9-1.6.8-2.8 1.8-3.7 3.1-.9 1.3-1.1 3.1-.4 5.4.6 2.2 2.1 4.7 4.6 7.4 10.4 12.2 23.3 25.2 38.6 39s35.6 29.4 60.9 46.8c25.3 17.4 51.8 32.9 79.3 46.4 27.6 13.5 59.6 24.9 96.1 34.1s73 13.8 109.4 13.8c36.2 0 71.4-3.7 105.5-10.9 34.2-7.3 63-15.9 86.5-25.9 23.4-9.9 45-21 64.8-33 19.8-12 34.4-22.2 43.9-30.3 9.5-8.2 16.3-14.6 20.2-19.4 4.6-5.7 6.9-10.6 6.9-14.9.1-4.5-1.7-7.1-5-7.9zM527.4 348.1c-15.2 1.3-33.5 4.1-55 8.3-21.5 4.1-41.4 9.3-59.8 15.4s-37.2 14.6-56.3 25.4c-19.2 10.8-35.5 23.2-49 37s-24.5 31.1-33.1 52c-8.6 20.8-12.9 43.7-12.9 68.7 0 27.1 4.7 51.2 14.3 72.5 9.5 21.3 22.2 38 38.2 50.4 15.9 12.4 34 22.1 54 29.2 20 7.1 41.2 10.3 63.2 9.4 22-.9 43.5-4.3 64.4-10.3 20.8-5.9 40.4-15.4 58.6-28.3 18.2-12.9 33.1-28.2 44.8-45.7 4.3 6.6 8.1 11.5 11.5 14.7l8.7 8.9c5.8 5.9 14.7 14.6 26.7 26.1 11.9 11.5 24.1 22.7 36.3 33.7l104.4-99.9-6-4.9c-4.3-3.3-9.4-8-15.2-14.3-5.8-6.2-11.6-13.1-17.2-20.5-5.7-7.4-10.6-16.1-14.7-25.9-4.1-9.8-6.2-19.3-6.2-28.5V258.7c0-10.1-1.9-21-5.7-32.8-3.9-11.7-10.7-24.5-20.7-38.3-10-13.8-22.4-26.2-37.2-37-14.9-10.8-34.7-20-59.6-27.4-24.8-7.4-52.6-11.1-83.2-11.1-31.3 0-60.4 3.7-87.6 10.9-27.1 7.3-50.3 17-69.7 29.2-19.3 12.2-35.9 26.3-49.7 42.4-13.8 16.1-24.1 32.9-30.8 50.4-6.7 17.5-10.1 35.2-10.1 53.1L408 310c5.5-16.4 12.9-30.6 22-42.8 9.2-12.2 17.9-21 25.8-26.5 8-5.5 16.6-9.9 25.7-13.2 9.2-3.3 15.4-5 18.6-5.4 3.2-.3 5.7-.4 7.6-.4 26.7 0 45.2 7.9 55.6 23.6 6.5 9.5 9.7 23.9 9.7 43.3v56.6c-15.2.6-30.4 1.6-45.6 2.9zM573.1 500c0 16.6-2.2 31.7-6.5 45-9.2 29.1-26.7 47.4-52.4 54.8-22.4 6.6-43.7 3.3-63.9-9.8-21.5-14-32.2-33.8-32.2-59.3 0-19.9 5-36.9 15-51.1 10-14.1 23.3-24.7 40-31.7s33-12 49-14.9c15.9-3 33-4.8 51-5.4V500zm335.2 218.9c-4.3-5.4-15.9-8.9-34.9-10.7-19-1.8-35.5-1.7-49.7.4-15.3 1.8-31.1 6.2-47.3 13.4-16.3 7.1-23.4 13.1-21.6 17.8l.7 1.3.9.7 1.4.2h4.6c.8 0 1.8-.1 3.2-.2 1.4-.1 2.7-.3 3.9-.4 1.2-.1 2.9-.3 5.1-.4 2.1-.1 4.1-.4 6-.7.3 0 3.7-.3 10.3-.9 6.6-.6 11.4-1 14.3-1.3 2.9-.3 7.8-.6 14.5-.9 6.7-.3 12.1-.3 16.1 0 4 .3 8.5.7 13.6 1.1 5.1.4 9.2 1.3 12.4 2.7 3.2 1.3 5.6 3 7.1 5.1 5.2 6.6 4.2 21.2-3 43.9s-14 40.8-20.4 54.2c-2.8 5.7-2.8 9.2 0 10.7s6.7.1 11.9-4c15.6-12.2 28.6-30.6 39.1-55.3 6.1-14.6 10.5-29.8 13.1-45.7 2.4-15.9 2-26.2-1.3-31z"
- )), t.AntCloudOutline = l("ant-cloud", o, c(a,
- "M378.9 738c-3.1 0-6.1-.5-8.8-1.5l4.4 30.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7zm421-291.2c-12.6 0-24.8 1.5-36.5 4.2-21.4-38.4-62.3-64.3-109.3-64.3-6.9 0-13.6.6-20.2 1.6-35.4-77.4-113.4-131.1-203.9-131.1-112.3 0-205.3 82.6-221.6 190.4C127.3 455.5 64 523.8 64 607c0 88.4 71.6 160.1 160 160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8 4.6-21.6 32.8-33.9 63.1-27.5 22.9 4.9 40.4 19.1 45.5 35.1a26.1 26.1 0 0 1 22.1-12.4h.2c-.8-3.2-1.2-6.5-1.2-9.9 0-20.1 14.8-36.7 34.1-39.6v-25.4c0-4.4 3.6-8 8-8s8 3.6 8 8v26.3c4.6 1.2 8.8 3.2 12.6 5.8l19.5-21.4c3-3.3 8-3.5 11.3-.5 3.3 3 3.5 8 .5 11.3l-20 22-.2.2a40 40 0 0 1-46.9 59.2c-.4 5.6-2.6 10.7-6 14.8l20 38.4H804v-.1c86.5-2.2 156-73 156-160.1 0-88.5-71.7-160.2-160.1-160.2zM338.2 737.2l-4.3 30h24.4l-5.9-41.5c-3.5 4.6-8.3 8.5-14.2 11.5zM797.5 305a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-65.7 61.3a24 24 0 1 0 48 0 24 24 0 1 0-48 0zM303.4 742.9l-11.6 24.3h26l3.5-24.7c-5.7.8-11.7 1-17.9.4z"
- )), t.ApartmentOutline = l("apartment", o, c(a,
- "M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16zm-564 76v168H176V716h168zm84-408V140h168v168H428zm420 576H680V716h168v168z"
- )), t.AntDesignOutline = l("ant-design", o, c(a,
- "M716.3 313.8c19-18.9 19-49.7 0-68.6l-69.9-69.9.1.1c-18.5-18.5-50.3-50.3-95.3-95.2-21.2-20.7-55.5-20.5-76.5.5L80.9 474.2a53.84 53.84 0 0 0 0 76.4L474.6 944a54.14 54.14 0 0 0 76.5 0l165.1-165c19-18.9 19-49.7 0-68.6a48.7 48.7 0 0 0-68.7 0l-125 125.2c-5.2 5.2-13.3 5.2-18.5 0L189.5 521.4c-5.2-5.2-5.2-13.3 0-18.5l314.4-314.2c.4-.4.9-.7 1.3-1.1 5.2-4.1 12.4-3.7 17.2 1.1l125.2 125.1c19 19 49.8 19 68.7 0zM408.6 514.4a106.3 106.2 0 1 0 212.6 0 106.3 106.2 0 1 0-212.6 0zm536.2-38.6L821.9 353.5c-19-18.9-49.8-18.9-68.7.1a48.4 48.4 0 0 0 0 68.6l83 82.9c5.2 5.2 5.2 13.3 0 18.5l-81.8 81.7a48.4 48.4 0 0 0 0 68.6 48.7 48.7 0 0 0 68.7 0l121.8-121.7a53.93 53.93 0 0 0-.1-76.4z"
- )), t.AreaChartOutline = l("area-chart", o, c(a,
- "M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-616-64h536c4.4 0 8-3.6 8-8V284c0-7.2-8.7-10.7-13.7-5.7L592 488.6l-125.4-124a8.03 8.03 0 0 0-11.3 0l-189 189.6a7.87 7.87 0 0 0-2.3 5.6V720c0 4.4 3.6 8 8 8z"
- )), t.ArrowLeftOutline = l("arrow-left", o, c(a,
- "M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 0 0 0 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"
- )), t.ArrowDownOutline = l("arrow-down", o, c(a,
- "M862 465.3h-81c-4.6 0-9 2-12.1 5.5L550 723.1V160c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v563.1L255.1 470.8c-3-3.5-7.4-5.5-12.1-5.5h-81c-6.8 0-10.5 8.1-6 13.2L487.9 861a31.96 31.96 0 0 0 48.3 0L868 478.5c4.5-5.2.8-13.2-6-13.2z"
- )), t.ArrowUpOutline = l("arrow-up", o, c(a,
- "M868 545.5L536.1 163a31.96 31.96 0 0 0-48.3 0L156 545.5a7.97 7.97 0 0 0 6 13.2h81c4.6 0 9-2 12.1-5.5L474 300.9V864c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V300.9l218.9 252.3c3 3.5 7.4 5.5 12.1 5.5h81c6.8 0 10.5-8 6-13.2z"
- )), t.ArrowsAltOutline = l("arrows-alt", o, c(a,
- "M855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9zM416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 153.6-153.6c3.1-3.1 3.1-8.2 0-11.3l-45.2-45z"
- )), t.ArrowRightOutline = l("arrow-right", o, c(a,
- "M869 487.8L491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 0 0 0-48.4z"
- )), t.AuditOutline = l("audit", o, c(a,
- "M296 250c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 144H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 458H208V148h560v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm440-88H728v-36.6c46.3-13.8 80-56.6 80-107.4 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 50.7 33.7 93.6 80 107.4V764H520c-8.8 0-16 7.2-16 16v152c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V780c0-8.8-7.2-16-16-16zM646 620c0-27.6 22.4-50 50-50s50 22.4 50 50-22.4 50-50 50-50-22.4-50-50zm180 266H566v-60h260v60z"
- )), t.BarChartOutline = l("bar-chart", o, c(a,
- "M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-600-80h56c4.4 0 8-3.6 8-8V560c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V384c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v320c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V462c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v242c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v400c0 4.4 3.6 8 8 8z"
- )), t.BarcodeOutline = l("barcode", o, c(a,
- "M120 160H72c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm833 0h-48c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zM200 736h112c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H200c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm321 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm126 0h178c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H647c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-255 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-79 64H201c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm257 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm256 0H648c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h178c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-385 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"
- )), t.BarsOutline = l("bars", o, c(r,
- "M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z"
- )), t.BgColorsOutline = l("bg-colors", o, c(a,
- "M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5 0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5zm-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 0 0-12.8 0l-48 48a9.11 9.11 0 0 0 0 12.8l67.2 67.2-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6l255.9 256zm12.9-448.6l178.9 178.9H223.4l178.8-178.9zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z"
- )), t.BehanceOutline = l("behance", o, c(a,
- "M634 294.3h199.5v48.4H634zM434.1 485.8c44.1-21.1 67.2-53.2 67.2-102.8 0-98.1-73-121.9-157.3-121.9H112v492.4h238.5c89.4 0 173.3-43 173.3-143 0-61.8-29.2-107.5-89.7-124.7zM220.2 345.1h101.5c39.1 0 74.2 10.9 74.2 56.3 0 41.8-27.3 58.6-66 58.6H220.2V345.1zm115.5 324.8H220.1V534.3H338c47.6 0 77.7 19.9 77.7 70.3 0 49.6-35.9 65.3-80 65.3zm575.8-89.5c0-105.5-61.7-193.4-173.3-193.4-108.5 0-182.3 81.7-182.3 188.8 0 111 69.9 187.2 182.3 187.2 85.1 0 140.2-38.3 166.7-120h-86.3c-9.4 30.5-47.6 46.5-77.3 46.5-57.4 0-87.4-33.6-87.4-90.7h256.9c.3-5.9.7-12.1.7-18.4zM653.9 537c3.1-46.9 34.4-76.2 81.2-76.2 49.2 0 73.8 28.9 78.1 76.2H653.9z"
- )), t.BlockOutline = l("block", o, c(a,
- "M856 376H648V168c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v464c0 8.8 7.2 16 16 16h208v208c0 8.8 7.2 16 16 16h464c8.8 0 16-7.2 16-16V392c0-8.8-7.2-16-16-16zm-480 16v188H220V220h360v156H392c-8.8 0-16 7.2-16 16zm204 52v136H444V444h136zm224 360H444V648h188c8.8 0 16-7.2 16-16V444h156v360z"
- )), t.BoldOutline = l("bold", o, c(a,
- "M697.8 481.4c33.6-35 54.2-82.3 54.2-134.3v-10.2C752 229.3 663.9 142 555.3 142H259.4c-15.1 0-27.4 12.3-27.4 27.4v679.1c0 16.3 13.2 29.5 29.5 29.5h318.7c117 0 211.8-94.2 211.8-210.5v-11c0-73-37.4-137.3-94.2-175.1zM328 238h224.7c57.1 0 103.3 44.4 103.3 99.3v9.5c0 54.8-46.3 99.3-103.3 99.3H328V238zm366.6 429.4c0 62.9-51.7 113.9-115.5 113.9H328V542.7h251.1c63.8 0 115.5 51 115.5 113.9v10.8z"
- )), t.BorderBottomOutline = l("border-bottom", o, c(a,
- "M872 808H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-720-94h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-498h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm166 166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm222-72h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388 426h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z"
- )), t.BorderLeftOutline = l("border-left", o, c(a,
- "M208 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM540 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.BorderOuterOutline = l("border-outer", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM484 366h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM302 548h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm364 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-182 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 182h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z"
- )), t.BorderInnerOutline = l("border-inner", o, c(a,
- "M872 476H548V144h-72v332H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v332h72V548h324c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-426h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 260h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.BorderRightOutline = l("border-right", o, c(a,
- "M872 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.BorderHorizontalOutline = l("border-horizontal", o, c(a,
- "M540 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.BorderTopOutline = l("border-top", o, c(a,
- "M872 144H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332-498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.BorderVerticleOutline = l("border-verticle", o, c(a,
- "M872 476H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM152 382h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 642h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.BorderOutline = l("border", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
- )), t.BranchesOutline = l("branches", o, c(a,
- "M740 161c-61.8 0-112 50.2-112 112 0 50.1 33.1 92.6 78.5 106.9v95.9L320 602.4V318.1c44.2-15 76-56.9 76-106.1 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52 50.52 0 0 0 34.9-48.2V378.2c42.9-15.8 73.6-57 73.6-105.2 0-61.8-50.2-112-112-112zm-504 51a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm96 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm408-491a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
- )), t.CheckOutline = l("check", o, c(a,
- "M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"
- )), t.CiOutline = l("ci", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm218-572.1h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z"
- )), t.CloseOutline = l("close", o, c(a,
- "M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"
- )), t.CloudDownloadOutline = l("cloud-download", o, c(a,
- "M624 706.3h-74.1V464c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v242.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.7a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9z",
- "M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z"
- )), t.CloudServerOutline = l("cloud-server", o, c(a,
- "M704 446H320c-4.4 0-8 3.6-8 8v402c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8V454c0-4.4-3.6-8-8-8zm-328 64h272v117H376V510zm272 290H376V683h272v117z",
- "M424 748a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm0-178a32 32 0 1 0 64 0 32 32 0 1 0-64 0z",
- "M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z"
- )), t.CloudSyncOutline = l("cloud-sync", o, c(a,
- "M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z",
- "M376.9 656.4c1.8-33.5 15.7-64.7 39.5-88.6 25.4-25.5 60-39.8 96-39.8 36.2 0 70.3 14.1 96 39.8 1.4 1.4 2.7 2.8 4.1 4.3l-25 19.6a8 8 0 0 0 3 14.1l98.2 24c5 1.2 9.9-2.6 9.9-7.7l.5-101.3c0-6.7-7.6-10.5-12.9-6.3L663 532.7c-36.6-42-90.4-68.6-150.5-68.6-107.4 0-195 85.1-199.4 191.7-.2 4.5 3.4 8.3 8 8.3H369c4.2-.1 7.7-3.4 7.9-7.7zM703 664h-47.9c-4.2 0-7.7 3.3-8 7.6-1.8 33.5-15.7 64.7-39.5 88.6-25.4 25.5-60 39.8-96 39.8-36.2 0-70.3-14.1-96-39.8-1.4-1.4-2.7-2.8-4.1-4.3l25-19.6a8 8 0 0 0-3-14.1l-98.2-24c-5-1.2-9.9 2.6-9.9 7.7l-.4 101.4c0 6.7 7.6 10.5 12.9 6.3l23.2-18.2c36.6 42 90.4 68.6 150.5 68.6 107.4 0 195-85.1 199.4-191.7.2-4.5-3.4-8.3-8-8.3z"
- )), t.CloudUploadOutline = l("cloud-upload", o, c(a,
- "M518.3 459a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V856c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V613.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 459z",
- "M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z"
- )), t.ClusterOutline = l("cluster", o, c(a,
- "M888 680h-54V540H546v-92h238c8.8 0 16-7.2 16-16V168c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h238v92H190v140h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8zM256 805.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zm288 0c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM288 384V216h448v168H288zm544 421.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM360 300a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
- )), t.CodepenOutline = l("codepen", o, c(a,
- "M911.7 385.3l-.3-1.5c-.2-1-.3-1.9-.6-2.9-.2-.6-.4-1.1-.5-1.7-.3-.8-.5-1.7-.9-2.5-.2-.6-.5-1.1-.8-1.7-.4-.8-.8-1.5-1.2-2.3-.3-.5-.6-1.1-1-1.6-.8-1.2-1.7-2.4-2.6-3.6-.5-.6-1.1-1.3-1.7-1.9-.4-.5-.9-.9-1.4-1.3-.6-.6-1.3-1.1-1.9-1.6-.5-.4-1-.8-1.6-1.2-.2-.1-.4-.3-.6-.4L531.1 117.8a34.3 34.3 0 0 0-38.1 0L127.3 361.3c-.2.1-.4.3-.6.4-.5.4-1 .8-1.6 1.2-.7.5-1.3 1.1-1.9 1.6-.5.4-.9.9-1.4 1.3-.6.6-1.2 1.2-1.7 1.9-1 1.1-1.8 2.3-2.6 3.6-.3.5-.7 1-1 1.6-.4.7-.8 1.5-1.2 2.3-.3.5-.5 1.1-.8 1.7-.3.8-.6 1.7-.9 2.5-.2.6-.4 1.1-.5 1.7-.2.9-.4 1.9-.6 2.9l-.3 1.5c-.2 1.5-.3 3-.3 4.5v243.5c0 1.5.1 3 .3 4.5l.3 1.5.6 2.9c.2.6.3 1.1.5 1.7.3.9.6 1.7.9 2.5.2.6.5 1.1.8 1.7.4.8.7 1.5 1.2 2.3.3.5.6 1.1 1 1.6.5.7.9 1.4 1.5 2.1l1.2 1.5c.5.6 1.1 1.3 1.7 1.9.4.5.9.9 1.4 1.3.6.6 1.3 1.1 1.9 1.6.5.4 1 .8 1.6 1.2.2.1.4.3.6.4L493 905.7c5.6 3.8 12.3 5.8 19.1 5.8 6.6 0 13.3-1.9 19.1-5.8l365.6-243.5c.2-.1.4-.3.6-.4.5-.4 1-.8 1.6-1.2.7-.5 1.3-1.1 1.9-1.6.5-.4.9-.9 1.4-1.3.6-.6 1.2-1.2 1.7-1.9l1.2-1.5 1.5-2.1c.3-.5.7-1 1-1.6.4-.8.8-1.5 1.2-2.3.3-.5.5-1.1.8-1.7.3-.8.6-1.7.9-2.5.2-.5.4-1.1.5-1.7.3-.9.4-1.9.6-2.9l.3-1.5c.2-1.5.3-3 .3-4.5V389.8c-.3-1.5-.4-3-.6-4.5zM546.4 210.5l269.4 179.4-120.3 80.4-149-99.6V210.5zm-68.8 0v160.2l-149 99.6-120.3-80.4 269.3-179.4zM180.7 454.1l86 57.5-86 57.5v-115zm296.9 358.5L208.3 633.2l120.3-80.4 149 99.6v160.2zM512 592.8l-121.6-81.2L512 430.3l121.6 81.2L512 592.8zm34.4 219.8V652.4l149-99.6 120.3 80.4-269.3 179.4zM843.3 569l-86-57.5 86-57.5v115z"
- )), t.CodeSandboxOutline = l("code-sandbox", o, c(a,
- "M709.6 210l.4-.2h.2L512 96 313.9 209.8h-.2l.7.3L151.5 304v416L512 928l360.5-208V304l-162.9-94zM482.7 843.6L339.6 761V621.4L210 547.8V372.9l272.7 157.3v313.4zM238.2 321.5l134.7-77.8 138.9 79.7 139.1-79.9 135.2 78-273.9 158-274-158zM814 548.3l-128.8 73.1v139.1l-143.9 83V530.4L814 373.1v175.2z"
- )), t.ColumHeightOutline = l("colum-height", o, c(a,
- "M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z"
- )), t.ColumnWidthOutline = l("column-width", o, c(a,
- "M180 176h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zm724 0h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zM785.3 504.3L657.7 403.6a7.23 7.23 0 0 0-11.7 5.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7 508.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h268v62.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.8-2.9 3.8-8.5.2-11.4z"
- )), t.ColumnHeightOutline = l("column-height", o, c(a,
- "M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z"
- )), t.CoffeeOutline = l("coffee", o, c(r,
- "M275 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm613 144H768c0-39.8-32.2-72-72-72H200c-39.8 0-72 32.2-72 72v248c0 3.4.2 6.7.7 9.9-.5 7-.7 14-.7 21.1 0 176.7 143.3 320 320 320 160.1 0 292.7-117.5 316.3-271H888c39.8 0 72-32.2 72-72V497c0-39.8-32.2-72-72-72zM696 681h-1.1c.7 7.6 1.1 15.2 1.1 23 0 137-111 248-248 248S200 841 200 704c0-7.8.4-15.4 1.1-23H200V425h496v256zm192-8H776V497h112v176zM613 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm-170 0c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36z"
- )), t.CopyrightOutline = l("copyright", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm5.6-532.7c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z"
- )), t.DashOutline = l("dash", o, c(a, "M112 476h160v72H112zm320 0h160v72H432zm320 0h160v72H752z")), t.DeploymentUnitOutline =
- l("deployment-unit", o, c(a,
- "M888.3 693.2c-42.5-24.6-94.3-18-129.2 12.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15 76-56.8 76-106.1 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 49.3 31.8 91.1 76 106.1v67.1l-136 78.3c-13.6 7.8-22 22.4-22 38.1v151.6l-53 30.7c-34.9-30.8-86.8-37.4-129.2-12.8-53.5 31-71.7 99.4-41 152.9 30.8 53.5 98.9 71.9 152.2 41 42.5-24.6 62.7-73 53.6-118.8l48.7-28.3 140.6 81c6.8 3.9 14.4 5.9 22 5.9s15.2-2 22-5.9L674.5 740l48.7 28.3c-9.1 45.7 11.2 94.2 53.6 118.8 53.3 30.9 121.5 12.6 152.2-41 30.8-53.6 12.6-122-40.7-152.9zm-673 138.4a47.6 47.6 0 0 1-65.2-17.6c-13.2-22.9-5.4-52.3 17.5-65.5a47.6 47.6 0 0 1 65.2 17.6c13.2 22.9 5.4 52.3-17.5 65.5zM522 463.8zM464 234a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm170 446.2l-122 70.3-122-70.3V539.8l122-70.3 122 70.3v140.4zm239.9 133.9c-13.2 22.9-42.4 30.8-65.2 17.6-22.8-13.2-30.7-42.6-17.5-65.5s42.4-30.8 65.2-17.6c22.9 13.2 30.7 42.5 17.5 65.5z"
- )), t.DesktopOutline = l("desktop", o, c(a,
- "M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32zm-40 488H136V212h752v416z"
- )), t.DingdingOutline = l("dingding", o, c(a,
- "M573.7 252.5C422.5 197.4 201.3 96.7 201.3 96.7c-15.7-4.1-17.9 11.1-17.9 11.1-5 61.1 33.6 160.5 53.6 182.8 19.9 22.3 319.1 113.7 319.1 113.7S326 357.9 270.5 341.9c-55.6-16-37.9 17.8-37.9 17.8 11.4 61.7 64.9 131.8 107.2 138.4 42.2 6.6 220.1 4 220.1 4s-35.5 4.1-93.2 11.9c-42.7 5.8-97 12.5-111.1 17.8-33.1 12.5 24 62.6 24 62.6 84.7 76.8 129.7 50.5 129.7 50.5 33.3-10.7 61.4-18.5 85.2-24.2L565 743.1h84.6L603 928l205.3-271.9H700.8l22.3-38.7c.3.5.4.8.4.8S799.8 496.1 829 433.8l.6-1h-.1c5-10.8 8.6-19.7 10-25.8 17-71.3-114.5-99.4-265.8-154.5z"
- )), t.DisconnectOutline = l("disconnect", o, c(a,
- "M832.6 191.4c-84.6-84.6-221.5-84.6-306 0l-96.9 96.9 51 51 96.9-96.9c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204l-96.9 96.9 51.1 51.1 96.9-96.9c84.4-84.6 84.4-221.5-.1-306.1zM446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l96.9-96.9-51.1-51.1-96.9 96.9c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l96.9-96.9-51-51-96.8 97zM260.3 209.4a8.03 8.03 0 0 0-11.3 0L209.4 249a8.03 8.03 0 0 0 0 11.3l554.4 554.4c3.1 3.1 8.2 3.1 11.3 0l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3L260.3 209.4z"
- )), t.DollarOutline = l("dollar", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm47.7-395.2l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z"
- )), t.DoubleRightOutline = l("double-right", o, c(a,
- "M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 0 0 188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 0 0 492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z"
- )), t.DotChartOutline = l("dot-chart", o, c(a,
- "M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM288 604a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm118-224a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm158 228a96 96 0 1 0 192 0 96 96 0 1 0-192 0zm148-314a56 56 0 1 0 112 0 56 56 0 1 0-112 0z"
- )), t.DoubleLeftOutline = l("double-left", o, c(a,
- "M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z"
- )), t.DownloadOutline = l("download", o, c(a,
- "M505.7 661a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z"
- )), t.DribbbleOutline = l("dribbble", o, c(a,
- "M512 96C282.6 96 96 282.6 96 512s186.6 416 416 416 416-186.6 416-416S741.4 96 512 96zm275.1 191.8c49.5 60.5 79.5 137.5 80.2 221.4-11.7-2.5-129.2-26.3-247.4-11.4-2.5-6.1-5-12.2-7.6-18.3-7.4-17.3-15.3-34.6-23.6-51.5C720 374.3 779.6 298 787.1 287.8zM512 157.2c90.3 0 172.8 33.9 235.5 89.5-6.4 9.1-59.9 81-186.2 128.4-58.2-107-122.7-194.8-132.6-208 27.3-6.6 55.2-9.9 83.3-9.9zM360.9 191c9.4 12.8 72.9 100.9 131.7 205.5C326.4 440.6 180 440 164.1 439.8c23.1-110.3 97.4-201.9 196.8-248.8zM156.7 512.5c0-3.6.1-7.3.2-10.9 15.5.3 187.7 2.5 365.2-50.6 10.2 19.9 19.9 40.1 28.8 60.3-4.7 1.3-9.4 2.7-14 4.2C353.6 574.9 256.1 736.4 248 750.1c-56.7-63-91.3-146.3-91.3-237.6zM512 867.8c-82.2 0-157.9-28-218.1-75 6.4-13.1 78.3-152 278.7-221.9l2.3-.8c49.9 129.6 70.5 238.3 75.8 269.5A350.46 350.46 0 0 1 512 867.8zm198.5-60.7c-3.6-21.6-22.5-125.6-69-253.3C752.9 536 850.7 565.2 862.8 569c-15.8 98.8-72.5 184.2-152.3 238.1z"
- )), t.DropboxOutline = l("dropbox", o, c(a,
- "M64 556.9l264.2 173.5L512.5 577 246.8 412.7zm896-290.3zm0 0L696.8 95 512.5 248.5l265.2 164.2L512.5 577l184.3 153.4L960 558.8 777.7 412.7zM513 609.8L328.2 763.3l-79.4-51.5v57.8L513 928l263.7-158.4v-57.8l-78.9 51.5zM328.2 95L64 265.1l182.8 147.6 265.7-164.2zM64 556.9z"
- )), t.EllipsisOutline = l("ellipsis", o, c(a,
- "M176 511a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0z"
- )), t.EnterOutline = l("enter", o, c(a,
- "M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z"
- )), t.EuroOutline = l("euro", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8z"
- )), t.ExceptionOutline = l("exception", o, c(a,
- "M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM640 812a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm12-64h40c4.4 0 8-3.6 8-8V628c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.ExclamationOutline = l("exclamation", o, c(a,
- "M448 804a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm32-168h64c4.4 0 8-3.6 8-8V164c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z"
- )), t.ExportOutline = l("export", o, c(a,
- "M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zm18.6-251.7L765 393.7c-5.3-4.2-13-.4-13 6.3v76H438c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z"
- )), t.FallOutline = l("fall", o, c(a,
- "M925.9 804l-24-199.2c-.8-6.6-8.9-9.4-13.6-4.7L829 659.5 557.7 388.3c-6.3-6.2-16.4-6.2-22.6 0L433.3 490 156.6 213.3a8.03 8.03 0 0 0-11.3 0l-45 45.2a8.03 8.03 0 0 0 0 11.3L422 591.7c6.2 6.3 16.4 6.3 22.6 0L546.4 490l226.1 226-59.3 59.3a8.01 8.01 0 0 0 4.7 13.6l199.2 24c5.1.7 9.5-3.7 8.8-8.9z"
- )), t.FileDoneOutline = l("file-done", o, c(a,
- "M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM761 656h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-23.1-31.9a7.92 7.92 0 0 0-6.5-3.3H573c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.9-5.3.1-12.7-6.4-12.7zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.FileSyncOutline = l("file-sync", o, c(a,
- "M296 256c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm192 200v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8zm-48 396H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm104.1-115.6c1.8-34.5 16.2-66.8 40.8-91.4 26.2-26.2 62-41 99.1-41 37.4 0 72.6 14.6 99.1 41 3.2 3.2 6.3 6.6 9.2 10.1L769.2 673a8 8 0 0 0 3 14.1l93.3 22.5c5 1.2 9.8-2.6 9.9-7.7l.6-95.4a8 8 0 0 0-12.9-6.4l-20.3 15.8C805.4 569.6 748.1 540 684 540c-109.9 0-199.6 86.9-204 195.7-.2 4.5 3.5 8.3 8 8.3h48.1c4.3 0 7.8-3.3 8-7.6zM880 744h-48.1c-4.3 0-7.8 3.3-8 7.6-1.8 34.5-16.2 66.8-40.8 91.4-26.2 26.2-62 41-99.1 41-37.4 0-72.6-14.6-99.1-41-3.2-3.2-6.3-6.6-9.2-10.1l23.1-17.9a8 8 0 0 0-3-14.1l-93.3-22.5c-5-1.2-9.8 2.6-9.9 7.7l-.6 95.4a8 8 0 0 0 12.9 6.4l20.3-15.8C562.6 918.4 619.9 948 684 948c109.9 0 199.6-86.9 204-195.7.2-4.5-3.5-8.3-8-8.3z"
- )), t.FileProtectOutline = l("file-protect", o, c(a,
- "M644.7 669.2a7.92 7.92 0 0 0-6.5-3.3H594c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.8-5.3 0-12.7-6.5-12.7h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-22.9-31.9zM688 306v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 458H208V148h560v296c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h312c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm402.6-320.8l-192-66.7c-.9-.3-1.7-.4-2.6-.4s-1.8.1-2.6.4l-192 66.7a7.96 7.96 0 0 0-5.4 7.5v251.1c0 2.5 1.1 4.8 3.1 6.3l192 150.2c1.4 1.1 3.2 1.7 4.9 1.7s3.5-.6 4.9-1.7l192-150.2c1.9-1.5 3.1-3.8 3.1-6.3V538.7c0-3.4-2.2-6.4-5.4-7.5zM826 763.7L688 871.6 550 763.7V577l138-48 138 48v186.7z"
- )), t.FileSearchOutline = l("file-search", o, c(a,
- "M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm144 452H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm445.7 51.5l-93.3-93.3C814.7 780.7 828 743.9 828 704c0-97.2-78.8-176-176-176s-176 78.8-176 176 78.8 176 176 176c35.8 0 69-10.7 96.8-29l94.7 94.7c1.6 1.6 3.6 2.3 5.6 2.3s4.1-.8 5.6-2.3l31-31a7.9 7.9 0 0 0 0-11.2zM652 816c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"
- )), t.FileJpgOutline = l("file-jpg", o, c(r,
- "M874.6 301.8L596.8 21.3c-4.5-4.5-9.4-8.3-14.7-11.5-1.4-.8-2.8-1.6-4.3-2.3-.9-.5-1.9-.9-2.8-1.3-9-4-18.9-6.2-29-6.2H201c-39.8 0-73 32.2-73 72v880c0 39.8 33.2 72 73 72h623c39.8 0 71-32.2 71-72V352.5c0-19-7-37.2-20.4-50.7zM583 110.4L783.8 312H583V110.4zM823 952H200V72h311v240c0 39.8 33.2 72 73 72h239v568zM350 696.5c0 24.2-7.5 31.4-21.9 31.4-9 0-18.4-5.8-24.8-18.5L272.9 732c13.4 22.9 32.3 34.2 61.3 34.2 41.6 0 60.8-29.9 60.8-66.2V577h-45v119.5zM501.3 577H437v186h44v-62h21.6c39.1 0 73.1-19.6 73.1-63.6 0-45.8-33.5-60.4-74.4-60.4zm-.8 89H481v-53h18.2c21.5 0 33.4 6.2 33.4 24.9 0 18.1-10.5 28.1-32.1 28.1zm182.5-9v36h30v30.1c-4 2.9-11 4.7-17.7 4.7-34.3 0-50.7-21.4-50.7-58.2 0-36.1 19.7-57.4 47.1-57.4 15.3 0 25 6.2 34 14.4l23.7-28.3c-12.7-12.8-32.1-24.2-59.2-24.2-49.6 0-91.1 35.3-91.1 97 0 62.7 40 95.1 91.5 95.1 25.9 0 49.2-10.2 61.5-22.6V657H683z"
- )), t.FontColorsOutline = l("font-colors", o, c(a,
- "M904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zm-650.3-80h85c4.2 0 8-2.7 9.3-6.8l53.7-166h219.2l53.2 166c1.3 4 5 6.8 9.3 6.8h89.1c1.1 0 2.2-.2 3.2-.5a9.7 9.7 0 0 0 6-12.4L573.6 118.6a9.9 9.9 0 0 0-9.2-6.6H462.1c-4.2 0-7.9 2.6-9.2 6.6L244.5 723.1c-.4 1-.5 2.1-.5 3.2-.1 5.3 4.3 9.7 9.7 9.7zm255.9-516.1h4.1l83.8 263.8H424.9l84.7-263.8z"
- )), t.FontSizeOutline = l("font-size", o, c(a,
- "M920 416H616c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-56h60v320h-46c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h164c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-46V480h60v56c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V424c0-4.4-3.6-8-8-8zM656 296V168c0-4.4-3.6-8-8-8H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8z"
- )), t.ForkOutline = l("fork", o, c(a,
- "M752 100c-61.8 0-112 50.2-112 112 0 47.7 29.9 88.5 72 104.6v27.6L512 601.4 312 344.2v-27.6c42.1-16.1 72-56.9 72-104.6 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 50.6 33.8 93.5 80 107.3v34.4c0 9.7 3.3 19.3 9.3 27L476 672.3v33.6c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-33.6l226.7-291.6c6-7.7 9.3-17.3 9.3-27v-34.4c46.2-13.8 80-56.7 80-107.3 0-61.8-50.2-112-112-112zM224 212a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm336 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm192-552a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
- )), t.FormOutline = l("form", o, c(a,
- "M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z",
- "M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 0 0-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z"
- )), t.FullscreenExitOutline = l("fullscreen-exit", o, c(a,
- "M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 0 0 0 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 0 0 391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6 877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 0 0-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z"
- )), t.FullscreenOutline = l("fullscreen", o, c(a,
- "M290 236.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6 43.7 43.7a8.01 8.01 0 0 0 13.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 0 0 0 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 0 0-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6 423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z"
- )), t.GatewayOutline = l("gateway", o, c(a,
- "M928 392c8.8 0 16-7.2 16-16V192c0-8.8-7.2-16-16-16H744c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h56v240H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16V648c0-8.8-7.2-16-16-16h-56V392h56zM792 240h88v88h-88v-88zm-648 88v-88h88v88h-88zm88 456h-88v-88h88v88zm648-88v88h-88v-88h88zm-80-64h-56c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h56v240z"
- )), t.DownOutline = l("down", o, c(a,
- "M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"
- )), t.DragOutline = l("drag", o, c(a,
- "M909.3 506.3L781.7 405.6a7.23 7.23 0 0 0-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7a7.14 7.14 0 0 0-11.3 0L405.6 242.3a7.23 7.23 0 0 0 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8a7.3 7.3 0 0 0 .1-11.4z"
- )), t.GlobalOutline = l("global", o, c(a,
- "M854.4 800.9c.2-.3.5-.6.7-.9C920.6 722.1 960 621.7 960 512s-39.4-210.1-104.8-288c-.2-.3-.5-.5-.7-.8-1.1-1.3-2.1-2.5-3.2-3.7-.4-.5-.8-.9-1.2-1.4l-4.1-4.7-.1-.1c-1.5-1.7-3.1-3.4-4.6-5.1l-.1-.1c-3.2-3.4-6.4-6.8-9.7-10.1l-.1-.1-4.8-4.8-.3-.3c-1.5-1.5-3-2.9-4.5-4.3-.5-.5-1-1-1.6-1.5-1-1-2-1.9-3-2.8-.3-.3-.7-.6-1-1C736.4 109.2 629.5 64 512 64s-224.4 45.2-304.3 119.2c-.3.3-.7.6-1 1-1 .9-2 1.9-3 2.9-.5.5-1 1-1.6 1.5-1.5 1.4-3 2.9-4.5 4.3l-.3.3-4.8 4.8-.1.1c-3.3 3.3-6.5 6.7-9.7 10.1l-.1.1c-1.6 1.7-3.1 3.4-4.6 5.1l-.1.1c-1.4 1.5-2.8 3.1-4.1 4.7-.4.5-.8.9-1.2 1.4-1.1 1.2-2.1 2.5-3.2 3.7-.2.3-.5.5-.7.8C103.4 301.9 64 402.3 64 512s39.4 210.1 104.8 288c.2.3.5.6.7.9l3.1 3.7c.4.5.8.9 1.2 1.4l4.1 4.7c0 .1.1.1.1.2 1.5 1.7 3 3.4 4.6 5l.1.1c3.2 3.4 6.4 6.8 9.6 10.1l.1.1c1.6 1.6 3.1 3.2 4.7 4.7l.3.3c3.3 3.3 6.7 6.5 10.1 9.6 80.1 74 187 119.2 304.5 119.2s224.4-45.2 304.3-119.2a300 300 0 0 0 10-9.6l.3-.3c1.6-1.6 3.2-3.1 4.7-4.7l.1-.1c3.3-3.3 6.5-6.7 9.6-10.1l.1-.1c1.5-1.7 3.1-3.3 4.6-5 0-.1.1-.1.1-.2 1.4-1.5 2.8-3.1 4.1-4.7.4-.5.8-.9 1.2-1.4a99 99 0 0 0 3.3-3.7zm4.1-142.6c-13.8 32.6-32 62.8-54.2 90.2a444.07 444.07 0 0 0-81.5-55.9c11.6-46.9 18.8-98.4 20.7-152.6H887c-3 40.9-12.6 80.6-28.5 118.3zM887 484H743.5c-1.9-54.2-9.1-105.7-20.7-152.6 29.3-15.6 56.6-34.4 81.5-55.9A373.86 373.86 0 0 1 887 484zM658.3 165.5c39.7 16.8 75.8 40 107.6 69.2a394.72 394.72 0 0 1-59.4 41.8c-15.7-45-35.8-84.1-59.2-115.4 3.7 1.4 7.4 2.9 11 4.4zm-90.6 700.6c-9.2 7.2-18.4 12.7-27.7 16.4V697a389.1 389.1 0 0 1 115.7 26.2c-8.3 24.6-17.9 47.3-29 67.8-17.4 32.4-37.8 58.3-59 75.1zm59-633.1c11 20.6 20.7 43.3 29 67.8A389.1 389.1 0 0 1 540 327V141.6c9.2 3.7 18.5 9.1 27.7 16.4 21.2 16.7 41.6 42.6 59 75zM540 640.9V540h147.5c-1.6 44.2-7.1 87.1-16.3 127.8l-.3 1.2A445.02 445.02 0 0 0 540 640.9zm0-156.9V383.1c45.8-2.8 89.8-12.5 130.9-28.1l.3 1.2c9.2 40.7 14.7 83.5 16.3 127.8H540zm-56 56v100.9c-45.8 2.8-89.8 12.5-130.9 28.1l-.3-1.2c-9.2-40.7-14.7-83.5-16.3-127.8H484zm-147.5-56c1.6-44.2 7.1-87.1 16.3-127.8l.3-1.2c41.1 15.6 85 25.3 130.9 28.1V484H336.5zM484 697v185.4c-9.2-3.7-18.5-9.1-27.7-16.4-21.2-16.7-41.7-42.7-59.1-75.1-11-20.6-20.7-43.3-29-67.8 37.2-14.6 75.9-23.3 115.8-26.1zm0-370a389.1 389.1 0 0 1-115.7-26.2c8.3-24.6 17.9-47.3 29-67.8 17.4-32.4 37.8-58.4 59.1-75.1 9.2-7.2 18.4-12.7 27.7-16.4V327zM365.7 165.5c3.7-1.5 7.3-3 11-4.4-23.4 31.3-43.5 70.4-59.2 115.4-21-12-40.9-26-59.4-41.8 31.8-29.2 67.9-52.4 107.6-69.2zM165.5 365.7c13.8-32.6 32-62.8 54.2-90.2 24.9 21.5 52.2 40.3 81.5 55.9-11.6 46.9-18.8 98.4-20.7 152.6H137c3-40.9 12.6-80.6 28.5-118.3zM137 540h143.5c1.9 54.2 9.1 105.7 20.7 152.6a444.07 444.07 0 0 0-81.5 55.9A373.86 373.86 0 0 1 137 540zm228.7 318.5c-39.7-16.8-75.8-40-107.6-69.2 18.5-15.8 38.4-29.7 59.4-41.8 15.7 45 35.8 84.1 59.2 115.4-3.7-1.4-7.4-2.9-11-4.4zm292.6 0c-3.7 1.5-7.3 3-11 4.4 23.4-31.3 43.5-70.4 59.2-115.4 21 12 40.9 26 59.4 41.8a373.81 373.81 0 0 1-107.6 69.2z"
- )), t.GooglePlusOutline = l("google-plus", o, c(a,
- "M879.5 470.4c-.3-27-.4-54.2-.5-81.3h-80.8c-.3 27-.5 54.1-.7 81.3-27.2.1-54.2.3-81.2.6v80.9c27 .3 54.2.5 81.2.8.3 27 .3 54.1.5 81.1h80.9c.1-27 .3-54.1.5-81.3 27.2-.3 54.2-.4 81.2-.7v-80.9c-26.9-.2-54.1-.2-81.1-.5zm-530 .4c-.1 32.3 0 64.7.1 97 54.2 1.8 108.5 1 162.7 1.8-23.9 120.3-187.4 159.3-273.9 80.7-89-68.9-84.8-220 7.7-284 64.7-51.6 156.6-38.9 221.3 5.8 25.4-23.5 49.2-48.7 72.1-74.7-53.8-42.9-119.8-73.5-190-70.3-146.6-4.9-281.3 123.5-283.7 270.2-9.4 119.9 69.4 237.4 180.6 279.8 110.8 42.7 252.9 13.6 323.7-86 46.7-62.9 56.8-143.9 51.3-220-90.7-.7-181.3-.6-271.9-.3z"
- )), t.GoogleOutline = l("google", o, c(a,
- "M881 442.4H519.7v148.5h206.4c-8.9 48-35.9 88.6-76.6 115.8-34.4 23-78.3 36.6-129.9 36.6-99.9 0-184.4-67.5-214.6-158.2-7.6-23-12-47.6-12-72.9s4.4-49.9 12-72.9c30.3-90.6 114.8-158.1 214.7-158.1 56.3 0 106.8 19.4 146.6 57.4l110-110.1c-66.5-62-153.2-100-256.6-100-149.9 0-279.6 86-342.7 211.4-26 51.8-40.8 110.4-40.8 172.4S151 632.8 177 684.6C240.1 810 369.8 896 519.7 896c103.6 0 190.4-34.4 253.8-93 72.5-66.8 114.4-165.2 114.4-282.1 0-27.2-2.4-53.3-6.9-78.5z"
- )), t.HeatMapOutline = l("heat-map", o, c(a,
- "M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-790.4-23.9L512 231.9 858.7 832H165.3zm319-474.1l-228 394c-12.3 21.3 3.1 48 27.7 48h455.8c24.7 0 40.1-26.7 27.7-48L539.7 358c-6.2-10.7-17-16-27.7-16-10.8 0-21.6 5.3-27.7 16zm214 386H325.7L512 422l186.3 322zm-214-194.1l-57 98.4C415 669.5 430.4 696 455 696h114c24.6 0 39.9-26.5 27.7-47.7l-57-98.4c-6.1-10.6-16.9-15.9-27.7-15.9s-21.5 5.3-27.7 15.9zm57.1 98.4h-58.7l29.4-50.7 29.3 50.7z"
- )), t.GoldOutline = l("gold", o, c(a,
- "M342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128zm2.5 282.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5z"
- )), t.HistoryOutline = l("history", o, c(a,
- "M536.1 273H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.3 120.7c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.7-3.7 1.9-8.7-1.7-11.2L544.1 528.5V281c0-4.4-3.6-8-8-8zm219.8 75.2l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3L752.9 334.1a8 8 0 0 0 3 14.1zm167.7 301.1l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.9 5.1-3.9 10.1-6 15.1-17.8 42.1-43.3 80-75.9 112.5a353 353 0 0 1-112.5 75.9 352.18 352.18 0 0 1-137.7 27.8c-47.8 0-94.1-9.3-137.7-27.8a353 353 0 0 1-112.5-75.9c-32.5-32.5-58-70.4-75.9-112.5A353.44 353.44 0 0 1 171 512c0-47.8 9.3-94.2 27.8-137.8 17.8-42.1 43.3-80 75.9-112.5a353 353 0 0 1 112.5-75.9C430.6 167.3 477 158 524.8 158s94.1 9.3 137.7 27.8A353 353 0 0 1 775 261.7c10.2 10.3 19.8 21 28.6 32.3l59.8-46.8C784.7 146.6 662.2 81.9 524.6 82 285 82.1 92.6 276.7 95 516.4 97.4 751.9 288.9 942 524.8 942c185.5 0 343.5-117.6 403.7-282.3 1.5-4.2-.7-8.9-4.9-10.4z"
- )), t.IeOutline = l("ie", o, c(a,
- "M852.6 367.6c16.3-36.9 32.1-90.7 32.1-131.8 0-109.1-119.5-147.6-314.5-57.9-161.4-10.8-316.8 110.5-355.6 279.7 46.3-52.3 117.4-123.4 183-151.7C316.1 378.3 246.7 470 194 565.6c-31.1 56.9-66 148.8-66 217.5 0 147.9 139.3 129.8 270.4 63 47.1 23.1 99.8 23.4 152.5 23.4 145.7 0 276.4-81.4 325.2-219H694.9c-78.8 132.9-295.2 79.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7zM224.8 648.3c26.6 76.7 80.6 143.8 150.4 185-133.1 73.4-259.9 43.6-150.4-185zm174-163.3c3-82.7 75.4-142.3 156-142.3 80.1 0 153 59.6 156 142.3h-312zm276.8-281.4c32.1-15.4 72.8-33 108.8-33 47.1 0 81.4 32.6 81.4 80.6 0 30-11.1 73.5-21.9 101.8-39.3-63.5-98.9-122.4-168.3-149.4z"
- )), t.InboxOutline = l("inbox", o, c(r,
- "M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0 0 60.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z"
- )), t.ImportOutline = l("import", o, c(a,
- "M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zM902 476H588v-76c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-76h314c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.InfoOutline = l("info", o, c(a,
- "M448 224a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm96 168h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8z"
- )), t.ItalicOutline = l("italic", o, c(a,
- "M798 160H366c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h181.2l-156 544H229c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8H474.4l156-544H798c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z"
- )), t.IssuesCloseOutline = l("issues-close", o, c(a,
- "M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72-112c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48zm400-188h-59.3c-2.6 0-5 1.2-6.5 3.3L763.7 538.1l-49.9-68.8a7.92 7.92 0 0 0-6.5-3.3H648c-6.5 0-10.3 7.4-6.5 12.7l109.2 150.7a16.1 16.1 0 0 0 26 0l165.8-228.7c3.8-5.3 0-12.7-6.5-12.7zm-44 306h-64.2c-5.5 0-10.6 2.9-13.6 7.5a352.2 352.2 0 0 1-49.8 62.2A355.92 355.92 0 0 1 651.1 840a355 355 0 0 1-138.7 27.9c-48.1 0-94.8-9.4-138.7-27.9a355.92 355.92 0 0 1-113.3-76.3A353.06 353.06 0 0 1 184 650.5c-18.6-43.8-28-90.5-28-138.5s9.4-94.7 28-138.5c17.9-42.4 43.6-80.5 76.4-113.2 32.8-32.7 70.9-58.4 113.3-76.3a355 355 0 0 1 138.7-27.9c48.1 0 94.8 9.4 138.7 27.9 42.4 17.9 80.5 43.6 113.3 76.3 19 19 35.6 39.8 49.8 62.2 2.9 4.7 8.1 7.5 13.6 7.5H892c6 0 9.8-6.3 7.2-11.6C828.8 178.5 684.7 82 517.7 80 278.9 77.2 80.5 272.5 80 511.2 79.5 750.1 273.3 944 512.4 944c169.2 0 315.6-97 386.7-238.4A8 8 0 0 0 892 694z"
- )), t.KeyOutline = l("key", o, c(a,
- "M608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5l-41.1 41.1-62.3-62.3a8.15 8.15 0 0 0-11.4 0l-39.8 39.8a8.15 8.15 0 0 0 0 11.4l62.3 62.3-44.9 44.9-62.3-62.3a8.15 8.15 0 0 0-11.4 0l-39.8 39.8a8.15 8.15 0 0 0 0 11.4l62.3 62.3-65.3 65.3a8.03 8.03 0 0 0 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6A304.06 304.06 0 0 0 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644c-60.9 0-118.2-23.7-161.2-66.8-43.1-43-66.8-100.3-66.8-161.2 0-60.9 23.7-118.2 66.8-161.2 43-43.1 100.3-66.8 161.2-66.8 60.9 0 118.2 23.7 161.2 66.8 43.1 43 66.8 100.3 66.8 161.2 0 60.9-23.7 118.2-66.8 161.2z"
- )), t.LaptopOutline = l("laptop", o, c(a,
- "M956.9 845.1L896.4 632V168c0-17.7-14.3-32-32-32h-704c-17.7 0-32 14.3-32 32v464L67.9 845.1C60.4 866 75.8 888 98 888h828.8c22.2 0 37.6-22 30.1-42.9zM200.4 208h624v395h-624V208zm228.3 608l8.1-37h150.3l8.1 37H428.7zm224 0l-19.1-86.7c-.8-3.7-4.1-6.3-7.8-6.3H398.2c-3.8 0-7 2.6-7.8 6.3L371.3 816H151l42.3-149h638.2l42.3 149H652.7z"
- )), t.LeftOutline = l("left", o, c(a,
- "M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 0 0 0 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"
- )), t.LinkOutline = l("link", o, c(a,
- "M574 665.4a8.03 8.03 0 0 0-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 0 0-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 0 0 0 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 0 0 0 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1zM610.1 372.3a8.03 8.03 0 0 0-11.3 0L372.3 598.7a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z"
- )), t.LineChartOutline = l("line-chart", o, c(a,
- "M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM305.8 637.7c3.1 3.1 8.1 3.1 11.3 0l138.3-137.6L583 628.5c3.1 3.1 8.2 3.1 11.3 0l275.4-275.3c3.1-3.1 3.1-8.2 0-11.3l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-230 229.9L461.4 404a8.03 8.03 0 0 0-11.3 0L266.3 586.7a8.03 8.03 0 0 0 0 11.3l39.5 39.7z"
- )), t.LineHeightOutline = l("line-height", o, c(a,
- "M648 160H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm272.8 546H856V318h64.8c6 0 9.4-7 5.7-11.7L825.7 178.7a7.14 7.14 0 0 0-11.3 0L713.6 306.3a7.23 7.23 0 0 0 5.7 11.7H784v388h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5a7.2 7.2 0 0 0-5.6-11.7z"
- )), t.LineOutline = l("line", o, c(a,
- "M904 476H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")), t.Loading3QuartersOutline =
- l("loading-3-quarters", o, c(r,
- "M512 1024c-69.1 0-136.2-13.5-199.3-40.2C251.7 958 197 921 150 874c-47-47-84-101.7-109.8-162.7C13.5 648.2 0 581.1 0 512c0-19.9 16.1-36 36-36s36 16.1 36 36c0 59.4 11.6 117 34.6 171.3 22.2 52.4 53.9 99.5 94.3 139.9 40.4 40.4 87.5 72.2 139.9 94.3C395 940.4 452.6 952 512 952c59.4 0 117-11.6 171.3-34.6 52.4-22.2 99.5-53.9 139.9-94.3 40.4-40.4 72.2-87.5 94.3-139.9C940.4 629 952 571.4 952 512c0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.2C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3s-13.5 136.2-40.2 199.3C958 772.3 921 827 874 874c-47 47-101.8 83.9-162.7 109.7-63.1 26.8-130.2 40.3-199.3 40.3z"
- )), t.LoadingOutline = l("loading", o, c(r,
- "M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"
- )), t.LoginOutline = l("login", o, c(a,
- "M521.7 82c-152.5-.4-286.7 78.5-363.4 197.7-3.4 5.3.4 12.3 6.7 12.3h70.3c4.8 0 9.3-2.1 12.3-5.8 7-8.5 14.5-16.7 22.4-24.5 32.6-32.5 70.5-58.1 112.7-75.9 43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 32.6 32.5 58.1 70.4 76 112.5C865.7 417.8 875 464.1 875 512c0 47.9-9.4 94.2-27.8 137.8-17.8 42.1-43.4 80-76 112.5s-70.5 58.1-112.7 75.9A352.8 352.8 0 0 1 520.6 866c-47.9 0-94.3-9.4-137.9-27.8A353.84 353.84 0 0 1 270 762.3c-7.9-7.9-15.3-16.1-22.4-24.5-3-3.7-7.6-5.8-12.3-5.8H165c-6.3 0-10.2 7-6.7 12.3C234.9 863.2 368.5 942 520.6 942c236.2 0 428-190.1 430.4-425.6C953.4 277.1 761.3 82.6 521.7 82zM395.02 624v-76h-314c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h314v-76c0-6.7 7.8-10.5 13-6.3l141.9 112a8 8 0 0 1 0 12.6l-141.9 112c-5.2 4.1-13 .4-13-6.3z"
- )), t.LogoutOutline = l("logout", o, c(a,
- "M868 732h-70.3c-4.8 0-9.3 2.1-12.3 5.8-7 8.5-14.5 16.7-22.4 24.5a353.84 353.84 0 0 1-112.7 75.9A352.8 352.8 0 0 1 512.4 866c-47.9 0-94.3-9.4-137.9-27.8a353.84 353.84 0 0 1-112.7-75.9 353.28 353.28 0 0 1-76-112.5C167.3 606.2 158 559.9 158 512s9.4-94.2 27.8-137.8c17.8-42.1 43.4-80 76-112.5s70.5-58.1 112.7-75.9c43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 7.9 7.9 15.3 16.1 22.4 24.5 3 3.7 7.6 5.8 12.3 5.8H868c6.3 0 10.2-7 6.7-12.3C798 160.5 663.8 81.6 511.3 82 271.7 82.6 79.6 277.1 82 516.4 84.4 751.9 276.2 942 512.4 942c152.1 0 285.7-78.8 362.3-197.7 3.4-5.3-.4-12.3-6.7-12.3zm88.9-226.3L815 393.7c-5.3-4.2-13-.4-13 6.3v76H488c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z"
- )), t.ManOutline = l("man", o, c(a,
- "M874 120H622c-3.3 0-6 2.7-6 6v56c0 3.3 2.7 6 6 6h160.4L583.1 387.3c-50-38.5-111-59.3-175.1-59.3-76.9 0-149.3 30-203.6 84.4S120 539.1 120 616s30 149.3 84.4 203.6C258.7 874 331.1 904 408 904s149.3-30 203.6-84.4C666 765.3 696 692.9 696 616c0-64.1-20.8-124.9-59.2-174.9L836 241.9V402c0 3.3 2.7 6 6 6h56c3.3 0 6-2.7 6-6V150c0-16.5-13.5-30-30-30zM408 828c-116.9 0-212-95.1-212-212s95.1-212 212-212 212 95.1 212 212-95.1 212-212 212z"
- )), t.MediumOutline = l("medium", o, c(a,
- "M834.7 279.8l61.3-58.9V208H683.7L532.4 586.4 360.3 208H137.7v12.9l71.6 86.6c7 6.4 10.6 15.8 9.7 25.2V673c2.2 12.3-1.7 24.8-10.3 33.7L128 805v12.7h228.6v-12.9l-80.6-98a39.99 39.99 0 0 1-11.1-33.7V378.7l200.7 439.2h23.3l172.6-439.2v349.9c0 9.2 0 11.1-6 17.2l-62.1 60.3V819h301.2v-12.9l-59.9-58.9c-5.2-4-7.9-10.7-6.8-17.2V297a18.1 18.1 0 0 1 6.8-17.2z"
- )), t.MediumWorkmarkOutline = l("medium-workmark", o, c(r,
- "M517.2 590.55c0 3.55 0 4.36 2.4 6.55l13.43 13.25v.57h-59.57v-25.47a41.44 41.44 0 0 1-39.5 27.65c-30.61 0-52.84-24.25-52.84-68.87 0-41.8 23.99-69.69 57.65-69.69a35.15 35.15 0 0 1 34.61 21.67v-56.19a6.99 6.99 0 0 0-2.71-6.79l-12.8-12.45v-.56l59.33-7.04v177.37zm-43.74-8.09v-83.83a22.2 22.2 0 0 0-17.74-8.4c-14.48 0-28.47 13.25-28.47 52.62 0 36.86 12.07 49.88 27.1 49.88a23.91 23.91 0 0 0 19.11-10.27zm83.23 28.46V497.74a7.65 7.65 0 0 0-2.4-6.79l-13.19-13.74v-.57h59.56v114.8c0 3.55 0 4.36 2.4 6.54l13.12 12.45v.57l-59.49-.08zm-2.16-175.67c0-13.4 10.74-24.25 23.99-24.25 13.25 0 23.98 10.86 23.98 24.25 0 13.4-10.73 24.25-23.98 24.25s-23.99-10.85-23.99-24.25zm206.83 155.06c0 3.55 0 4.6 2.4 6.79l13.43 13.25v.57h-59.88V581.9a43.4 43.4 0 0 1-41.01 31.2c-26.55 0-40.78-19.56-40.78-56.59 0-17.86 0-37.43.56-59.41a6.91 6.91 0 0 0-2.4-6.55L620.5 477.2v-.57h59.09v73.81c0 24.25 3.51 40.42 18.54 40.42a23.96 23.96 0 0 0 19.35-12.2v-80.85a7.65 7.65 0 0 0-2.4-6.79l-13.27-13.82v-.57h59.56V590.3zm202.76 20.6c0-4.36.8-59.97.8-72.75 0-24.25-3.76-40.98-20.63-40.98a26.7 26.7 0 0 0-21.19 11.64 99.68 99.68 0 0 1 2.4 23.04c0 16.81-.56 38.23-.8 59.66a6.91 6.91 0 0 0 2.4 6.55l13.43 12.45v.56h-60.12c0-4.04.8-59.98.8-72.76 0-24.65-3.76-40.98-20.39-40.98-8.2.3-15.68 4.8-19.83 11.96v82.46c0 3.56 0 4.37 2.4 6.55l13.11 12.45v.56h-59.48V498.15a7.65 7.65 0 0 0-2.4-6.8l-13.19-14.14v-.57H841v28.78c5.53-19 23.13-31.76 42.7-30.96 19.82 0 33.26 11.16 38.93 32.34a46.41 46.41 0 0 1 44.77-32.34c26.55 0 41.58 19.8 41.58 57.23 0 17.87-.56 38.24-.8 59.66a6.5 6.5 0 0 0 2.72 6.55l13.11 12.45v.57h-59.88zM215.87 593.3l17.66 17.05v.57h-89.62v-.57l17.99-17.05a6.91 6.91 0 0 0 2.4-6.55V477.69c0-4.6 0-10.83.8-16.16L104.66 613.1h-.72l-62.6-139.45c-1.37-3.47-1.77-3.72-2.65-6.06v91.43a32.08 32.08 0 0 0 2.96 17.87l25.19 33.46v.57H0v-.57l25.18-33.55a32.16 32.16 0 0 0 2.96-17.78V457.97A19.71 19.71 0 0 0 24 444.15L6.16 420.78v-.56h63.96l53.56 118.1 47.17-118.1h62.6v.56l-17.58 19.8a6.99 6.99 0 0 0-2.72 6.8v139.37a6.5 6.5 0 0 0 2.72 6.55zm70.11-54.65v.56c0 34.6 17.67 48.5 38.38 48.5a43.5 43.5 0 0 0 40.77-24.97h.56c-7.2 34.2-28.14 50.36-59.48 50.36-33.82 0-65.72-20.61-65.72-68.39 0-50.2 31.98-70.25 67.32-70.25 28.46 0 58.76 13.58 58.76 57.24v6.95h-80.59zm0-6.95h39.42v-7.04c0-35.57-7.28-45.03-18.23-45.03-13.27 0-21.35 14.15-21.35 52.07h.16z"
- )), t.MenuUnfoldOutline = l("menu-unfold", o, c(a,
- "M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 0 0 0-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0 0 14.4 7z"
- )), t.MenuFoldOutline = l("menu-fold", o, c(a,
- "M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z"
- )), t.MenuOutline = l("menu", o, c(a,
- "M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z"
- )), t.MinusOutline = l("minus", o, c(a,
- "M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z")), t.MonitorOutline =
- l("monitor", o, c(a,
- "M692.8 412.7l.2-.2-34.6-44.3a7.97 7.97 0 0 0-11.2-1.4l-50.4 39.3-70.5-90.1a7.97 7.97 0 0 0-11.2-1.4l-37.9 29.7a7.97 7.97 0 0 0-1.4 11.2l70.5 90.2-.2.1 34.6 44.3c2.7 3.5 7.7 4.1 11.2 1.4l50.4-39.3 64.1 82c2.7 3.5 7.7 4.1 11.2 1.4l37.9-29.6c3.5-2.7 4.1-7.7 1.4-11.2l-64.1-82.1zM608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5L114.3 856.1a8.03 8.03 0 0 0 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6C473 696.1 537.7 720 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644s-118.2-23.7-161.2-66.8C403.7 534.2 380 476.9 380 416s23.7-118.2 66.8-161.2c43-43.1 100.3-66.8 161.2-66.8s118.2 23.7 161.2 66.8c43.1 43 66.8 100.3 66.8 161.2s-23.7 118.2-66.8 161.2z"
- )), t.MoreOutline = l("more", o, c(a,
- "M456 231a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0z"
- )), t.OrderedListOutline = l("ordered-list", o, c(a,
- "M920 760H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-568H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM216 712H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h72.4v20.5h-35.7c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h35.7V838H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4V716c0-2.2-1.8-4-4-4zM100 188h38v120c0 2.2 1.8 4 4 4h40c2.2 0 4-1.8 4-4V152c0-4.4-3.6-8-8-8h-78c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4zm116 240H100c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4h68.4l-70.3 77.7a8.3 8.3 0 0 0-2.1 5.4V592c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4v-36c0-2.2-1.8-4-4-4h-68.4l70.3-77.7a8.3 8.3 0 0 0 2.1-5.4V432c0-2.2-1.8-4-4-4z"
- )), t.NumberOutline = l("number", o, c(a,
- "M872 394c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H400V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v236H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h228v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h164c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V394h164zM628 630H400V394h228v236z"
- )), t.PauseOutline = l("pause", o, c(a,
- "M304 176h80v672h-80zm408 0h-64c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8z"
- )), t.PercentageOutline = l("percentage", o, c(a,
- "M855.7 210.8l-42.4-42.4a8.03 8.03 0 0 0-11.3 0L168.3 801.9a8.03 8.03 0 0 0 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0L855.6 222c3.2-3 3.2-8.1.1-11.2zM304 448c79.4 0 144-64.6 144-144s-64.6-144-144-144-144 64.6-144 144 64.6 144 144 144zm0-216c39.7 0 72 32.3 72 72s-32.3 72-72 72-72-32.3-72-72 32.3-72 72-72zm416 344c-79.4 0-144 64.6-144 144s64.6 144 144 144 144-64.6 144-144-64.6-144-144-144zm0 216c-39.7 0-72-32.3-72-72s32.3-72 72-72 72 32.3 72 72-32.3 72-72 72z"
- )), t.PaperClipOutline = l("paper-clip", o, c(a,
- "M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 0 0 174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z"
- )), t.PicCenterOutline = l("pic-center", o, c(a,
- "M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM848 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h672zM232 436h560v152H232V436z"
- )), t.PicLeftOutline = l("pic-left", o, c(a,
- "M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM608 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM152 436h400v152H152V436zm552 210c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z"
- )), t.PlusOutline = l("plus", o, c(a, "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z",
- "M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z")), t.PicRightOutline = l("pic-right", o, c(a,
- "M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-24 500c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H416c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM472 436h400v152H472V436zM80 646c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z"
- )), t.PoundOutline = l("pound", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5 0-43.5 34-70.2 87.3-70.2 21.5 0 42.5 4.1 60.4 10.5 5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.8-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8V722c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z"
- )), t.PoweroffOutline = l("poweroff", o, c(a,
- "M705.6 124.9a8 8 0 0 0-11.6 7.2v64.2c0 5.5 2.9 10.6 7.5 13.6a352.2 352.2 0 0 1 62.2 49.8c32.7 32.8 58.4 70.9 76.3 113.3a355 355 0 0 1 27.9 138.7c0 48.1-9.4 94.8-27.9 138.7a355.92 355.92 0 0 1-76.3 113.3 353.06 353.06 0 0 1-113.2 76.4c-43.8 18.6-90.5 28-138.5 28s-94.7-9.4-138.5-28a353.06 353.06 0 0 1-113.2-76.4A355.92 355.92 0 0 1 184 650.4a355 355 0 0 1-27.9-138.7c0-48.1 9.4-94.8 27.9-138.7 17.9-42.4 43.6-80.5 76.3-113.3 19-19 39.8-35.6 62.2-49.8 4.7-2.9 7.5-8.1 7.5-13.6V132c0-6-6.3-9.8-11.6-7.2C178.5 195.2 82 339.3 80 506.3 77.2 745.1 272.5 943.5 511.2 944c239 .5 432.8-193.3 432.8-432.4 0-169.2-97-315.7-238.4-386.7zM480 560h64c4.4 0 8-3.6 8-8V88c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z"
- )), t.PullRequestOutline = l("pull-request", o, c(a,
- "M788 705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7 202.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V240h114v465.9c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c.1-49.2-31.7-91-75.9-106.1zM752 860a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zM384 212c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1 76-56.9 76-106.1zm-160 0a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm96 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0z"
- )), t.QqOutline = l("qq", o, c(a,
- "M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112 331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3-34 109.5-23 154.8-14.6 155.8 18 2.2 70.1-82.4 70.1-82.4 0 49 25.2 112.9 79.8 159-26.4 8.1-85.7 29.9-71.6 53.8 11.4 19.3 196.2 12.3 249.5 6.3 53.3 6 238.1 13 249.5-6.3 14.1-23.8-45.3-45.7-71.6-53.8 54.6-46.2 79.8-110.1 79.8-159 0 0 52.1 84.6 70.1 82.4 8.5-1.1 19.5-46.4-14.5-155.8z"
- )), t.QuestionOutline = l("question", o, c(a,
- "M764 280.9c-14-30.6-33.9-58.1-59.3-81.6C653.1 151.4 584.6 125 512 125s-141.1 26.4-192.7 74.2c-25.4 23.6-45.3 51-59.3 81.7-14.6 32-22 65.9-22 100.9v27c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-27c0-99.5 88.6-180.4 197.6-180.4s197.6 80.9 197.6 180.4c0 40.8-14.5 79.2-42 111.2-27.2 31.7-65.6 54.4-108.1 64-24.3 5.5-46.2 19.2-61.7 38.8a110.85 110.85 0 0 0-23.9 68.6v31.4c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-31.4c0-15.7 10.9-29.5 26-32.9 58.4-13.2 111.4-44.7 149.3-88.7 19.1-22.3 34-47.1 44.3-74 10.7-27.9 16.1-57.2 16.1-87 0-35-7.4-69-22-100.9zM512 787c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56z"
- )), t.RadarChartOutline = l("radar-chart", o, c(a,
- "M926.8 397.1l-396-288a31.81 31.81 0 0 0-37.6 0l-396 288a31.99 31.99 0 0 0-11.6 35.8l151.3 466a32 32 0 0 0 30.4 22.1h489.5c13.9 0 26.1-8.9 30.4-22.1l151.3-466c4.2-13.2-.5-27.6-11.7-35.8zM838.6 417l-98.5 32-200-144.7V199.9L838.6 417zM466 567.2l-89.1 122.3-55.2-169.2L466 567.2zm-116.3-96.8L484 373.3v140.8l-134.3-43.7zM512 599.2l93.9 128.9H418.1L512 599.2zm28.1-225.9l134.2 97.1L540.1 514V373.3zM558 567.2l144.3-46.9-55.2 169.2L558 567.2zm-74-367.3v104.4L283.9 449l-98.5-32L484 199.9zM169.3 470.8l86.5 28.1 80.4 246.4-53.8 73.9-113.1-348.4zM327.1 853l50.3-69h269.3l50.3 69H327.1zm414.5-33.8l-53.8-73.9 80.4-246.4 86.5-28.1-113.1 348.4z"
- )), t.QrcodeOutline = l("qrcode", o, c(a,
- "M468 128H160c-17.7 0-32 14.3-32 32v308c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V136c0-4.4-3.6-8-8-8zm-56 284H192V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210H136c-4.4 0-8 3.6-8 8v308c0 17.7 14.3 32 32 32h308c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zm-56 284H192V612h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm590-630H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V160c0-17.7-14.3-32-32-32zm-32 284H612V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210h-48c-4.4 0-8 3.6-8 8v134h-78V556c0-4.4-3.6-8-8-8H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h78v102c0 4.4 3.6 8 8 8h190c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zM746 832h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm142 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"
- )), t.RadiusBottomleftOutline = l("radius-bottomleft", o, c(a,
- "M712 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm2-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM136 374h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-174h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm752 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-230 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 624H358c-87.3 0-158-70.7-158-158V484c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v182c0 127 103 230 230 230h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.RadiusBottomrightOutline = l("radius-bottomright", o, c(a,
- "M368 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-58-624h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm578 102h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm292 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm174 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 276h-56c-4.4 0-8 3.6-8 8v182c0 87.3-70.7 158-158 158H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c127 0 230-103 230-230V484c0-4.4-3.6-8-8-8z"
- )), t.RadiusUpleftOutline = l("radius-upleft", o, c(a,
- "M656 200h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm58 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 650h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm696-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174-696H358c-127 0-230 103-230 230v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-87.3 70.7-158 158-158h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.RadiusUprightOutline = l("radius-upright", o, c(a,
- "M368 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-2 696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm522-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-48-696H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c87.3 0 158 70.7 158 158v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-127-103-230-230-230z"
- )), t.RadiusSettingOutline = l("radius-setting", o, c(a,
- "M396 140h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-44 684h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm524-204h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 344h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm320 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm160 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm140-284c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V370c0-127-103-230-230-230H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h170c87.3 0 158 70.7 158 158v170zM236 96H92c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V104c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2zM920 780H776c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V788c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2z"
- )), t.RedditOutline = l("reddit", o, c(a,
- "M288 568a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm338.7 119.7c-23.1 18.2-68.9 37.8-114.7 37.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7 5.5s-8.9 35.3 5.5 46.7C396.3 771.6 457.5 792 512 792s115.7-20.4 155.9-52.1a33.25 33.25 0 1 0-41.2-52.2zM960 456c0-61.9-50.1-112-112-112-42.1 0-78.7 23.2-97.9 57.6-57.6-31.5-127.7-51.8-204.1-56.5L612.9 195l127.9 36.9c11.5 32.6 42.6 56.1 79.2 56.1 46.4 0 84-37.6 84-84s-37.6-84-84-84c-32 0-59.8 17.9-74 44.2L603.5 123a33.2 33.2 0 0 0-39.6 18.4l-90.8 203.9c-74.5 5.2-142.9 25.4-199.2 56.2A111.94 111.94 0 0 0 176 344c-61.9 0-112 50.1-112 112 0 45.8 27.5 85.1 66.8 102.5-7.1 21-10.8 43-10.8 65.5 0 154.6 175.5 280 392 280s392-125.4 392-280c0-22.6-3.8-44.5-10.8-65.5C932.5 541.1 960 501.8 960 456zM820 172.5a31.5 31.5 0 1 1 0 63 31.5 31.5 0 0 1 0-63zM120 456c0-30.9 25.1-56 56-56a56 56 0 0 1 50.6 32.1c-29.3 22.2-53.5 47.8-71.5 75.9a56.23 56.23 0 0 1-35.1-52zm392 381.5c-179.8 0-325.5-95.6-325.5-213.5S332.2 410.5 512 410.5 837.5 506.1 837.5 624 691.8 837.5 512 837.5zM868.8 508c-17.9-28.1-42.2-53.7-71.5-75.9 9-18.9 28.3-32.1 50.6-32.1 30.9 0 56 25.1 56 56 .1 23.5-14.5 43.7-35.1 52zM624 568a56 56 0 1 0 112 0 56 56 0 1 0-112 0z"
- )), t.RedoOutline = l("redo", o, c(a,
- "M758.2 839.1C851.8 765.9 912 651.9 912 523.9 912 303 733.5 124.3 512.6 124 291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2 3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1-8.1-6.6-15.9-13.7-23.4-21.2a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 0 0-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9l-37.3-47.9z"
- )), t.ReloadOutline = l("reload", o, c(a,
- "M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 0 1 655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 0 1 279 755.2a342.16 342.16 0 0 1-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 0 1 109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z"
- )), t.RetweetOutline = l("retweet", o, c(r,
- "M136 552h63.6c4.4 0 8-3.6 8-8V288.7h528.6v72.6c0 1.9.6 3.7 1.8 5.2a8.3 8.3 0 0 0 11.7 1.4L893 255.4c4.3-5 3.6-10.3 0-13.2L749.7 129.8a8.22 8.22 0 0 0-5.2-1.8c-4.6 0-8.4 3.8-8.4 8.4V209H199.7c-39.5 0-71.7 32.2-71.7 71.8V544c0 4.4 3.6 8 8 8zm752-80h-63.6c-4.4 0-8 3.6-8 8v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3 8.3 0 0 0-11.7-1.4L131 768.6c-4.3 5-3.6 10.3 0 13.2l143.3 112.4c1.5 1.2 3.3 1.8 5.2 1.8 4.6 0 8.4-3.8 8.4-8.4V815h536.6c39.5 0 71.7-32.2 71.7-71.8V480c-.2-4.4-3.8-8-8.2-8z"
- )), t.RightOutline = l("right", o, c(a,
- "M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z"
- )), t.RiseOutline = l("rise", o, c(a,
- "M917 211.1l-199.2 24c-6.6.8-9.4 8.9-4.7 13.6l59.3 59.3-226 226-101.8-101.7c-6.3-6.3-16.4-6.2-22.6 0L100.3 754.1a8.03 8.03 0 0 0 0 11.3l45 45.2c3.1 3.1 8.2 3.1 11.3 0L433.3 534 535 635.7c6.3 6.2 16.4 6.2 22.6 0L829 364.5l59.3 59.3a8.01 8.01 0 0 0 13.6-4.7l24-199.2c.7-5.1-3.7-9.5-8.9-8.8z"
- )), t.RollbackOutline = l("rollback", o, c(a,
- "M793 242H366v-74c0-6.7-7.7-10.4-12.9-6.3l-142 112a8 8 0 0 0 0 12.6l142 112c5.2 4.1 12.9.4 12.9-6.3v-74h415v470H175c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h618c35.3 0 64-28.7 64-64V306c0-35.3-28.7-64-64-64z"
- )), t.SafetyOutline = l("safety", o, c(r,
- "M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z",
- "M378.4 475.1a35.91 35.91 0 0 0-50.9 0 35.91 35.91 0 0 0 0 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7 378.4 475.1z"
- )), t.RobotOutline = l("robot", o, c(a,
- "M300 328a60 60 0 1 0 120 0 60 60 0 1 0-120 0zM852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-32 660H204V128h616v596zM604 328a60 60 0 1 0 120 0 60 60 0 1 0-120 0zm250.2 556H169.8c-16.5 0-29.8 14.3-29.8 32v36c0 4.4 3.3 8 7.4 8h729.1c4.1 0 7.4-3.6 7.4-8v-36c.1-17.7-13.2-32-29.7-32zM664 508H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"
- )), t.SearchOutline = l("search", o, c(a,
- "M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
- )), t.ScanOutline = l("scan", o, c(a,
- "M136 384h56c4.4 0 8-3.6 8-8V200h176c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-37.6 0-68 30.4-68 68v180c0 4.4 3.6 8 8 8zm512-184h176v176c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V196c0-37.6-30.4-68-68-68H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM376 824H200V648c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v180c0 37.6 30.4 68 68 68h180c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm512-184h-56c-4.4 0-8 3.6-8 8v176H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h180c37.6 0 68-30.4 68-68V648c0-4.4-3.6-8-8-8zm16-164H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.ScissorOutline = l("scissor", o, c(a,
- "M567.1 512l318.5-319.3c5-5 1.5-13.7-5.6-13.7h-90.5c-2.1 0-4.2.8-5.6 2.3l-273.3 274-90.2-90.5c12.5-22.1 19.7-47.6 19.7-74.8 0-83.9-68.1-152-152-152s-152 68.1-152 152 68.1 152 152 152c27.7 0 53.6-7.4 75.9-20.3l90 90.3-90.1 90.3A151.04 151.04 0 0 0 288 582c-83.9 0-152 68.1-152 152s68.1 152 152 152 152-68.1 152-152c0-27.2-7.2-52.7-19.7-74.8l90.2-90.5 273.3 274c1.5 1.5 3.5 2.3 5.6 2.3H880c7.1 0 10.7-8.6 5.6-13.7L567.1 512zM288 370c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm0 444c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"
- )), t.SelectOutline = l("select", o, c(a,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h360c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H184V184h656v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM653.3 599.4l52.2-52.2a8.01 8.01 0 0 0-4.7-13.6l-179.4-21c-5.1-.6-9.5 3.7-8.9 8.9l21 179.4c.8 6.6 8.9 9.4 13.6 4.7l52.4-52.4 256.2 256.2c3.1 3.1 8.2 3.1 11.3 0l42.4-42.4c3.1-3.1 3.1-8.2 0-11.3L653.3 599.4z"
- )), t.ShakeOutline = l("shake", o, c(a,
- "M324 666a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm616.7-309.6L667.6 83.2C655.2 70.9 638.7 64 621.1 64s-34.1 6.8-46.5 19.2L83.3 574.5a65.85 65.85 0 0 0 0 93.1l273.2 273.2c12.3 12.3 28.9 19.2 46.5 19.2s34.1-6.8 46.5-19.2l491.3-491.3c25.6-25.7 25.6-67.5-.1-93.1zM403 880.1L143.9 621l477.2-477.2 259 259.2L403 880.1zM152.8 373.7a7.9 7.9 0 0 0 11.2 0L373.7 164a7.9 7.9 0 0 0 0-11.2l-38.4-38.4a7.9 7.9 0 0 0-11.2 0L114.3 323.9a7.9 7.9 0 0 0 0 11.2l38.5 38.6zm718.6 276.6a7.9 7.9 0 0 0-11.2 0L650.3 860.1a7.9 7.9 0 0 0 0 11.2l38.4 38.4a7.9 7.9 0 0 0 11.2 0L909.7 700a7.9 7.9 0 0 0 0-11.2l-38.3-38.5z"
- )), t.ShareAltOutline = l("share-alt", o, c(a,
- "M752 664c-28.5 0-54.8 10-75.4 26.7L469.4 540.8a160.68 160.68 0 0 0 0-57.6l207.2-149.9C697.2 350 723.5 360 752 360c66.2 0 120-53.8 120-120s-53.8-120-120-120-120 53.8-120 120c0 11.6 1.6 22.7 4.7 33.3L439.9 415.8C410.7 377.1 364.3 352 312 352c-88.4 0-160 71.6-160 160s71.6 160 160 160c52.3 0 98.7-25.1 127.9-63.8l196.8 142.5c-3.1 10.6-4.7 21.8-4.7 33.3 0 66.2 53.8 120 120 120s120-53.8 120-120-53.8-120-120-120zm0-476c28.7 0 52 23.3 52 52s-23.3 52-52 52-52-23.3-52-52 23.3-52 52-52zM312 600c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88zm440 236c-28.7 0-52-23.3-52-52s23.3-52 52-52 52 23.3 52 52-23.3 52-52 52z"
- )), t.ShoppingCartOutline = l("shopping-cart", o, c(r,
- "M922.9 701.9H327.4l29.9-60.9 496.8-.9c16.8 0 31.2-12 34.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99 34.99 0 0 0-26.6-12.5l-632-2.1-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3 35.3 0 1 0 0 70.6h125.9L246 312.8l58.1 281.3-74.8 122.1a34.96 34.96 0 0 0-3 36.8c6 11.9 18.1 19.4 31.5 19.4h62.8a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4 0 35.3-15.8 35.3-35.3a35.42 35.42 0 0 0-35.4-35.2zM305.7 253l575.8 1.9-56.4 315.8-452.3.8L305.7 253zm96.9 612.7c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6zm325.1 0c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6z"
- )), t.ShrinkOutline = l("shrink", o, c(a,
- "M881.7 187.4l-45.1-45.1a8.03 8.03 0 0 0-11.3 0L667.8 299.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L576.1 439c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 157.6-157.6c3-3 3-8.1-.1-11.2zM439 576.1l-189.2 23.5c-6.6.8-9.3 8.9-4.7 13.5l54.7 54.7-157.5 157.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l157.6-157.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L447.9 585a7.9 7.9 0 0 0-8.9-8.9z"
- )), t.SlackOutline = l("slack", o, c(a,
- "M409.4 128c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5h76.7v-76.8c0-42.3-34.3-76.7-76.7-76.8zm0 204.8H204.7c-42.4 0-76.7 34.4-76.7 76.8s34.4 76.8 76.7 76.8h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.8-76.6-76.8zM614 486.4c42.4 0 76.8-34.4 76.7-76.8V204.8c0-42.4-34.3-76.8-76.7-76.8-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.5 34.3 76.8 76.7 76.8zm281.4-76.8c0-42.4-34.4-76.8-76.7-76.8S742 367.2 742 409.6v76.8h76.7c42.3 0 76.7-34.4 76.7-76.8zm-76.8 128H614c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM614 742.4h-76.7v76.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM409.4 537.6c-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8V614.4c0-20.3-8.1-39.9-22.4-54.3a76.92 76.92 0 0 0-54.3-22.5zM128 614.4c0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5c42.4 0 76.8-34.4 76.7-76.8v-76.8h-76.7c-42.3 0-76.7 34.4-76.7 76.8z"
- )), t.SmallDashOutline = l("small-dash", o, c(a,
- "M112 476h72v72h-72zm182 0h72v72h-72zm364 0h72v72h-72zm182 0h72v72h-72zm-364 0h72v72h-72z")), t.SolutionOutline =
- l("solution", o, c(a,
- "M688 264c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48zm-8 136H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM480 544H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 308H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm356.8-74.4c29-26.3 47.2-64.3 47.2-106.6 0-79.5-64.5-144-144-144s-144 64.5-144 144c0 42.3 18.2 80.3 47.2 106.6-57 32.5-96.2 92.7-99.2 162.1-.2 4.5 3.5 8.3 8 8.3h48.1c4.2 0 7.7-3.3 8-7.6C564 871.2 621.7 816 692 816s128 55.2 131.9 124.4c.2 4.2 3.7 7.6 8 7.6H880c4.6 0 8.2-3.8 8-8.3-2.9-69.5-42.2-129.6-99.2-162.1zM692 591c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z"
- )), t.SketchOutline = l("sketch", o, c(a,
- "M925.6 405.1l-203-253.7a6.5 6.5 0 0 0-5-2.4H306.4c-1.9 0-3.8.9-5 2.4l-203 253.7a6.5 6.5 0 0 0 .2 8.3l408.6 459.5c1.2 1.4 3 2.1 4.8 2.1 1.8 0 3.5-.8 4.8-2.1l408.6-459.5a6.5 6.5 0 0 0 .2-8.3zM645.2 206.4l34.4 133.9-132.5-133.9h98.1zm8.2 178.5H370.6L512 242l141.4 142.9zM378.8 206.4h98.1L344.3 340.3l34.5-133.9zm-53.4 7l-44.1 171.5h-93.1l137.2-171.5zM194.6 434.9H289l125.8 247.7-220.2-247.7zM512 763.4L345.1 434.9h333.7L512 763.4zm97.1-80.8L735 434.9h94.4L609.1 682.6zm133.6-297.7l-44.1-171.5 137.2 171.5h-93.1z"
- )), t.SortDescendingOutline = l("sort-descending", o, c(a,
- "M839.6 433.8L749 150.5a9.24 9.24 0 0 0-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 0 0-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 0 0-9.2-9.3zM310.3 167.1a8 8 0 0 0-12.6 0L185.7 309c-4.2 5.3-.4 13 6.3 13h76v530c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V322h76c6.7 0 10.5-7.8 6.3-13l-112-141.9z"
- )), t.SortAscendingOutline = l("sort-ascending", o, c(a,
- "M839.6 433.8L749 150.5a9.24 9.24 0 0 0-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 0 0-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 0 0-9.2-9.3zM416 702h-76V172c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v530h-76c-6.7 0-10.5 7.8-6.3 13l112 141.9a8 8 0 0 0 12.6 0l112-141.9c4.1-5.2.4-13-6.3-13z"
- )), t.StockOutline = l("stock", o, c(a,
- "M904 747H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM165.7 621.8l39.7 39.5c3.1 3.1 8.2 3.1 11.3 0l234.7-233.9 97.6 97.3a32.11 32.11 0 0 0 45.2 0l264.2-263.2c3.1-3.1 3.1-8.2 0-11.3l-39.7-39.6a8.03 8.03 0 0 0-11.3 0l-235.7 235-97.7-97.3a32.11 32.11 0 0 0-45.2 0L165.7 610.5a7.94 7.94 0 0 0 0 11.3z"
- )), t.SwapLeftOutline = l("swap-left", o, c(r,
- "M872 572H266.8l144.3-183c4.1-5.2.4-13-6.3-13H340c-9.8 0-19.1 4.5-25.1 12.2l-164 208c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"
- )), t.SwapRightOutline = l("swap-right", o, c(r,
- "M873.1 596.2l-164-208A32 32 0 0 0 684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z"
- )), t.StrikethroughOutline = l("strikethrough", o, c(a,
- "M952 474H569.9c-10-2-20.5-4-31.6-6-15.9-2.9-22.2-4.1-30.8-5.8-51.3-10-82.2-20-106.8-34.2-35.1-20.5-52.2-48.3-52.2-85.1 0-37 15.2-67.7 44-89 28.4-21 68.8-32.1 116.8-32.1 54.8 0 97.1 14.4 125.8 42.8 14.6 14.4 25.3 32.1 31.8 52.6 1.3 4.1 2.8 10 4.3 17.8.9 4.8 5.2 8.2 9.9 8.2h72.8c5.6 0 10.1-4.6 10.1-10.1v-1c-.7-6.8-1.3-12.1-2-16-7.3-43.5-28-81.7-59.7-110.3-44.4-40.5-109.7-61.8-188.7-61.8-72.3 0-137.4 18.1-183.3 50.9-25.6 18.4-45.4 41.2-58.6 67.7-13.5 27.1-20.3 58.4-20.3 92.9 0 29.5 5.7 54.5 17.3 76.5 8.3 15.7 19.6 29.5 34.1 42H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h433.2c2.1.4 3.9.8 5.9 1.2 30.9 6.2 49.5 10.4 66.6 15.2 23 6.5 40.6 13.3 55.2 21.5 35.8 20.2 53.3 49.2 53.3 89 0 35.3-15.5 66.8-43.6 88.8-30.5 23.9-75.6 36.4-130.5 36.4-43.7 0-80.7-8.5-110.2-25-29.1-16.3-49.1-39.8-59.7-69.5-.8-2.2-1.7-5.2-2.7-9-1.2-4.4-5.3-7.5-9.7-7.5h-79.7c-5.6 0-10.1 4.6-10.1 10.1v1c.2 2.3.4 4.2.6 5.7 6.5 48.8 30.3 88.8 70.7 118.8 47.1 34.8 113.4 53.2 191.8 53.2 84.2 0 154.8-19.8 204.2-57.3 25-18.9 44.2-42.2 57.1-69 13-27.1 19.7-57.9 19.7-91.5 0-31.8-5.8-58.4-17.8-81.4-5.8-11.2-13.1-21.5-21.8-30.8H952c4.4 0 8-3.6 8-8v-60a8 8 0 0 0-8-7.9z"
- )), t.SwapOutline = l("swap", o, c(a,
- "M847.9 592H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h605.2L612.9 851c-4.1 5.2-.4 13 6.3 13h72.5c4.9 0 9.5-2.2 12.6-6.1l168.8-214.1c16.5-21 1.6-51.8-25.2-51.8zM872 356H266.8l144.3-183c4.1-5.2.4-13-6.3-13h-72.5c-4.9 0-9.5 2.2-12.6 6.1L150.9 380.2c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"
- )), t.SyncOutline = l("sync", o, c(a,
- "M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27A341.5 341.5 0 0 1 755 268.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8zm756 7.8h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4A342.45 342.45 0 0 1 512.1 856a342.24 342.24 0 0 1-243.2-100.8c-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47a8 8 0 0 0-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8a8 8 0 0 0-8-8.2z"
- )), t.TableOutline = l("table", o, c(a,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 208H676V232h212v136zm0 224H676V432h212v160zM412 432h200v160H412V432zm200-64H412V232h200v136zm-476 64h212v160H136V432zm0-200h212v136H136V232zm0 424h212v136H136V656zm276 0h200v136H412V656zm476 136H676V656h212v136z"
- )), t.TeamOutline = l("team", o, c(a,
- "M824.2 699.9a301.55 301.55 0 0 0-86.4-60.4C783.1 602.8 812 546.8 812 484c0-110.8-92.4-201.7-203.2-200-109.1 1.7-197 90.6-197 200 0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C345 754.6 314 826.8 312 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5A226.62 226.62 0 0 1 612 684c60.9 0 118.2 23.7 161.3 66.8C814.5 792 838 846.3 840 904.3c.1 4.3 3.7 7.7 8 7.7h56a8 8 0 0 0 8-8.2c-2-77-33-149.2-87.8-203.9zM612 612c-34.2 0-66.4-13.3-90.5-37.5a126.86 126.86 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4 0 34.2-13.3 66.3-37.5 90.5A127.3 127.3 0 0 1 612 612zM361.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7z"
- )), t.TaobaoOutline = l("taobao", o, c(a,
- "M168.5 273.7a68.7 68.7 0 1 0 137.4 0 68.7 68.7 0 1 0-137.4 0zm730 79.2s-23.7-184.4-426.9-70.1c17.3-30 25.6-49.5 25.6-49.5L396.4 205s-40.6 132.6-113 194.4c0 0 70.1 40.6 69.4 39.4 20.1-20.1 38.2-40.6 53.7-60.4 16.1-7 31.5-13.6 46.7-19.8-18.6 33.5-48.7 83.8-78.8 115.6l42.4 37s28.8-27.7 60.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7 0-3.6 0-5.4-.2-15.4-.7-39.5-3.3-49-18.2-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4 1.8s-35.5 159.1 102.3 155.5c129.1 3.6 203-36 238.6-63.1l14.2 52.6 79.6-33.2-53.9-131.9-64.6 20.1 12.1 45.2c-16.6 12.4-35.6 21.7-56.2 28.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4 31.5-41.1 35-53.6l-42.5-11.6c182.8-65.5 284.5-54.2 283.6 53.2v282.8s10.8 97.1-100.4 90.1l-60.2-12.9-14.2 57.1S882.5 880 903.7 680.2c21.3-200-5.2-327.3-5.2-327.3zm-707.4 18.3l-45.4 69.7 83.6 52.1s56 28.5 29.4 81.9C233.8 625.5 112 736.3 112 736.3l109 68.1c75.4-163.7 70.5-142 89.5-200.7 19.5-60.1 23.7-105.9-9.4-139.1-42.4-42.6-47-46.6-110-93.4z"
- )), t.ToTopOutline = l("to-top", o, c(a,
- "M885 780H165c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM400 325.7h73.9V664c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V325.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 171a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13z"
- )), t.TrademarkOutline = l("trademark", o, c(a,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm87.5-334.7c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.5-131.1-144.2-131.1H378c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.5c4.4 0 8-3.6 8-8V561.2h88.7l74.6 159.2c1.3 2.8 4.1 4.6 7.2 4.6h62a7.9 7.9 0 0 0 7.1-11.5l-80.6-164.2zM522 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.5 0 46.9-29.8 72.5-82.8 72.5z"
- )), t.TransactionOutline = l("transaction", o, c(a,
- "M668.6 320c0-4.4-3.6-8-8-8h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7zM157.9 504.2a352.7 352.7 0 0 1 103.5-242.4c32.5-32.5 70.3-58.1 112.4-75.9 43.6-18.4 89.9-27.8 137.6-27.8 47.8 0 94.1 9.3 137.6 27.8 42.1 17.8 79.9 43.4 112.4 75.9 10 10 19.3 20.5 27.9 31.4l-50 39.1a8 8 0 0 0 3 14.1l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8 37.4C770.7 146.3 648.6 82 511.5 82 277 82 86.3 270.1 82 503.8a8 8 0 0 0 8 8.2h60c4.3 0 7.8-3.5 7.9-7.8zM934 512h-60c-4.3 0-7.9 3.5-8 7.8a352.7 352.7 0 0 1-103.5 242.4 352.57 352.57 0 0 1-112.4 75.9c-43.6 18.4-89.9 27.8-137.6 27.8s-94.1-9.3-137.6-27.8a352.57 352.57 0 0 1-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8 8 0 0 0-3-14.1l-156.8-38.3c-5-1.2-9.9 2.6-9.9 7.7l-.8 161.7c0 6.7 7.7 10.5 12.9 6.3l47.8-37.4C253.3 877.7 375.4 942 512.5 942 747 942 937.7 753.9 942 520.2a8 8 0 0 0-8-8.2z"
- )), t.TwitterOutline = l("twitter", o, c(a,
- "M928 254.3c-30.6 13.2-63.9 22.7-98.2 26.4a170.1 170.1 0 0 0 75-94 336.64 336.64 0 0 1-108.2 41.2A170.1 170.1 0 0 0 672 174c-94.5 0-170.5 76.6-170.5 170.6 0 13.2 1.6 26.4 4.2 39.1-141.5-7.4-267.7-75-351.6-178.5a169.32 169.32 0 0 0-23.2 86.1c0 59.2 30.1 111.4 76 142.1a172 172 0 0 1-77.1-21.7v2.1c0 82.9 58.6 151.6 136.7 167.4a180.6 180.6 0 0 1-44.9 5.8c-11.1 0-21.6-1.1-32.2-2.6C211 652 273.9 701.1 348.8 702.7c-58.6 45.9-132 72.9-211.7 72.9-14.3 0-27.5-.5-41.2-2.1C171.5 822 261.2 850 357.8 850 671.4 850 843 590.2 843 364.7c0-7.4 0-14.8-.5-22.2 33.2-24.3 62.3-54.4 85.5-88.2z"
- )), t.UnderlineOutline = l("underline", o, c(a,
- "M824 804H200c-4.4 0-8 3.4-8 7.6v60.8c0 4.2 3.6 7.6 8 7.6h624c4.4 0 8-3.4 8-7.6v-60.8c0-4.2-3.6-7.6-8-7.6zm-312-76c69.4 0 134.6-27.1 183.8-76.2C745 602.7 772 537.4 772 468V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 97-79 176-176 176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 69.4 27.1 134.6 76.2 183.8C377.3 701 442.6 728 512 728z"
- )), t.UndoOutline = l("undo", o, c(a,
- "M511.4 124C290.5 124.3 112 303 112 523.9c0 128 60.2 242 153.8 315.2l-37.5 48c-4.1 5.3-.3 13 6.3 12.9l167-.8c5.2 0 9-4.9 7.7-9.9L369.8 727a8 8 0 0 0-14.1-3L315 776.1c-10.2-8-20-16.7-29.3-26a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-7.5 7.5-15.3 14.5-23.4 21.2a7.93 7.93 0 0 0-1.2 11.1l39.4 50.5c2.8 3.5 7.9 4.1 11.4 1.3C854.5 760.8 912 649.1 912 523.9c0-221.1-179.4-400.2-400.6-399.9z"
- )), t.UnorderedListOutline = l("unordered-list", o, c(a,
- "M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z"
- )), t.UpOutline = l("up", o, c(a,
- "M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 0 0 140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z"
- )), t.UploadOutline = l("upload", o, c(a,
- "M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z"
- )), t.UserAddOutline = l("user-add", o, c(a,
- "M678.3 642.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 505 759.6 431.7 759.6 349c0-137-110.8-248-247.5-248S264.7 212 264.7 349c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 888.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 628.2 432.2 597 512.2 597c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3zM512.2 521c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 349c0-45.9 17.9-89.1 50.3-121.6S466.3 177 512.2 177s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 349c0 45.9-17.9 89.1-50.3 121.6C601.1 503.1 558 521 512.2 521zM880 759h-84v-84c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v84h-84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h84v84c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-84h84c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.UsergroupAddOutline = l("usergroup-add", o, c(a,
- "M892 772h-80v-80c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v80h-80c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h80v80c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-80h80c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 498.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.8-1.7-203.2 89.2-203.2 200 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.8-1.1 6.4-4.8 5.9-8.8zM824 472c0-109.4-87.9-198.3-196.9-200C516.3 270.3 424 361.2 424 472c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C357 742.6 326 814.8 324 891.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 695.7 563 672 624 672c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 586.7 658.2 600 624 600s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z"
- )), t.UserOutline = l("user", o, c(a,
- "M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"
- )), t.UserDeleteOutline = l("user-delete", o, c(a,
- "M678.3 655.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 518 759.6 444.7 759.6 362c0-137-110.8-248-247.5-248S264.7 225 264.7 362c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 901.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 641.2 432.2 610 512.2 610c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3zM512.2 534c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 362c0-45.9 17.9-89.1 50.3-121.6S466.3 190 512.2 190s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 362c0 45.9-17.9 89.1-50.3 121.6C601.1 516.1 558 534 512.2 534zM880 772H640c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"
- )), t.UsergroupDeleteOutline = l("usergroup-delete", o, c(a,
- "M888 784H664c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7zM824 484c0-109.4-87.9-198.3-196.9-200C516.3 282.3 424 373.2 424 484c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C357 754.6 326 826.8 324 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 707.7 563 684 624 684c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 598.7 658.2 612 624 612s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z"
- )), t.VerticalAlignBottomOutline = l("vertical-align-bottom", o, c(a,
- "M859.9 780H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM505.7 669a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V176c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8z"
- )), t.VerticalAlignMiddleOutline = l("vertical-align-middle", o, c(a,
- "M859.9 474H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zm-353.6-74.7c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H550V104c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v156h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.6zm11.4 225.4a7.14 7.14 0 0 0-11.3 0L405.6 752.3a7.23 7.23 0 0 0 5.7 11.7H474v156c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V764h62.8c6 0 9.4-7 5.7-11.7L517.7 624.7z"
- )), t.VerticalAlignTopOutline = l("vertical-align-top", o, c(a,
- "M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z"
- )), t.VerticalRightOutline = l("vertical-right", o, c(a,
- "M326 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm444 72.4V164c0-6.8-7.9-10.5-13.1-6.1L335 512l421.9 354.1c5.2 4.4 13.1.7 13.1-6.1v-72.4c0-9.4-4.2-18.4-11.4-24.5L459.4 512l299.2-251.1c7.2-6.1 11.4-15.1 11.4-24.5z"
- )), t.VerticalLeftOutline = l("vertical-left", o, c(a,
- "M762 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm-508 0v72.4c0 9.5 4.2 18.4 11.4 24.5L564.6 512 265.4 763.1c-7.2 6.1-11.4 15-11.4 24.5V860c0 6.8 7.9 10.5 13.1 6.1L689 512 267.1 157.9A7.95 7.95 0 0 0 254 164z"
- )), t.WifiOutline = l("wifi", o, c(a,
- "M723 620.5C666.8 571.6 593.4 542 513 542s-153.8 29.6-210.1 78.6a8.1 8.1 0 0 0-.8 11.2l36 42.9c2.9 3.4 8 3.8 11.4.9C393.1 637.2 450.3 614 513 614s119.9 23.2 163.5 61.5c3.4 2.9 8.5 2.5 11.4-.9l36-42.9c2.8-3.3 2.4-8.3-.9-11.2zm117.4-140.1C751.7 406.5 637.6 362 513 362s-238.7 44.5-327.5 118.4a8.05 8.05 0 0 0-1 11.3l36 42.9c2.8 3.4 7.9 3.8 11.2 1C308 472.2 406.1 434 513 434s205 38.2 281.2 101.6c3.4 2.8 8.4 2.4 11.2-1l36-42.9c2.8-3.4 2.4-8.5-1-11.3zm116.7-139C835.7 241.8 680.3 182 511 182c-168.2 0-322.6 59-443.7 157.4a8 8 0 0 0-1.1 11.4l36 42.9c2.8 3.3 7.8 3.8 11.1 1.1C222 306.7 360.3 254 511 254c151.8 0 291 53.5 400 142.7 3.4 2.8 8.4 2.3 11.2-1.1l36-42.9c2.9-3.4 2.4-8.5-1.1-11.3zM448 778a64 64 0 1 0 128 0 64 64 0 1 0-128 0z"
- )), t.ZhihuOutline = l("zhihu", o, c(a,
- "M564.7 230.1V803h60l25.2 71.4L756.3 803h131.5V230.1H564.7zm247.7 497h-59.9l-75.1 50.4-17.8-50.4h-18V308.3h170.7v418.8zM526.1 486.9H393.3c2.1-44.9 4.3-104.3 6.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6 15.7-69.7 29.4-93.8l6.4-11.2-12.9-.7c-.8 0-19.6-.9-41.4 10.6-35.7 19-51.7 56.4-58.7 84.4-18.4 73.1-44.6 123.9-55.7 145.6-3.3 6.4-5.3 10.2-6.2 12.8-1.8 4.9-.8 9.8 2.8 13 10.5 9.5 38.2-2.9 38.5-3 .6-.3 1.3-.6 2.2-1 13.9-6.3 55.1-25 69.8-84.5h56.7c.7 32.2 3.1 138.4 2.9 172.9h-141l-2.1 1.5c-23.1 16.9-30.5 63.2-30.8 65.2l-1.4 9.2h167c-12.3 78.3-26.5 113.4-34 127.4-3.7 7-7.3 14-10.7 20.8-21.3 42.2-43.4 85.8-126.3 153.6-3.6 2.8-7 8-4.8 13.7 2.4 6.3 9.3 9.1 24.6 9.1 5.4 0 11.8-.3 19.4-1 49.9-4.4 100.8-18 135.1-87.6 17-35.1 31.7-71.7 43.9-108.9L497 850l5-12c.8-1.9 19-46.3 5.1-95.9l-.5-1.8-108.1-123-22 16.6c6.4-26.1 10.6-49.9 12.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9l-2.4-3z"
- )), t.WeiboOutline = l("weibo", o, c(a,
- "M457.3 543c-68.1-17.7-145 16.2-174.6 76.2-30.1 61.2-1 129.1 67.8 151.3 71.2 23 155.2-12.2 184.4-78.3 28.7-64.6-7.2-131-77.6-149.2zm-52 156.2c-13.8 22.1-43.5 31.7-65.8 21.6-22-10-28.5-35.7-14.6-57.2 13.7-21.4 42.3-31 64.4-21.7 22.4 9.5 29.6 35 16 57.3zm45.5-58.5c-5 8.6-16.1 12.7-24.7 9.1-8.5-3.5-11.2-13.1-6.4-21.5 5-8.4 15.6-12.4 24.1-9.1 8.7 3.2 11.8 12.9 7 21.5zm334.5-197.2c15 4.8 31-3.4 35.9-18.3 11.8-36.6 4.4-78.4-23.2-109a111.39 111.39 0 0 0-106-34.3 28.45 28.45 0 0 0-21.9 33.8 28.39 28.39 0 0 0 33.8 21.8c18.4-3.9 38.3 1.8 51.9 16.7a54.2 54.2 0 0 1 11.3 53.3 28.45 28.45 0 0 0 18.2 36zm99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98 32.98 0 0 0-25.4 39.3 33.12 33.12 0 0 0 39.3 25.5c55-11.7 114.4 5.4 154.8 50.1 40.3 44.7 51.2 105.7 34 159.1-5.6 17.4 3.9 36 21.3 41.7 17.4 5.6 36-3.9 41.6-21.2v-.1c24.1-75.4 8.9-161.1-47.9-223.9zM729 499c-12.2-3.6-20.5-6.1-14.1-22.1 13.8-34.7 15.2-64.7.3-86-28-40.1-104.8-37.9-192.8-1.1 0 0-27.6 12.1-20.6-9.8 13.5-43.5 11.5-79.9-9.6-101-47.7-47.8-174.6 1.8-283.5 110.6C127.3 471.1 80 557.5 80 632.2 80 775.1 263.2 862 442.5 862c235 0 391.3-136.5 391.3-245 0-65.5-55.2-102.6-104.8-118zM443 810.8c-143 14.1-266.5-50.5-275.8-144.5-9.3-93.9 99.2-181.5 242.2-195.6 143-14.2 266.5 50.5 275.8 144.4C694.4 709 586 796.6 443 810.8z"
- )), t.WomanOutline = l("woman", o, c(a,
- "M712.8 548.8c53.6-53.6 83.2-125 83.2-200.8 0-75.9-29.5-147.2-83.2-200.8C659.2 93.6 587.8 64 512 64s-147.2 29.5-200.8 83.2C257.6 200.9 228 272.1 228 348c0 63.8 20.9 124.4 59.4 173.9 7.3 9.4 15.2 18.3 23.7 26.9 8.5 8.5 17.5 16.4 26.8 23.7 39.6 30.8 86.3 50.4 136.1 57V736H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h114v140c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V812h114c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2 118.2-36.1 162.8-80.7zM512 556c-55.6 0-107.7-21.6-147.1-60.9C325.6 455.8 304 403.6 304 348s21.6-107.7 60.9-147.1C404.2 161.5 456.4 140 512 140s107.7 21.6 147.1 60.9C698.4 240.2 720 292.4 720 348s-21.6 107.7-60.9 147.1C619.7 534.4 567.6 556 512 556z"
- )), t.ZoomInOutline = l("zoom-in", o, c(a,
- "M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z"
- )), t.AccountBookTwoTone = l("account-book", s, (function(e, t) {
+
+ t.AccountBookFill = l('account-book', i, c(a,
+ 'M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z'
+ )), t.AlertFill = l('alert', i, c(a,
+ 'M512 244c176.18 0 319 142.82 319 319v233a32 32 0 0 1-32 32H225a32 32 0 0 1-32-32V563c0-176.18 142.82-319 319-319zM484 68h56a8 8 0 0 1 8 8v96a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V76a8 8 0 0 1 8-8zM177.25 191.66a8 8 0 0 1 11.32 0l67.88 67.88a8 8 0 0 1 0 11.31l-39.6 39.6a8 8 0 0 1-11.31 0l-67.88-67.88a8 8 0 0 1 0-11.31l39.6-39.6zm669.6 0l39.6 39.6a8 8 0 0 1 0 11.3l-67.88 67.9a8 8 0 0 1-11.32 0l-39.6-39.6a8 8 0 0 1 0-11.32l67.89-67.88a8 8 0 0 1 11.31 0zM192 892h640a32 32 0 0 1 32 32v24a8 8 0 0 1-8 8H168a8 8 0 0 1-8-8v-24a32 32 0 0 1 32-32zm148-317v253h64V575h-64z'
+ )), t.AlipaySquareFill = l('alipay-square', i, c(a,
+ 'M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm29.4 663.2S703 689.4 598.7 639.5C528.8 725.2 438.6 777.3 345 777.3c-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9 114.3 38.2 140.2 40.2 140.2 40.2v122.3z'
+ )), t.AliwangwangFill = l('aliwangwang', i, c(a,
+ 'M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-325.2 79c0 20.4-16.6 37.1-37.1 37.1-20.4 0-37.1-16.7-37.1-37.1v-55.1c0-20.4 16.6-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1zm175.2 0c0 20.4-16.6 37.1-37.1 37.1S644 476.8 644 456.4v-55.1c0-20.4 16.7-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1z'
+ )), t.AlipayCircleFill = l('alipay-circle', i, c(a,
+ 'M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 0 0 960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z'
+ )), t.AmazonCircleFill = l('amazon-circle', i, c(a,
+ 'M485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm35.8 262.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 0 0-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9 4.7-12.2 11.8-23.9 21.4-35 9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0 1 25.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 0 1 7.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 0 1-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7z'
+ )), t.AndroidFill = l('android', i, c(a,
+ 'M270.1 741.7c0 23.4 19.1 42.5 42.6 42.5h48.7v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h85v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h48.7c23.5 0 42.6-19.1 42.6-42.5V346.4h-486v395.3zm357.1-600.1l44.9-65c2.6-3.8 2-8.9-1.5-11.4-3.5-2.4-8.5-1.2-11.1 2.6l-46.6 67.6c-30.7-12.1-64.9-18.8-100.8-18.8-35.9 0-70.1 6.7-100.8 18.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6-3.5 2.4-4.1 7.4-1.5 11.4l44.9 65c-71.4 33.2-121.4 96.1-127.8 169.6h486c-6.6-73.6-56.7-136.5-128-169.7zM409.5 244.1a26.9 26.9 0 1 1 26.9-26.9 26.97 26.97 0 0 1-26.9 26.9zm208.4 0a26.9 26.9 0 1 1 26.9-26.9 26.97 26.97 0 0 1-26.9 26.9zm223.4 100.7c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3zm-658.6 0c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3z'
+ )), t.AmazonSquareFill = l('amazon-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM547.8 326.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 0 0-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9s11.8-23.9 21.4-35c9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0 1 25.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 0 1 7.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 0 1-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7zM485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4z'
+ )), t.ApiFill = l('api', i, c(a,
+ 'M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 68.9-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2z'
+ )), t.AppstoreFill = l('appstore', i, c(a,
+ 'M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zM464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16z'
+ )), t.AudioFill = l('audio', i, c(a,
+ 'M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm330-170c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z'
+ )), t.AppleFill = l('apple', i, c(a,
+ 'M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-105.1-305c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z'
+ )), t.BackwardFill = l('backward', i, c(r,
+ 'M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z'
+ )), t.BankFill = l('bank', i, c(a,
+ 'M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374z'
+ )), t.BehanceCircleFill = l('behance-circle', i, c(a,
+ 'M420.3 470.3c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1a50.5 50.5 0 0 0 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm86.5 286.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7z'
+ )), t.BellFill = l('bell', i, c(a,
+ 'M816 768h-24V428c0-141.1-104.3-257.8-240-277.2V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.8C336.3 170.2 232 286.9 232 428v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48z'
+ )), t.BehanceSquareFill = l('behance-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z'
+ )), t.BookFill = l('book', i, c(a,
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM668 345.9L621.5 312 572 347.4V124h96v221.9z'
+ )), t.BoxPlotFill = l('box-plot', i, c(a,
+ 'M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H448v432h344c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-728 80v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h152V296H232c-4.4 0-8 3.6-8 8z'
+ )), t.BugFill = l('bug', i, c(a,
+ 'M304 280h416c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1a184.31 184.31 0 0 0-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9a184.31 184.31 0 0 0-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z',
+ 'M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8a63 63 0 0 1-63 63H232a63 63 0 0 1-63-63c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7a273 273 0 0 0 22.7 49c24.3 41.5 59 76.2 100.5 100.5 28.9 16.9 61 28.8 95.3 34.5 4.4 0 8-3.6 8-8V484c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8v464.2c0 4.4 3.6 8 8 8 34.3-5.7 66.4-17.6 95.3-34.5a281.38 281.38 0 0 0 123.2-149.5A120.4 120.4 0 0 1 836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.CalculatorFill = l('calculator', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM440.2 765h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zm7.8-382c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48zm328 369c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-104c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-265c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48z'
+ )), t.BulbFill = l('bulb', i, c(a,
+ 'M348 676.1C250 619.4 184 513.4 184 392c0-181.1 146.9-328 328-328s328 146.9 328 328c0 121.4-66 227.4-164 284.1V792c0 17.7-14.3 32-32 32H380c-17.7 0-32-14.3-32-32V676.1zM392 888h240c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8z'
+ )), t.BuildFill = l('build', i, c(a,
+ 'M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM612 746H412V546h200v200zm268-268H680V278h200v200z'
+ )), t.CalendarFill = l('calendar', i, c(a,
+ 'M112 880c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V460H112v420zm768-696H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v176h800V216c0-17.7-14.3-32-32-32z'
+ )), t.CameraFill = l('camera', i, c(a,
+ 'M864 260H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 260H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V340c0-44.2-35.8-80-80-80zM512 716c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160zm-96-160a96 96 0 1 0 192 0 96 96 0 1 0-192 0z'
+ )), t.CarFill = l('car', i, c(a,
+ 'M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM220 418l72.7-199.9.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220z'
+ )), t.CaretDownFill = l('caret-down', i, c(r,
+ 'M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z'
+ )), t.CaretLeftFill = l('caret-left', i, c(r,
+ 'M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z'
+ )), t.CaretRightFill = l('caret-right', i, c(r,
+ 'M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z'
+ )), t.CarryOutFill = l('carry-out', i, c(a,
+ 'M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM694.5 432.7L481.9 725.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z'
+ )), t.CaretUpFill = l('caret-up', i, c(r,
+ 'M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z'
+ )), t.CheckCircleFill = l('check-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z'
+ )), t.CheckSquareFill = l('check-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM695.5 365.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L308.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H689c6.5 0 10.3 7.4 6.5 12.7z'
+ )), t.ChromeFill = l('chrome', i, c(a,
+ 'M371.8 512c0 77.5 62.7 140.2 140.2 140.2S652.2 589.5 652.2 512 589.5 371.8 512 371.8 371.8 434.4 371.8 512zM900 362.4l-234.3 12.1c63.6 74.3 64.6 181.5 11.1 263.7l-188 289.2c78 4.2 158.4-12.9 231.2-55.2 180-104 253-322.1 180-509.8zM320.3 591.9L163.8 284.1A415.35 415.35 0 0 0 96 512c0 208 152.3 380.3 351.4 410.8l106.9-209.4c-96.6 18.2-189.9-34.8-234-121.5zm218.5-285.5l344.4 18.1C848 254.7 792.6 194 719.8 151.7 653.9 113.6 581.5 95.5 510.5 96c-122.5.5-242.2 55.2-322.1 154.5l128.2 196.9c32-91.9 124.8-146.7 222.2-141z'
+ )), t.CiCircleFill = l('ci-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-63.6 656c-103 0-162.4-68.6-162.4-182.6v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-4-46.1-37.6-77.6-87-77.6-61.1 0-95.6 45.4-95.6 126.9v49.3c0 80.3 34.5 125.1 95.6 125.1 49.3 0 82.8-29.5 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z'
+ )), t.ClockCircleFill = l('clock-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm176.5 585.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z'
+ )), t.CloseCircleFill = l('close-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z'
+ )), t.CloudFill = l('cloud', i, c(a,
+ 'M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3z'
+ )), t.CloseSquareFill = l('close-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM676.1 657.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9z'
+ )), t.CodeSandboxSquareFill = l('code-sandbox-square', i, c(a,
+ 'M307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM755.7 653.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zm-223.9 83.7l97.3-56.2v-94.1l87-49.5V418.5L531.8 525zm-20-352L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8z'
+ )), t.CodeSandboxCircleFill = l('code-sandbox-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm243.7 589.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zM307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zm203.9-151.8L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8zm20 352l97.3-56.2v-94.1l87-49.5V418.5L531.8 525z'
+ )), t.CodeFill = l('code', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM513.1 518.1l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3zM716 673c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8h185c4.1 0 7.5 3.6 7.5 8v48z'
+ )), t.CompassFill = l('compass', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM327.3 702.4c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2l98.7-225.5 132.1 132.1-225.5 98.7zm375.1-375.1l-98.7 225.5-132.1-132.1L697.1 322c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z'
+ )), t.CodepenCircleFill = l('codepen-circle', i, c(a,
+ 'M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z'
+ )), t.CodepenSquareFill = l('codepen-square', i, c(a,
+ 'M723.1 428L535.9 303.4v111.3l103.6 69.1zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zm23.9 154.2v111.3L723.1 597l-83.6-55.8zm-151.4-69.1L300.9 597l187.2 124.6V610.3l-103.6-69.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-90 485c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-47.8-44.6v-79.8l-59.8 39.9zm-460.4-79.8v79.8l59.8-39.9zm206.3-57.9V303.4L300.9 428l83.6 55.8z'
+ )), t.ContactsFill = l('contacts', i, c(a,
+ 'M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM661 736h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.6-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H363a8 8 0 0 1-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 0 1-29.1-75.5c0-61.9 49.9-112 111.4-112 61.5 0 111.4 50.1 111.4 112 0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zM512 474c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52c28.5 0 51.7-23.3 51.7-52s-23.2-52-51.7-52z'
+ )), t.ControlFill = l('control', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM404 683v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99zm279.6-143.9c.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1zM616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM403.4 566.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5z'
+ )), t.ContainerFill = l('container', i, c(a,
+ 'M832 64H192c-17.7 0-32 14.3-32 32v529c0-.6.4-1 1-1h219.3l5.2 24.7C397.6 708.5 450.8 752 512 752s114.4-43.5 126.4-103.3l5.2-24.7H863c.6 0 1 .4 1 1V96c0-17.7-14.3-32-32-32zM712 493c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm0-160c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm151 354H694.1c-11.6 32.8-32 62.3-59.1 84.7-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H161c-.6 0-1-.4-1-1v242c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V686c0 .6-.4 1-1 1z'
+ )), t.CopyFill = l('copy', i, c(a,
+ 'M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM382 896h-.2L232 746.2v-.2h150v150z'
+ )), t.CopyrightCircleFill = l('copyright-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm5.4 670c-110 0-173.4-73.2-173.4-194.9v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.6-3.2-8-7.4-4-49.5-40-83.4-93-83.4-65.3 0-102.1 48.5-102.1 135.5v52.6c0 85.7 36.9 133.6 102.1 133.6 52.8 0 88.7-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4z'
+ )), t.CreditCardFill = l('credit-card', i, c(a,
+ 'M928 160H96c-17.7 0-32 14.3-32 32v160h896V192c0-17.7-14.3-32-32-32zM64 832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V440H64v392zm579-184c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72z'
+ )), t.CrownFill = l('crown', i, c(a,
+ 'M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zM512 734.2c-62.1 0-112.6-50.5-112.6-112.6S449.9 509 512 509s112.6 50.5 112.6 112.6S574.1 734.2 512 734.2zm0-160.9c-26.6 0-48.2 21.6-48.2 48.3 0 26.6 21.6 48.3 48.2 48.3s48.2-21.6 48.2-48.3c0-26.6-21.6-48.3-48.2-48.3z'
+ )), t.CustomerServiceFill = l('customer-service', i, c(a,
+ 'M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384z'
+ )), t.DashboardFill = l('dashboard', i, c(a,
+ 'M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM482 232c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.5l-31.1 31.1a8.03 8.03 0 0 1-11.3 0L261.7 352a8.03 8.03 0 0 1 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.6l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 0 1-79.2 0 55.95 55.95 0 0 1 0-79.2 55.87 55.87 0 0 1 54.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.1 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 0 1 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 0 1-11.3 0zM846 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44z'
+ )), t.DeleteFill = l('delete', i, c(a,
+ 'M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-200 0H360v-72h304v72z'
+ )), t.DiffFill = l('diff', i, c(a,
+ 'M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23zM553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM568 753c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-220c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7v42z'
+ )), t.DingtalkCircleFill = l('dingtalk-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm227 385.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z'
+ )), t.DatabaseFill = l('database', i, c(a,
+ 'M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM288 232c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm128-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm128-168c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z'
+ )), t.DingtalkSquareFill = l('dingtalk-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM739 449.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z'
+ )), t.DislikeFill = l('dislike', i, c(a,
+ 'M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H273v428h.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32z'
+ )), t.DollarCircleFill = l('dollar-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm22.3 665.2l.2 31.7c0 4.4-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4C401.3 723 359.5 672.4 355 617.4c-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.7 29.8 55.4 74.1 61.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-72.9 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.9 46.9 125.9 109.2.5 4.7-3.2 8.8-8 8.8h-44.9c-4 0-7.4-3-7.9-6.9-4-29.2-27.4-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 108.9 116.4 0 75.3-56 117.3-134.3 124.1zM426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-36.9 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8 72-27.2 72-66.4 0-30.7-15.9-50.7-63.2-65.1z'
+ )), t.DownCircleFill = l('down-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm184.5 353.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z'
+ )), t.DownSquareFill = l('down-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM696.5 412.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z'
+ )), t.DribbbleCircleFill = l('dribbble-circle', i, c(a,
+ 'M675.1 328.3a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6zm47.7-11.9c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 736c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm53.1-346.2c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm30.6 82.5c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4z'
+ )), t.DribbbleSquareFill = l('dribbble-square', i, c(a,
+ 'M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z'
+ )), t.DropboxCircleFill = l('dropbox-circle', i, c(a,
+ 'M663.8 455.5zm-151.5-93.8l-151.8 93.8 151.8 93.9 151.5-93.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm151.2 595.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1z'
+ )), t.DropboxSquareFill = l('dropbox-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM663.2 659.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1zM512.3 361.7l-151.8 93.8 151.8 93.9 151.5-93.9zm151.5 93.8z'
+ )), t.EnvironmentFill = l('environment', i, c(a,
+ 'M512 327c-29.9 0-58 11.6-79.2 32.8A111.6 111.6 0 0 0 400 439c0 29.9 11.7 58 32.8 79.2A111.6 111.6 0 0 0 512 551c29.9 0 58-11.7 79.2-32.8C612.4 497 624 468.9 624 439c0-29.9-11.6-58-32.8-79.2S541.9 327 512 327zm342.6-37.9a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z'
+ )), t.EditFill = l('edit', i, c(a,
+ 'M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9z'
+ )), t.ExclamationCircleFill = l('exclamation-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
+ )), t.EuroCircleFill = l('euro-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm63.5 375.8c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8h-136c-.3 4.4-.3 9.1-.3 13.8v36h136.2c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H444.9c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.2 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.3 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.8.3-12.8H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.7c19.7-94.2 92-149.9 198.6-149.9 20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346h.1c0 5.1-4.6 8.8-9.6 7.8-14.7-2.9-31.8-4.4-51.7-4.4-65.4 0-110.4 33.5-127.6 90.4h128.4z'
+ )), t.ExperimentFill = l('experiment', i, c(a,
+ 'M218.9 636.3l42.6 26.6c.1.1.3.2.4.3l12.7 8 .3.3a186.9 186.9 0 0 0 94.1 25.1c44.9 0 87.2-15.7 121-43.8a256.27 256.27 0 0 1 164.9-59.9c52.3 0 102.2 15.7 144.6 44.5l7.9 5-111.6-289V179.8h63.5c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8H264.7c-4.4 0-8 3.6-8 8v51.9c0 4.4 3.6 8 8 8h63.5v173.6L218.9 636.3zm333-203.1c22 0 39.9 17.9 39.9 39.9S573.9 513 551.9 513 512 495.1 512 473.1s17.9-39.9 39.9-39.9zM878 825.1l-29.9-77.4-85.7-53.5-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-53 0-103.5-16.1-146.2-45.6l-28.9-18.1L146 825.1c-2.8 7.4-4.3 15.2-4.3 23 0 35.2 28.6 63.8 63.8 63.8h612.9c7.9 0 15.7-1.5 23-4.3a63.6 63.6 0 0 0 36.6-82.5z'
+ )), t.EyeInvisibleFill = l('eye-invisible', i, c(a,
+ 'M508 624a112 112 0 0 0 112-112c0-3.28-.15-6.53-.43-9.74L498.26 623.57c3.21.28 6.45.43 9.74.43zm370.72-458.44L836 122.88a8 8 0 0 0-11.31 0L715.37 232.23Q624.91 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.7 119.43 136.55 191.45L112.56 835a8 8 0 0 0 0 11.31L155.25 889a8 8 0 0 0 11.31 0l712.16-712.12a8 8 0 0 0 0-11.32zM332 512a176 176 0 0 1 258.88-155.28l-48.62 48.62a112.08 112.08 0 0 0-140.92 140.92l-48.62 48.62A175.09 175.09 0 0 1 332 512z',
+ 'M942.2 486.2Q889.4 375 816.51 304.85L672.37 449A176.08 176.08 0 0 1 445 676.37L322.74 798.63Q407.82 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5z'
+ )), t.EyeFill = l('eye', i, c(a,
+ 'M396 512a112 112 0 1 0 224 0 112 112 0 1 0-224 0zm546.2-25.8C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM508 688c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z'
+ )), t.FacebookFill = l('facebook', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-92.4 233.5h-63.9c-50.1 0-59.8 23.8-59.8 58.8v77.1h119.6l-15.6 120.7h-104V912H539.2V602.2H434.9V481.4h104.3v-89c0-103.3 63.1-159.6 155.3-159.6 44.2 0 82.1 3.3 93.2 4.8v107.9z'
+ )), t.FastBackwardFill = l('fast-backward', i, c(r,
+ 'M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z'
+ )), t.FastForwardFill = l('fast-forward', i, c(r,
+ 'M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z'
+ )), t.FileAddFill = l('file-add', i, c(a,
+ 'M480 580H372a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h108v108a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8V644h108a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H544V472a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v108zm374.6-291.3c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z'
+ )), t.FileExcelFill = l('file-excel', i, c(a,
+ 'M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 0 0-10.27-5.79h-38.44a12 12 0 0 0-6.4 1.85 12 12 0 0 0-3.75 16.56l82.34 130.42-83.45 132.78a12 12 0 0 0-1.84 6.39 12 12 0 0 0 12 12h34.46a12 12 0 0 0 10.21-5.7l62.7-101.47 62.3 101.45a12 12 0 0 0 10.23 5.72h37.48a12 12 0 0 0 6.48-1.9 12 12 0 0 0 3.62-16.58l-83.83-130.55 85.3-132.47a12 12 0 0 0 1.9-6.5 12 12 0 0 0-12-12h-35.7a12 12 0 0 0-10.29 5.84z'
+ )), t.FileExclamationFill = l('file-exclamation', i, c(a,
+ 'M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 784a40 40 0 1 0 0-80 40 40 0 0 0 0 80zm32-152V448a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v184a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8z'
+ )), t.FileImageFill = l('file-image', i, c(a,
+ 'M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM400 402c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0 1 12.6 0l41.1 52.4 77.8-99.2a8 8 0 0 1 12.6 0l136.5 174c4.3 5.2.5 12.9-6.1 12.9zm-94-370V137.8L790.2 326H602z'
+ )), t.FileMarkdownFill = l('file-markdown', i, c(a,
+ 'M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM426.13 600.93l59.11 132.97a16 16 0 0 0 14.62 9.5h24.06a16 16 0 0 0 14.63-9.51l59.1-133.35V758a16 16 0 0 0 16.01 16H641a16 16 0 0 0 16-16V486a16 16 0 0 0-16-16h-34.75a16 16 0 0 0-14.67 9.62L512.1 662.2l-79.48-182.59a16 16 0 0 0-14.67-9.61H383a16 16 0 0 0-16 16v272a16 16 0 0 0 16 16h27.13a16 16 0 0 0 16-16V600.93z'
+ )), t.FilePdfFill = l('file-pdf', i, c(a,
+ 'M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.22 637.26c-15.18-.5-31.32.67-49.65 2.96-24.3-14.99-40.66-35.58-52.28-65.83l1.07-4.38 1.24-5.18c4.3-18.13 6.61-31.36 7.3-44.7.52-10.07-.04-19.36-1.83-27.97-3.3-18.59-16.45-29.46-33.02-30.13-15.45-.63-29.65 8-33.28 21.37-5.91 21.62-2.45 50.07 10.08 98.59-15.96 38.05-37.05 82.66-51.2 107.54-18.89 9.74-33.6 18.6-45.96 28.42-16.3 12.97-26.48 26.3-29.28 40.3-1.36 6.49.69 14.97 5.36 21.92 5.3 7.88 13.28 13 22.85 13.74 24.15 1.87 53.83-23.03 86.6-79.26 3.29-1.1 6.77-2.26 11.02-3.7l11.9-4.02c7.53-2.54 12.99-4.36 18.39-6.11 23.4-7.62 41.1-12.43 57.2-15.17 27.98 14.98 60.32 24.8 82.1 24.8 17.98 0 30.13-9.32 34.52-23.99 3.85-12.88.8-27.82-7.48-36.08-8.56-8.41-24.3-12.43-45.65-13.12zM385.23 765.68v-.36l.13-.34a54.86 54.86 0 0 1 5.6-10.76c4.28-6.58 10.17-13.5 17.47-20.87 3.92-3.95 8-7.8 12.79-12.12 1.07-.96 7.91-7.05 9.19-8.25l11.17-10.4-8.12 12.93c-12.32 19.64-23.46 33.78-33 43-3.51 3.4-6.6 5.9-9.1 7.51a16.43 16.43 0 0 1-2.61 1.42c-.41.17-.77.27-1.13.3a2.2 2.2 0 0 1-1.12-.15 2.07 2.07 0 0 1-1.27-1.91zM511.17 547.4l-2.26 4-1.4-4.38c-3.1-9.83-5.38-24.64-6.01-38-.72-15.2.49-24.32 5.29-24.32 6.74 0 9.83 10.8 10.07 27.05.22 14.28-2.03 29.14-5.7 35.65zm-5.81 58.46l1.53-4.05 2.09 3.8c11.69 21.24 26.86 38.96 43.54 51.31l3.6 2.66-4.39.9c-16.33 3.38-31.54 8.46-52.34 16.85 2.17-.88-21.62 8.86-27.64 11.17l-5.25 2.01 2.8-4.88c12.35-21.5 23.76-47.32 36.05-79.77zm157.62 76.26c-7.86 3.1-24.78.33-54.57-12.39l-7.56-3.22 8.2-.6c23.3-1.73 39.8-.45 49.42 3.07 4.1 1.5 6.83 3.39 8.04 5.55a4.64 4.64 0 0 1-1.36 6.31 6.7 6.7 0 0 1-2.17 1.28z'
+ )), t.FilePptFill = l('file-ppt', i, c(a,
+ 'M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM468.53 760v-91.54h59.27c60.57 0 100.2-39.65 100.2-98.12 0-58.22-39.58-98.34-99.98-98.34H424a12 12 0 0 0-12 12v276a12 12 0 0 0 12 12h32.53a12 12 0 0 0 12-12zm0-139.33h34.9c47.82 0 67.19-12.93 67.19-50.33 0-32.05-18.12-50.12-49.87-50.12h-52.22v100.45z'
+ )), t.FileTextFill = l('file-text', i, c(a,
+ 'M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM320 482a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h384a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H320zm0 136a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h184a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H320z'
+ )), t.FileWordFill = l('file-word', i, c(a,
+ 'M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 566.1l52.81 197a12 12 0 0 0 11.6 8.9h31.77a12 12 0 0 0 11.6-8.88l74.37-276a12 12 0 0 0 .4-3.12 12 12 0 0 0-12-12h-35.57a12 12 0 0 0-11.7 9.31l-45.78 199.1-49.76-199.32A12 12 0 0 0 528.1 472h-32.2a12 12 0 0 0-11.64 9.1L434.6 680.01 388.5 481.3a12 12 0 0 0-11.68-9.29h-35.39a12 12 0 0 0-3.11.41 12 12 0 0 0-8.47 14.7l74.17 276A12 12 0 0 0 415.6 772h31.99a12 12 0 0 0 11.59-8.9l52.81-197z'
+ )), t.FileUnknownFill = l('file-unknown', i, c(a,
+ 'M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm110 227a32 32 0 1 0 0-64 32 32 0 0 0 0 64z'
+ )), t.FileZipFill = l('file-zip', i, c(a,
+ 'M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM296 136v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm0 64v160h128V584H296zm48 48h32v64h-32v-64z'
+ )), t.FileFill = l('file', i, c(a,
+ 'M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z'
+ )), t.FilterFill = l('filter', i, c(a,
+ 'M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z'
+ )), t.FireFill = l('fire', i, c(a,
+ 'M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9z'
+ )), t.FlagFill = l('flag', i, c(a,
+ 'M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32z'
+ )), t.FolderAddFill = l('folder-add', i, c(a,
+ 'M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM632 577c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.2 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.8 0 7 3.2 7 7.1V528h84.5c4.1 0 7.5 3.2 7.5 7v42z'
+ )), t.FolderFill = l('folder', i, c(a,
+ 'M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32z'
+ )), t.FolderOpenFill = l('folder-open', i, c(a,
+ 'M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zm-180 0H238c-13 0-24.8 7.9-29.7 20L136 643.2V256h188.5l119.6 114.4H748V444z'
+ )), t.ForwardFill = l('forward', i, c(r,
+ 'M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z'
+ )), t.FrownFill = l('frown', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 0 1-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 0 1-8 8.4zm24-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
+ )), t.FundFill = l('fund', i, c(a,
+ 'M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-92.3 194.4l-297 297.2a8.03 8.03 0 0 1-11.3 0L410.9 541.1 238.4 713.7a8.03 8.03 0 0 1-11.3 0l-36.8-36.8a8.03 8.03 0 0 1 0-11.3l214.9-215c3.1-3.1 8.2-3.1 11.3 0L531 565l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.2 3 3.2 8.1.1 11.2z'
+ )), t.FunnelPlotFill = l('funnel-plot', i, c(a,
+ 'M336.7 586h350.6l84.9-148H251.8zm543.4-432H143.9c-24.5 0-39.8 26.7-27.5 48L215 374h594l98.7-172c12.2-21.3-3.1-48-27.6-48zM349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V650H349v188z'
+ )), t.GiftFill = l('gift', i, c(a,
+ 'M160 894c0 17.7 14.3 32 32 32h286V550H160v344zm386 32h286c17.7 0 32-14.3 32-32V550H546v376zm334-616H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v140h366V310h68v172h366V342c0-17.7-14.3-32-32-32zm-402-4h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm138 0h-70v-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70z'
+ )), t.GithubFill = l('github', i, c(a,
+ 'M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z'
+ )), t.GitlabFill = l('gitlab', i, c(a,
+ 'M910.5 553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5 12.3-46.3 32.7l-72.2 215.4H386.2L314 181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5 13.6-44.9 34.1L113.9 553.2c-4.1 13.6 1.4 28.6 12.3 36.8l385.4 289 386.7-289c10.8-8.1 16.3-23.1 12.2-36.8z'
+ )), t.GoldenFill = l('golden', i, c(a,
+ 'M905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zm-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8z'
+ )), t.GoogleCircleFill = l('google-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm167 633.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9C281.5 589 272 551.6 272 512s9.5-77 26.1-110.1c40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z'
+ )), t.GooglePlusCircleFill = l('google-plus-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm36.5 558.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z'
+ )), t.GooglePlusSquareFill = l('google-plus-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM548.5 622.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z'
+ )), t.GoogleSquareFill = l('google-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM679 697.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9A245.02 245.02 0 0 1 272 512c0-39.6 9.5-77 26.1-110.1 40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z'
+ )), t.HddFill = l('hdd', i, c(a,
+ 'M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM456 216c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm576-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm96-152c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48z'
+ )), t.HeartFill = l('heart', i, c(a,
+ 'M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9z'
+ )), t.HighlightFill = l('highlight', i, c(a,
+ 'M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2z'
+ )), t.HomeFill = l('home', i, c(a,
+ 'M946.5 505L534.6 93.4a31.93 31.93 0 0 0-45.2 0L77.5 505c-12 12-18.8 28.3-18.8 45.3 0 35.3 28.7 64 64 64h43.4V908c0 17.7 14.3 32 32 32H448V716h112v224h265.9c17.7 0 32-14.3 32-32V614.3h43.4c17 0 33.3-6.7 45.3-18.8 24.9-25 24.9-65.5-.1-90.5z'
+ )), t.HourglassFill = l('hourglass', i, c(a,
+ 'M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194z'
+ )), t.Html5Fill = l('html5', i, c(a,
+ 'M145.2 96l66 746.6L512 928l299.6-85.4L878.9 96H145.2zm595 177.1l-4.8 47.2-1.7 19.5H382.3l8.2 94.2h335.1l-3.3 24.3-21.2 242.2-1.7 16.2-187 51.6v.3h-1.2l-.3.1v-.1h-.1l-188.6-52L310.8 572h91.1l6.5 73.2 102.4 27.7h.4l102-27.6 11.4-118.6H510.9v-.1H306l-22.8-253.5-1.7-24.3h460.3l-1.6 24.3z'
+ )), t.IdcardFill = l('idcard', i, c(a,
+ 'M373 411c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52 51.7-23.3 51.7-52-23.2-52-51.7-52zm555-251H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM608 420c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm-86 253h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224a8 8 0 0 1-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 0 1-29.1-75.5c0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zm278.9-53H615.1c-3.9 0-7.1-3.6-7.1-8v-48c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48h.1c0 4.4-3.2 8-7.1 8z'
+ )), t.IeCircleFill = l('ie-circle', i, c(a,
+ 'M693.6 284.4c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm253.9 492.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z'
+ )), t.IeSquareFill = l('ie-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM765.9 556.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zm-72.3-272.5c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z'
+ )), t.InfoCircleFill = l('info-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
+ )), t.InstagramFill = l('instagram', i, c(a,
+ 'M512 378.7c-73.4 0-133.3 59.9-133.3 133.3S438.6 645.3 512 645.3 645.3 585.4 645.3 512 585.4 378.7 512 378.7zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zM512 717.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 306.9 512 306.9 717.1 398.5 717.1 512 625.5 717.1 512 717.1zm213.5-370.7c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9 47.9 21.4 47.9 47.9a47.84 47.84 0 0 1-47.9 47.9z'
+ )), t.InsuranceFill = l('insurance', i, c(a,
+ 'M519.9 358.8h97.9v41.6h-97.9zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM411.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79V656zm296.5-49.2l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a5.9 5.9 0 0 1-8.9-1.4L430 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5z'
+ )), t.InteractionFill = l('interaction', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM726 585.7c0 55.3-44.7 100.1-99.7 100.1H420.6v53.4c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.7l109.1-85.7c4.4-3.5 10.9-.3 10.9 5.3v53.4h205.7c19.6 0 35.5-16 35.5-35.6v-78.9c0-3.7 3-6.8 6.8-6.8h50.7c3.7 0 6.8 3 6.8 6.8v79.1zm-2.6-209.9l-109.1 85.7c-4.4 3.5-10.9.3-10.9-5.3v-53.4H397.7c-19.6 0-35.5 16-35.5 35.6v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-55.3 44.7-100.1 99.7-100.1h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.6 2.5 3.6 7.8.1 10.5z'
+ )), t.InterationFill = l('interation', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM726 585.7c0 55.3-44.7 100.1-99.7 100.1H420.6v53.4c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.7l109.1-85.7c4.4-3.5 10.9-.3 10.9 5.3v53.4h205.7c19.6 0 35.5-16 35.5-35.6v-78.9c0-3.7 3-6.8 6.8-6.8h50.7c3.7 0 6.8 3 6.8 6.8v79.1zm-2.6-209.9l-109.1 85.7c-4.4 3.5-10.9.3-10.9-5.3v-53.4H397.7c-19.6 0-35.5 16-35.5 35.6v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-55.3 44.7-100.1 99.7-100.1h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.6 2.5 3.6 7.8.1 10.5z'
+ )), t.LayoutFill = l('layout', i, c(a,
+ 'M384 912h496c17.7 0 32-14.3 32-32V340H384v572zm496-800H384v164h528V144c0-17.7-14.3-32-32-32zm-768 32v736c0 17.7 14.3 32 32 32h176V112H144c-17.7 0-32 14.3-32 32z'
+ )), t.LeftCircleFill = l('left-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm104 316.9c0 10.2-4.9 19.9-13.2 25.9L457.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178a8 8 0 0 1 12.7 6.5v46.8z'
+ )), t.LeftSquareFill = l('left-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM624 380.9c0 10.2-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.8z'
+ )), t.LikeFill = l('like', i, c(a,
+ 'M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 0 0-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 0 0 471 99.9c-52 0-98 35-111.8 85.1l-85.9 311h-.3v428h472.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32z'
+ )), t.LockFill = l('lock', i, c(a,
+ 'M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0zm152-237H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224z'
+ )), t.LinkedinFill = l('linkedin', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7 120.2 0 142.3 79.1 142.3 181.9v209.4z'
+ )), t.MailFill = l('mail', i, c(a,
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-80.8 108.9L531.7 514.4c-7.8 6.1-18.7 6.1-26.5 0L189.6 268.9A7.2 7.2 0 0 1 194 256h648.8a7.2 7.2 0 0 1 4.4 12.9z'
+ )), t.MedicineBoxFill = l('medicine-box', i, c(a,
+ 'M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48zm4-372H360v-72h304v72z'
+ )), t.MediumCircleFill = l('medium-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm256 253.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 0 0 7-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z'
+ )), t.MediumSquareFill = l('medium-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM768 317.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 0 0 7-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z'
+ )), t.MehFill = l('meh', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
+ )), t.MessageFill = l('message', i, c(a,
+ 'M924.3 338.4a447.57 447.57 0 0 0-96.1-143.3 443.09 443.09 0 0 0-143-96.3A443.91 443.91 0 0 0 512 64h-2c-60.5.3-119 12.3-174.1 35.9a444.08 444.08 0 0 0-141.7 96.5 445 445 0 0 0-95 142.8A449.89 449.89 0 0 0 65 514.1c.3 69.4 16.9 138.3 47.9 199.9v152c0 25.4 20.6 46 45.9 46h151.8a447.72 447.72 0 0 0 199.5 48h2.1c59.8 0 117.7-11.6 172.3-34.3A443.2 443.2 0 0 0 827 830.5c41.2-40.9 73.6-88.7 96.3-142 23.5-55.2 35.5-113.9 35.8-174.5.2-60.9-11.6-120-34.8-175.6zM312.4 560c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.4 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48z'
+ )), t.MinusCircleFill = l('minus-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z'
+ )), t.MinusSquareFill = l('minus-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z'
+ )), t.MobileFill = l('mobile', i, c(a,
+ 'M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z'
+ )), t.MoneyCollectFill = l('money-collect', i, c(a,
+ 'M911.5 699.7a8 8 0 0 0-10.3-4.8L840 717.2V179c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V762c0 3.3 2.1 6.3 5.3 7.5L501 909.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zm-243.8-377L564 514.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V703c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 322.8c-2.1-3.8-.7-8.7 3.2-10.8 1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 484.2h3.3L599 315.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8z'
+ )), t.PauseCircleFill = l('pause-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-80 600c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z'
+ )), t.PayCircleFill = l('pay-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm166.6 246.8L567.5 515.6h62c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V603h82c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V717c0 4.4-3.6 8-8 8h-54.3c-4.4 0-8-3.6-8-8v-68.1h-81.7c-4.4 0-8-3.6-8-8V611c0-4.4 3.6-8 8-8h81.7v-41.5h-81.7c-4.4 0-8-3.6-8-8v-29.9c0-4.4 3.6-8 8-8h61.4L345.4 310.8a8.07 8.07 0 0 1 7-11.9h60.7c3 0 5.8 1.7 7.1 4.4l90.6 180h3.4l90.6-180a8 8 0 0 1 7.1-4.4h59.5c4.4 0 8 3.6 8 8 .2 1.4-.2 2.7-.8 3.9z'
+ )), t.NotificationFill = l('notification', i, c(a,
+ 'M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.6c-3.7 11.6-5.6 23.9-5.6 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1z'
+ )), t.PhoneFill = l('phone', i, c(a,
+ 'M885.6 230.2L779.1 123.8a80.83 80.83 0 0 0-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L549.8 238.4a80.83 80.83 0 0 0-23.8 57.3c0 21.7 8.5 42.1 23.8 57.4l83.8 83.8A393.82 393.82 0 0 1 553.1 553 395.34 395.34 0 0 1 437 633.8L353.2 550a80.83 80.83 0 0 0-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L123.8 664.5a80.89 80.89 0 0 0-23.8 57.4c0 21.7 8.5 42.1 23.8 57.4l106.3 106.3c24.4 24.5 58.1 38.4 92.7 38.4 7.3 0 14.3-.6 21.2-1.8 134.8-22.2 268.5-93.9 376.4-201.7C828.2 612.8 899.8 479.2 922.3 344c6.8-41.3-6.9-83.8-36.7-113.8z'
+ )), t.PictureFill = l('picture', i, c(a,
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM338 304c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm513.9 437.1a8.11 8.11 0 0 1-5.2 1.9H177.2c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2l170.3-202c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l99.4 118 158.1-187.5c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l229.6 271.6c2.6 3.3 2.2 8.4-1.2 11.2z'
+ )), t.PieChartFill = l('pie-chart', i, c(a,
+ 'M863.1 518.5H505.5V160.9c0-4.4-3.6-8-8-8h-26a398.57 398.57 0 0 0-282.5 117 397.47 397.47 0 0 0-85.6 127C82.6 446.2 72 498.5 72 552.5S82.6 658.7 103.4 708c20.1 47.5 48.9 90.3 85.6 127 36.7 36.7 79.4 65.5 127 85.6a396.64 396.64 0 0 0 155.6 31.5 398.57 398.57 0 0 0 282.5-117c36.7-36.7 65.5-79.4 85.6-127a396.64 396.64 0 0 0 31.5-155.6v-26c-.1-4.4-3.7-8-8.1-8zM951 463l-2.6-28.2c-8.5-92-49.3-178.8-115.1-244.3A398.5 398.5 0 0 0 588.4 75.6L560.1 73c-4.7-.4-8.7 3.2-8.7 7.9v383.7c0 4.4 3.6 8 8 8l383.6-1c4.7-.1 8.4-4 8-8.6z'
+ )), t.PlayCircleFill = l('play-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm144.1 454.9L437.7 677.8a8.02 8.02 0 0 1-12.7-6.5V353.7a8 8 0 0 1 12.7-6.5L656.1 506a7.9 7.9 0 0 1 0 12.9z'
+ )), t.PlaySquareFill = l('play-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM641.7 520.8L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 0 1 0 17.6z'
+ )), t.PlusCircleFill = l('plus-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z'
+ )), t.PlusSquareFill = l('plus-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z'
+ )), t.PoundCircleFill = l('pound-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm146 658c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8V722z'
+ )), t.PrinterFill = l('printer', i, c(a,
+ 'M732 120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v148h440V120zm120 212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM664 844H360V568h304v276zm164-360c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z'
+ )), t.ProfileFill = l('profile', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM380 696c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm304 272c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48z'
+ )), t.ProjectFill = l('project', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM368 744c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464zm192-280c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184zm192 72c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256z'
+ )), t.PushpinFill = l('pushpin', i, c(a,
+ 'M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3-15.4 12.3-16.6 35.4-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8z'
+ )), t.PropertySafetyFill = l('property-safety', i, c(a,
+ 'M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM648.3 332.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z'
+ )), t.QqCircleFill = l('qq-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm210.5 612.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z'
+ )), t.QqSquareFill = l('qq-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM722.5 676.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z'
+ )), t.QuestionCircleFill = l('question-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 708c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 0 0-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z'
+ )), t.ReadFill = l('read', i, c(a,
+ 'M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM404 553.5c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm416 140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45z'
+ )), t.ReconciliationFill = l('reconciliation', i, c(a,
+ 'M676 623c-18.8 0-34 15.2-34 34s15.2 34 34 34 34-15.2 34-34-15.2-34-34-34zm204-455H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zM448 848H176V616h272v232zm0-296H176v-88h272v88zm20-272v-48h72v-56h64v56h72v48H468zm180 168v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8zm28 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-245c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v96zm-92 61c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z'
+ )), t.RedEnvelopeFill = l('red-envelope', i, c(a,
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM647 470.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4v25.1c0 4.6-3.8 8.4-8.4 8.4h-63.3v28.6h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.6-3.6 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1 3.4-11.4 1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.9 141.8 71.9-141.9a8.5 8.5 0 0 1 7.5-4.6h47.8c4.6 0 8.4 3.8 8.4 8.4-.1 1.5-.5 2.9-1.1 4.1zM512.6 323L289 148h446L512.6 323z'
+ )), t.RedditCircleFill = l('reddit-circle', i, c(a,
+ 'M584 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0zm144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm245 477.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zm-171.3 83c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6zM296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440zm72 108a36 36 0 1 0 72 0 36 36 0 1 0-72 0z'
+ )), t.RedditSquareFill = l('reddit-square', i, c(a,
+ 'M296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440zm289.7 184.9c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM757 541.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zM584 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0zm144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440zM368 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0z'
+ )), t.RestFill = l('rest', i, c(a,
+ 'M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zM508 704c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zM291 256l22.4-76h397.2l22.4 76H291zm137 304a80 80 0 1 0 160 0 80 80 0 1 0-160 0z'
+ )), t.RightCircleFill = l('right-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm154.7 454.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z'
+ )), t.RocketFill = l('rocket', i, c(a,
+ 'M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zM512 352a48.01 48.01 0 0 1 0 96 48.01 48.01 0 0 1 0-96zm116.1 432.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5z'
+ )), t.RightSquareFill = l('right-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM658.7 518.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z'
+ )), t.SafetyCertificateFill = l('safety-certificate', i, c(a,
+ 'M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM694.5 340.7L481.9 633.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z'
+ )), t.SaveFill = l('save', i, c(a,
+ 'M893.3 293.3L730.7 130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 176h256v112H384V176zm128 554c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zm0-224c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80z'
+ )), t.ScheduleFill = l('schedule', i, c(a,
+ 'M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.5-91.3l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.2c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.5 12.9 6.6l52.8 73.1 103.7-143.7c3-4.2 7.8-6.6 12.9-6.6H792c6.5.1 10.3 7.5 6.5 12.8z'
+ )), t.SecurityScanFill = l('security-scan', i, c(a,
+ 'M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM626.8 554c-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0 56.3 56.3 56.3 147.5 0 203.8zm-158.54-45.27a80.1 80.1 0 1 0 113.27-113.28 80.1 80.1 0 1 0-113.27 113.28z'
+ )), t.SettingFill = l('setting', i, c(a,
+ 'M512.5 390.6c-29.9 0-57.9 11.6-79.1 32.8-21.1 21.2-32.8 49.2-32.8 79.1 0 29.9 11.7 57.9 32.8 79.1 21.2 21.1 49.2 32.8 79.1 32.8 29.9 0 57.9-11.7 79.1-32.8 21.1-21.2 32.8-49.2 32.8-79.1 0-29.9-11.7-57.9-32.8-79.1a110.96 110.96 0 0 0-79.1-32.8zm412.3 235.5l-65.4-55.9c3.1-19 4.7-38.4 4.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a442.5 442.5 0 0 0-79.6-137.7l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.2 28.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.3a353.44 353.44 0 0 0-98.9 57.3l-81.8-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a445.93 445.93 0 0 0-79.6 137.7l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.2 56.5c-3.1 18.8-4.6 38-4.6 57 0 19.2 1.5 38.4 4.6 57l-66 56.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.3 44.8 96.8 79.6 137.7l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.8-29.1c29.8 24.5 63 43.9 98.9 57.3l15.8 85.3a32.05 32.05 0 0 0 25.8 25.7l2.7.5a448.27 448.27 0 0 0 158.8 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35zm-412.3 52.2c-97.1 0-175.8-78.7-175.8-175.8s78.7-175.8 175.8-175.8 175.8 78.7 175.8 175.8-78.7 175.8-175.8 175.8z'
+ )), t.ShopFill = l('shop', i, c(a,
+ 'M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h274V736h128v176h274c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zm-72 568H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm0-568.1H214v-88h596v88z'
+ )), t.ShoppingFill = l('shopping', i, c(a,
+ 'M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-208 0H400v-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16z'
+ )), t.SketchCircleFill = l('sketch-circle', i, c(a,
+ 'M582.3 625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7 36L512 684.5l114.4-225.2zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm286.7 380.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6zm-190.5-20.9L512 326.1l-96.2 97.2zM420.3 301.1l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8zm-222.4 7.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3z'
+ )), t.SketchSquareFill = l('sketch-square', i, c(a,
+ 'M608.2 423.3L512 326.1l-96.2 97.2zm-25.9 202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-81.3 332.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6zm-401.1 15.1L512 684.5l114.4-225.2zm-16.3-151.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3zm126.5-158.2l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8z'
+ )), t.SkinFill = l('skin', i, c(a,
+ 'M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44z'
+ )), t.SlackCircleFill = l('slack-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm83.7-50.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM579.3 765c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8S529 593.6 529 580.2c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z'
+ )), t.SlackSquareFill = l('slack-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z'
+ )), t.SkypeFill = l('skype', i, c(a,
+ 'M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-370 162.9c-134.2 0-194.2-66-194.2-115.4 0-25.4 18.7-43.1 44.5-43.1 57.4 0 42.6 82.5 149.7 82.5 54.9 0 85.2-29.8 85.2-60.3 0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9 0-101.4 95.5-139.5 185.2-139.5 82.6 0 180 45.7 180 106.5 0 26.1-22.6 41.2-48.4 41.2-49 0-40-67.8-138.7-67.8-49 0-76.1 22.2-76.1 53.9s38.7 41.8 72.3 49.5l88.4 19.6c96.8 21.6 121.3 78.1 121.3 131.3 0 82.3-63.3 143.9-191 143.9z'
+ )), t.SlidersFill = l('sliders', i, c(a,
+ 'M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-584-72h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm292 180h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8z'
+ )), t.SmileFill = l('smile', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 0 1 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 0 1 8 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
+ )), t.SnippetsFill = l('snippets', i, c(a,
+ 'M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 486H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z'
+ )), t.SoundFill = l('sound', i, c(a,
+ 'M892.1 737.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344zm174 132H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1z'
+ )), t.StarFill = l('star', i, c(a,
+ 'M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z'
+ )), t.StepBackwardFill = l('step-backward', i, c(r,
+ 'M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8'
+ )), t.StepForwardFill = l('step-forward', i, c(r,
+ 'M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8'
+ )), t.StopFill = l('stop', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm234.8 736.5L223.5 277.2c16-19.7 34-37.7 53.7-53.7l523.3 523.3c-16 19.6-34 37.7-53.7 53.7z'
+ )), t.SwitcherFill = l('switcher', i, c(a,
+ 'M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zM596 606c0 4.4-3.6 8-8 8H308c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h280c4.4 0 8 3.6 8 8v48zm284-494H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z'
+ )), t.TabletFill = l('tablet', i, c(a,
+ 'M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z'
+ )), t.TagFill = l('tag', i, c(a,
+ 'M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM699 387c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z'
+ )), t.TagsFill = l('tags', i, c(a,
+ 'M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm122.7-533.4c18.7-18.7 49.1-18.7 67.9 0 18.7 18.7 18.7 49.1 0 67.9-18.7 18.7-49.1 18.7-67.9 0-18.7-18.7-18.7-49.1 0-67.9zm283.8 282.9l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z'
+ )), t.TaobaoCircleFill = l('taobao-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z'
+ )), t.TaobaoSquareFill = l('taobao-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z'
+ )), t.ToolFill = l('tool', i, c(a,
+ 'M865.3 244.7c-.3-.3-61.1 59.8-182.1 180.6l-84.9-84.9 180.9-180.9c-95.2-57.3-217.5-42.6-296.8 36.7A244.42 244.42 0 0 0 419 432l1.8 6.7-283.5 283.4c-6.2 6.2-6.2 16.4 0 22.6l141.4 141.4c6.2 6.2 16.4 6.2 22.6 0l283.3-283.3 6.7 1.8c83.7 22.3 173.6-.9 236-63.3 79.4-79.3 94.1-201.6 38-296.6z'
+ )), t.ThunderboltFill = l('thunderbolt', i, c(a,
+ 'M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7z'
+ )), t.TrademarkCircleFill = l('trademark-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm164.7 660.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H378c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7zM523.9 357h-83.4v148H522c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z'
+ )), t.TwitterCircleFill = l('twitter-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm215.3 337.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z'
+ )), t.TrophyFill = l('trophy', i, c(a,
+ 'M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.6 630.2 359 721.8 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.8 758.4 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM248 439.6c-37.1-11.9-64-46.7-64-87.6V232h64v207.6zM840 352c0 41-26.9 75.8-64 87.6V232h64v120z'
+ )), t.TwitterSquareFill = l('twitter-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM727.3 401.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z'
+ )), t.UnlockFill = l('unlock', i, c(a,
+ 'M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0z'
+ )), t.UpCircleFill = l('up-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm178 555h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z'
+ )), t.UpSquareFill = l('up-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM690 624h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z'
+ )), t.UsbFill = l('usb', i, c(a,
+ 'M408 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm352 120V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-72 0H336V184h352v248zM568 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z'
+ )), t.WalletFill = l('wallet', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 464H528V448h320v128zm-268-64a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
+ )), t.VideoCameraFill = l('video-camera', i, c(a,
+ 'M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM328 352c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48zm560 273l-104-59.8V458.9L888 399v226z'
+ )), t.WarningFill = l('warning', i, c(a,
+ 'M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zM480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416zm32 352a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
+ )), t.WeiboCircleFill = l('weibo-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z'
+ )), t.WechatFill = l('wechat', i, c(a,
+ 'M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6 9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9z'
+ )), t.WindowsFill = l('windows', i, c(a,
+ 'M523.8 191.4v288.9h382V128.1zm0 642.2l382 62.2v-352h-382zM120.1 480.2H443V201.9l-322.9 53.5zm0 290.4L443 823.2V543.8H120.1z'
+ )), t.YahooFill = l('yahoo', i, c(a,
+ 'M937.3 231H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7zm-77.4 450.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm225.2 225.2h-65.3L458.9 559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9 399.9h-37v-56.3h168.5v56.3h-37l93.4 93.5 28.1-28.1V400h168.8v56.2z'
+ )), t.WeiboSquareFill = l('weibo-square', i, c(a,
+ 'M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z'
+ )), t.YuqueFill = l('yuque', i, c(a,
+ 'M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.9-8.1-195-3-195-3s87.4 55.6 52.4 154.7c-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6z'
+ )), t.YoutubeFill = l('youtube', i, c(a,
+ 'M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9zM423 646V378l232 133-232 135z'
+ )), t.ZhihuSquareFill = l('zhihu-square', i, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM432.3 592.8l71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7h-110l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24.1-18.1zm335.5 116h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z'
+ )), t.ZhihuCircleFill = l('zhihu-circle', i, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-90.7 477.8l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24-18.1 71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7H421.3zm346.5 167h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z'
+ )), t.AccountBookOutline = l('account-book', o, c(a,
+ 'M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z'
+ )), t.AlertOutline = l('alert', o, c(a,
+ 'M193 796c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563zm-48.1-252.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM832 892H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8z'
+ )), t.AlipayCircleOutline = l('alipay-circle', o, c(a,
+ 'M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 0 0 960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z'
+ )), t.AliwangwangOutline = l('aliwangwang', o, c(a,
+ 'M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10.1 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-66.4 266.5a307.08 307.08 0 0 1-65.9 98c-28.4 28.5-61.3 50.7-97.7 65.9h-.1c-38 16-78.3 24.2-119.9 24.2a306.51 306.51 0 0 1-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9 0-55.4 14.8-109.7 42.8-157l13.2-22.1-9.5-23.9L206 192c14.9.6 35.9 2.1 59.7 5.6 43.8 6.5 82.5 17.5 114.9 32.6l19 8.9 19.9-6.8c31.5-10.8 64.8-16.2 98.9-16.2a306.51 306.51 0 0 1 217.5 90.2c28.4 28.5 50.6 61.4 65.8 97.8l.1.1.1.1c16 37.6 24.1 78 24.2 119.8-.1 41.7-8.3 82-24.3 119.8zM681.1 364.2c-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1s37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1zm-175.2 0c-20.5 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.7 37.1 37.1 37.1 20.5 0 37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1z'
+ )), t.AndroidOutline = l('android', o, c(a,
+ 'M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9.1-18.4-13.4-31.9-32-31.9zm393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8.6-2.4 1.4-5.5 1.4-8.9 0-18.5-13.5-31.9-32-31.9-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4-18.6 0-32 13.4-32 31.9 0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1-20.3 0-39.2 7.5-53.1 21.3-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.4 0 39.2-7.5 53.1-21.6 13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9zM246 609.6c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7zm39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7zm95.8-132.6H309.9V364h404.6v399.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32-.1-18.6-13.4-31.8-32.1-31.8z'
+ )), t.ApiOutline = l('api', o, c(a,
+ 'M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7 35.3 0 68.4 13.7 93.4 38.7 24.9 24.9 38.7 58.1 38.7 93.4 0 35.3-13.8 68.4-38.7 93.4zm-190.2 105a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 69-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7a131.32 131.32 0 0 1-38.7-93.4c0-35.3 13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4z'
+ )), t.AppstoreOutline = l('appstore', o, c(a,
+ 'M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z'
+ )), t.AudioOutline = l('audio', o, c(a,
+ 'M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1zM512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-94-392c0-50.6 41.9-92 94-92s94 41.4 94 92v224c0 50.6-41.9 92-94 92s-94-41.4-94-92V232z'
+ )), t.AppleOutline = l('apple', o, c(a,
+ 'M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-10.6 267c-14.3 19.9-28.7 35.6-41.9 45.7-10.5 8-18.6 11.4-24 11.6-9-.1-17.7-2.3-34.7-8.8-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8-18.6-4.8-37.1-7.4-56.9-7.4-20.2 0-39.2 2.5-58.1 7.2-13.9 3.5-25.6 7.4-42.7 13.8-.7.3-8.1 3.1-10.2 3.9-3.5 1.3-6.2 2.3-8.7 3.2-10.4 3.6-17 5.1-22.9 5.2-.7 0-1.3-.1-1.8-.2-1.1-.2-2.5-.6-4.1-1.3-4.5-1.8-9.9-5.1-16-9.8-14-10.9-29.4-28-45.1-49.9-27.5-38.6-53.5-89.8-66-125.7-15.4-44.8-23-87.7-23-128.6 0-60.2 17.8-106 48.4-137.1 26.3-26.6 61.7-41.5 97.8-42.3 5.9.1 14.5 1.5 25.4 4.5 8.6 2.3 18 5.4 30.7 9.9 3.8 1.4 16.9 6.1 18.5 6.7 7.7 2.8 13.5 4.8 19.2 6.6 18.2 5.8 32.3 9 47.6 9 15.5 0 28.8-3.3 47.7-9.8 7.1-2.4 32.9-12 37.5-13.6 25.6-9.1 44.5-14 60.8-15.2 4.8-.4 9.1-.4 13.2-.1 22.7 1.8 42.1 6.3 58.6 13.8-37.6 43.4-57 96.5-56.9 158.4-.3 14.7.9 31.7 5.1 51.8 6.4 30.5 18.6 60.7 37.9 89 14.7 21.5 32.9 40.9 54.7 57.8-11.5 23.7-25.6 48.2-40.4 68.8zm-94.5-572c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z'
+ )), t.BackwardOutline = l('backward', o, c(r,
+ 'M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z'
+ )), t.BankOutline = l('bank', o, c(a,
+ 'M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM512 196.7l271.1 197.2H240.9L512 196.7zM264 462h117v374H264V462zm189 0h117v374H453V462zm307 374H642V462h118v374z'
+ )), t.BellOutline = l('bell', o, c(a,
+ 'M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zM304 768V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340H304z'
+ )), t.BehanceSquareOutline = l('behance-square', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z'
+ )), t.BookOutline = l('book', o, c(a,
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zm220 752H232V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752z'
+ )), t.BoxPlotOutline = l('box-plot', o, c(a,
+ 'M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM296 368h88v288h-88V368zm432 288H448V368h280v288z'
+ )), t.BulbOutline = l('bulb', o, c(a,
+ 'M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z'
+ )), t.BugOutline = l('bug', o, c(a,
+ 'M304 280h56c4.4 0 8-3.6 8-8 0-28.3 5.9-53.2 17.1-73.5 10.6-19.4 26-34.8 45.4-45.4C450.9 142 475.7 136 504 136h16c28.3 0 53.2 5.9 73.5 17.1 19.4 10.6 34.8 26 45.4 45.4C650 218.9 656 243.7 656 272c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1a184.31 184.31 0 0 0-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9a184.31 184.31 0 0 0-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z',
+ 'M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8a63 63 0 0 1-63 63H232a63 63 0 0 1-63-63c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7a273 273 0 0 0 22.7 49c24.3 41.5 59 76.2 100.5 100.5S460.5 960 512 960s99.8-13.9 141.3-38.2a281.38 281.38 0 0 0 123.2-149.5A120 120 0 0 1 836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM716 680c0 36.8-9.7 72-27.8 102.9-17.7 30.3-43 55.6-73.3 73.3C584 874.3 548.8 884 512 884s-72-9.7-102.9-27.8c-30.3-17.7-55.6-43-73.3-73.3A202.75 202.75 0 0 1 308 680V412h408v268z'
+ )), t.CalculatorOutline = l('calculator', o, c(a,
+ 'M251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 0h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm-195.7-81l61.2-74.9c4.3-5.2.7-13.1-5.9-13.1H388c-2.3 0-4.5 1-5.9 2.9l-34 41.6-34-41.6a7.85 7.85 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.5-1 5.9-2.9l35.5-43.5 35.5 43.5c1.5 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 5.9-13.1L383.5 675zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-36 732H180V180h664v664z'
+ )), t.BuildOutline = l('build', o, c(a,
+ 'M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zm-504 68h200v200H412V278zm-68 468H144V546h200v200zm268 0H412V546h200v200zm268-268H680V278h200v200z'
+ )), t.CalendarOutline = l('calendar', o, c(a,
+ 'M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z'
+ )), t.CameraOutline = l('camera', o, c(a,
+ 'M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456zM512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z'
+ )), t.CarOutline = l('car', o, c(a,
+ 'M380 704h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8zm340-123a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm239-167.6L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM840 517v237H184V517l15.6-43h624.8l15.6 43zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
+ )), t.CaretDownOutline = l('caret-down', o, c(r,
+ 'M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z'
+ )), t.CaretLeftOutline = l('caret-left', o, c(r,
+ 'M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z'
+ )), t.CaretRightOutline = l('caret-right', o, c(r,
+ 'M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z'
+ )), t.CarryOutOutline = l('carry-out', o, c(a,
+ 'M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z'
+ )), t.CheckCircleOutline = l('check-circle', o, c(a,
+ 'M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z',
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
+ )), t.CaretUpOutline = l('caret-up', o, c(r,
+ 'M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z'
+ )), t.CheckSquareOutline = l('check-square', o, c(a,
+ 'M433.1 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7H642c-10.2 0-19.9 4.9-25.9 13.3L459 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H315c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8z',
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.ChromeOutline = l('chrome', o, c(a,
+ 'M928 512.3v-.3c0-229.8-186.2-416-416-416S96 282.2 96 512v.4c0 229.8 186.2 416 416 416s416-186.2 416-416v-.3.2zm-6.7-74.6l.6 3.3-.6-3.3zM676.7 638.2c53.5-82.2 52.5-189.4-11.1-263.7l162.4-8.4c20.5 44.4 32 93.8 32 145.9 0 185.2-144.6 336.6-327.1 347.4l143.8-221.2zM512 652.3c-77.5 0-140.2-62.7-140.2-140.2 0-77.7 62.7-140.2 140.2-140.2S652.2 434.5 652.2 512 589.5 652.3 512 652.3zm369.2-331.7l-3-5.7 3 5.7zM512 164c121.3 0 228.2 62.1 290.4 156.2l-263.6-13.9c-97.5-5.7-190.2 49.2-222.3 141.1L227.8 311c63.1-88.9 166.9-147 284.2-147zM102.5 585.8c26 145 127.1 264 261.6 315.1C229.6 850 128.5 731 102.5 585.8zM164 512c0-55.9 13.2-108.7 36.6-155.5l119.7 235.4c44.1 86.7 137.4 139.7 234 121.6l-74 145.1C302.9 842.5 164 693.5 164 512zm324.7 415.4c4 .2 8 .4 12 .5-4-.2-8-.3-12-.5z'
+ )), t.ClockCircleOutline = l('clock-circle', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z',
+ 'M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z'
+ )), t.CloseCircleOutline = l('close-circle', o, c(a,
+ 'M685.4 354.8c0-4.4-3.6-8-8-8l-66 .3L512 465.6l-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155L340.5 670a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3L512 564.4l99.3 118.4 66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.5 515l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z',
+ 'M512 65C264.6 65 64 265.6 64 513s200.6 448 448 448 448-200.6 448-448S759.4 65 512 65zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
+ )), t.CloudOutline = l('cloud', o, c(a,
+ 'M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z'
+ )), t.CloseSquareOutline = l('close-square', o, c(a,
+ 'M354 671h58.9c4.7 0 9.2-2.1 12.3-5.7L512 561.8l86.8 103.5c3 3.6 7.5 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.4-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.7 0-9.2 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3-3.6-7.5-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z',
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.CodeOutline = l('code', o, c(a,
+ 'M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48zm-194.9 6.1l192-161c3.8-3.2 3.8-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.CodepenCircleOutline = l('codepen-circle', o, c(a,
+ 'M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z'
+ )), t.CompassOutline = l('compass', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm198.4-588.1a32 32 0 0 0-24.5.5L414.9 415 296.4 686c-3.6 8.2-3.6 17.5 0 25.7 3.4 7.8 9.7 13.9 17.7 17 3.8 1.5 7.7 2.2 11.7 2.2 4.4 0 8.7-.9 12.8-2.7l271-118.6 118.5-271a32.06 32.06 0 0 0-17.7-42.7zM576.8 534.4l26.2 26.2-42.4 42.4-26.2-26.2L380 644.4 447.5 490 422 464.4l42.4-42.4 25.5 25.5L644.4 380l-67.6 154.4zM464.4 422L422 464.4l25.5 25.6 86.9 86.8 26.2 26.2 42.4-42.4-26.2-26.2-86.8-86.9z'
+ )), t.ContactsOutline = l('contacts', o, c(a,
+ 'M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52zm416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z'
+ )), t.ContainerOutline = l('container', o, c(a,
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v-63H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v752zM320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 160h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z'
+ )), t.ControlOutline = l('control', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8s0 .1.1.1a36.18 36.18 0 0 1 5.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8 0 0 0 .1-.1.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7zM620 539v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8v.1a36.18 36.18 0 0 1 5.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8v.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7z'
+ )), t.CopyOutline = l('copy', o, c(a,
+ 'M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z'
+ )), t.CreditCardOutline = l('credit-card', o, c(a,
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-792 72h752v120H136V232zm752 560H136V440h752v352zm-237-64h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z'
+ )), t.CrownOutline = l('crown', o, c(a,
+ 'M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zm-126 534.1H250.3l-53.8-409.4 139.8 86.1L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4zM512 509c-62.1 0-112.6 50.5-112.6 112.6S449.9 734.2 512 734.2s112.6-50.5 112.6-112.6S574.1 509 512 509zm0 160.9c-26.6 0-48.2-21.6-48.2-48.3 0-26.6 21.6-48.3 48.2-48.3s48.2 21.6 48.2 48.3c0 26.6-21.6 48.3-48.2 48.3z'
+ )), t.CustomerServiceOutline = l('customer-service', o, c(a,
+ 'M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z'
+ )), t.DashboardOutline = l('dashboard', o, c(a,
+ 'M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276zM623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8zm260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zm12.7-197.2l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zm-458.6-31.1a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z'
+ )), t.DeleteOutline = l('delete', o, c(a,
+ 'M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z'
+ )), t.DiffOutline = l('diff', o, c(a,
+ 'M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7zm-7.1-502.6c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888zm190.2-581.4L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z'
+ )), t.DatabaseOutline = l('database', o, c(a,
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM304 240a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
+ )), t.DislikeOutline = l('dislike', o, c(a,
+ 'M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h129.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM184 456V172h81v284h-81zm627.2 160.4H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3L329 459.2V172h415.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4z'
+ )), t.DownCircleOutline = l('down-circle', o, c(a,
+ 'M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z',
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
+ )), t.DownSquareOutline = l('down-square', o, c(a,
+ 'M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.8-5.3 0-12.7-6.5-12.7H643c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z',
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.DribbbleSquareOutline = l('dribbble-square', o, c(a,
+ 'M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z'
+ )), t.EnvironmentOutline = l('environment', o, c(a,
+ 'M854.6 289.1a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1zm0-617.2c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8C612.4 381 624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z'
+ )), t.EditOutline = l('edit', o, c(a,
+ 'M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z'
+ )), t.ExclamationCircleOutline = l('exclamation-circle', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z',
+ 'M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z'
+ )), t.ExperimentOutline = l('experiment', o, c(a,
+ 'M512 472a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm367 352.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.7-107.8c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1L813.5 844h-603z'
+ )), t.EyeInvisibleOutline = l('eye-invisible', o, c(a,
+ 'M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zm-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z',
+ 'M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z'
+ )), t.EyeOutline = l('eye', o, c(a,
+ 'M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z'
+ )), t.FacebookOutline = l('facebook', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 736H663.9V602.2h104l15.6-120.7H663.9v-77.1c0-35 9.7-58.8 59.8-58.8h63.9v-108c-11.1-1.5-49-4.8-93.2-4.8-92.2 0-155.3 56.3-155.3 159.6v89H434.9v120.7h104.3V848H176V176h672v672z'
+ )), t.FastBackwardOutline = l('fast-backward', o, c(r,
+ 'M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z'
+ )), t.FastForwardOutline = l('fast-forward', o, c(r,
+ 'M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z'
+ )), t.FileAddOutline = l('file-add', o, c(a,
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z'
+ )), t.FileExcelOutline = l('file-excel', o, c(a,
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z'
+ )), t.FileExclamationOutline = l('file-exclamation', o, c(a,
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM472 744a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm16-104h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8z'
+ )), t.FileImageOutline = l('file-image', o, c(a,
+ 'M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 0 0-12.6 0l-99.8 127.2a7.98 7.98 0 0 0 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 0 0-12.7 0zM360 442a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm494.6-153.4L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z'
+ )), t.FileMarkdownOutline = l('file-markdown', o, c(a,
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0 0 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z'
+ )), t.FilePptOutline = l('file-ppt', o, c(a,
+ 'M424 476c-4.4 0-8 3.6-8 8v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.3c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1zm280-281.7L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z'
+ )), t.FileTextOutline = l('file-text', o, c(a,
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z'
+ )), t.FilePdfOutline = l('file-pdf', o, c(a,
+ 'M531.3 574.4l.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7-3.8-21.3-19.5-29.6-32.9-30.2-15.8-.7-29.9 8.3-33.4 21.4-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.5-51.2 107.5-29.6 15.3-69.3 38.9-75.2 68.7-1.2 5.5.2 12.5 3.5 18.8 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-13.2-13-45.3-16.4-95.3-10.2-24.6-15-40.7-35.4-52.4-65.8zM421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7 6.7-12.3 19.8-25.3 30.1-34.7zm87.6-235.5c5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4.8.1 1.5.7 2.2 2zm-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4zm155.6 65.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4zm191.4-388.2L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z'
+ )), t.FileZipOutline = l('file-zip', o, c(a,
+ 'M296 392h64v64h-64zm0 190v160h128V582h-64v-62h-64v62zm80 48v64h-32v-64h32zm-16-302h64v64h-64zm-64-64h64v64h-64zm64 192h64v64h-64zm0-256h64v64h-64zm494.6 88.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h64v64h64v-64h174v216a42 42 0 0 0 42 42h216v494z'
+ )), t.FileOutline = l('file', o, c(a,
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z'
+ )), t.FilterOutline = l('filter', o, c(a,
+ 'M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156zm9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z'
+ )), t.FileWordOutline = l('file-word', o, c(a,
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 0 0-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 0 0-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z'
+ )), t.FireOutline = l('fire', o, c(a,
+ 'M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0 0 58.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0 0 12.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0 0 24.4 59.8 73.36 73.36 0 0 0 53.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z'
+ )), t.FileUnknownOutline = l('file-unknown', o, c(a,
+ 'M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm78 195a32 32 0 1 0 64 0 32 32 0 1 0-64 0z'
+ )), t.FlagOutline = l('flag', o, c(a,
+ 'M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z'
+ )), t.FolderAddOutline = l('folder-add', o, c(a,
+ 'M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1zm396-144.7H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z'
+ )), t.FolderOutline = l('folder', o, c(a,
+ 'M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z'
+ )), t.FolderOpenOutline = l('folder-open', o, c(a,
+ 'M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z'
+ )), t.ForwardOutline = l('forward', o, c(r,
+ 'M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z'
+ )), t.FrownOutline = l('frown', o, c(a,
+ 'M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM512 533c-85.5 0-155.6 67.3-160 151.6a8 8 0 0 0 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4C420 636.1 461.5 597 512 597s92.1 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 0 0 8-8.4C667.6 600.3 597.5 533 512 533z'
+ )), t.FundOutline = l('fund', o, c(a,
+ 'M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-40 632H134V236h752v560zm-658.9-82.3c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 0 0-11.3 0L531 565 416.6 450.5a8.03 8.03 0 0 0-11.3 0l-214.9 215a8.03 8.03 0 0 0 0 11.3l36.7 36.9z'
+ )), t.FunnelPlotOutline = l('funnel-plot', o, c(a,
+ 'M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V650h182.9v148zm9.6-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z'
+ )), t.GiftOutline = l('gift', o, c(a,
+ 'M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zm-334-74c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm-138-70c38.6 0 70 31.4 70 70v70h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70zM180 482V378h298v104H180zm48 68h250v308H228V550zm568 308H546V550h250v308zm48-376H546V378h298v104z'
+ )), t.GithubOutline = l('github', o, c(a,
+ 'M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z'
+ )), t.GitlabOutline = l('gitlab', o, c(a,
+ 'M913.9 552.2L805 181.4v-.1c-7.6-22.9-25.7-36.5-48.3-36.5-23.4 0-42.5 13.5-49.7 35.2l-71.4 213H388.8l-71.4-213c-7.2-21.7-26.3-35.2-49.7-35.2-23.1 0-42.5 14.8-48.4 36.6L110.5 552.2c-4.4 14.7 1.2 31.4 13.5 40.7l368.5 276.4c2.6 3.6 6.2 6.3 10.4 7.8l8.6 6.4 8.5-6.4c4.9-1.7 9-4.7 11.9-8.9l368.4-275.4c12.4-9.2 18-25.9 13.6-40.6zM751.7 193.4c1-1.8 2.9-1.9 3.5-1.9 1.1 0 2.5.3 3.4 3L818 394.3H684.5l67.2-200.9zm-487.4 1c.9-2.6 2.3-2.9 3.4-2.9 2.7 0 2.9.1 3.4 1.7l67.3 201.2H206.5l57.8-200zM158.8 558.7l28.2-97.3 202.4 270.2-230.6-172.9zm73.9-116.4h122.1l90.8 284.3-212.9-284.3zM512.9 776L405.7 442.3H620L512.9 776zm157.9-333.7h119.5L580 723.1l90.8-280.8zm-40.7 293.9l207.3-276.7 29.5 99.2-236.8 177.5z'
+ )), t.HeartOutline = l('heart', o, c(a,
+ 'M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z'
+ )), t.HddOutline = l('hdd', o, c(a,
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM496 208H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 244a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
+ )), t.HighlightOutline = l('highlight', o, c(a,
+ 'M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.2H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.2l68.6-67.6 171.4 168.9-68.6 67.6zM713.1 658L450.3 399.1 597.6 254l262.8 259-147.3 145z'
+ )), t.HomeOutline = l('home', o, c(a,
+ 'M946.5 505L560.1 118.8l-25.9-25.9a31.5 31.5 0 0 0-44.4 0L77.5 505a63.9 63.9 0 0 0-18.8 46c.4 35.2 29.7 63.3 64.9 63.3h42.5V940h691.8V614.3h43.4c17.1 0 33.2-6.7 45.3-18.8a63.6 63.6 0 0 0 18.7-45.3c0-17-6.7-33.1-18.8-45.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z'
+ )), t.HourglassOutline = l('hourglass', o, c(a,
+ 'M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 0 1 354 318V184h316v134z'
+ )), t.Html5Outline = l('html5', o, c(a,
+ 'M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2zM281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z'
+ )), t.IdcardOutline = l('idcard', o, c(a,
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560zM610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z'
+ )), t.InfoCircleOutline = l('info-circle', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z',
+ 'M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z'
+ )), t.InstagramOutline = l('instagram', o, c(a,
+ 'M512 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1 717.1 625.5 717.1 512 625.5 306.9 512 306.9zm0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7 645.3 438.6 645.3 512 585.4 645.3 512 645.3zm213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9 47.9-21.3 47.9-47.9a47.84 47.84 0 0 0-47.9-47.9zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zm-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840c-58.3 0-183.3 4.7-235.9-16.1-18.2-7.3-31.8-16.1-45.8-30.2-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512c0-58.3-4.7-183.3 16.1-235.9 7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2 14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512c0 58.3 4.7 183.2-16.2 235.8z'
+ )), t.InsuranceOutline = l('insurance', o, c(a,
+ 'M441.6 306.8L403 288.6a6.1 6.1 0 0 0-8.4 3.7c-17.5 58.5-45.2 110.1-82.2 153.6a6.05 6.05 0 0 0-1.2 5.6l13.2 43.5c1.3 4.4 7 5.7 10.2 2.4 7.7-8.1 15.4-16.9 23.1-26V656c0 4.4 3.6 8 8 8H403c4.4 0 8-3.6 8-8V393.1a429.2 429.2 0 0 0 33.6-79c1-2.9-.3-6-3-7.3zm26.8 9.2v127.2c0 4.4 3.6 8 8 8h65.9v18.6h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c1.9 3.1 6.2 3.8 8.9 1.4 31.6-26.8 58.7-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V536c21.3 41.7 47.5 77.5 78.1 106.9 2.6 2.5 6.8 2.1 8.9-.7l26.3-35.3c2-2.7 1.4-6.5-1.2-8.4-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8V478c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H476.4c-4.4 0-8 3.6-8 8zm51.5 42.8h97.9v41.6h-97.9v-41.6zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z'
+ )), t.InteractionOutline = l('interaction', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z'
+ )), t.InterationOutline = l('interation', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z'
+ )), t.LayoutOutline = l('layout', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-696 72h136v656H184V184zm656 656H384V384h456v456zM384 320V184h456v136H384z'
+ )), t.LeftCircleOutline = l('left-circle', o, c(a,
+ 'M603.3 327.5l-246 178a7.95 7.95 0 0 0 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z',
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
+ )), t.LeftSquareOutline = l('left-square', o, c(a,
+ 'M365.3 518.5l246 178c5.3 3.8 12.7 0 12.7-6.5v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a8.05 8.05 0 0 0 0 13z',
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.LikeOutline = l('like', o, c(a,
+ 'M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 0 0-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 0 0 471 99.9c-52 0-98 35-111.8 85.1l-85.9 311H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h601.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM184 852V568h81v284h-81zm636.4-353l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H329V564.8l99.5-360.5a44.1 44.1 0 0 1 42.2-32.3c7.6 0 15.1 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.2 32.1-19.6 43z'
+ )), t.LinkedinOutline = l('linkedin', o, c(a,
+ 'M847.7 112H176.3c-35.5 0-64.3 28.8-64.3 64.3v671.4c0 35.5 28.8 64.3 64.3 64.3h671.4c35.5 0 64.3-28.8 64.3-64.3V176.3c0-35.5-28.8-64.3-64.3-64.3zm0 736c-447.8-.1-671.7-.2-671.7-.3.1-447.8.2-671.7.3-671.7 447.8.1 671.7.2 671.7.3-.1 447.8-.2 671.7-.3 671.7zM230.6 411.9h118.7v381.8H230.6zm59.4-52.2c37.9 0 68.8-30.8 68.8-68.8a68.8 68.8 0 1 0-137.6 0c-.1 38 30.7 68.8 68.8 68.8zm252.3 245.1c0-49.8 9.5-98 71.2-98 60.8 0 61.7 56.9 61.7 101.2v185.7h118.6V584.3c0-102.8-22.2-181.9-142.3-181.9-57.7 0-96.4 31.7-112.3 61.7h-1.6v-52.2H423.7v381.8h118.6V604.8z'
+ )), t.LockOutline = l('lock', o, c(a,
+ 'M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z'
+ )), t.MedicineBoxOutline = l('medicine-box', o, c(a,
+ 'M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840zM652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'
+ )), t.MehOutline = l('meh', o, c(a,
+ 'M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 565H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'
+ )), t.MailOutline = l('mail', o, c(a,
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z'
+ )), t.MessageOutline = l('message', o, c(a,
+ 'M464 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm200 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-400 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 0 0-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 0 0-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 0 0 112 714v152a46 46 0 0 0 46 46h152.1A449.4 449.4 0 0 0 510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 0 0 142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z'
+ )), t.MinusCircleOutline = l('minus-circle', o, c(a,
+ 'M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z',
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
+ )), t.MinusSquareOutline = l('minus-square', o, c(a,
+ 'M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z',
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.MobileOutline = l('mobile', o, c(a,
+ 'M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zm-8 824H288V134h448v752zM472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
+ )), t.MoneyCollectOutline = l('money-collect', o, c(a,
+ 'M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM512 837.5l-256-93.1V184h512v560.4l-256 93.1zM660.6 312h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9z'
+ )), t.PauseCircleOutline = l('pause-circle', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm-88-532h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z'
+ )), t.PayCircleOutline = l('pay-circle', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm159.6-585h-59.5c-3 0-5.8 1.7-7.1 4.4l-90.6 180H511l-90.6-180a8 8 0 0 0-7.1-4.4h-60.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9L457 515.7h-61.4c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V603h-81.7c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V717c0 4.4 3.6 8 8 8h54.3c4.4 0 8-3.6 8-8v-68.1h82c4.4 0 8-3.6 8-8V611c0-4.4-3.6-8-8-8h-82v-41.5h82c4.4 0 8-3.6 8-8v-29.9c0-4.4-3.6-8-8-8h-62l111.1-204.8c.6-1.2 1-2.5 1-3.8-.1-4.4-3.7-8-8.1-8z'
+ )), t.NotificationOutline = l('notification', o, c(a,
+ 'M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z'
+ )), t.PhoneOutline = l('phone', o, c(a,
+ 'M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 0 1-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 0 0-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 0 0 285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z'
+ )), t.PictureOutline = l('picture', o, c(a,
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2zM304 456a88 88 0 1 0 0-176 88 88 0 0 0 0 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z'
+ )), t.PieChartOutline = l('pie-chart', o, c(a,
+ 'M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1 398.19 398.19 0 0 0-85.7 127.1A397.61 397.61 0 0 0 72 552a398.46 398.46 0 0 0 117.1 282.8c36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 0 0 472 952a398.46 398.46 0 0 0 282.8-117.1c36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 0 0 872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552c0-88.7 34.5-172.1 97.2-234.8 54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8zM952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-4.7-.4-8.7 3.2-8.7 7.9V464c0 4.4 3.6 8 8 8l384-1c4.7 0 8.4-4 8-8.6zm-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z'
+ )), t.PlaySquareOutline = l('play-square', o, c(a,
+ 'M442.3 677.6l199.4-156.7a11.3 11.3 0 0 0 0-17.7L442.3 346.4c-7.4-5.8-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.7 18.3 8.9z',
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.PlayCircleOutline = l('play-circle', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z',
+ 'M719.4 499.1l-296.1-215A15.9 15.9 0 0 0 398 297v430c0 13.1 14.8 20.5 25.3 12.9l296.1-215a15.9 15.9 0 0 0 0-25.8zm-257.6 134V390.9L628.5 512 461.8 633.1z'
+ )), t.PlusCircleOutline = l('plus-circle', o, c(a,
+ 'M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z',
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
+ )), t.PrinterOutline = l('printer', o, c(a,
+ 'M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8zm32-104H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z'
+ )), t.PlusSquareOutline = l('plus-square', o, c(a,
+ 'M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z',
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.ProfileOutline = l('profile', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM492 400h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zM340 368a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 144a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
+ )), t.ProjectOutline = l('project', o, c(a,
+ 'M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8zm216-432H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.PushpinOutline = l('pushpin', o, c(a,
+ 'M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 0 0-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z'
+ )), t.PropertySafetyOutline = l('property-safety', o, c(a,
+ 'M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM430.5 318h-46c-1.7 0-3.3.4-4.8 1.2a10.1 10.1 0 0 0-4 13.6l88 161.1h-45.2c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7h-63.1c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1a10.05 10.05 0 0 0-8.8-14.8h-45c-3.8 0-7.2 2.1-8.9 5.5l-73.2 144.3-72.9-144.3c-1.7-3.4-5.2-5.5-9-5.5z'
+ )), t.QuestionCircleOutline = l('question-circle', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z',
+ 'M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5.1-39.3-17.1-76-48.3-103.3zM472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
+ )), t.ReadOutline = l('read', o, c(a,
+ 'M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM324.8 721H136V233h188.8c35.4 0 69.8 10.1 99.5 29.2l48.8 31.3 6.9 4.5v462c-47.6-25.6-100.8-39-155.2-39zm563.2 0H699.2c-54.4 0-107.6 13.4-155.2 39V298l6.9-4.5 48.8-31.3c29.7-19.1 64.1-29.2 99.5-29.2H888v488zM396.9 361H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm223.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c0-4.1-3.2-7.5-7.1-7.5H627.1c-3.9 0-7.1 3.4-7.1 7.5zM396.9 501H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm416 0H627.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5z'
+ )), t.ReconciliationOutline = l('reconciliation', o, c(a,
+ 'M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34zm204-523H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552zM704 408v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zM592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z'
+ )), t.RedEnvelopeOutline = l('red-envelope', o, c(a,
+ 'M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142zM832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z'
+ )), t.RestOutline = l('rest', o, c(a,
+ 'M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z',
+ 'M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z'
+ )), t.RightCircleOutline = l('right-circle', o, c(a,
+ 'M666.7 505.5l-246-178A8 8 0 0 0 408 334v46.9c0 10.2 4.9 19.9 13.2 25.9L566.6 512 421.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.8 0-13z',
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
+ )), t.RocketOutline = l('rocket', o, c(a,
+ 'M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8H864zM762.3 621.4c9.4 14.6 17 30.3 22.5 46.6H700V558.7a211.6 211.6 0 0 1 62.3 62.7zM388 483.1V318.8l124-147 124 147V668H388V483.1zM239.2 668c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668h-84.8zm388.9 116.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5-38.3 0-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM464 400a48 48 0 1 0 96 0 48 48 0 1 0-96 0z'
+ )), t.RightSquareOutline = l('right-square', o, c(a,
+ 'M412.7 696.5l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5V381c0 10.2 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5z',
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.SafetyCertificateOutline = l('safety-certificate', o, c(a,
+ 'M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z'
+ )), t.ScheduleOutline = l('schedule', o, c(a,
+ 'M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 136H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm308.2-177.4L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5z'
+ )), t.SaveOutline = l('save', o, c(a,
+ 'M893.3 293.3L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840zM512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z'
+ )), t.SecurityScanOutline = l('security-scan', o, c(a,
+ 'M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM402.9 528.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.7 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 123-20.1 178.6zm65.4-133.3c31.3-31.3 82-31.3 113.2 0 31.3 31.3 31.3 82 0 113.2-31.3 31.3-82 31.3-113.2 0s-31.3-81.9 0-113.2z'
+ )), t.SettingOutline = l('setting', o, c(a,
+ 'M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5a449.4 449.4 0 0 0 159 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2z'
+ )), t.ShoppingOutline = l('shopping', o, c(a,
+ 'M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z'
+ )), t.SkinOutline = l('skin', o, c(a,
+ 'M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z'
+ )), t.SkypeOutline = l('skype', o, c(a,
+ 'M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-88.1 216C766.9 823.4 729 839 688.4 839c-26.1 0-51.8-6.8-74.6-19.7l-22.5-12.7-25.5 4.5c-17.8 3.2-35.8 4.8-53.6 4.8-41.4 0-81.3-8.1-119.1-24.1-36.3-15.3-69-37.3-97.2-65.5a304.29 304.29 0 0 1-65.5-97.1c-16-37.7-24-77.6-24-119 0-17.4 1.6-35.2 4.6-52.8l4.4-25.1L203 410a151.02 151.02 0 0 1-19.1-73.4c0-40.6 15.7-78.5 44.4-107.2C257.1 200.7 295 185 335.6 185a153 153 0 0 1 71.4 17.9l22.4 11.8 24.8-4.8c18.9-3.6 38.4-5.5 58-5.5 41.4 0 81.3 8.1 119 24 36.5 15.4 69.1 37.4 97.2 65.5 28.2 28.1 50.2 60.8 65.6 97.2 16 37.7 24 77.6 24 119 0 18.4-1.7 37-5.1 55.5l-4.7 25.5 12.6 22.6c12.6 22.5 19.2 48 19.2 73.7 0 40.7-15.7 78.5-44.4 107.2zM583.4 466.2L495 446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9 76.1-53.9c98.7 0 89.7 67.8 138.7 67.8 25.8 0 48.4-15.2 48.4-41.2 0-60.8-97.4-106.5-180-106.5-89.7 0-185.2 38.1-185.2 139.5 0 48.8 17.4 100.8 113.6 124.9l119.4 29.8c36.1 8.9 45.2 29.2 45.2 47.6 0 30.5-30.3 60.3-85.2 60.3-107.2 0-92.3-82.5-149.7-82.5-25.8 0-44.5 17.8-44.5 43.1 0 49.4 60 115.4 194.2 115.4 127.7 0 191-61.5 191-144 0-53.1-24.5-109.6-121.3-131.2z'
+ )), t.SlackSquareOutline = l('slack-square', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z'
+ )), t.SlidersOutline = l('sliders', o, c(a,
+ 'M320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440zm644-436h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 0 1-3 3h-74a3 3 0 0 1-3-3v-74a3 3 0 0 1 3-3h74a3 3 0 0 1 3 3v74z'
+ )), t.SmileOutline = l('smile', o, c(a,
+ 'M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z'
+ )), t.SnippetsOutline = l('snippets', o, c(a,
+ 'M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z'
+ )), t.SoundOutline = l('sound', o, c(a,
+ 'M625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582zm348-327H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zm-41.9 261.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344z'
+ )), t.StarOutline = l('star', o, c(a,
+ 'M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM664.8 561.6l36.1 210.3L512 672.7 323.1 772l36.1-210.3-152.8-149L417.6 382 512 190.7 606.4 382l211.2 30.7-152.8 148.9z'
+ )), t.StepBackwardOutline = l('step-backward', o, c(r,
+ 'M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8'
+ )), t.StepForwardOutline = l('step-forward', o, c(r,
+ 'M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8'
+ )), t.StopOutline = l('stop', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372 0-89 31.3-170.8 83.5-234.8l523.3 523.3C682.8 852.7 601 884 512 884zm288.5-137.2L277.2 223.5C341.2 171.3 423 140 512 140c205.4 0 372 166.6 372 372 0 89-31.3 170.8-83.5 234.8z'
+ )), t.SwitcherOutline = l('switcher', o, c(a,
+ 'M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528zm168-728H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM300 550h296v64H300z'
+ )), t.TagOutline = l('tag', o, c(a,
+ 'M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7zM680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z'
+ )), t.TabletOutline = l('tablet', o, c(a,
+ 'M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752zM472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
+ )), t.ShopOutline = l('shop', o, c(a,
+ 'M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm30-404.4c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 0 1 512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 0 1-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z'
+ )), t.TagsOutline = l('tags', o, c(a,
+ 'M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm62.6-651.7l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9zm60.16 186.23a48 48 0 1 0 67.88-67.89 48 48 0 1 0-67.88 67.89zM889.7 539.8l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z'
+ )), t.TaobaoCircleOutline = l('taobao-circle', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z'
+ )), t.ToolOutline = l('tool', o, c(a,
+ 'M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z'
+ )), t.ThunderboltOutline = l('thunderbolt', o, c(a,
+ 'M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.2 732.5l60.3-241H281.1l189.6-327.4h224.6L487 427.4h211L378.2 732.5z'
+ )), t.TrophyOutline = l('trophy', o, c(a,
+ 'M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM184 352V232h64v207.6a91.99 91.99 0 0 1-64-87.6zm520 128c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z'
+ )), t.UnlockOutline = l('unlock', o, c(a,
+ 'M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z'
+ )), t.UpCircleOutline = l('up-circle', o, c(a,
+ 'M518.5 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c10.2 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246z',
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
+ )), t.UpSquareOutline = l('up-square', o, c(a,
+ 'M334 624h46.9c10.2 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246a7.95 7.95 0 0 0-12.9 0l-178 246A7.96 7.96 0 0 0 334 624z',
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.UsbOutline = l('usb', o, c(a,
+ 'M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-424 0V184h352v248H336zm120-184h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'
+ )), t.VideoCameraOutline = l('video-camera', o, c(a,
+ 'M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226zM208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z'
+ )), t.WalletOutline = l('wallet', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0 264H184V184h656v200H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200zM580 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
+ )), t.WarningOutline = l('warning', o, c(a,
+ 'M464 720a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zm475.7 440l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z'
+ )), t.WechatOutline = l('wechat', o, c(a,
+ 'M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6 9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9z'
+ )), t.WeiboCircleOutline = l('weibo-circle', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z'
+ )), t.WindowsOutline = l('windows', o, c(a,
+ 'M120.1 770.6L443 823.2V543.8H120.1v226.8zm63.4-163.5h196.2v141.6l-196.2-31.9V607.1zm340.3 226.5l382 62.2v-352h-382v289.8zm63.4-226.5h255.3v214.4l-255.3-41.6V607.1zm-63.4-415.7v288.8h382V128.1l-382 63.3zm318.7 225.5H587.3V245l255.3-42.3v214.2zm-722.4 63.3H443V201.9l-322.9 53.5v224.8zM183.5 309l196.2-32.5v140.4H183.5V309z'
+ )), t.YahooOutline = l('yahoo', o, c(a,
+ 'M859.9 681.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm0 507C245.1 738 121 634.6 121 512.5c0-62.3 32.3-119.7 84.9-161v48.4h37l159.8 159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1 28.1-93.4-93.5h37v-56.3H216.4c49.4-35 114.3-56.6 186.2-56.6 157.6 0 281.6 103.4 281.6 225.5S560.2 738 402.6 738zm534.7-507H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7z'
+ )), t.WeiboSquareOutline = l('weibo-square', o, c(a,
+ 'M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z'
+ )), t.YuqueOutline = l('yuque', o, c(a,
+ 'M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3 .1 0 87.4 55.6 52.4 154.7-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6zm-204.1 334c-10.6 0-26.2.1-46.8.3l-23.6.2-17.8 15.5c-47.1 41-104.4 71.5-171.4 87.6-52.5 12.6-110 16.2-172.7 9.6 18-20.5 36.5-41.6 55.4-63.1 92-104.6 173.8-197.5 236.9-268.5l1.4-1.4 1.3-1.5c4.1-4.6 20.6-23.3 24.7-28.1 9.7-11.1 17.3-19.9 24.5-28.6 30.7-36.7 52.2-67.8 69-102.2l1.6-3.3 1.2-3.4c13.7-38.8 15.4-76.9 6.2-112.8 22.5.7 46.5 1.9 71.7 3.6 33.3 2.3 55.5 12.9 71.1 29.2 5.8 6 10.2 12.5 13.4 18.7 1 2 1.7 3.6 2.3 5l5 17.7c-15.7 34.5-19.9 73.3-11.4 107.2 3 11.8 6.9 22.4 12.3 34.4 2.1 4.7 9.5 20.1 11 23.3 10.3 22.7 15.4 43 16.7 78.7 3.3 94.6-82.7 181.9-182 181.9z'
+ )), t.YoutubeOutline = l('youtube', o, c(a,
+ 'M960 509.2c0-2.2 0-4.7-.1-7.6-.1-8.1-.3-17.2-.5-26.9-.8-27.9-2.2-55.7-4.4-81.9-3-36.1-7.4-66.2-13.4-88.8a139.52 139.52 0 0 0-98.3-98.5c-28.3-7.6-83.7-12.3-161.7-15.2-37.1-1.4-76.8-2.3-116.5-2.8-13.9-.2-26.8-.3-38.4-.4h-29.4c-11.6.1-24.5.2-38.4.4-39.7.5-79.4 1.4-116.5 2.8-78 3-133.5 7.7-161.7 15.2A139.35 139.35 0 0 0 82.4 304C76.3 326.6 72 356.7 69 392.8c-2.2 26.2-3.6 54-4.4 81.9-.3 9.7-.4 18.8-.5 26.9 0 2.9-.1 5.4-.1 7.6v5.6c0 2.2 0 4.7.1 7.6.1 8.1.3 17.2.5 26.9.8 27.9 2.2 55.7 4.4 81.9 3 36.1 7.4 66.2 13.4 88.8 12.8 47.9 50.4 85.7 98.3 98.5 28.2 7.6 83.7 12.3 161.7 15.2 37.1 1.4 76.8 2.3 116.5 2.8 13.9.2 26.8.3 38.4.4h29.4c11.6-.1 24.5-.2 38.4-.4 39.7-.5 79.4-1.4 116.5-2.8 78-3 133.5-7.7 161.7-15.2 47.9-12.8 85.5-50.5 98.3-98.5 6.1-22.6 10.4-52.7 13.4-88.8 2.2-26.2 3.6-54 4.4-81.9.3-9.7.4-18.8.5-26.9 0-2.9.1-5.4.1-7.6v-5.6zm-72 5.2c0 2.1 0 4.4-.1 7.1-.1 7.8-.3 16.4-.5 25.7-.7 26.6-2.1 53.2-4.2 77.9-2.7 32.2-6.5 58.6-11.2 76.3-6.2 23.1-24.4 41.4-47.4 47.5-21 5.6-73.9 10.1-145.8 12.8-36.4 1.4-75.6 2.3-114.7 2.8-13.7.2-26.4.3-37.8.3h-28.6l-37.8-.3c-39.1-.5-78.2-1.4-114.7-2.8-71.9-2.8-124.9-7.2-145.8-12.8-23-6.2-41.2-24.4-47.4-47.5-4.7-17.7-8.5-44.1-11.2-76.3-2.1-24.7-3.4-51.3-4.2-77.9-.3-9.3-.4-18-.5-25.7 0-2.7-.1-5.1-.1-7.1v-4.8c0-2.1 0-4.4.1-7.1.1-7.8.3-16.4.5-25.7.7-26.6 2.1-53.2 4.2-77.9 2.7-32.2 6.5-58.6 11.2-76.3 6.2-23.1 24.4-41.4 47.4-47.5 21-5.6 73.9-10.1 145.8-12.8 36.4-1.4 75.6-2.3 114.7-2.8 13.7-.2 26.4-.3 37.8-.3h28.6l37.8.3c39.1.5 78.2 1.4 114.7 2.8 71.9 2.8 124.9 7.2 145.8 12.8 23 6.2 41.2 24.4 47.4 47.5 4.7 17.7 8.5 44.1 11.2 76.3 2.1 24.7 3.4 51.3 4.2 77.9.3 9.3.4 18 .5 25.7 0 2.7.1 5.1.1 7.1v4.8zM423 646l232-135-232-133z'
+ )), t.AlibabaOutline = l('alibaba', o, c(a,
+ 'M602.9 669.8c-37.2 2.6-33.6-17.3-11.5-46.2 50.4-67.2 143.7-158.5 147.9-225.2 5.8-86.6-81.3-113.4-171-113.4-62.4 1.6-127 18.9-171 34.6-151.6 53.5-246.6 137.5-306.9 232-62.4 93.4-43 183.2 91.8 185.8 101.8-4.2 170.5-32.5 239.7-68.2.5 0-192.5 55.1-263.9 14.7-7.9-4.2-15.7-10-17.8-26.2 0-33.1 54.6-67.7 86.6-78.7v-56.7c64.5 22.6 140.6 16.3 205.7-32 2.1 5.8 4.2 13.1 3.7 21h11c2.6-22.6-12.6-44.6-37.8-46.2 7.3 5.8 12.6 10.5 15.2 14.7l-1 1-.5.5c-83.9 58.8-165.3 31.5-173.1 29.9l46.7-45.7-13.1-33.1c92.9-32.5 169.5-56.2 296.9-78.7l-28.5-23 14.7-8.9c75.5 21 126.4 36.7 123.8 76.6-1 6.8-3.7 14.7-7.9 23.1C660.1 466.1 594 538 567.2 569c-17.3 20.5-34.6 39.4-46.7 58.3-13.6 19.4-20.5 37.3-21 53.5 2.6 131.8 391.4-61.9 468-112.9-111.7 47.8-232.9 93.5-364.6 101.9zm85-302.9c2.8 5.2 4.1 11.6 4.1 19.1-.1-6.8-1.4-13.3-4.1-19.1z'
+ )), t.AlignCenterOutline = l('align-center', o, c(a,
+ 'M264 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm496 424c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496zm144 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.AlignLeftOutline = l('align-left', o, c(a,
+ 'M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.AlignRightOutline = l('align-right', o, c(a,
+ 'M904 158H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 424H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 212H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.AlipayOutline = l('alipay', o, c(a,
+ 'M789 610.3c-38.7-12.9-90.7-32.7-148.5-53.6 34.8-60.3 62.5-129 80.7-203.6H530.5v-68.6h233.6v-38.3H530.5V132h-95.4c-16.7 0-16.7 16.5-16.7 16.5v97.8H182.2v38.3h236.3v68.6H223.4v38.3h378.4a667.18 667.18 0 0 1-54.5 132.9c-122.8-40.4-253.8-73.2-336.1-53-52.6 13-86.5 36.1-106.5 60.3-91.4 111-25.9 279.6 167.2 279.6C386 811.2 496 747.6 581.2 643 708.3 704 960 808.7 960 808.7V659.4s-31.6-2.5-171-49.1zM253.9 746.6c-150.5 0-195-118.3-120.6-183.1 24.8-21.9 70.2-32.6 94.4-35 89.4-8.8 172.2 25.2 269.9 72.8-68.8 89.5-156.3 145.3-243.7 145.3z'
+ )), t.AliyunOutline = l('aliyun', o, c(a,
+ 'M959.2 383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6 85.2 201 43.7a42.58 42.58 0 0 1 32.9 39.7c.1.5.1 216.1 0 216.6a42.58 42.58 0 0 1-32.9 39.7l-201 43.7-21.6 85.3h234.2c82.1 0 148.8-66.5 149.1-148.6V383.9zM225.5 660.4a42.58 42.58 0 0 1-32.9-39.7c-.1-.6-.1-216.1 0-216.6.8-19.4 14.6-35.5 32.9-39.7l201-43.7 21.6-85.2H213.8c-82.1 0-148.8 66.4-149.1 148.6V641c.3 82.1 67 148.6 149.1 148.6H448l-21.6-85.3-200.9-43.9zm200.9-158.8h171v21.3h-171z'
+ )), t.AmazonOutline = l('amazon', o, c(a,
+ 'M825 768.9c-3.3-.9-7.3-.4-11.9 1.3-61.6 28.2-121.5 48.3-179.7 60.2C507.7 856 385.2 842.6 266 790.3c-33.1-14.6-79.1-39.2-138-74a9.36 9.36 0 0 0-5.3-2c-2-.1-3.7.1-5.3.9-1.6.8-2.8 1.8-3.7 3.1-.9 1.3-1.1 3.1-.4 5.4.6 2.2 2.1 4.7 4.6 7.4 10.4 12.2 23.3 25.2 38.6 39s35.6 29.4 60.9 46.8c25.3 17.4 51.8 32.9 79.3 46.4 27.6 13.5 59.6 24.9 96.1 34.1s73 13.8 109.4 13.8c36.2 0 71.4-3.7 105.5-10.9 34.2-7.3 63-15.9 86.5-25.9 23.4-9.9 45-21 64.8-33 19.8-12 34.4-22.2 43.9-30.3 9.5-8.2 16.3-14.6 20.2-19.4 4.6-5.7 6.9-10.6 6.9-14.9.1-4.5-1.7-7.1-5-7.9zM527.4 348.1c-15.2 1.3-33.5 4.1-55 8.3-21.5 4.1-41.4 9.3-59.8 15.4s-37.2 14.6-56.3 25.4c-19.2 10.8-35.5 23.2-49 37s-24.5 31.1-33.1 52c-8.6 20.8-12.9 43.7-12.9 68.7 0 27.1 4.7 51.2 14.3 72.5 9.5 21.3 22.2 38 38.2 50.4 15.9 12.4 34 22.1 54 29.2 20 7.1 41.2 10.3 63.2 9.4 22-.9 43.5-4.3 64.4-10.3 20.8-5.9 40.4-15.4 58.6-28.3 18.2-12.9 33.1-28.2 44.8-45.7 4.3 6.6 8.1 11.5 11.5 14.7l8.7 8.9c5.8 5.9 14.7 14.6 26.7 26.1 11.9 11.5 24.1 22.7 36.3 33.7l104.4-99.9-6-4.9c-4.3-3.3-9.4-8-15.2-14.3-5.8-6.2-11.6-13.1-17.2-20.5-5.7-7.4-10.6-16.1-14.7-25.9-4.1-9.8-6.2-19.3-6.2-28.5V258.7c0-10.1-1.9-21-5.7-32.8-3.9-11.7-10.7-24.5-20.7-38.3-10-13.8-22.4-26.2-37.2-37-14.9-10.8-34.7-20-59.6-27.4-24.8-7.4-52.6-11.1-83.2-11.1-31.3 0-60.4 3.7-87.6 10.9-27.1 7.3-50.3 17-69.7 29.2-19.3 12.2-35.9 26.3-49.7 42.4-13.8 16.1-24.1 32.9-30.8 50.4-6.7 17.5-10.1 35.2-10.1 53.1L408 310c5.5-16.4 12.9-30.6 22-42.8 9.2-12.2 17.9-21 25.8-26.5 8-5.5 16.6-9.9 25.7-13.2 9.2-3.3 15.4-5 18.6-5.4 3.2-.3 5.7-.4 7.6-.4 26.7 0 45.2 7.9 55.6 23.6 6.5 9.5 9.7 23.9 9.7 43.3v56.6c-15.2.6-30.4 1.6-45.6 2.9zM573.1 500c0 16.6-2.2 31.7-6.5 45-9.2 29.1-26.7 47.4-52.4 54.8-22.4 6.6-43.7 3.3-63.9-9.8-21.5-14-32.2-33.8-32.2-59.3 0-19.9 5-36.9 15-51.1 10-14.1 23.3-24.7 40-31.7s33-12 49-14.9c15.9-3 33-4.8 51-5.4V500zm335.2 218.9c-4.3-5.4-15.9-8.9-34.9-10.7-19-1.8-35.5-1.7-49.7.4-15.3 1.8-31.1 6.2-47.3 13.4-16.3 7.1-23.4 13.1-21.6 17.8l.7 1.3.9.7 1.4.2h4.6c.8 0 1.8-.1 3.2-.2 1.4-.1 2.7-.3 3.9-.4 1.2-.1 2.9-.3 5.1-.4 2.1-.1 4.1-.4 6-.7.3 0 3.7-.3 10.3-.9 6.6-.6 11.4-1 14.3-1.3 2.9-.3 7.8-.6 14.5-.9 6.7-.3 12.1-.3 16.1 0 4 .3 8.5.7 13.6 1.1 5.1.4 9.2 1.3 12.4 2.7 3.2 1.3 5.6 3 7.1 5.1 5.2 6.6 4.2 21.2-3 43.9s-14 40.8-20.4 54.2c-2.8 5.7-2.8 9.2 0 10.7s6.7.1 11.9-4c15.6-12.2 28.6-30.6 39.1-55.3 6.1-14.6 10.5-29.8 13.1-45.7 2.4-15.9 2-26.2-1.3-31z'
+ )), t.AntCloudOutline = l('ant-cloud', o, c(a,
+ 'M378.9 738c-3.1 0-6.1-.5-8.8-1.5l4.4 30.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7zm421-291.2c-12.6 0-24.8 1.5-36.5 4.2-21.4-38.4-62.3-64.3-109.3-64.3-6.9 0-13.6.6-20.2 1.6-35.4-77.4-113.4-131.1-203.9-131.1-112.3 0-205.3 82.6-221.6 190.4C127.3 455.5 64 523.8 64 607c0 88.4 71.6 160.1 160 160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8 4.6-21.6 32.8-33.9 63.1-27.5 22.9 4.9 40.4 19.1 45.5 35.1a26.1 26.1 0 0 1 22.1-12.4h.2c-.8-3.2-1.2-6.5-1.2-9.9 0-20.1 14.8-36.7 34.1-39.6v-25.4c0-4.4 3.6-8 8-8s8 3.6 8 8v26.3c4.6 1.2 8.8 3.2 12.6 5.8l19.5-21.4c3-3.3 8-3.5 11.3-.5 3.3 3 3.5 8 .5 11.3l-20 22-.2.2a40 40 0 0 1-46.9 59.2c-.4 5.6-2.6 10.7-6 14.8l20 38.4H804v-.1c86.5-2.2 156-73 156-160.1 0-88.5-71.7-160.2-160.1-160.2zM338.2 737.2l-4.3 30h24.4l-5.9-41.5c-3.5 4.6-8.3 8.5-14.2 11.5zM797.5 305a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-65.7 61.3a24 24 0 1 0 48 0 24 24 0 1 0-48 0zM303.4 742.9l-11.6 24.3h26l3.5-24.7c-5.7.8-11.7 1-17.9.4z'
+ )), t.ApartmentOutline = l('apartment', o, c(a,
+ 'M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16zm-564 76v168H176V716h168zm84-408V140h168v168H428zm420 576H680V716h168v168z'
+ )), t.AntDesignOutline = l('ant-design', o, c(a,
+ 'M716.3 313.8c19-18.9 19-49.7 0-68.6l-69.9-69.9.1.1c-18.5-18.5-50.3-50.3-95.3-95.2-21.2-20.7-55.5-20.5-76.5.5L80.9 474.2a53.84 53.84 0 0 0 0 76.4L474.6 944a54.14 54.14 0 0 0 76.5 0l165.1-165c19-18.9 19-49.7 0-68.6a48.7 48.7 0 0 0-68.7 0l-125 125.2c-5.2 5.2-13.3 5.2-18.5 0L189.5 521.4c-5.2-5.2-5.2-13.3 0-18.5l314.4-314.2c.4-.4.9-.7 1.3-1.1 5.2-4.1 12.4-3.7 17.2 1.1l125.2 125.1c19 19 49.8 19 68.7 0zM408.6 514.4a106.3 106.2 0 1 0 212.6 0 106.3 106.2 0 1 0-212.6 0zm536.2-38.6L821.9 353.5c-19-18.9-49.8-18.9-68.7.1a48.4 48.4 0 0 0 0 68.6l83 82.9c5.2 5.2 5.2 13.3 0 18.5l-81.8 81.7a48.4 48.4 0 0 0 0 68.6 48.7 48.7 0 0 0 68.7 0l121.8-121.7a53.93 53.93 0 0 0-.1-76.4z'
+ )), t.AreaChartOutline = l('area-chart', o, c(a,
+ 'M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-616-64h536c4.4 0 8-3.6 8-8V284c0-7.2-8.7-10.7-13.7-5.7L592 488.6l-125.4-124a8.03 8.03 0 0 0-11.3 0l-189 189.6a7.87 7.87 0 0 0-2.3 5.6V720c0 4.4 3.6 8 8 8z'
+ )), t.ArrowLeftOutline = l('arrow-left', o, c(a,
+ 'M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 0 0 0 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z'
+ )), t.ArrowDownOutline = l('arrow-down', o, c(a,
+ 'M862 465.3h-81c-4.6 0-9 2-12.1 5.5L550 723.1V160c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v563.1L255.1 470.8c-3-3.5-7.4-5.5-12.1-5.5h-81c-6.8 0-10.5 8.1-6 13.2L487.9 861a31.96 31.96 0 0 0 48.3 0L868 478.5c4.5-5.2.8-13.2-6-13.2z'
+ )), t.ArrowUpOutline = l('arrow-up', o, c(a,
+ 'M868 545.5L536.1 163a31.96 31.96 0 0 0-48.3 0L156 545.5a7.97 7.97 0 0 0 6 13.2h81c4.6 0 9-2 12.1-5.5L474 300.9V864c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V300.9l218.9 252.3c3 3.5 7.4 5.5 12.1 5.5h81c6.8 0 10.5-8 6-13.2z'
+ )), t.ArrowsAltOutline = l('arrows-alt', o, c(a,
+ 'M855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9zM416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 153.6-153.6c3.1-3.1 3.1-8.2 0-11.3l-45.2-45z'
+ )), t.ArrowRightOutline = l('arrow-right', o, c(a,
+ 'M869 487.8L491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 0 0 0-48.4z'
+ )), t.AuditOutline = l('audit', o, c(a,
+ 'M296 250c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 144H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 458H208V148h560v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm440-88H728v-36.6c46.3-13.8 80-56.6 80-107.4 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 50.7 33.7 93.6 80 107.4V764H520c-8.8 0-16 7.2-16 16v152c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V780c0-8.8-7.2-16-16-16zM646 620c0-27.6 22.4-50 50-50s50 22.4 50 50-22.4 50-50 50-50-22.4-50-50zm180 266H566v-60h260v60z'
+ )), t.BarChartOutline = l('bar-chart', o, c(a,
+ 'M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-600-80h56c4.4 0 8-3.6 8-8V560c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V384c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v320c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V462c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v242c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v400c0 4.4 3.6 8 8 8z'
+ )), t.BarcodeOutline = l('barcode', o, c(a,
+ 'M120 160H72c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm833 0h-48c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zM200 736h112c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H200c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm321 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm126 0h178c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H647c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-255 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-79 64H201c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm257 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm256 0H648c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h178c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-385 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'
+ )), t.BarsOutline = l('bars', o, c(r,
+ 'M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z'
+ )), t.BgColorsOutline = l('bg-colors', o, c(a,
+ 'M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5 0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5zm-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 0 0-12.8 0l-48 48a9.11 9.11 0 0 0 0 12.8l67.2 67.2-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6l255.9 256zm12.9-448.6l178.9 178.9H223.4l178.8-178.9zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z'
+ )), t.BehanceOutline = l('behance', o, c(a,
+ 'M634 294.3h199.5v48.4H634zM434.1 485.8c44.1-21.1 67.2-53.2 67.2-102.8 0-98.1-73-121.9-157.3-121.9H112v492.4h238.5c89.4 0 173.3-43 173.3-143 0-61.8-29.2-107.5-89.7-124.7zM220.2 345.1h101.5c39.1 0 74.2 10.9 74.2 56.3 0 41.8-27.3 58.6-66 58.6H220.2V345.1zm115.5 324.8H220.1V534.3H338c47.6 0 77.7 19.9 77.7 70.3 0 49.6-35.9 65.3-80 65.3zm575.8-89.5c0-105.5-61.7-193.4-173.3-193.4-108.5 0-182.3 81.7-182.3 188.8 0 111 69.9 187.2 182.3 187.2 85.1 0 140.2-38.3 166.7-120h-86.3c-9.4 30.5-47.6 46.5-77.3 46.5-57.4 0-87.4-33.6-87.4-90.7h256.9c.3-5.9.7-12.1.7-18.4zM653.9 537c3.1-46.9 34.4-76.2 81.2-76.2 49.2 0 73.8 28.9 78.1 76.2H653.9z'
+ )), t.BlockOutline = l('block', o, c(a,
+ 'M856 376H648V168c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v464c0 8.8 7.2 16 16 16h208v208c0 8.8 7.2 16 16 16h464c8.8 0 16-7.2 16-16V392c0-8.8-7.2-16-16-16zm-480 16v188H220V220h360v156H392c-8.8 0-16 7.2-16 16zm204 52v136H444V444h136zm224 360H444V648h188c8.8 0 16-7.2 16-16V444h156v360z'
+ )), t.BoldOutline = l('bold', o, c(a,
+ 'M697.8 481.4c33.6-35 54.2-82.3 54.2-134.3v-10.2C752 229.3 663.9 142 555.3 142H259.4c-15.1 0-27.4 12.3-27.4 27.4v679.1c0 16.3 13.2 29.5 29.5 29.5h318.7c117 0 211.8-94.2 211.8-210.5v-11c0-73-37.4-137.3-94.2-175.1zM328 238h224.7c57.1 0 103.3 44.4 103.3 99.3v9.5c0 54.8-46.3 99.3-103.3 99.3H328V238zm366.6 429.4c0 62.9-51.7 113.9-115.5 113.9H328V542.7h251.1c63.8 0 115.5 51 115.5 113.9v10.8z'
+ )), t.BorderBottomOutline = l('border-bottom', o, c(a,
+ 'M872 808H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-720-94h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-498h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm166 166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm222-72h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388 426h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z'
+ )), t.BorderLeftOutline = l('border-left', o, c(a,
+ 'M208 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM540 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.BorderOuterOutline = l('border-outer', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM484 366h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM302 548h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm364 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-182 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 182h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z'
+ )), t.BorderInnerOutline = l('border-inner', o, c(a,
+ 'M872 476H548V144h-72v332H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v332h72V548h324c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-426h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 260h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.BorderRightOutline = l('border-right', o, c(a,
+ 'M872 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.BorderHorizontalOutline = l('border-horizontal', o, c(a,
+ 'M540 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.BorderTopOutline = l('border-top', o, c(a,
+ 'M872 144H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332-498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.BorderVerticleOutline = l('border-verticle', o, c(a,
+ 'M872 476H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM152 382h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 642h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.BorderOutline = l('border', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
+ )), t.BranchesOutline = l('branches', o, c(a,
+ 'M740 161c-61.8 0-112 50.2-112 112 0 50.1 33.1 92.6 78.5 106.9v95.9L320 602.4V318.1c44.2-15 76-56.9 76-106.1 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52 50.52 0 0 0 34.9-48.2V378.2c42.9-15.8 73.6-57 73.6-105.2 0-61.8-50.2-112-112-112zm-504 51a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm96 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm408-491a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
+ )), t.CheckOutline = l('check', o, c(a,
+ 'M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z'
+ )), t.CiOutline = l('ci', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm218-572.1h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z'
+ )), t.CloseOutline = l('close', o, c(a,
+ 'M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z'
+ )), t.CloudDownloadOutline = l('cloud-download', o, c(a,
+ 'M624 706.3h-74.1V464c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v242.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.7a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9z',
+ 'M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z'
+ )), t.CloudServerOutline = l('cloud-server', o, c(a,
+ 'M704 446H320c-4.4 0-8 3.6-8 8v402c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8V454c0-4.4-3.6-8-8-8zm-328 64h272v117H376V510zm272 290H376V683h272v117z',
+ 'M424 748a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm0-178a32 32 0 1 0 64 0 32 32 0 1 0-64 0z',
+ 'M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z'
+ )), t.CloudSyncOutline = l('cloud-sync', o, c(a,
+ 'M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z',
+ 'M376.9 656.4c1.8-33.5 15.7-64.7 39.5-88.6 25.4-25.5 60-39.8 96-39.8 36.2 0 70.3 14.1 96 39.8 1.4 1.4 2.7 2.8 4.1 4.3l-25 19.6a8 8 0 0 0 3 14.1l98.2 24c5 1.2 9.9-2.6 9.9-7.7l.5-101.3c0-6.7-7.6-10.5-12.9-6.3L663 532.7c-36.6-42-90.4-68.6-150.5-68.6-107.4 0-195 85.1-199.4 191.7-.2 4.5 3.4 8.3 8 8.3H369c4.2-.1 7.7-3.4 7.9-7.7zM703 664h-47.9c-4.2 0-7.7 3.3-8 7.6-1.8 33.5-15.7 64.7-39.5 88.6-25.4 25.5-60 39.8-96 39.8-36.2 0-70.3-14.1-96-39.8-1.4-1.4-2.7-2.8-4.1-4.3l25-19.6a8 8 0 0 0-3-14.1l-98.2-24c-5-1.2-9.9 2.6-9.9 7.7l-.4 101.4c0 6.7 7.6 10.5 12.9 6.3l23.2-18.2c36.6 42 90.4 68.6 150.5 68.6 107.4 0 195-85.1 199.4-191.7.2-4.5-3.4-8.3-8-8.3z'
+ )), t.CloudUploadOutline = l('cloud-upload', o, c(a,
+ 'M518.3 459a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V856c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V613.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 459z',
+ 'M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z'
+ )), t.ClusterOutline = l('cluster', o, c(a,
+ 'M888 680h-54V540H546v-92h238c8.8 0 16-7.2 16-16V168c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h238v92H190v140h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8zM256 805.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zm288 0c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM288 384V216h448v168H288zm544 421.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM360 300a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
+ )), t.CodepenOutline = l('codepen', o, c(a,
+ 'M911.7 385.3l-.3-1.5c-.2-1-.3-1.9-.6-2.9-.2-.6-.4-1.1-.5-1.7-.3-.8-.5-1.7-.9-2.5-.2-.6-.5-1.1-.8-1.7-.4-.8-.8-1.5-1.2-2.3-.3-.5-.6-1.1-1-1.6-.8-1.2-1.7-2.4-2.6-3.6-.5-.6-1.1-1.3-1.7-1.9-.4-.5-.9-.9-1.4-1.3-.6-.6-1.3-1.1-1.9-1.6-.5-.4-1-.8-1.6-1.2-.2-.1-.4-.3-.6-.4L531.1 117.8a34.3 34.3 0 0 0-38.1 0L127.3 361.3c-.2.1-.4.3-.6.4-.5.4-1 .8-1.6 1.2-.7.5-1.3 1.1-1.9 1.6-.5.4-.9.9-1.4 1.3-.6.6-1.2 1.2-1.7 1.9-1 1.1-1.8 2.3-2.6 3.6-.3.5-.7 1-1 1.6-.4.7-.8 1.5-1.2 2.3-.3.5-.5 1.1-.8 1.7-.3.8-.6 1.7-.9 2.5-.2.6-.4 1.1-.5 1.7-.2.9-.4 1.9-.6 2.9l-.3 1.5c-.2 1.5-.3 3-.3 4.5v243.5c0 1.5.1 3 .3 4.5l.3 1.5.6 2.9c.2.6.3 1.1.5 1.7.3.9.6 1.7.9 2.5.2.6.5 1.1.8 1.7.4.8.7 1.5 1.2 2.3.3.5.6 1.1 1 1.6.5.7.9 1.4 1.5 2.1l1.2 1.5c.5.6 1.1 1.3 1.7 1.9.4.5.9.9 1.4 1.3.6.6 1.3 1.1 1.9 1.6.5.4 1 .8 1.6 1.2.2.1.4.3.6.4L493 905.7c5.6 3.8 12.3 5.8 19.1 5.8 6.6 0 13.3-1.9 19.1-5.8l365.6-243.5c.2-.1.4-.3.6-.4.5-.4 1-.8 1.6-1.2.7-.5 1.3-1.1 1.9-1.6.5-.4.9-.9 1.4-1.3.6-.6 1.2-1.2 1.7-1.9l1.2-1.5 1.5-2.1c.3-.5.7-1 1-1.6.4-.8.8-1.5 1.2-2.3.3-.5.5-1.1.8-1.7.3-.8.6-1.7.9-2.5.2-.5.4-1.1.5-1.7.3-.9.4-1.9.6-2.9l.3-1.5c.2-1.5.3-3 .3-4.5V389.8c-.3-1.5-.4-3-.6-4.5zM546.4 210.5l269.4 179.4-120.3 80.4-149-99.6V210.5zm-68.8 0v160.2l-149 99.6-120.3-80.4 269.3-179.4zM180.7 454.1l86 57.5-86 57.5v-115zm296.9 358.5L208.3 633.2l120.3-80.4 149 99.6v160.2zM512 592.8l-121.6-81.2L512 430.3l121.6 81.2L512 592.8zm34.4 219.8V652.4l149-99.6 120.3 80.4-269.3 179.4zM843.3 569l-86-57.5 86-57.5v115z'
+ )), t.CodeSandboxOutline = l('code-sandbox', o, c(a,
+ 'M709.6 210l.4-.2h.2L512 96 313.9 209.8h-.2l.7.3L151.5 304v416L512 928l360.5-208V304l-162.9-94zM482.7 843.6L339.6 761V621.4L210 547.8V372.9l272.7 157.3v313.4zM238.2 321.5l134.7-77.8 138.9 79.7 139.1-79.9 135.2 78-273.9 158-274-158zM814 548.3l-128.8 73.1v139.1l-143.9 83V530.4L814 373.1v175.2z'
+ )), t.ColumHeightOutline = l('colum-height', o, c(a,
+ 'M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z'
+ )), t.ColumnWidthOutline = l('column-width', o, c(a,
+ 'M180 176h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zm724 0h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zM785.3 504.3L657.7 403.6a7.23 7.23 0 0 0-11.7 5.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7 508.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h268v62.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.8-2.9 3.8-8.5.2-11.4z'
+ )), t.ColumnHeightOutline = l('column-height', o, c(a,
+ 'M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z'
+ )), t.CoffeeOutline = l('coffee', o, c(r,
+ 'M275 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm613 144H768c0-39.8-32.2-72-72-72H200c-39.8 0-72 32.2-72 72v248c0 3.4.2 6.7.7 9.9-.5 7-.7 14-.7 21.1 0 176.7 143.3 320 320 320 160.1 0 292.7-117.5 316.3-271H888c39.8 0 72-32.2 72-72V497c0-39.8-32.2-72-72-72zM696 681h-1.1c.7 7.6 1.1 15.2 1.1 23 0 137-111 248-248 248S200 841 200 704c0-7.8.4-15.4 1.1-23H200V425h496v256zm192-8H776V497h112v176zM613 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm-170 0c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36z'
+ )), t.CopyrightOutline = l('copyright', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm5.6-532.7c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z'
+ )), t.DashOutline = l('dash', o, c(a, 'M112 476h160v72H112zm320 0h160v72H432zm320 0h160v72H752z')), t.DeploymentUnitOutline =
+ l('deployment-unit', o, c(a,
+ 'M888.3 693.2c-42.5-24.6-94.3-18-129.2 12.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15 76-56.8 76-106.1 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 49.3 31.8 91.1 76 106.1v67.1l-136 78.3c-13.6 7.8-22 22.4-22 38.1v151.6l-53 30.7c-34.9-30.8-86.8-37.4-129.2-12.8-53.5 31-71.7 99.4-41 152.9 30.8 53.5 98.9 71.9 152.2 41 42.5-24.6 62.7-73 53.6-118.8l48.7-28.3 140.6 81c6.8 3.9 14.4 5.9 22 5.9s15.2-2 22-5.9L674.5 740l48.7 28.3c-9.1 45.7 11.2 94.2 53.6 118.8 53.3 30.9 121.5 12.6 152.2-41 30.8-53.6 12.6-122-40.7-152.9zm-673 138.4a47.6 47.6 0 0 1-65.2-17.6c-13.2-22.9-5.4-52.3 17.5-65.5a47.6 47.6 0 0 1 65.2 17.6c13.2 22.9 5.4 52.3-17.5 65.5zM522 463.8zM464 234a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm170 446.2l-122 70.3-122-70.3V539.8l122-70.3 122 70.3v140.4zm239.9 133.9c-13.2 22.9-42.4 30.8-65.2 17.6-22.8-13.2-30.7-42.6-17.5-65.5s42.4-30.8 65.2-17.6c22.9 13.2 30.7 42.5 17.5 65.5z'
+ )), t.DesktopOutline = l('desktop', o, c(a,
+ 'M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32zm-40 488H136V212h752v416z'
+ )), t.DingdingOutline = l('dingding', o, c(a,
+ 'M573.7 252.5C422.5 197.4 201.3 96.7 201.3 96.7c-15.7-4.1-17.9 11.1-17.9 11.1-5 61.1 33.6 160.5 53.6 182.8 19.9 22.3 319.1 113.7 319.1 113.7S326 357.9 270.5 341.9c-55.6-16-37.9 17.8-37.9 17.8 11.4 61.7 64.9 131.8 107.2 138.4 42.2 6.6 220.1 4 220.1 4s-35.5 4.1-93.2 11.9c-42.7 5.8-97 12.5-111.1 17.8-33.1 12.5 24 62.6 24 62.6 84.7 76.8 129.7 50.5 129.7 50.5 33.3-10.7 61.4-18.5 85.2-24.2L565 743.1h84.6L603 928l205.3-271.9H700.8l22.3-38.7c.3.5.4.8.4.8S799.8 496.1 829 433.8l.6-1h-.1c5-10.8 8.6-19.7 10-25.8 17-71.3-114.5-99.4-265.8-154.5z'
+ )), t.DisconnectOutline = l('disconnect', o, c(a,
+ 'M832.6 191.4c-84.6-84.6-221.5-84.6-306 0l-96.9 96.9 51 51 96.9-96.9c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204l-96.9 96.9 51.1 51.1 96.9-96.9c84.4-84.6 84.4-221.5-.1-306.1zM446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l96.9-96.9-51.1-51.1-96.9 96.9c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l96.9-96.9-51-51-96.8 97zM260.3 209.4a8.03 8.03 0 0 0-11.3 0L209.4 249a8.03 8.03 0 0 0 0 11.3l554.4 554.4c3.1 3.1 8.2 3.1 11.3 0l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3L260.3 209.4z'
+ )), t.DollarOutline = l('dollar', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm47.7-395.2l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z'
+ )), t.DoubleRightOutline = l('double-right', o, c(a,
+ 'M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 0 0 188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 0 0 492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z'
+ )), t.DotChartOutline = l('dot-chart', o, c(a,
+ 'M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM288 604a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm118-224a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm158 228a96 96 0 1 0 192 0 96 96 0 1 0-192 0zm148-314a56 56 0 1 0 112 0 56 56 0 1 0-112 0z'
+ )), t.DoubleLeftOutline = l('double-left', o, c(a,
+ 'M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z'
+ )), t.DownloadOutline = l('download', o, c(a,
+ 'M505.7 661a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z'
+ )), t.DribbbleOutline = l('dribbble', o, c(a,
+ 'M512 96C282.6 96 96 282.6 96 512s186.6 416 416 416 416-186.6 416-416S741.4 96 512 96zm275.1 191.8c49.5 60.5 79.5 137.5 80.2 221.4-11.7-2.5-129.2-26.3-247.4-11.4-2.5-6.1-5-12.2-7.6-18.3-7.4-17.3-15.3-34.6-23.6-51.5C720 374.3 779.6 298 787.1 287.8zM512 157.2c90.3 0 172.8 33.9 235.5 89.5-6.4 9.1-59.9 81-186.2 128.4-58.2-107-122.7-194.8-132.6-208 27.3-6.6 55.2-9.9 83.3-9.9zM360.9 191c9.4 12.8 72.9 100.9 131.7 205.5C326.4 440.6 180 440 164.1 439.8c23.1-110.3 97.4-201.9 196.8-248.8zM156.7 512.5c0-3.6.1-7.3.2-10.9 15.5.3 187.7 2.5 365.2-50.6 10.2 19.9 19.9 40.1 28.8 60.3-4.7 1.3-9.4 2.7-14 4.2C353.6 574.9 256.1 736.4 248 750.1c-56.7-63-91.3-146.3-91.3-237.6zM512 867.8c-82.2 0-157.9-28-218.1-75 6.4-13.1 78.3-152 278.7-221.9l2.3-.8c49.9 129.6 70.5 238.3 75.8 269.5A350.46 350.46 0 0 1 512 867.8zm198.5-60.7c-3.6-21.6-22.5-125.6-69-253.3C752.9 536 850.7 565.2 862.8 569c-15.8 98.8-72.5 184.2-152.3 238.1z'
+ )), t.DropboxOutline = l('dropbox', o, c(a,
+ 'M64 556.9l264.2 173.5L512.5 577 246.8 412.7zm896-290.3zm0 0L696.8 95 512.5 248.5l265.2 164.2L512.5 577l184.3 153.4L960 558.8 777.7 412.7zM513 609.8L328.2 763.3l-79.4-51.5v57.8L513 928l263.7-158.4v-57.8l-78.9 51.5zM328.2 95L64 265.1l182.8 147.6 265.7-164.2zM64 556.9z'
+ )), t.EllipsisOutline = l('ellipsis', o, c(a,
+ 'M176 511a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0z'
+ )), t.EnterOutline = l('enter', o, c(a,
+ 'M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z'
+ )), t.EuroOutline = l('euro', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8z'
+ )), t.ExceptionOutline = l('exception', o, c(a,
+ 'M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM640 812a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm12-64h40c4.4 0 8-3.6 8-8V628c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.ExclamationOutline = l('exclamation', o, c(a,
+ 'M448 804a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm32-168h64c4.4 0 8-3.6 8-8V164c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z'
+ )), t.ExportOutline = l('export', o, c(a,
+ 'M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zm18.6-251.7L765 393.7c-5.3-4.2-13-.4-13 6.3v76H438c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z'
+ )), t.FallOutline = l('fall', o, c(a,
+ 'M925.9 804l-24-199.2c-.8-6.6-8.9-9.4-13.6-4.7L829 659.5 557.7 388.3c-6.3-6.2-16.4-6.2-22.6 0L433.3 490 156.6 213.3a8.03 8.03 0 0 0-11.3 0l-45 45.2a8.03 8.03 0 0 0 0 11.3L422 591.7c6.2 6.3 16.4 6.3 22.6 0L546.4 490l226.1 226-59.3 59.3a8.01 8.01 0 0 0 4.7 13.6l199.2 24c5.1.7 9.5-3.7 8.8-8.9z'
+ )), t.FileDoneOutline = l('file-done', o, c(a,
+ 'M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM761 656h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-23.1-31.9a7.92 7.92 0 0 0-6.5-3.3H573c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.9-5.3.1-12.7-6.4-12.7zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.FileSyncOutline = l('file-sync', o, c(a,
+ 'M296 256c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm192 200v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8zm-48 396H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm104.1-115.6c1.8-34.5 16.2-66.8 40.8-91.4 26.2-26.2 62-41 99.1-41 37.4 0 72.6 14.6 99.1 41 3.2 3.2 6.3 6.6 9.2 10.1L769.2 673a8 8 0 0 0 3 14.1l93.3 22.5c5 1.2 9.8-2.6 9.9-7.7l.6-95.4a8 8 0 0 0-12.9-6.4l-20.3 15.8C805.4 569.6 748.1 540 684 540c-109.9 0-199.6 86.9-204 195.7-.2 4.5 3.5 8.3 8 8.3h48.1c4.3 0 7.8-3.3 8-7.6zM880 744h-48.1c-4.3 0-7.8 3.3-8 7.6-1.8 34.5-16.2 66.8-40.8 91.4-26.2 26.2-62 41-99.1 41-37.4 0-72.6-14.6-99.1-41-3.2-3.2-6.3-6.6-9.2-10.1l23.1-17.9a8 8 0 0 0-3-14.1l-93.3-22.5c-5-1.2-9.8 2.6-9.9 7.7l-.6 95.4a8 8 0 0 0 12.9 6.4l20.3-15.8C562.6 918.4 619.9 948 684 948c109.9 0 199.6-86.9 204-195.7.2-4.5-3.5-8.3-8-8.3z'
+ )), t.FileProtectOutline = l('file-protect', o, c(a,
+ 'M644.7 669.2a7.92 7.92 0 0 0-6.5-3.3H594c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.8-5.3 0-12.7-6.5-12.7h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-22.9-31.9zM688 306v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 458H208V148h560v296c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h312c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm402.6-320.8l-192-66.7c-.9-.3-1.7-.4-2.6-.4s-1.8.1-2.6.4l-192 66.7a7.96 7.96 0 0 0-5.4 7.5v251.1c0 2.5 1.1 4.8 3.1 6.3l192 150.2c1.4 1.1 3.2 1.7 4.9 1.7s3.5-.6 4.9-1.7l192-150.2c1.9-1.5 3.1-3.8 3.1-6.3V538.7c0-3.4-2.2-6.4-5.4-7.5zM826 763.7L688 871.6 550 763.7V577l138-48 138 48v186.7z'
+ )), t.FileSearchOutline = l('file-search', o, c(a,
+ 'M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm144 452H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm445.7 51.5l-93.3-93.3C814.7 780.7 828 743.9 828 704c0-97.2-78.8-176-176-176s-176 78.8-176 176 78.8 176 176 176c35.8 0 69-10.7 96.8-29l94.7 94.7c1.6 1.6 3.6 2.3 5.6 2.3s4.1-.8 5.6-2.3l31-31a7.9 7.9 0 0 0 0-11.2zM652 816c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z'
+ )), t.FileJpgOutline = l('file-jpg', o, c(r,
+ 'M874.6 301.8L596.8 21.3c-4.5-4.5-9.4-8.3-14.7-11.5-1.4-.8-2.8-1.6-4.3-2.3-.9-.5-1.9-.9-2.8-1.3-9-4-18.9-6.2-29-6.2H201c-39.8 0-73 32.2-73 72v880c0 39.8 33.2 72 73 72h623c39.8 0 71-32.2 71-72V352.5c0-19-7-37.2-20.4-50.7zM583 110.4L783.8 312H583V110.4zM823 952H200V72h311v240c0 39.8 33.2 72 73 72h239v568zM350 696.5c0 24.2-7.5 31.4-21.9 31.4-9 0-18.4-5.8-24.8-18.5L272.9 732c13.4 22.9 32.3 34.2 61.3 34.2 41.6 0 60.8-29.9 60.8-66.2V577h-45v119.5zM501.3 577H437v186h44v-62h21.6c39.1 0 73.1-19.6 73.1-63.6 0-45.8-33.5-60.4-74.4-60.4zm-.8 89H481v-53h18.2c21.5 0 33.4 6.2 33.4 24.9 0 18.1-10.5 28.1-32.1 28.1zm182.5-9v36h30v30.1c-4 2.9-11 4.7-17.7 4.7-34.3 0-50.7-21.4-50.7-58.2 0-36.1 19.7-57.4 47.1-57.4 15.3 0 25 6.2 34 14.4l23.7-28.3c-12.7-12.8-32.1-24.2-59.2-24.2-49.6 0-91.1 35.3-91.1 97 0 62.7 40 95.1 91.5 95.1 25.9 0 49.2-10.2 61.5-22.6V657H683z'
+ )), t.FontColorsOutline = l('font-colors', o, c(a,
+ 'M904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zm-650.3-80h85c4.2 0 8-2.7 9.3-6.8l53.7-166h219.2l53.2 166c1.3 4 5 6.8 9.3 6.8h89.1c1.1 0 2.2-.2 3.2-.5a9.7 9.7 0 0 0 6-12.4L573.6 118.6a9.9 9.9 0 0 0-9.2-6.6H462.1c-4.2 0-7.9 2.6-9.2 6.6L244.5 723.1c-.4 1-.5 2.1-.5 3.2-.1 5.3 4.3 9.7 9.7 9.7zm255.9-516.1h4.1l83.8 263.8H424.9l84.7-263.8z'
+ )), t.FontSizeOutline = l('font-size', o, c(a,
+ 'M920 416H616c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-56h60v320h-46c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h164c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-46V480h60v56c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V424c0-4.4-3.6-8-8-8zM656 296V168c0-4.4-3.6-8-8-8H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8z'
+ )), t.ForkOutline = l('fork', o, c(a,
+ 'M752 100c-61.8 0-112 50.2-112 112 0 47.7 29.9 88.5 72 104.6v27.6L512 601.4 312 344.2v-27.6c42.1-16.1 72-56.9 72-104.6 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 50.6 33.8 93.5 80 107.3v34.4c0 9.7 3.3 19.3 9.3 27L476 672.3v33.6c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-33.6l226.7-291.6c6-7.7 9.3-17.3 9.3-27v-34.4c46.2-13.8 80-56.7 80-107.3 0-61.8-50.2-112-112-112zM224 212a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm336 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm192-552a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
+ )), t.FormOutline = l('form', o, c(a,
+ 'M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z',
+ 'M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 0 0-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z'
+ )), t.FullscreenExitOutline = l('fullscreen-exit', o, c(a,
+ 'M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 0 0 0 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 0 0 391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6 877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 0 0-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z'
+ )), t.FullscreenOutline = l('fullscreen', o, c(a,
+ 'M290 236.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6 43.7 43.7a8.01 8.01 0 0 0 13.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 0 0 0 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 0 0-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6 423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z'
+ )), t.GatewayOutline = l('gateway', o, c(a,
+ 'M928 392c8.8 0 16-7.2 16-16V192c0-8.8-7.2-16-16-16H744c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h56v240H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16V648c0-8.8-7.2-16-16-16h-56V392h56zM792 240h88v88h-88v-88zm-648 88v-88h88v88h-88zm88 456h-88v-88h88v88zm648-88v88h-88v-88h88zm-80-64h-56c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h56v240z'
+ )), t.DownOutline = l('down', o, c(a,
+ 'M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z'
+ )), t.DragOutline = l('drag', o, c(a,
+ 'M909.3 506.3L781.7 405.6a7.23 7.23 0 0 0-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7a7.14 7.14 0 0 0-11.3 0L405.6 242.3a7.23 7.23 0 0 0 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8a7.3 7.3 0 0 0 .1-11.4z'
+ )), t.GlobalOutline = l('global', o, c(a,
+ 'M854.4 800.9c.2-.3.5-.6.7-.9C920.6 722.1 960 621.7 960 512s-39.4-210.1-104.8-288c-.2-.3-.5-.5-.7-.8-1.1-1.3-2.1-2.5-3.2-3.7-.4-.5-.8-.9-1.2-1.4l-4.1-4.7-.1-.1c-1.5-1.7-3.1-3.4-4.6-5.1l-.1-.1c-3.2-3.4-6.4-6.8-9.7-10.1l-.1-.1-4.8-4.8-.3-.3c-1.5-1.5-3-2.9-4.5-4.3-.5-.5-1-1-1.6-1.5-1-1-2-1.9-3-2.8-.3-.3-.7-.6-1-1C736.4 109.2 629.5 64 512 64s-224.4 45.2-304.3 119.2c-.3.3-.7.6-1 1-1 .9-2 1.9-3 2.9-.5.5-1 1-1.6 1.5-1.5 1.4-3 2.9-4.5 4.3l-.3.3-4.8 4.8-.1.1c-3.3 3.3-6.5 6.7-9.7 10.1l-.1.1c-1.6 1.7-3.1 3.4-4.6 5.1l-.1.1c-1.4 1.5-2.8 3.1-4.1 4.7-.4.5-.8.9-1.2 1.4-1.1 1.2-2.1 2.5-3.2 3.7-.2.3-.5.5-.7.8C103.4 301.9 64 402.3 64 512s39.4 210.1 104.8 288c.2.3.5.6.7.9l3.1 3.7c.4.5.8.9 1.2 1.4l4.1 4.7c0 .1.1.1.1.2 1.5 1.7 3 3.4 4.6 5l.1.1c3.2 3.4 6.4 6.8 9.6 10.1l.1.1c1.6 1.6 3.1 3.2 4.7 4.7l.3.3c3.3 3.3 6.7 6.5 10.1 9.6 80.1 74 187 119.2 304.5 119.2s224.4-45.2 304.3-119.2a300 300 0 0 0 10-9.6l.3-.3c1.6-1.6 3.2-3.1 4.7-4.7l.1-.1c3.3-3.3 6.5-6.7 9.6-10.1l.1-.1c1.5-1.7 3.1-3.3 4.6-5 0-.1.1-.1.1-.2 1.4-1.5 2.8-3.1 4.1-4.7.4-.5.8-.9 1.2-1.4a99 99 0 0 0 3.3-3.7zm4.1-142.6c-13.8 32.6-32 62.8-54.2 90.2a444.07 444.07 0 0 0-81.5-55.9c11.6-46.9 18.8-98.4 20.7-152.6H887c-3 40.9-12.6 80.6-28.5 118.3zM887 484H743.5c-1.9-54.2-9.1-105.7-20.7-152.6 29.3-15.6 56.6-34.4 81.5-55.9A373.86 373.86 0 0 1 887 484zM658.3 165.5c39.7 16.8 75.8 40 107.6 69.2a394.72 394.72 0 0 1-59.4 41.8c-15.7-45-35.8-84.1-59.2-115.4 3.7 1.4 7.4 2.9 11 4.4zm-90.6 700.6c-9.2 7.2-18.4 12.7-27.7 16.4V697a389.1 389.1 0 0 1 115.7 26.2c-8.3 24.6-17.9 47.3-29 67.8-17.4 32.4-37.8 58.3-59 75.1zm59-633.1c11 20.6 20.7 43.3 29 67.8A389.1 389.1 0 0 1 540 327V141.6c9.2 3.7 18.5 9.1 27.7 16.4 21.2 16.7 41.6 42.6 59 75zM540 640.9V540h147.5c-1.6 44.2-7.1 87.1-16.3 127.8l-.3 1.2A445.02 445.02 0 0 0 540 640.9zm0-156.9V383.1c45.8-2.8 89.8-12.5 130.9-28.1l.3 1.2c9.2 40.7 14.7 83.5 16.3 127.8H540zm-56 56v100.9c-45.8 2.8-89.8 12.5-130.9 28.1l-.3-1.2c-9.2-40.7-14.7-83.5-16.3-127.8H484zm-147.5-56c1.6-44.2 7.1-87.1 16.3-127.8l.3-1.2c41.1 15.6 85 25.3 130.9 28.1V484H336.5zM484 697v185.4c-9.2-3.7-18.5-9.1-27.7-16.4-21.2-16.7-41.7-42.7-59.1-75.1-11-20.6-20.7-43.3-29-67.8 37.2-14.6 75.9-23.3 115.8-26.1zm0-370a389.1 389.1 0 0 1-115.7-26.2c8.3-24.6 17.9-47.3 29-67.8 17.4-32.4 37.8-58.4 59.1-75.1 9.2-7.2 18.4-12.7 27.7-16.4V327zM365.7 165.5c3.7-1.5 7.3-3 11-4.4-23.4 31.3-43.5 70.4-59.2 115.4-21-12-40.9-26-59.4-41.8 31.8-29.2 67.9-52.4 107.6-69.2zM165.5 365.7c13.8-32.6 32-62.8 54.2-90.2 24.9 21.5 52.2 40.3 81.5 55.9-11.6 46.9-18.8 98.4-20.7 152.6H137c3-40.9 12.6-80.6 28.5-118.3zM137 540h143.5c1.9 54.2 9.1 105.7 20.7 152.6a444.07 444.07 0 0 0-81.5 55.9A373.86 373.86 0 0 1 137 540zm228.7 318.5c-39.7-16.8-75.8-40-107.6-69.2 18.5-15.8 38.4-29.7 59.4-41.8 15.7 45 35.8 84.1 59.2 115.4-3.7-1.4-7.4-2.9-11-4.4zm292.6 0c-3.7 1.5-7.3 3-11 4.4 23.4-31.3 43.5-70.4 59.2-115.4 21 12 40.9 26 59.4 41.8a373.81 373.81 0 0 1-107.6 69.2z'
+ )), t.GooglePlusOutline = l('google-plus', o, c(a,
+ 'M879.5 470.4c-.3-27-.4-54.2-.5-81.3h-80.8c-.3 27-.5 54.1-.7 81.3-27.2.1-54.2.3-81.2.6v80.9c27 .3 54.2.5 81.2.8.3 27 .3 54.1.5 81.1h80.9c.1-27 .3-54.1.5-81.3 27.2-.3 54.2-.4 81.2-.7v-80.9c-26.9-.2-54.1-.2-81.1-.5zm-530 .4c-.1 32.3 0 64.7.1 97 54.2 1.8 108.5 1 162.7 1.8-23.9 120.3-187.4 159.3-273.9 80.7-89-68.9-84.8-220 7.7-284 64.7-51.6 156.6-38.9 221.3 5.8 25.4-23.5 49.2-48.7 72.1-74.7-53.8-42.9-119.8-73.5-190-70.3-146.6-4.9-281.3 123.5-283.7 270.2-9.4 119.9 69.4 237.4 180.6 279.8 110.8 42.7 252.9 13.6 323.7-86 46.7-62.9 56.8-143.9 51.3-220-90.7-.7-181.3-.6-271.9-.3z'
+ )), t.GoogleOutline = l('google', o, c(a,
+ 'M881 442.4H519.7v148.5h206.4c-8.9 48-35.9 88.6-76.6 115.8-34.4 23-78.3 36.6-129.9 36.6-99.9 0-184.4-67.5-214.6-158.2-7.6-23-12-47.6-12-72.9s4.4-49.9 12-72.9c30.3-90.6 114.8-158.1 214.7-158.1 56.3 0 106.8 19.4 146.6 57.4l110-110.1c-66.5-62-153.2-100-256.6-100-149.9 0-279.6 86-342.7 211.4-26 51.8-40.8 110.4-40.8 172.4S151 632.8 177 684.6C240.1 810 369.8 896 519.7 896c103.6 0 190.4-34.4 253.8-93 72.5-66.8 114.4-165.2 114.4-282.1 0-27.2-2.4-53.3-6.9-78.5z'
+ )), t.HeatMapOutline = l('heat-map', o, c(a,
+ 'M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-790.4-23.9L512 231.9 858.7 832H165.3zm319-474.1l-228 394c-12.3 21.3 3.1 48 27.7 48h455.8c24.7 0 40.1-26.7 27.7-48L539.7 358c-6.2-10.7-17-16-27.7-16-10.8 0-21.6 5.3-27.7 16zm214 386H325.7L512 422l186.3 322zm-214-194.1l-57 98.4C415 669.5 430.4 696 455 696h114c24.6 0 39.9-26.5 27.7-47.7l-57-98.4c-6.1-10.6-16.9-15.9-27.7-15.9s-21.5 5.3-27.7 15.9zm57.1 98.4h-58.7l29.4-50.7 29.3 50.7z'
+ )), t.GoldOutline = l('gold', o, c(a,
+ 'M342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128zm2.5 282.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5z'
+ )), t.HistoryOutline = l('history', o, c(a,
+ 'M536.1 273H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.3 120.7c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.7-3.7 1.9-8.7-1.7-11.2L544.1 528.5V281c0-4.4-3.6-8-8-8zm219.8 75.2l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3L752.9 334.1a8 8 0 0 0 3 14.1zm167.7 301.1l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.9 5.1-3.9 10.1-6 15.1-17.8 42.1-43.3 80-75.9 112.5a353 353 0 0 1-112.5 75.9 352.18 352.18 0 0 1-137.7 27.8c-47.8 0-94.1-9.3-137.7-27.8a353 353 0 0 1-112.5-75.9c-32.5-32.5-58-70.4-75.9-112.5A353.44 353.44 0 0 1 171 512c0-47.8 9.3-94.2 27.8-137.8 17.8-42.1 43.3-80 75.9-112.5a353 353 0 0 1 112.5-75.9C430.6 167.3 477 158 524.8 158s94.1 9.3 137.7 27.8A353 353 0 0 1 775 261.7c10.2 10.3 19.8 21 28.6 32.3l59.8-46.8C784.7 146.6 662.2 81.9 524.6 82 285 82.1 92.6 276.7 95 516.4 97.4 751.9 288.9 942 524.8 942c185.5 0 343.5-117.6 403.7-282.3 1.5-4.2-.7-8.9-4.9-10.4z'
+ )), t.IeOutline = l('ie', o, c(a,
+ 'M852.6 367.6c16.3-36.9 32.1-90.7 32.1-131.8 0-109.1-119.5-147.6-314.5-57.9-161.4-10.8-316.8 110.5-355.6 279.7 46.3-52.3 117.4-123.4 183-151.7C316.1 378.3 246.7 470 194 565.6c-31.1 56.9-66 148.8-66 217.5 0 147.9 139.3 129.8 270.4 63 47.1 23.1 99.8 23.4 152.5 23.4 145.7 0 276.4-81.4 325.2-219H694.9c-78.8 132.9-295.2 79.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7zM224.8 648.3c26.6 76.7 80.6 143.8 150.4 185-133.1 73.4-259.9 43.6-150.4-185zm174-163.3c3-82.7 75.4-142.3 156-142.3 80.1 0 153 59.6 156 142.3h-312zm276.8-281.4c32.1-15.4 72.8-33 108.8-33 47.1 0 81.4 32.6 81.4 80.6 0 30-11.1 73.5-21.9 101.8-39.3-63.5-98.9-122.4-168.3-149.4z'
+ )), t.InboxOutline = l('inbox', o, c(r,
+ 'M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0 0 60.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z'
+ )), t.ImportOutline = l('import', o, c(a,
+ 'M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zM902 476H588v-76c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-76h314c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.InfoOutline = l('info', o, c(a,
+ 'M448 224a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm96 168h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8z'
+ )), t.ItalicOutline = l('italic', o, c(a,
+ 'M798 160H366c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h181.2l-156 544H229c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8H474.4l156-544H798c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z'
+ )), t.IssuesCloseOutline = l('issues-close', o, c(a,
+ 'M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72-112c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48zm400-188h-59.3c-2.6 0-5 1.2-6.5 3.3L763.7 538.1l-49.9-68.8a7.92 7.92 0 0 0-6.5-3.3H648c-6.5 0-10.3 7.4-6.5 12.7l109.2 150.7a16.1 16.1 0 0 0 26 0l165.8-228.7c3.8-5.3 0-12.7-6.5-12.7zm-44 306h-64.2c-5.5 0-10.6 2.9-13.6 7.5a352.2 352.2 0 0 1-49.8 62.2A355.92 355.92 0 0 1 651.1 840a355 355 0 0 1-138.7 27.9c-48.1 0-94.8-9.4-138.7-27.9a355.92 355.92 0 0 1-113.3-76.3A353.06 353.06 0 0 1 184 650.5c-18.6-43.8-28-90.5-28-138.5s9.4-94.7 28-138.5c17.9-42.4 43.6-80.5 76.4-113.2 32.8-32.7 70.9-58.4 113.3-76.3a355 355 0 0 1 138.7-27.9c48.1 0 94.8 9.4 138.7 27.9 42.4 17.9 80.5 43.6 113.3 76.3 19 19 35.6 39.8 49.8 62.2 2.9 4.7 8.1 7.5 13.6 7.5H892c6 0 9.8-6.3 7.2-11.6C828.8 178.5 684.7 82 517.7 80 278.9 77.2 80.5 272.5 80 511.2 79.5 750.1 273.3 944 512.4 944c169.2 0 315.6-97 386.7-238.4A8 8 0 0 0 892 694z'
+ )), t.KeyOutline = l('key', o, c(a,
+ 'M608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5l-41.1 41.1-62.3-62.3a8.15 8.15 0 0 0-11.4 0l-39.8 39.8a8.15 8.15 0 0 0 0 11.4l62.3 62.3-44.9 44.9-62.3-62.3a8.15 8.15 0 0 0-11.4 0l-39.8 39.8a8.15 8.15 0 0 0 0 11.4l62.3 62.3-65.3 65.3a8.03 8.03 0 0 0 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6A304.06 304.06 0 0 0 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644c-60.9 0-118.2-23.7-161.2-66.8-43.1-43-66.8-100.3-66.8-161.2 0-60.9 23.7-118.2 66.8-161.2 43-43.1 100.3-66.8 161.2-66.8 60.9 0 118.2 23.7 161.2 66.8 43.1 43 66.8 100.3 66.8 161.2 0 60.9-23.7 118.2-66.8 161.2z'
+ )), t.LaptopOutline = l('laptop', o, c(a,
+ 'M956.9 845.1L896.4 632V168c0-17.7-14.3-32-32-32h-704c-17.7 0-32 14.3-32 32v464L67.9 845.1C60.4 866 75.8 888 98 888h828.8c22.2 0 37.6-22 30.1-42.9zM200.4 208h624v395h-624V208zm228.3 608l8.1-37h150.3l8.1 37H428.7zm224 0l-19.1-86.7c-.8-3.7-4.1-6.3-7.8-6.3H398.2c-3.8 0-7 2.6-7.8 6.3L371.3 816H151l42.3-149h638.2l42.3 149H652.7z'
+ )), t.LeftOutline = l('left', o, c(a,
+ 'M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 0 0 0 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z'
+ )), t.LinkOutline = l('link', o, c(a,
+ 'M574 665.4a8.03 8.03 0 0 0-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 0 0-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 0 0 0 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 0 0 0 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1zM610.1 372.3a8.03 8.03 0 0 0-11.3 0L372.3 598.7a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z'
+ )), t.LineChartOutline = l('line-chart', o, c(a,
+ 'M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM305.8 637.7c3.1 3.1 8.1 3.1 11.3 0l138.3-137.6L583 628.5c3.1 3.1 8.2 3.1 11.3 0l275.4-275.3c3.1-3.1 3.1-8.2 0-11.3l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-230 229.9L461.4 404a8.03 8.03 0 0 0-11.3 0L266.3 586.7a8.03 8.03 0 0 0 0 11.3l39.5 39.7z'
+ )), t.LineHeightOutline = l('line-height', o, c(a,
+ 'M648 160H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm272.8 546H856V318h64.8c6 0 9.4-7 5.7-11.7L825.7 178.7a7.14 7.14 0 0 0-11.3 0L713.6 306.3a7.23 7.23 0 0 0 5.7 11.7H784v388h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5a7.2 7.2 0 0 0-5.6-11.7z'
+ )), t.LineOutline = l('line', o, c(a,
+ 'M904 476H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z')), t.Loading3QuartersOutline =
+ l('loading-3-quarters', o, c(r,
+ 'M512 1024c-69.1 0-136.2-13.5-199.3-40.2C251.7 958 197 921 150 874c-47-47-84-101.7-109.8-162.7C13.5 648.2 0 581.1 0 512c0-19.9 16.1-36 36-36s36 16.1 36 36c0 59.4 11.6 117 34.6 171.3 22.2 52.4 53.9 99.5 94.3 139.9 40.4 40.4 87.5 72.2 139.9 94.3C395 940.4 452.6 952 512 952c59.4 0 117-11.6 171.3-34.6 52.4-22.2 99.5-53.9 139.9-94.3 40.4-40.4 72.2-87.5 94.3-139.9C940.4 629 952 571.4 952 512c0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.2C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3s-13.5 136.2-40.2 199.3C958 772.3 921 827 874 874c-47 47-101.8 83.9-162.7 109.7-63.1 26.8-130.2 40.3-199.3 40.3z'
+ )), t.LoadingOutline = l('loading', o, c(r,
+ 'M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z'
+ )), t.LoginOutline = l('login', o, c(a,
+ 'M521.7 82c-152.5-.4-286.7 78.5-363.4 197.7-3.4 5.3.4 12.3 6.7 12.3h70.3c4.8 0 9.3-2.1 12.3-5.8 7-8.5 14.5-16.7 22.4-24.5 32.6-32.5 70.5-58.1 112.7-75.9 43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 32.6 32.5 58.1 70.4 76 112.5C865.7 417.8 875 464.1 875 512c0 47.9-9.4 94.2-27.8 137.8-17.8 42.1-43.4 80-76 112.5s-70.5 58.1-112.7 75.9A352.8 352.8 0 0 1 520.6 866c-47.9 0-94.3-9.4-137.9-27.8A353.84 353.84 0 0 1 270 762.3c-7.9-7.9-15.3-16.1-22.4-24.5-3-3.7-7.6-5.8-12.3-5.8H165c-6.3 0-10.2 7-6.7 12.3C234.9 863.2 368.5 942 520.6 942c236.2 0 428-190.1 430.4-425.6C953.4 277.1 761.3 82.6 521.7 82zM395.02 624v-76h-314c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h314v-76c0-6.7 7.8-10.5 13-6.3l141.9 112a8 8 0 0 1 0 12.6l-141.9 112c-5.2 4.1-13 .4-13-6.3z'
+ )), t.LogoutOutline = l('logout', o, c(a,
+ 'M868 732h-70.3c-4.8 0-9.3 2.1-12.3 5.8-7 8.5-14.5 16.7-22.4 24.5a353.84 353.84 0 0 1-112.7 75.9A352.8 352.8 0 0 1 512.4 866c-47.9 0-94.3-9.4-137.9-27.8a353.84 353.84 0 0 1-112.7-75.9 353.28 353.28 0 0 1-76-112.5C167.3 606.2 158 559.9 158 512s9.4-94.2 27.8-137.8c17.8-42.1 43.4-80 76-112.5s70.5-58.1 112.7-75.9c43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 7.9 7.9 15.3 16.1 22.4 24.5 3 3.7 7.6 5.8 12.3 5.8H868c6.3 0 10.2-7 6.7-12.3C798 160.5 663.8 81.6 511.3 82 271.7 82.6 79.6 277.1 82 516.4 84.4 751.9 276.2 942 512.4 942c152.1 0 285.7-78.8 362.3-197.7 3.4-5.3-.4-12.3-6.7-12.3zm88.9-226.3L815 393.7c-5.3-4.2-13-.4-13 6.3v76H488c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z'
+ )), t.ManOutline = l('man', o, c(a,
+ 'M874 120H622c-3.3 0-6 2.7-6 6v56c0 3.3 2.7 6 6 6h160.4L583.1 387.3c-50-38.5-111-59.3-175.1-59.3-76.9 0-149.3 30-203.6 84.4S120 539.1 120 616s30 149.3 84.4 203.6C258.7 874 331.1 904 408 904s149.3-30 203.6-84.4C666 765.3 696 692.9 696 616c0-64.1-20.8-124.9-59.2-174.9L836 241.9V402c0 3.3 2.7 6 6 6h56c3.3 0 6-2.7 6-6V150c0-16.5-13.5-30-30-30zM408 828c-116.9 0-212-95.1-212-212s95.1-212 212-212 212 95.1 212 212-95.1 212-212 212z'
+ )), t.MediumOutline = l('medium', o, c(a,
+ 'M834.7 279.8l61.3-58.9V208H683.7L532.4 586.4 360.3 208H137.7v12.9l71.6 86.6c7 6.4 10.6 15.8 9.7 25.2V673c2.2 12.3-1.7 24.8-10.3 33.7L128 805v12.7h228.6v-12.9l-80.6-98a39.99 39.99 0 0 1-11.1-33.7V378.7l200.7 439.2h23.3l172.6-439.2v349.9c0 9.2 0 11.1-6 17.2l-62.1 60.3V819h301.2v-12.9l-59.9-58.9c-5.2-4-7.9-10.7-6.8-17.2V297a18.1 18.1 0 0 1 6.8-17.2z'
+ )), t.MediumWorkmarkOutline = l('medium-workmark', o, c(r,
+ 'M517.2 590.55c0 3.55 0 4.36 2.4 6.55l13.43 13.25v.57h-59.57v-25.47a41.44 41.44 0 0 1-39.5 27.65c-30.61 0-52.84-24.25-52.84-68.87 0-41.8 23.99-69.69 57.65-69.69a35.15 35.15 0 0 1 34.61 21.67v-56.19a6.99 6.99 0 0 0-2.71-6.79l-12.8-12.45v-.56l59.33-7.04v177.37zm-43.74-8.09v-83.83a22.2 22.2 0 0 0-17.74-8.4c-14.48 0-28.47 13.25-28.47 52.62 0 36.86 12.07 49.88 27.1 49.88a23.91 23.91 0 0 0 19.11-10.27zm83.23 28.46V497.74a7.65 7.65 0 0 0-2.4-6.79l-13.19-13.74v-.57h59.56v114.8c0 3.55 0 4.36 2.4 6.54l13.12 12.45v.57l-59.49-.08zm-2.16-175.67c0-13.4 10.74-24.25 23.99-24.25 13.25 0 23.98 10.86 23.98 24.25 0 13.4-10.73 24.25-23.98 24.25s-23.99-10.85-23.99-24.25zm206.83 155.06c0 3.55 0 4.6 2.4 6.79l13.43 13.25v.57h-59.88V581.9a43.4 43.4 0 0 1-41.01 31.2c-26.55 0-40.78-19.56-40.78-56.59 0-17.86 0-37.43.56-59.41a6.91 6.91 0 0 0-2.4-6.55L620.5 477.2v-.57h59.09v73.81c0 24.25 3.51 40.42 18.54 40.42a23.96 23.96 0 0 0 19.35-12.2v-80.85a7.65 7.65 0 0 0-2.4-6.79l-13.27-13.82v-.57h59.56V590.3zm202.76 20.6c0-4.36.8-59.97.8-72.75 0-24.25-3.76-40.98-20.63-40.98a26.7 26.7 0 0 0-21.19 11.64 99.68 99.68 0 0 1 2.4 23.04c0 16.81-.56 38.23-.8 59.66a6.91 6.91 0 0 0 2.4 6.55l13.43 12.45v.56h-60.12c0-4.04.8-59.98.8-72.76 0-24.65-3.76-40.98-20.39-40.98-8.2.3-15.68 4.8-19.83 11.96v82.46c0 3.56 0 4.37 2.4 6.55l13.11 12.45v.56h-59.48V498.15a7.65 7.65 0 0 0-2.4-6.8l-13.19-14.14v-.57H841v28.78c5.53-19 23.13-31.76 42.7-30.96 19.82 0 33.26 11.16 38.93 32.34a46.41 46.41 0 0 1 44.77-32.34c26.55 0 41.58 19.8 41.58 57.23 0 17.87-.56 38.24-.8 59.66a6.5 6.5 0 0 0 2.72 6.55l13.11 12.45v.57h-59.88zM215.87 593.3l17.66 17.05v.57h-89.62v-.57l17.99-17.05a6.91 6.91 0 0 0 2.4-6.55V477.69c0-4.6 0-10.83.8-16.16L104.66 613.1h-.72l-62.6-139.45c-1.37-3.47-1.77-3.72-2.65-6.06v91.43a32.08 32.08 0 0 0 2.96 17.87l25.19 33.46v.57H0v-.57l25.18-33.55a32.16 32.16 0 0 0 2.96-17.78V457.97A19.71 19.71 0 0 0 24 444.15L6.16 420.78v-.56h63.96l53.56 118.1 47.17-118.1h62.6v.56l-17.58 19.8a6.99 6.99 0 0 0-2.72 6.8v139.37a6.5 6.5 0 0 0 2.72 6.55zm70.11-54.65v.56c0 34.6 17.67 48.5 38.38 48.5a43.5 43.5 0 0 0 40.77-24.97h.56c-7.2 34.2-28.14 50.36-59.48 50.36-33.82 0-65.72-20.61-65.72-68.39 0-50.2 31.98-70.25 67.32-70.25 28.46 0 58.76 13.58 58.76 57.24v6.95h-80.59zm0-6.95h39.42v-7.04c0-35.57-7.28-45.03-18.23-45.03-13.27 0-21.35 14.15-21.35 52.07h.16z'
+ )), t.MenuUnfoldOutline = l('menu-unfold', o, c(a,
+ 'M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 0 0 0-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0 0 14.4 7z'
+ )), t.MenuFoldOutline = l('menu-fold', o, c(a,
+ 'M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z'
+ )), t.MenuOutline = l('menu', o, c(a,
+ 'M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z'
+ )), t.MinusOutline = l('minus', o, c(a,
+ 'M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z')), t.MonitorOutline =
+ l('monitor', o, c(a,
+ 'M692.8 412.7l.2-.2-34.6-44.3a7.97 7.97 0 0 0-11.2-1.4l-50.4 39.3-70.5-90.1a7.97 7.97 0 0 0-11.2-1.4l-37.9 29.7a7.97 7.97 0 0 0-1.4 11.2l70.5 90.2-.2.1 34.6 44.3c2.7 3.5 7.7 4.1 11.2 1.4l50.4-39.3 64.1 82c2.7 3.5 7.7 4.1 11.2 1.4l37.9-29.6c3.5-2.7 4.1-7.7 1.4-11.2l-64.1-82.1zM608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5L114.3 856.1a8.03 8.03 0 0 0 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6C473 696.1 537.7 720 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644s-118.2-23.7-161.2-66.8C403.7 534.2 380 476.9 380 416s23.7-118.2 66.8-161.2c43-43.1 100.3-66.8 161.2-66.8s118.2 23.7 161.2 66.8c43.1 43 66.8 100.3 66.8 161.2s-23.7 118.2-66.8 161.2z'
+ )), t.MoreOutline = l('more', o, c(a,
+ 'M456 231a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0z'
+ )), t.OrderedListOutline = l('ordered-list', o, c(a,
+ 'M920 760H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-568H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM216 712H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h72.4v20.5h-35.7c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h35.7V838H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4V716c0-2.2-1.8-4-4-4zM100 188h38v120c0 2.2 1.8 4 4 4h40c2.2 0 4-1.8 4-4V152c0-4.4-3.6-8-8-8h-78c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4zm116 240H100c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4h68.4l-70.3 77.7a8.3 8.3 0 0 0-2.1 5.4V592c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4v-36c0-2.2-1.8-4-4-4h-68.4l70.3-77.7a8.3 8.3 0 0 0 2.1-5.4V432c0-2.2-1.8-4-4-4z'
+ )), t.NumberOutline = l('number', o, c(a,
+ 'M872 394c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H400V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v236H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h228v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h164c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V394h164zM628 630H400V394h228v236z'
+ )), t.PauseOutline = l('pause', o, c(a,
+ 'M304 176h80v672h-80zm408 0h-64c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8z'
+ )), t.PercentageOutline = l('percentage', o, c(a,
+ 'M855.7 210.8l-42.4-42.4a8.03 8.03 0 0 0-11.3 0L168.3 801.9a8.03 8.03 0 0 0 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0L855.6 222c3.2-3 3.2-8.1.1-11.2zM304 448c79.4 0 144-64.6 144-144s-64.6-144-144-144-144 64.6-144 144 64.6 144 144 144zm0-216c39.7 0 72 32.3 72 72s-32.3 72-72 72-72-32.3-72-72 32.3-72 72-72zm416 344c-79.4 0-144 64.6-144 144s64.6 144 144 144 144-64.6 144-144-64.6-144-144-144zm0 216c-39.7 0-72-32.3-72-72s32.3-72 72-72 72 32.3 72 72-32.3 72-72 72z'
+ )), t.PaperClipOutline = l('paper-clip', o, c(a,
+ 'M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 0 0 174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z'
+ )), t.PicCenterOutline = l('pic-center', o, c(a,
+ 'M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM848 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h672zM232 436h560v152H232V436z'
+ )), t.PicLeftOutline = l('pic-left', o, c(a,
+ 'M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM608 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM152 436h400v152H152V436zm552 210c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z'
+ )), t.PlusOutline = l('plus', o, c(a, 'M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z',
+ 'M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z')), t.PicRightOutline = l('pic-right', o, c(a,
+ 'M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-24 500c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H416c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM472 436h400v152H472V436zM80 646c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z'
+ )), t.PoundOutline = l('pound', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5 0-43.5 34-70.2 87.3-70.2 21.5 0 42.5 4.1 60.4 10.5 5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.8-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8V722c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z'
+ )), t.PoweroffOutline = l('poweroff', o, c(a,
+ 'M705.6 124.9a8 8 0 0 0-11.6 7.2v64.2c0 5.5 2.9 10.6 7.5 13.6a352.2 352.2 0 0 1 62.2 49.8c32.7 32.8 58.4 70.9 76.3 113.3a355 355 0 0 1 27.9 138.7c0 48.1-9.4 94.8-27.9 138.7a355.92 355.92 0 0 1-76.3 113.3 353.06 353.06 0 0 1-113.2 76.4c-43.8 18.6-90.5 28-138.5 28s-94.7-9.4-138.5-28a353.06 353.06 0 0 1-113.2-76.4A355.92 355.92 0 0 1 184 650.4a355 355 0 0 1-27.9-138.7c0-48.1 9.4-94.8 27.9-138.7 17.9-42.4 43.6-80.5 76.3-113.3 19-19 39.8-35.6 62.2-49.8 4.7-2.9 7.5-8.1 7.5-13.6V132c0-6-6.3-9.8-11.6-7.2C178.5 195.2 82 339.3 80 506.3 77.2 745.1 272.5 943.5 511.2 944c239 .5 432.8-193.3 432.8-432.4 0-169.2-97-315.7-238.4-386.7zM480 560h64c4.4 0 8-3.6 8-8V88c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z'
+ )), t.PullRequestOutline = l('pull-request', o, c(a,
+ 'M788 705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7 202.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V240h114v465.9c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c.1-49.2-31.7-91-75.9-106.1zM752 860a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zM384 212c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1 76-56.9 76-106.1zm-160 0a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm96 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0z'
+ )), t.QqOutline = l('qq', o, c(a,
+ 'M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112 331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3-34 109.5-23 154.8-14.6 155.8 18 2.2 70.1-82.4 70.1-82.4 0 49 25.2 112.9 79.8 159-26.4 8.1-85.7 29.9-71.6 53.8 11.4 19.3 196.2 12.3 249.5 6.3 53.3 6 238.1 13 249.5-6.3 14.1-23.8-45.3-45.7-71.6-53.8 54.6-46.2 79.8-110.1 79.8-159 0 0 52.1 84.6 70.1 82.4 8.5-1.1 19.5-46.4-14.5-155.8z'
+ )), t.QuestionOutline = l('question', o, c(a,
+ 'M764 280.9c-14-30.6-33.9-58.1-59.3-81.6C653.1 151.4 584.6 125 512 125s-141.1 26.4-192.7 74.2c-25.4 23.6-45.3 51-59.3 81.7-14.6 32-22 65.9-22 100.9v27c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-27c0-99.5 88.6-180.4 197.6-180.4s197.6 80.9 197.6 180.4c0 40.8-14.5 79.2-42 111.2-27.2 31.7-65.6 54.4-108.1 64-24.3 5.5-46.2 19.2-61.7 38.8a110.85 110.85 0 0 0-23.9 68.6v31.4c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-31.4c0-15.7 10.9-29.5 26-32.9 58.4-13.2 111.4-44.7 149.3-88.7 19.1-22.3 34-47.1 44.3-74 10.7-27.9 16.1-57.2 16.1-87 0-35-7.4-69-22-100.9zM512 787c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56z'
+ )), t.RadarChartOutline = l('radar-chart', o, c(a,
+ 'M926.8 397.1l-396-288a31.81 31.81 0 0 0-37.6 0l-396 288a31.99 31.99 0 0 0-11.6 35.8l151.3 466a32 32 0 0 0 30.4 22.1h489.5c13.9 0 26.1-8.9 30.4-22.1l151.3-466c4.2-13.2-.5-27.6-11.7-35.8zM838.6 417l-98.5 32-200-144.7V199.9L838.6 417zM466 567.2l-89.1 122.3-55.2-169.2L466 567.2zm-116.3-96.8L484 373.3v140.8l-134.3-43.7zM512 599.2l93.9 128.9H418.1L512 599.2zm28.1-225.9l134.2 97.1L540.1 514V373.3zM558 567.2l144.3-46.9-55.2 169.2L558 567.2zm-74-367.3v104.4L283.9 449l-98.5-32L484 199.9zM169.3 470.8l86.5 28.1 80.4 246.4-53.8 73.9-113.1-348.4zM327.1 853l50.3-69h269.3l50.3 69H327.1zm414.5-33.8l-53.8-73.9 80.4-246.4 86.5-28.1-113.1 348.4z'
+ )), t.QrcodeOutline = l('qrcode', o, c(a,
+ 'M468 128H160c-17.7 0-32 14.3-32 32v308c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V136c0-4.4-3.6-8-8-8zm-56 284H192V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210H136c-4.4 0-8 3.6-8 8v308c0 17.7 14.3 32 32 32h308c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zm-56 284H192V612h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm590-630H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V160c0-17.7-14.3-32-32-32zm-32 284H612V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210h-48c-4.4 0-8 3.6-8 8v134h-78V556c0-4.4-3.6-8-8-8H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h78v102c0 4.4 3.6 8 8 8h190c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zM746 832h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm142 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'
+ )), t.RadiusBottomleftOutline = l('radius-bottomleft', o, c(a,
+ 'M712 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm2-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM136 374h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-174h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm752 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-230 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 624H358c-87.3 0-158-70.7-158-158V484c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v182c0 127 103 230 230 230h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.RadiusBottomrightOutline = l('radius-bottomright', o, c(a,
+ 'M368 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-58-624h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm578 102h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm292 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm174 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 276h-56c-4.4 0-8 3.6-8 8v182c0 87.3-70.7 158-158 158H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c127 0 230-103 230-230V484c0-4.4-3.6-8-8-8z'
+ )), t.RadiusUpleftOutline = l('radius-upleft', o, c(a,
+ 'M656 200h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm58 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 650h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm696-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174-696H358c-127 0-230 103-230 230v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-87.3 70.7-158 158-158h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.RadiusUprightOutline = l('radius-upright', o, c(a,
+ 'M368 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-2 696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm522-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-48-696H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c87.3 0 158 70.7 158 158v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-127-103-230-230-230z'
+ )), t.RadiusSettingOutline = l('radius-setting', o, c(a,
+ 'M396 140h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-44 684h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm524-204h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 344h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm320 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm160 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm140-284c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V370c0-127-103-230-230-230H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h170c87.3 0 158 70.7 158 158v170zM236 96H92c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V104c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2zM920 780H776c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V788c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2z'
+ )), t.RedditOutline = l('reddit', o, c(a,
+ 'M288 568a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm338.7 119.7c-23.1 18.2-68.9 37.8-114.7 37.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7 5.5s-8.9 35.3 5.5 46.7C396.3 771.6 457.5 792 512 792s115.7-20.4 155.9-52.1a33.25 33.25 0 1 0-41.2-52.2zM960 456c0-61.9-50.1-112-112-112-42.1 0-78.7 23.2-97.9 57.6-57.6-31.5-127.7-51.8-204.1-56.5L612.9 195l127.9 36.9c11.5 32.6 42.6 56.1 79.2 56.1 46.4 0 84-37.6 84-84s-37.6-84-84-84c-32 0-59.8 17.9-74 44.2L603.5 123a33.2 33.2 0 0 0-39.6 18.4l-90.8 203.9c-74.5 5.2-142.9 25.4-199.2 56.2A111.94 111.94 0 0 0 176 344c-61.9 0-112 50.1-112 112 0 45.8 27.5 85.1 66.8 102.5-7.1 21-10.8 43-10.8 65.5 0 154.6 175.5 280 392 280s392-125.4 392-280c0-22.6-3.8-44.5-10.8-65.5C932.5 541.1 960 501.8 960 456zM820 172.5a31.5 31.5 0 1 1 0 63 31.5 31.5 0 0 1 0-63zM120 456c0-30.9 25.1-56 56-56a56 56 0 0 1 50.6 32.1c-29.3 22.2-53.5 47.8-71.5 75.9a56.23 56.23 0 0 1-35.1-52zm392 381.5c-179.8 0-325.5-95.6-325.5-213.5S332.2 410.5 512 410.5 837.5 506.1 837.5 624 691.8 837.5 512 837.5zM868.8 508c-17.9-28.1-42.2-53.7-71.5-75.9 9-18.9 28.3-32.1 50.6-32.1 30.9 0 56 25.1 56 56 .1 23.5-14.5 43.7-35.1 52zM624 568a56 56 0 1 0 112 0 56 56 0 1 0-112 0z'
+ )), t.RedoOutline = l('redo', o, c(a,
+ 'M758.2 839.1C851.8 765.9 912 651.9 912 523.9 912 303 733.5 124.3 512.6 124 291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2 3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1-8.1-6.6-15.9-13.7-23.4-21.2a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 0 0-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9l-37.3-47.9z'
+ )), t.ReloadOutline = l('reload', o, c(a,
+ 'M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 0 1 655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 0 1 279 755.2a342.16 342.16 0 0 1-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 0 1 109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z'
+ )), t.RetweetOutline = l('retweet', o, c(r,
+ 'M136 552h63.6c4.4 0 8-3.6 8-8V288.7h528.6v72.6c0 1.9.6 3.7 1.8 5.2a8.3 8.3 0 0 0 11.7 1.4L893 255.4c4.3-5 3.6-10.3 0-13.2L749.7 129.8a8.22 8.22 0 0 0-5.2-1.8c-4.6 0-8.4 3.8-8.4 8.4V209H199.7c-39.5 0-71.7 32.2-71.7 71.8V544c0 4.4 3.6 8 8 8zm752-80h-63.6c-4.4 0-8 3.6-8 8v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3 8.3 0 0 0-11.7-1.4L131 768.6c-4.3 5-3.6 10.3 0 13.2l143.3 112.4c1.5 1.2 3.3 1.8 5.2 1.8 4.6 0 8.4-3.8 8.4-8.4V815h536.6c39.5 0 71.7-32.2 71.7-71.8V480c-.2-4.4-3.8-8-8.2-8z'
+ )), t.RightOutline = l('right', o, c(a,
+ 'M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z'
+ )), t.RiseOutline = l('rise', o, c(a,
+ 'M917 211.1l-199.2 24c-6.6.8-9.4 8.9-4.7 13.6l59.3 59.3-226 226-101.8-101.7c-6.3-6.3-16.4-6.2-22.6 0L100.3 754.1a8.03 8.03 0 0 0 0 11.3l45 45.2c3.1 3.1 8.2 3.1 11.3 0L433.3 534 535 635.7c6.3 6.2 16.4 6.2 22.6 0L829 364.5l59.3 59.3a8.01 8.01 0 0 0 13.6-4.7l24-199.2c.7-5.1-3.7-9.5-8.9-8.8z'
+ )), t.RollbackOutline = l('rollback', o, c(a,
+ 'M793 242H366v-74c0-6.7-7.7-10.4-12.9-6.3l-142 112a8 8 0 0 0 0 12.6l142 112c5.2 4.1 12.9.4 12.9-6.3v-74h415v470H175c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h618c35.3 0 64-28.7 64-64V306c0-35.3-28.7-64-64-64z'
+ )), t.SafetyOutline = l('safety', o, c(r,
+ 'M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z',
+ 'M378.4 475.1a35.91 35.91 0 0 0-50.9 0 35.91 35.91 0 0 0 0 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7 378.4 475.1z'
+ )), t.RobotOutline = l('robot', o, c(a,
+ 'M300 328a60 60 0 1 0 120 0 60 60 0 1 0-120 0zM852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-32 660H204V128h616v596zM604 328a60 60 0 1 0 120 0 60 60 0 1 0-120 0zm250.2 556H169.8c-16.5 0-29.8 14.3-29.8 32v36c0 4.4 3.3 8 7.4 8h729.1c4.1 0 7.4-3.6 7.4-8v-36c.1-17.7-13.2-32-29.7-32zM664 508H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z'
+ )), t.SearchOutline = l('search', o, c(a,
+ 'M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z'
+ )), t.ScanOutline = l('scan', o, c(a,
+ 'M136 384h56c4.4 0 8-3.6 8-8V200h176c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-37.6 0-68 30.4-68 68v180c0 4.4 3.6 8 8 8zm512-184h176v176c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V196c0-37.6-30.4-68-68-68H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM376 824H200V648c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v180c0 37.6 30.4 68 68 68h180c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm512-184h-56c-4.4 0-8 3.6-8 8v176H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h180c37.6 0 68-30.4 68-68V648c0-4.4-3.6-8-8-8zm16-164H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.ScissorOutline = l('scissor', o, c(a,
+ 'M567.1 512l318.5-319.3c5-5 1.5-13.7-5.6-13.7h-90.5c-2.1 0-4.2.8-5.6 2.3l-273.3 274-90.2-90.5c12.5-22.1 19.7-47.6 19.7-74.8 0-83.9-68.1-152-152-152s-152 68.1-152 152 68.1 152 152 152c27.7 0 53.6-7.4 75.9-20.3l90 90.3-90.1 90.3A151.04 151.04 0 0 0 288 582c-83.9 0-152 68.1-152 152s68.1 152 152 152 152-68.1 152-152c0-27.2-7.2-52.7-19.7-74.8l90.2-90.5 273.3 274c1.5 1.5 3.5 2.3 5.6 2.3H880c7.1 0 10.7-8.6 5.6-13.7L567.1 512zM288 370c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm0 444c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z'
+ )), t.SelectOutline = l('select', o, c(a,
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h360c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H184V184h656v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM653.3 599.4l52.2-52.2a8.01 8.01 0 0 0-4.7-13.6l-179.4-21c-5.1-.6-9.5 3.7-8.9 8.9l21 179.4c.8 6.6 8.9 9.4 13.6 4.7l52.4-52.4 256.2 256.2c3.1 3.1 8.2 3.1 11.3 0l42.4-42.4c3.1-3.1 3.1-8.2 0-11.3L653.3 599.4z'
+ )), t.ShakeOutline = l('shake', o, c(a,
+ 'M324 666a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm616.7-309.6L667.6 83.2C655.2 70.9 638.7 64 621.1 64s-34.1 6.8-46.5 19.2L83.3 574.5a65.85 65.85 0 0 0 0 93.1l273.2 273.2c12.3 12.3 28.9 19.2 46.5 19.2s34.1-6.8 46.5-19.2l491.3-491.3c25.6-25.7 25.6-67.5-.1-93.1zM403 880.1L143.9 621l477.2-477.2 259 259.2L403 880.1zM152.8 373.7a7.9 7.9 0 0 0 11.2 0L373.7 164a7.9 7.9 0 0 0 0-11.2l-38.4-38.4a7.9 7.9 0 0 0-11.2 0L114.3 323.9a7.9 7.9 0 0 0 0 11.2l38.5 38.6zm718.6 276.6a7.9 7.9 0 0 0-11.2 0L650.3 860.1a7.9 7.9 0 0 0 0 11.2l38.4 38.4a7.9 7.9 0 0 0 11.2 0L909.7 700a7.9 7.9 0 0 0 0-11.2l-38.3-38.5z'
+ )), t.ShareAltOutline = l('share-alt', o, c(a,
+ 'M752 664c-28.5 0-54.8 10-75.4 26.7L469.4 540.8a160.68 160.68 0 0 0 0-57.6l207.2-149.9C697.2 350 723.5 360 752 360c66.2 0 120-53.8 120-120s-53.8-120-120-120-120 53.8-120 120c0 11.6 1.6 22.7 4.7 33.3L439.9 415.8C410.7 377.1 364.3 352 312 352c-88.4 0-160 71.6-160 160s71.6 160 160 160c52.3 0 98.7-25.1 127.9-63.8l196.8 142.5c-3.1 10.6-4.7 21.8-4.7 33.3 0 66.2 53.8 120 120 120s120-53.8 120-120-53.8-120-120-120zm0-476c28.7 0 52 23.3 52 52s-23.3 52-52 52-52-23.3-52-52 23.3-52 52-52zM312 600c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88zm440 236c-28.7 0-52-23.3-52-52s23.3-52 52-52 52 23.3 52 52-23.3 52-52 52z'
+ )), t.ShoppingCartOutline = l('shopping-cart', o, c(r,
+ 'M922.9 701.9H327.4l29.9-60.9 496.8-.9c16.8 0 31.2-12 34.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99 34.99 0 0 0-26.6-12.5l-632-2.1-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3 35.3 0 1 0 0 70.6h125.9L246 312.8l58.1 281.3-74.8 122.1a34.96 34.96 0 0 0-3 36.8c6 11.9 18.1 19.4 31.5 19.4h62.8a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4 0 35.3-15.8 35.3-35.3a35.42 35.42 0 0 0-35.4-35.2zM305.7 253l575.8 1.9-56.4 315.8-452.3.8L305.7 253zm96.9 612.7c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6zm325.1 0c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6z'
+ )), t.ShrinkOutline = l('shrink', o, c(a,
+ 'M881.7 187.4l-45.1-45.1a8.03 8.03 0 0 0-11.3 0L667.8 299.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L576.1 439c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 157.6-157.6c3-3 3-8.1-.1-11.2zM439 576.1l-189.2 23.5c-6.6.8-9.3 8.9-4.7 13.5l54.7 54.7-157.5 157.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l157.6-157.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L447.9 585a7.9 7.9 0 0 0-8.9-8.9z'
+ )), t.SlackOutline = l('slack', o, c(a,
+ 'M409.4 128c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5h76.7v-76.8c0-42.3-34.3-76.7-76.7-76.8zm0 204.8H204.7c-42.4 0-76.7 34.4-76.7 76.8s34.4 76.8 76.7 76.8h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.8-76.6-76.8zM614 486.4c42.4 0 76.8-34.4 76.7-76.8V204.8c0-42.4-34.3-76.8-76.7-76.8-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.5 34.3 76.8 76.7 76.8zm281.4-76.8c0-42.4-34.4-76.8-76.7-76.8S742 367.2 742 409.6v76.8h76.7c42.3 0 76.7-34.4 76.7-76.8zm-76.8 128H614c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM614 742.4h-76.7v76.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM409.4 537.6c-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8V614.4c0-20.3-8.1-39.9-22.4-54.3a76.92 76.92 0 0 0-54.3-22.5zM128 614.4c0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5c42.4 0 76.8-34.4 76.7-76.8v-76.8h-76.7c-42.3 0-76.7 34.4-76.7 76.8z'
+ )), t.SmallDashOutline = l('small-dash', o, c(a,
+ 'M112 476h72v72h-72zm182 0h72v72h-72zm364 0h72v72h-72zm182 0h72v72h-72zm-364 0h72v72h-72z')), t.SolutionOutline =
+ l('solution', o, c(a,
+ 'M688 264c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48zm-8 136H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM480 544H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 308H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm356.8-74.4c29-26.3 47.2-64.3 47.2-106.6 0-79.5-64.5-144-144-144s-144 64.5-144 144c0 42.3 18.2 80.3 47.2 106.6-57 32.5-96.2 92.7-99.2 162.1-.2 4.5 3.5 8.3 8 8.3h48.1c4.2 0 7.7-3.3 8-7.6C564 871.2 621.7 816 692 816s128 55.2 131.9 124.4c.2 4.2 3.7 7.6 8 7.6H880c4.6 0 8.2-3.8 8-8.3-2.9-69.5-42.2-129.6-99.2-162.1zM692 591c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z'
+ )), t.SketchOutline = l('sketch', o, c(a,
+ 'M925.6 405.1l-203-253.7a6.5 6.5 0 0 0-5-2.4H306.4c-1.9 0-3.8.9-5 2.4l-203 253.7a6.5 6.5 0 0 0 .2 8.3l408.6 459.5c1.2 1.4 3 2.1 4.8 2.1 1.8 0 3.5-.8 4.8-2.1l408.6-459.5a6.5 6.5 0 0 0 .2-8.3zM645.2 206.4l34.4 133.9-132.5-133.9h98.1zm8.2 178.5H370.6L512 242l141.4 142.9zM378.8 206.4h98.1L344.3 340.3l34.5-133.9zm-53.4 7l-44.1 171.5h-93.1l137.2-171.5zM194.6 434.9H289l125.8 247.7-220.2-247.7zM512 763.4L345.1 434.9h333.7L512 763.4zm97.1-80.8L735 434.9h94.4L609.1 682.6zm133.6-297.7l-44.1-171.5 137.2 171.5h-93.1z'
+ )), t.SortDescendingOutline = l('sort-descending', o, c(a,
+ 'M839.6 433.8L749 150.5a9.24 9.24 0 0 0-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 0 0-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 0 0-9.2-9.3zM310.3 167.1a8 8 0 0 0-12.6 0L185.7 309c-4.2 5.3-.4 13 6.3 13h76v530c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V322h76c6.7 0 10.5-7.8 6.3-13l-112-141.9z'
+ )), t.SortAscendingOutline = l('sort-ascending', o, c(a,
+ 'M839.6 433.8L749 150.5a9.24 9.24 0 0 0-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 0 0-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 0 0-9.2-9.3zM416 702h-76V172c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v530h-76c-6.7 0-10.5 7.8-6.3 13l112 141.9a8 8 0 0 0 12.6 0l112-141.9c4.1-5.2.4-13-6.3-13z'
+ )), t.StockOutline = l('stock', o, c(a,
+ 'M904 747H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM165.7 621.8l39.7 39.5c3.1 3.1 8.2 3.1 11.3 0l234.7-233.9 97.6 97.3a32.11 32.11 0 0 0 45.2 0l264.2-263.2c3.1-3.1 3.1-8.2 0-11.3l-39.7-39.6a8.03 8.03 0 0 0-11.3 0l-235.7 235-97.7-97.3a32.11 32.11 0 0 0-45.2 0L165.7 610.5a7.94 7.94 0 0 0 0 11.3z'
+ )), t.SwapLeftOutline = l('swap-left', o, c(r,
+ 'M872 572H266.8l144.3-183c4.1-5.2.4-13-6.3-13H340c-9.8 0-19.1 4.5-25.1 12.2l-164 208c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z'
+ )), t.SwapRightOutline = l('swap-right', o, c(r,
+ 'M873.1 596.2l-164-208A32 32 0 0 0 684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z'
+ )), t.StrikethroughOutline = l('strikethrough', o, c(a,
+ 'M952 474H569.9c-10-2-20.5-4-31.6-6-15.9-2.9-22.2-4.1-30.8-5.8-51.3-10-82.2-20-106.8-34.2-35.1-20.5-52.2-48.3-52.2-85.1 0-37 15.2-67.7 44-89 28.4-21 68.8-32.1 116.8-32.1 54.8 0 97.1 14.4 125.8 42.8 14.6 14.4 25.3 32.1 31.8 52.6 1.3 4.1 2.8 10 4.3 17.8.9 4.8 5.2 8.2 9.9 8.2h72.8c5.6 0 10.1-4.6 10.1-10.1v-1c-.7-6.8-1.3-12.1-2-16-7.3-43.5-28-81.7-59.7-110.3-44.4-40.5-109.7-61.8-188.7-61.8-72.3 0-137.4 18.1-183.3 50.9-25.6 18.4-45.4 41.2-58.6 67.7-13.5 27.1-20.3 58.4-20.3 92.9 0 29.5 5.7 54.5 17.3 76.5 8.3 15.7 19.6 29.5 34.1 42H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h433.2c2.1.4 3.9.8 5.9 1.2 30.9 6.2 49.5 10.4 66.6 15.2 23 6.5 40.6 13.3 55.2 21.5 35.8 20.2 53.3 49.2 53.3 89 0 35.3-15.5 66.8-43.6 88.8-30.5 23.9-75.6 36.4-130.5 36.4-43.7 0-80.7-8.5-110.2-25-29.1-16.3-49.1-39.8-59.7-69.5-.8-2.2-1.7-5.2-2.7-9-1.2-4.4-5.3-7.5-9.7-7.5h-79.7c-5.6 0-10.1 4.6-10.1 10.1v1c.2 2.3.4 4.2.6 5.7 6.5 48.8 30.3 88.8 70.7 118.8 47.1 34.8 113.4 53.2 191.8 53.2 84.2 0 154.8-19.8 204.2-57.3 25-18.9 44.2-42.2 57.1-69 13-27.1 19.7-57.9 19.7-91.5 0-31.8-5.8-58.4-17.8-81.4-5.8-11.2-13.1-21.5-21.8-30.8H952c4.4 0 8-3.6 8-8v-60a8 8 0 0 0-8-7.9z'
+ )), t.SwapOutline = l('swap', o, c(a,
+ 'M847.9 592H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h605.2L612.9 851c-4.1 5.2-.4 13 6.3 13h72.5c4.9 0 9.5-2.2 12.6-6.1l168.8-214.1c16.5-21 1.6-51.8-25.2-51.8zM872 356H266.8l144.3-183c4.1-5.2.4-13-6.3-13h-72.5c-4.9 0-9.5 2.2-12.6 6.1L150.9 380.2c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z'
+ )), t.SyncOutline = l('sync', o, c(a,
+ 'M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27A341.5 341.5 0 0 1 755 268.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8zm756 7.8h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4A342.45 342.45 0 0 1 512.1 856a342.24 342.24 0 0 1-243.2-100.8c-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47a8 8 0 0 0-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8a8 8 0 0 0-8-8.2z'
+ )), t.TableOutline = l('table', o, c(a,
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 208H676V232h212v136zm0 224H676V432h212v160zM412 432h200v160H412V432zm200-64H412V232h200v136zm-476 64h212v160H136V432zm0-200h212v136H136V232zm0 424h212v136H136V656zm276 0h200v136H412V656zm476 136H676V656h212v136z'
+ )), t.TeamOutline = l('team', o, c(a,
+ 'M824.2 699.9a301.55 301.55 0 0 0-86.4-60.4C783.1 602.8 812 546.8 812 484c0-110.8-92.4-201.7-203.2-200-109.1 1.7-197 90.6-197 200 0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C345 754.6 314 826.8 312 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5A226.62 226.62 0 0 1 612 684c60.9 0 118.2 23.7 161.3 66.8C814.5 792 838 846.3 840 904.3c.1 4.3 3.7 7.7 8 7.7h56a8 8 0 0 0 8-8.2c-2-77-33-149.2-87.8-203.9zM612 612c-34.2 0-66.4-13.3-90.5-37.5a126.86 126.86 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4 0 34.2-13.3 66.3-37.5 90.5A127.3 127.3 0 0 1 612 612zM361.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7z'
+ )), t.TaobaoOutline = l('taobao', o, c(a,
+ 'M168.5 273.7a68.7 68.7 0 1 0 137.4 0 68.7 68.7 0 1 0-137.4 0zm730 79.2s-23.7-184.4-426.9-70.1c17.3-30 25.6-49.5 25.6-49.5L396.4 205s-40.6 132.6-113 194.4c0 0 70.1 40.6 69.4 39.4 20.1-20.1 38.2-40.6 53.7-60.4 16.1-7 31.5-13.6 46.7-19.8-18.6 33.5-48.7 83.8-78.8 115.6l42.4 37s28.8-27.7 60.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7 0-3.6 0-5.4-.2-15.4-.7-39.5-3.3-49-18.2-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4 1.8s-35.5 159.1 102.3 155.5c129.1 3.6 203-36 238.6-63.1l14.2 52.6 79.6-33.2-53.9-131.9-64.6 20.1 12.1 45.2c-16.6 12.4-35.6 21.7-56.2 28.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4 31.5-41.1 35-53.6l-42.5-11.6c182.8-65.5 284.5-54.2 283.6 53.2v282.8s10.8 97.1-100.4 90.1l-60.2-12.9-14.2 57.1S882.5 880 903.7 680.2c21.3-200-5.2-327.3-5.2-327.3zm-707.4 18.3l-45.4 69.7 83.6 52.1s56 28.5 29.4 81.9C233.8 625.5 112 736.3 112 736.3l109 68.1c75.4-163.7 70.5-142 89.5-200.7 19.5-60.1 23.7-105.9-9.4-139.1-42.4-42.6-47-46.6-110-93.4z'
+ )), t.ToTopOutline = l('to-top', o, c(a,
+ 'M885 780H165c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM400 325.7h73.9V664c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V325.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 171a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13z'
+ )), t.TrademarkOutline = l('trademark', o, c(a,
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm87.5-334.7c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.5-131.1-144.2-131.1H378c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.5c4.4 0 8-3.6 8-8V561.2h88.7l74.6 159.2c1.3 2.8 4.1 4.6 7.2 4.6h62a7.9 7.9 0 0 0 7.1-11.5l-80.6-164.2zM522 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.5 0 46.9-29.8 72.5-82.8 72.5z'
+ )), t.TransactionOutline = l('transaction', o, c(a,
+ 'M668.6 320c0-4.4-3.6-8-8-8h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7zM157.9 504.2a352.7 352.7 0 0 1 103.5-242.4c32.5-32.5 70.3-58.1 112.4-75.9 43.6-18.4 89.9-27.8 137.6-27.8 47.8 0 94.1 9.3 137.6 27.8 42.1 17.8 79.9 43.4 112.4 75.9 10 10 19.3 20.5 27.9 31.4l-50 39.1a8 8 0 0 0 3 14.1l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8 37.4C770.7 146.3 648.6 82 511.5 82 277 82 86.3 270.1 82 503.8a8 8 0 0 0 8 8.2h60c4.3 0 7.8-3.5 7.9-7.8zM934 512h-60c-4.3 0-7.9 3.5-8 7.8a352.7 352.7 0 0 1-103.5 242.4 352.57 352.57 0 0 1-112.4 75.9c-43.6 18.4-89.9 27.8-137.6 27.8s-94.1-9.3-137.6-27.8a352.57 352.57 0 0 1-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8 8 0 0 0-3-14.1l-156.8-38.3c-5-1.2-9.9 2.6-9.9 7.7l-.8 161.7c0 6.7 7.7 10.5 12.9 6.3l47.8-37.4C253.3 877.7 375.4 942 512.5 942 747 942 937.7 753.9 942 520.2a8 8 0 0 0-8-8.2z'
+ )), t.TwitterOutline = l('twitter', o, c(a,
+ 'M928 254.3c-30.6 13.2-63.9 22.7-98.2 26.4a170.1 170.1 0 0 0 75-94 336.64 336.64 0 0 1-108.2 41.2A170.1 170.1 0 0 0 672 174c-94.5 0-170.5 76.6-170.5 170.6 0 13.2 1.6 26.4 4.2 39.1-141.5-7.4-267.7-75-351.6-178.5a169.32 169.32 0 0 0-23.2 86.1c0 59.2 30.1 111.4 76 142.1a172 172 0 0 1-77.1-21.7v2.1c0 82.9 58.6 151.6 136.7 167.4a180.6 180.6 0 0 1-44.9 5.8c-11.1 0-21.6-1.1-32.2-2.6C211 652 273.9 701.1 348.8 702.7c-58.6 45.9-132 72.9-211.7 72.9-14.3 0-27.5-.5-41.2-2.1C171.5 822 261.2 850 357.8 850 671.4 850 843 590.2 843 364.7c0-7.4 0-14.8-.5-22.2 33.2-24.3 62.3-54.4 85.5-88.2z'
+ )), t.UnderlineOutline = l('underline', o, c(a,
+ 'M824 804H200c-4.4 0-8 3.4-8 7.6v60.8c0 4.2 3.6 7.6 8 7.6h624c4.4 0 8-3.4 8-7.6v-60.8c0-4.2-3.6-7.6-8-7.6zm-312-76c69.4 0 134.6-27.1 183.8-76.2C745 602.7 772 537.4 772 468V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 97-79 176-176 176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 69.4 27.1 134.6 76.2 183.8C377.3 701 442.6 728 512 728z'
+ )), t.UndoOutline = l('undo', o, c(a,
+ 'M511.4 124C290.5 124.3 112 303 112 523.9c0 128 60.2 242 153.8 315.2l-37.5 48c-4.1 5.3-.3 13 6.3 12.9l167-.8c5.2 0 9-4.9 7.7-9.9L369.8 727a8 8 0 0 0-14.1-3L315 776.1c-10.2-8-20-16.7-29.3-26a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-7.5 7.5-15.3 14.5-23.4 21.2a7.93 7.93 0 0 0-1.2 11.1l39.4 50.5c2.8 3.5 7.9 4.1 11.4 1.3C854.5 760.8 912 649.1 912 523.9c0-221.1-179.4-400.2-400.6-399.9z'
+ )), t.UnorderedListOutline = l('unordered-list', o, c(a,
+ 'M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z'
+ )), t.UpOutline = l('up', o, c(a,
+ 'M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 0 0 140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z'
+ )), t.UploadOutline = l('upload', o, c(a,
+ 'M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z'
+ )), t.UserAddOutline = l('user-add', o, c(a,
+ 'M678.3 642.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 505 759.6 431.7 759.6 349c0-137-110.8-248-247.5-248S264.7 212 264.7 349c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 888.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 628.2 432.2 597 512.2 597c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3zM512.2 521c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 349c0-45.9 17.9-89.1 50.3-121.6S466.3 177 512.2 177s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 349c0 45.9-17.9 89.1-50.3 121.6C601.1 503.1 558 521 512.2 521zM880 759h-84v-84c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v84h-84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h84v84c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-84h84c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.UsergroupAddOutline = l('usergroup-add', o, c(a,
+ 'M892 772h-80v-80c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v80h-80c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h80v80c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-80h80c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 498.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.8-1.7-203.2 89.2-203.2 200 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.8-1.1 6.4-4.8 5.9-8.8zM824 472c0-109.4-87.9-198.3-196.9-200C516.3 270.3 424 361.2 424 472c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C357 742.6 326 814.8 324 891.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 695.7 563 672 624 672c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 586.7 658.2 600 624 600s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z'
+ )), t.UserOutline = l('user', o, c(a,
+ 'M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z'
+ )), t.UserDeleteOutline = l('user-delete', o, c(a,
+ 'M678.3 655.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 518 759.6 444.7 759.6 362c0-137-110.8-248-247.5-248S264.7 225 264.7 362c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 901.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 641.2 432.2 610 512.2 610c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3zM512.2 534c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 362c0-45.9 17.9-89.1 50.3-121.6S466.3 190 512.2 190s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 362c0 45.9-17.9 89.1-50.3 121.6C601.1 516.1 558 534 512.2 534zM880 772H640c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z'
+ )), t.UsergroupDeleteOutline = l('usergroup-delete', o, c(a,
+ 'M888 784H664c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7zM824 484c0-109.4-87.9-198.3-196.9-200C516.3 282.3 424 373.2 424 484c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C357 754.6 326 826.8 324 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 707.7 563 684 624 684c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 598.7 658.2 612 624 612s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z'
+ )), t.VerticalAlignBottomOutline = l('vertical-align-bottom', o, c(a,
+ 'M859.9 780H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM505.7 669a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V176c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8z'
+ )), t.VerticalAlignMiddleOutline = l('vertical-align-middle', o, c(a,
+ 'M859.9 474H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zm-353.6-74.7c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H550V104c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v156h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.6zm11.4 225.4a7.14 7.14 0 0 0-11.3 0L405.6 752.3a7.23 7.23 0 0 0 5.7 11.7H474v156c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V764h62.8c6 0 9.4-7 5.7-11.7L517.7 624.7z'
+ )), t.VerticalAlignTopOutline = l('vertical-align-top', o, c(a,
+ 'M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z'
+ )), t.VerticalRightOutline = l('vertical-right', o, c(a,
+ 'M326 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm444 72.4V164c0-6.8-7.9-10.5-13.1-6.1L335 512l421.9 354.1c5.2 4.4 13.1.7 13.1-6.1v-72.4c0-9.4-4.2-18.4-11.4-24.5L459.4 512l299.2-251.1c7.2-6.1 11.4-15.1 11.4-24.5z'
+ )), t.VerticalLeftOutline = l('vertical-left', o, c(a,
+ 'M762 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm-508 0v72.4c0 9.5 4.2 18.4 11.4 24.5L564.6 512 265.4 763.1c-7.2 6.1-11.4 15-11.4 24.5V860c0 6.8 7.9 10.5 13.1 6.1L689 512 267.1 157.9A7.95 7.95 0 0 0 254 164z'
+ )), t.WifiOutline = l('wifi', o, c(a,
+ 'M723 620.5C666.8 571.6 593.4 542 513 542s-153.8 29.6-210.1 78.6a8.1 8.1 0 0 0-.8 11.2l36 42.9c2.9 3.4 8 3.8 11.4.9C393.1 637.2 450.3 614 513 614s119.9 23.2 163.5 61.5c3.4 2.9 8.5 2.5 11.4-.9l36-42.9c2.8-3.3 2.4-8.3-.9-11.2zm117.4-140.1C751.7 406.5 637.6 362 513 362s-238.7 44.5-327.5 118.4a8.05 8.05 0 0 0-1 11.3l36 42.9c2.8 3.4 7.9 3.8 11.2 1C308 472.2 406.1 434 513 434s205 38.2 281.2 101.6c3.4 2.8 8.4 2.4 11.2-1l36-42.9c2.8-3.4 2.4-8.5-1-11.3zm116.7-139C835.7 241.8 680.3 182 511 182c-168.2 0-322.6 59-443.7 157.4a8 8 0 0 0-1.1 11.4l36 42.9c2.8 3.3 7.8 3.8 11.1 1.1C222 306.7 360.3 254 511 254c151.8 0 291 53.5 400 142.7 3.4 2.8 8.4 2.3 11.2-1.1l36-42.9c2.9-3.4 2.4-8.5-1.1-11.3zM448 778a64 64 0 1 0 128 0 64 64 0 1 0-128 0z'
+ )), t.ZhihuOutline = l('zhihu', o, c(a,
+ 'M564.7 230.1V803h60l25.2 71.4L756.3 803h131.5V230.1H564.7zm247.7 497h-59.9l-75.1 50.4-17.8-50.4h-18V308.3h170.7v418.8zM526.1 486.9H393.3c2.1-44.9 4.3-104.3 6.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6 15.7-69.7 29.4-93.8l6.4-11.2-12.9-.7c-.8 0-19.6-.9-41.4 10.6-35.7 19-51.7 56.4-58.7 84.4-18.4 73.1-44.6 123.9-55.7 145.6-3.3 6.4-5.3 10.2-6.2 12.8-1.8 4.9-.8 9.8 2.8 13 10.5 9.5 38.2-2.9 38.5-3 .6-.3 1.3-.6 2.2-1 13.9-6.3 55.1-25 69.8-84.5h56.7c.7 32.2 3.1 138.4 2.9 172.9h-141l-2.1 1.5c-23.1 16.9-30.5 63.2-30.8 65.2l-1.4 9.2h167c-12.3 78.3-26.5 113.4-34 127.4-3.7 7-7.3 14-10.7 20.8-21.3 42.2-43.4 85.8-126.3 153.6-3.6 2.8-7 8-4.8 13.7 2.4 6.3 9.3 9.1 24.6 9.1 5.4 0 11.8-.3 19.4-1 49.9-4.4 100.8-18 135.1-87.6 17-35.1 31.7-71.7 43.9-108.9L497 850l5-12c.8-1.9 19-46.3 5.1-95.9l-.5-1.8-108.1-123-22 16.6c6.4-26.1 10.6-49.9 12.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9l-2.4-3z'
+ )), t.WeiboOutline = l('weibo', o, c(a,
+ 'M457.3 543c-68.1-17.7-145 16.2-174.6 76.2-30.1 61.2-1 129.1 67.8 151.3 71.2 23 155.2-12.2 184.4-78.3 28.7-64.6-7.2-131-77.6-149.2zm-52 156.2c-13.8 22.1-43.5 31.7-65.8 21.6-22-10-28.5-35.7-14.6-57.2 13.7-21.4 42.3-31 64.4-21.7 22.4 9.5 29.6 35 16 57.3zm45.5-58.5c-5 8.6-16.1 12.7-24.7 9.1-8.5-3.5-11.2-13.1-6.4-21.5 5-8.4 15.6-12.4 24.1-9.1 8.7 3.2 11.8 12.9 7 21.5zm334.5-197.2c15 4.8 31-3.4 35.9-18.3 11.8-36.6 4.4-78.4-23.2-109a111.39 111.39 0 0 0-106-34.3 28.45 28.45 0 0 0-21.9 33.8 28.39 28.39 0 0 0 33.8 21.8c18.4-3.9 38.3 1.8 51.9 16.7a54.2 54.2 0 0 1 11.3 53.3 28.45 28.45 0 0 0 18.2 36zm99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98 32.98 0 0 0-25.4 39.3 33.12 33.12 0 0 0 39.3 25.5c55-11.7 114.4 5.4 154.8 50.1 40.3 44.7 51.2 105.7 34 159.1-5.6 17.4 3.9 36 21.3 41.7 17.4 5.6 36-3.9 41.6-21.2v-.1c24.1-75.4 8.9-161.1-47.9-223.9zM729 499c-12.2-3.6-20.5-6.1-14.1-22.1 13.8-34.7 15.2-64.7.3-86-28-40.1-104.8-37.9-192.8-1.1 0 0-27.6 12.1-20.6-9.8 13.5-43.5 11.5-79.9-9.6-101-47.7-47.8-174.6 1.8-283.5 110.6C127.3 471.1 80 557.5 80 632.2 80 775.1 263.2 862 442.5 862c235 0 391.3-136.5 391.3-245 0-65.5-55.2-102.6-104.8-118zM443 810.8c-143 14.1-266.5-50.5-275.8-144.5-9.3-93.9 99.2-181.5 242.2-195.6 143-14.2 266.5 50.5 275.8 144.4C694.4 709 586 796.6 443 810.8z'
+ )), t.WomanOutline = l('woman', o, c(a,
+ 'M712.8 548.8c53.6-53.6 83.2-125 83.2-200.8 0-75.9-29.5-147.2-83.2-200.8C659.2 93.6 587.8 64 512 64s-147.2 29.5-200.8 83.2C257.6 200.9 228 272.1 228 348c0 63.8 20.9 124.4 59.4 173.9 7.3 9.4 15.2 18.3 23.7 26.9 8.5 8.5 17.5 16.4 26.8 23.7 39.6 30.8 86.3 50.4 136.1 57V736H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h114v140c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V812h114c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2 118.2-36.1 162.8-80.7zM512 556c-55.6 0-107.7-21.6-147.1-60.9C325.6 455.8 304 403.6 304 348s21.6-107.7 60.9-147.1C404.2 161.5 456.4 140 512 140s107.7 21.6 147.1 60.9C698.4 240.2 720 292.4 720 348s-21.6 107.7-60.9 147.1C619.7 534.4 567.6 556 512 556z'
+ )), t.ZoomInOutline = l('zoom-in', o, c(a,
+ 'M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z'
+ )), t.AccountBookTwoTone = l('account-book', s, (function(e, t) {
return c(a, [t,
- "M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9 1.1-.7 2.5-1 3.8-1h46a8 8 0 0 1 7.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8 0 1.3-.4 2.6-1 3.8z"
+ 'M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9 1.1-.7 2.5-1 3.8-1h46a8 8 0 0 1 7.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8 0 1.3-.4 2.6-1 3.8z'
], [e,
- "M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z"
+ 'M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z'
], [e,
- "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z"
+ 'M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z'
])
- })), t.ZoomOutOutline = l("zoom-out", o, c(a,
- "M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z"
- )), t.AlertTwoTone = l("alert", s, (function(e, t) {
+ })), t.ZoomOutOutline = l('zoom-out', o, c(a,
+ 'M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z'
+ )), t.AlertTwoTone = l('alert', s, (function(e, t) {
return c(a, [t,
- "M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75V585z"
+ 'M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75V585z'
], [e,
- "M216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8zm348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zm-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563z"
+ 'M216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8zm348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zm-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563z'
])
- })), t.ApiTwoTone = l("api", s, (function(e, t) {
+ })), t.ApiTwoTone = l('api', s, (function(e, t) {
return c(a, [t,
- "M148.2 674.6zm106.7-92.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7 35.3 0 68.5-13.8 93.4-38.7l59.4-59.4-186.8-186.8-59.4 59.4zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4 186.8 186.8 59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7z"
+ 'M148.2 674.6zm106.7-92.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7 35.3 0 68.5-13.8 93.4-38.7l59.4-59.4-186.8-186.8-59.4 59.4zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4 186.8 186.8 59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7z'
], [e,
- "M578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 0 0-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4z"
+ 'M578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 0 0-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4z'
])
- })), t.AppstoreTwoTone = l("appstore", s, (function(e, t) {
+ })), t.AppstoreTwoTone = l('appstore', s, (function(e, t) {
return c(a, [e,
- "M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm52-668H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452 132H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z"
- ], [t, "M212 212h200v200H212zm400 0h200v200H612zM212 612h200v200H212zm400 0h200v200H612z"])
- })), t.BankTwoTone = l("bank", s, (function(e, t) {
- return c(a, [t, "M240.9 393.9h542.2L512 196.7z"], [e,
- "M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374zM240.9 393.9L512 196.7l271.1 197.2H240.9z"
+ 'M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm52-668H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452 132H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z'
+ ], [t, 'M212 212h200v200H212zm400 0h200v200H612zM212 612h200v200H212zm400 0h200v200H612z'])
+ })), t.BankTwoTone = l('bank', s, (function(e, t) {
+ return c(a, [t, 'M240.9 393.9h542.2L512 196.7z'], [e,
+ 'M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374zM240.9 393.9L512 196.7l271.1 197.2H240.9z'
])
- })), t.AudioTwoTone = l("audio", s, (function(e, t) {
+ })), t.AudioTwoTone = l('audio', s, (function(e, t) {
return c(a, [t,
- "M512 552c54.3 0 98-43.2 98-96V232c0-52.8-43.7-96-98-96s-98 43.2-98 96v224c0 52.8 43.7 96 98 96z"
+ 'M512 552c54.3 0 98-43.2 98-96V232c0-52.8-43.7-96-98-96s-98 43.2-98 96v224c0 52.8 43.7 96 98 96z'
], [e,
- "M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z"
+ 'M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z'
], [e,
- "M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-98-392c0-52.8 43.7-96 98-96s98 43.2 98 96v224c0 52.8-43.7 96-98 96s-98-43.2-98-96V232z"
+ 'M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-98-392c0-52.8 43.7-96 98-96s98 43.2 98 96v224c0 52.8-43.7 96-98 96s-98-43.2-98-96V232z'
])
- })), t.BellTwoTone = l("bell", s, (function(e, t) {
+ })), t.BellTwoTone = l('bell', s, (function(e, t) {
return c(a, [t,
- "M512 220c-55.6 0-107.8 21.6-147.1 60.9S304 372.4 304 428v340h416V428c0-55.6-21.6-107.8-60.9-147.1S567.6 220 512 220zm280 208c0-141.1-104.3-257.8-240-277.2v.1c135.7 19.4 240 136 240 277.1zM472 150.9v-.1C336.3 170.2 232 286.9 232 428c0-141.1 104.3-257.7 240-277.1z"
+ 'M512 220c-55.6 0-107.8 21.6-147.1 60.9S304 372.4 304 428v340h416V428c0-55.6-21.6-107.8-60.9-147.1S567.6 220 512 220zm280 208c0-141.1-104.3-257.8-240-277.2v.1c135.7 19.4 240 136 240 277.1zM472 150.9v-.1C336.3 170.2 232 286.9 232 428c0-141.1 104.3-257.7 240-277.1z'
], [e,
- "M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zm208-120H304V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340z"
+ 'M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zm208-120H304V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340z'
])
- })), t.BookTwoTone = l("book", s, (function(e, t) {
+ })), t.BookTwoTone = l('book', s, (function(e, t) {
return c(a, [e,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zM232 888V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752H232z"
- ], [t, "M668 345.9V136h-96v211.4l49.5-35.4z"], [t,
- "M727.9 136v296.5c0 8.8-7.2 16-16 16-3.4 0-6.7-1.1-9.4-3.1L621.1 386l-83.8 59.9a15.9 15.9 0 0 1-22.3-3.7c-2-2.7-3-6-3-9.3V136H232v752h559.9V136h-64z"
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zM232 888V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752H232z'
+ ], [t, 'M668 345.9V136h-96v211.4l49.5-35.4z'], [t,
+ 'M727.9 136v296.5c0 8.8-7.2 16-16 16-3.4 0-6.7-1.1-9.4-3.1L621.1 386l-83.8 59.9a15.9 15.9 0 0 1-22.3-3.7c-2-2.7-3-6-3-9.3V136H232v752h559.9V136h-64z'
])
- })), t.BoxPlotTwoTone = l("box-plot", s, (function(e, t) {
- return c(a, [t, "M296 368h88v288h-88zm152 0h280v288H448z"], [e,
- "M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM384 656h-88V368h88v288zm344 0H448V368h280v288z"
+ })), t.BoxPlotTwoTone = l('box-plot', s, (function(e, t) {
+ return c(a, [t, 'M296 368h88v288h-88zm152 0h280v288H448z'], [e,
+ 'M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM384 656h-88V368h88v288zm344 0H448V368h280v288z'
])
- })), t.BugTwoTone = l("bug", s, (function(e, t) {
+ })), t.BugTwoTone = l('bug', s, (function(e, t) {
return c(a, [e,
- "M308 412v268c0 36.78 9.68 71.96 27.8 102.9a205.39 205.39 0 0 0 73.3 73.3A202.68 202.68 0 0 0 512 884c36.78 0 71.96-9.68 102.9-27.8a205.39 205.39 0 0 0 73.3-73.3A202.68 202.68 0 0 0 716 680V412H308zm484 172v96c0 6.5-.22 12.95-.66 19.35C859.94 728.64 908 796.7 908 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-44.24-23.94-82.89-59.57-103.7a278.63 278.63 0 0 1-22.66 49.02 281.39 281.39 0 0 1-100.45 100.45C611.84 946.07 563.55 960 512 960s-99.84-13.93-141.32-38.23a281.39 281.39 0 0 1-100.45-100.45 278.63 278.63 0 0 1-22.66-49.02A119.95 119.95 0 0 0 188 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-79.3 48.07-147.36 116.66-176.65A284.12 284.12 0 0 1 232 680v-96H84a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h148V412c-76.77 0-139-62.23-139-139a8 8 0 0 1 8-8h60a8 8 0 0 1 8 8 63 63 0 0 0 63 63h560a63 63 0 0 0 63-63 8 8 0 0 1 8-8h60a8 8 0 0 1 8 8c0 76.77-62.23 139-139 139v100h148a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H792zM368 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-40.04 8.78-76.75 25.9-108.07a184.57 184.57 0 0 1 74.03-74.03C427.25 72.78 463.96 64 504 64h16c40.04 0 76.75 8.78 108.07 25.9a184.57 184.57 0 0 1 74.03 74.03C719.22 195.25 728 231.96 728 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-28.33-5.94-53.15-17.08-73.53a112.56 112.56 0 0 0-45.39-45.4C573.15 141.95 548.33 136 520 136h-16c-28.33 0-53.15 5.94-73.53 17.08a112.56 112.56 0 0 0-45.4 45.39C373.95 218.85 368 243.67 368 272z"
+ 'M308 412v268c0 36.78 9.68 71.96 27.8 102.9a205.39 205.39 0 0 0 73.3 73.3A202.68 202.68 0 0 0 512 884c36.78 0 71.96-9.68 102.9-27.8a205.39 205.39 0 0 0 73.3-73.3A202.68 202.68 0 0 0 716 680V412H308zm484 172v96c0 6.5-.22 12.95-.66 19.35C859.94 728.64 908 796.7 908 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-44.24-23.94-82.89-59.57-103.7a278.63 278.63 0 0 1-22.66 49.02 281.39 281.39 0 0 1-100.45 100.45C611.84 946.07 563.55 960 512 960s-99.84-13.93-141.32-38.23a281.39 281.39 0 0 1-100.45-100.45 278.63 278.63 0 0 1-22.66-49.02A119.95 119.95 0 0 0 188 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-79.3 48.07-147.36 116.66-176.65A284.12 284.12 0 0 1 232 680v-96H84a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h148V412c-76.77 0-139-62.23-139-139a8 8 0 0 1 8-8h60a8 8 0 0 1 8 8 63 63 0 0 0 63 63h560a63 63 0 0 0 63-63 8 8 0 0 1 8-8h60a8 8 0 0 1 8 8c0 76.77-62.23 139-139 139v100h148a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H792zM368 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-40.04 8.78-76.75 25.9-108.07a184.57 184.57 0 0 1 74.03-74.03C427.25 72.78 463.96 64 504 64h16c40.04 0 76.75 8.78 108.07 25.9a184.57 184.57 0 0 1 74.03 74.03C719.22 195.25 728 231.96 728 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-28.33-5.94-53.15-17.08-73.53a112.56 112.56 0 0 0-45.39-45.4C573.15 141.95 548.33 136 520 136h-16c-28.33 0-53.15 5.94-73.53 17.08a112.56 112.56 0 0 0-45.4 45.39C373.95 218.85 368 243.67 368 272z'
], [t,
- "M308 412v268c0 36.78 9.68 71.96 27.8 102.9a205.39 205.39 0 0 0 73.3 73.3A202.68 202.68 0 0 0 512 884c36.78 0 71.96-9.68 102.9-27.8a205.39 205.39 0 0 0 73.3-73.3A202.68 202.68 0 0 0 716 680V412H308z"
+ 'M308 412v268c0 36.78 9.68 71.96 27.8 102.9a205.39 205.39 0 0 0 73.3 73.3A202.68 202.68 0 0 0 512 884c36.78 0 71.96-9.68 102.9-27.8a205.39 205.39 0 0 0 73.3-73.3A202.68 202.68 0 0 0 716 680V412H308z'
])
- })), t.BulbTwoTone = l("bulb", s, (function(e, t) {
+ })), t.BulbTwoTone = l('bulb', s, (function(e, t) {
return c(a, [t,
- "M512 136c-141.4 0-256 114.6-256 256 0 92.5 49.4 176.3 128.1 221.8l35.9 20.8V752h184V634.6l35.9-20.8C718.6 568.3 768 484.5 768 392c0-141.4-114.6-256-256-256z"
+ 'M512 136c-141.4 0-256 114.6-256 256 0 92.5 49.4 176.3 128.1 221.8l35.9 20.8V752h184V634.6l35.9-20.8C718.6 568.3 768 484.5 768 392c0-141.4-114.6-256-256-256z'
], [e,
- "M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z"
+ 'M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z'
])
- })), t.CalculatorTwoTone = l("calculator", s, (function(e, t) {
+ })), t.CalculatorTwoTone = l('calculator', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm256.2-75h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zM576 335c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 265c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 104c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zM248 335c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48z"
+ 'M184 840h656V184H184v656zm256.2-75h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zM576 335c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 265c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 104c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zM248 335c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48z'
], [e,
- "M383.5 675l61.3-74.8c4.3-5.2.7-13.1-5.9-13.1h-50.8c-2.3 0-4.4 1-5.9 2.9l-34 41.6-34-41.6a7.69 7.69 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.4-1 5.9-2.9l35.5-43.5 35.5 43.5c1.4 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 6-13.2L383.5 675zM251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 369h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4z"
+ 'M383.5 675l61.3-74.8c4.3-5.2.7-13.1-5.9-13.1h-50.8c-2.3 0-4.4 1-5.9 2.9l-34 41.6-34-41.6a7.69 7.69 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.4-1 5.9-2.9l35.5-43.5 35.5 43.5c1.4 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 6-13.2L383.5 675zM251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 369h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4z'
])
- })), t.BuildTwoTone = l("build", s, (function(e, t) {
- return c(a, [t, "M144 546h200v200H144zm268-268h200v200H412z"], [e,
- "M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM344 746H144V546h200v200zm268 0H412V546h200v200zm0-268H412V278h200v200zm268 0H680V278h200v200z"
+ })), t.BuildTwoTone = l('build', s, (function(e, t) {
+ return c(a, [t, 'M144 546h200v200H144zm268-268h200v200H412z'], [e,
+ 'M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM344 746H144V546h200v200zm268 0H412V546h200v200zm0-268H412V278h200v200zm268 0H680V278h200v200z'
])
- })), t.CalendarTwoTone = l("calendar", s, (function(e, t) {
+ })), t.CalendarTwoTone = l('calendar', s, (function(e, t) {
return c(a, [t,
- "M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z"
+ 'M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z'
], [e,
- "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z"
+ 'M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z'
])
- })), t.CameraTwoTone = l("camera", s, (function(e, t) {
+ })), t.CameraTwoTone = l('camera', s, (function(e, t) {
return c(a, [t,
- "M864 320H677.2l-17.1-47.8-22.9-64.2H386.7l-22.9 64.2-17.1 47.8H160c-4.4 0-8 3.6-8 8v456c0 4.4 3.6 8 8 8h704c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8zM512 704c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160z"
+ 'M864 320H677.2l-17.1-47.8-22.9-64.2H386.7l-22.9 64.2-17.1 47.8H160c-4.4 0-8 3.6-8 8v456c0 4.4 3.6 8 8 8h704c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8zM512 704c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160z'
], [e,
- "M512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z"
+ 'M512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z'
], [e,
- "M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456z"
+ 'M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456z'
])
- })), t.CarTwoTone = l("car", s, (function(e, t) {
+ })), t.CarTwoTone = l('car', s, (function(e, t) {
return c(a, [t,
- "M199.6 474L184 517v237h656V517l-15.6-43H199.6zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z"
- ], [e, "M720 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"], [e,
- "M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM840 754H184V517l15.6-43h624.8l15.6 43v237z"
+ 'M199.6 474L184 517v237h656V517l-15.6-43H199.6zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z'
+ ], [e, 'M720 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'], [e,
+ 'M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM840 754H184V517l15.6-43h624.8l15.6 43v237z'
], [e,
- "M224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm420 23h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8z"
+ 'M224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm420 23h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8z'
])
- })), t.CarryOutTwoTone = l("carry-out", s, (function(e, t) {
+ })), t.CarryOutTwoTone = l('carry-out', s, (function(e, t) {
return c(a, [e,
- "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z"
+ 'M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z'
], [t,
- "M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-17.5 128.8L481.9 725.5a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.9-6.6 13-6.6H688c6.5 0 10.3 7.4 6.5 12.8z"
+ 'M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-17.5 128.8L481.9 725.5a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.9-6.6 13-6.6H688c6.5 0 10.3 7.4 6.5 12.8z'
], [e,
- "M688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z"
+ 'M688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z'
])
- })), t.CheckCircleTwoTone = l("check-circle", s, (function(e, t) {
+ })), t.CheckCircleTwoTone = l('check-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm193.4 225.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 5 25.9 13.3l71.2 98.8 157.2-218c6-8.4 15.7-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.4 12.7z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm193.4 225.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 5 25.9 13.3l71.2 98.8 157.2-218c6-8.4 15.7-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.4 12.7z'
], [e,
- "M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z"
+ 'M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z'
])
- })), t.CheckSquareTwoTone = l("check-square", s, (function(e, t) {
+ })), t.CheckSquareTwoTone = l('check-square', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm130-367.8h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H688c6.5 0 10.3 7.4 6.5 12.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L307.5 484.9c-3.8-5.3 0-12.7 6.5-12.7z"
+ 'M184 840h656V184H184v656zm130-367.8h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H688c6.5 0 10.3 7.4 6.5 12.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L307.5 484.9c-3.8-5.3 0-12.7 6.5-12.7z'
], [e,
- "M432.2 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7h-46.9c-10.3 0-19.9 5-25.9 13.3L458 584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5 0-10.3 7.4-6.5 12.7l124.7 172.8z"
+ 'M432.2 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7h-46.9c-10.3 0-19.9 5-25.9 13.3L458 584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5 0-10.3 7.4-6.5 12.7l124.7 172.8z'
])
- })), t.ClockCircleTwoTone = l("clock-circle", s, (function(e, t) {
+ })), t.ClockCircleTwoTone = l('clock-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm176.5 509.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm176.5 509.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z'
], [e,
- "M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.6-3.6 1.8-8.6-1.8-11.1z"
+ 'M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.6-3.6 1.8-8.6-1.8-11.1z'
])
- })), t.CloseCircleTwoTone = l("close-circle", s, (function(e, t) {
+ })), t.CloseCircleTwoTone = l('close-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm171.8 527.1c1.2 1.5 1.9 3.3 1.9 5.2 0 4.5-3.6 8-8 8l-66-.3-99.3-118.4-99.3 118.5-66.1.3c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2L471 512.3l-130.1-155a8.32 8.32 0 0 1-1.9-5.2c0-4.5 3.6-8 8-8l66.1.3 99.3 118.4 99.4-118.5 66-.3c4.4 0 8 3.6 8 8 0 1.9-.6 3.8-1.8 5.2l-130.1 155 129.9 154.9z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm171.8 527.1c1.2 1.5 1.9 3.3 1.9 5.2 0 4.5-3.6 8-8 8l-66-.3-99.3-118.4-99.3 118.5-66.1.3c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2L471 512.3l-130.1-155a8.32 8.32 0 0 1-1.9-5.2c0-4.5 3.6-8 8-8l66.1.3 99.3 118.4 99.4-118.5 66-.3c4.4 0 8 3.6 8 8 0 1.9-.6 3.8-1.8 5.2l-130.1 155 129.9 154.9z'
], [e,
- "M685.8 352c0-4.4-3.6-8-8-8l-66 .3-99.4 118.5-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155-130.1 154.9a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3 99.3-118.5L611.7 680l66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.9 512.2l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z"
+ 'M685.8 352c0-4.4-3.6-8-8-8l-66 .3-99.4 118.5-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155-130.1 154.9a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3 99.3-118.5L611.7 680l66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.9 512.2l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z'
])
- })), t.CloudTwoTone = l("cloud", s, (function(e, t) {
+ })), t.CloudTwoTone = l('cloud', s, (function(e, t) {
return c(a, [t,
- "M791.9 492l-37.8-10-13.8-36.5c-8.6-22.7-20.6-44.1-35.7-63.4a245.73 245.73 0 0 0-52.4-49.9c-41.1-28.9-89.5-44.2-140-44.2s-98.9 15.3-140 44.2a245.6 245.6 0 0 0-52.4 49.9 240.47 240.47 0 0 0-35.7 63.4l-13.9 36.6-37.9 9.9a125.7 125.7 0 0 0-66.1 43.7A123.1 123.1 0 0 0 140 612c0 33.1 12.9 64.3 36.3 87.7 23.4 23.4 54.5 36.3 87.6 36.3h496.2c33.1 0 64.2-12.9 87.6-36.3A123.3 123.3 0 0 0 884 612c0-56.2-37.8-105.5-92.1-120z"
+ 'M791.9 492l-37.8-10-13.8-36.5c-8.6-22.7-20.6-44.1-35.7-63.4a245.73 245.73 0 0 0-52.4-49.9c-41.1-28.9-89.5-44.2-140-44.2s-98.9 15.3-140 44.2a245.6 245.6 0 0 0-52.4 49.9 240.47 240.47 0 0 0-35.7 63.4l-13.9 36.6-37.9 9.9a125.7 125.7 0 0 0-66.1 43.7A123.1 123.1 0 0 0 140 612c0 33.1 12.9 64.3 36.3 87.7 23.4 23.4 54.5 36.3 87.6 36.3h496.2c33.1 0 64.2-12.9 87.6-36.3A123.3 123.3 0 0 0 884 612c0-56.2-37.8-105.5-92.1-120z'
], [e,
- "M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z"
+ 'M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z'
])
- })), t.CloseSquareTwoTone = l("close-square", s, (function(e, t) {
+ })), t.CloseSquareTwoTone = l('close-square', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm163.9-473.9A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1z"
+ 'M184 840h656V184H184v656zm163.9-473.9A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1z'
], [e,
- "M354 671h58.9c4.8 0 9.3-2.1 12.3-5.7L512 561.8l86.8 103.5c3.1 3.6 7.6 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.3-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.8 0-9.3 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3.1-3.6-7.6-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z"
+ 'M354 671h58.9c4.8 0 9.3-2.1 12.3-5.7L512 561.8l86.8 103.5c3.1 3.6 7.6 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.3-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.8 0-9.3 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3.1-3.6-7.6-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z'
])
- })), t.CodeTwoTone = l("code", s, (function(e, t) {
+ })), t.CodeTwoTone = l('code', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm339.5-223h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8zM308 610.3c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7z"
+ 'M184 840h656V184H184v656zm339.5-223h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8zM308 610.3c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7z'
], [e,
- "M321.1 679.1l192-161c3.9-3.2 3.9-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48z"
+ 'M321.1 679.1l192-161c3.9-3.2 3.9-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48z'
])
- })), t.CompassTwoTone = l("compass", s, (function(e, t) {
+ })), t.CompassTwoTone = l('compass', s, (function(e, t) {
return c(a, [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM327.6 701.7c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2L421 470.9 553.1 603l-225.5 98.7zm375.1-375.1L604 552.1 471.9 420l225.5-98.7c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM327.6 701.7c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2L421 470.9 553.1 603l-225.5 98.7zm375.1-375.1L604 552.1 471.9 420l225.5-98.7c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z'
], [e,
- "M322.3 696.4c-.4 1-.4 2.2 0 3.2.9 2.1 3.3 3 5.3 2.1L553.1 603 421 470.9l-98.7 225.5zm375.1-375.1L471.9 420 604 552.1l98.7-225.5c.4-1.1.4-2.2 0-3.2-.9-2.1-3.3-3-5.3-2.1z"
+ 'M322.3 696.4c-.4 1-.4 2.2 0 3.2.9 2.1 3.3 3 5.3 2.1L553.1 603 421 470.9l-98.7 225.5zm375.1-375.1L471.9 420 604 552.1l98.7-225.5c.4-1.1.4-2.2 0-3.2-.9-2.1-3.3-3-5.3-2.1z'
], [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
])
- })), t.ContactsTwoTone = l("contacts", s, (function(e, t) {
- return c(a, [t, "M460.3 526a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z"], [t,
- "M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM661 736h-43.8c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 39.9-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5h-43.9a8 8 0 0 1-8-8.4c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.7 26.4 71.9 72.8 74.7 126.1a8 8 0 0 1-8 8.4z"
+ })), t.ContactsTwoTone = l('contacts', s, (function(e, t) {
+ return c(a, [t, 'M460.3 526a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z'], [t,
+ 'M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM661 736h-43.8c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 39.9-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5h-43.9a8 8 0 0 1-8-8.4c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.7 26.4 71.9 72.8 74.7 126.1a8 8 0 0 1-8 8.4z'
], [e,
- "M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52z"
+ 'M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52z'
], [e,
- "M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z"
+ 'M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z'
])
- })), t.ContainerTwoTone = l("container", s, (function(e, t) {
+ })), t.ContainerTwoTone = l('container', s, (function(e, t) {
return c(a, [t,
- "M635 771.7c-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H232v201h560V687h-97.9c-11.6 32.8-32 62.3-59.1 84.7z"
- ], [e, "M320 501h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"], [e,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v201zm0-264H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v488z"
- ], [e, "M320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"])
- })), t.ControlTwoTone = l("control", s, (function(e, t) {
+ 'M635 771.7c-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H232v201h560V687h-97.9c-11.6 32.8-32 62.3-59.1 84.7z'
+ ], [e, 'M320 501h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z'], [e,
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v201zm0-264H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v488z'
+ ], [e, 'M320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z'])
+ })), t.ControlTwoTone = l('control', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM340.4 601.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5z"
+ 'M616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM340.4 601.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5z'
], [t,
- "M184 840h656V184H184v656zm436.4-499.1c-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1zM340 485V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99z"
+ 'M184 840h656V184H184v656zm436.4-499.1c-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1zM340 485V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99z'
], [e,
- "M340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c41.7-13.5 72-52.8 72-99s-30.3-85.4-72-99V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c-41.7 13.5-72 52.8-72 99s30.3 85.4 72 99zm.1-116c.1-.2.2-.3.3-.5l1.5-2.4c0-.1.1-.1.1-.2l.9-1.2c0-.1.1-.2.2-.3 1-1.2 2.1-2.5 3.2-3.6l.2-.2c.4-.4.8-.7 1.2-1.1.8-.7 1.7-1.4 2.6-2.1h.1l1.2-.9c.1-.1.3-.2.4-.3 1.3-.8 2.6-1.5 3.9-2.2.2-.2.5-.3.7-.4.4-.2.7-.3 1.1-.5.3-.1.7-.3 1-.4.5-.1 1-.3 1.5-.5.4-.1.9-.3 1.3-.4l.9-.3 1.4-.3c.2-.1.5-.1.7-.2.7-.2 1.4-.3 2.1-.4.2-.1.4-.1.6-.1.5-.1 1.1-.2 1.7-.2.3-.1.5-.1.7-.1.8-.1 1.5-.1 2.3-.1s1.5.1 2.3.1c.3.1.5.1.7.1.6.1 1.1.1 1.7.2.2.1.4.1.6.1.7.1 1.4.3 2.1.4.2.1.5.1.7.2l1.4.3.9.3c.4.1.9.3 1.3.4.5.1 1 .3 1.5.5.3.1.7.3 1 .4.4.2.7.3 1.1.5.2.2.5.3.7.4 1.4.6 2.7 1.4 3.9 2.2.1.1.3.2.4.3l1.2.9h.1c.9.6 1.8 1.3 2.6 2.1.4.3.8.7 1.2 1.1l.2.2c1.2 1.1 2.2 2.3 3.2 3.6 0 .1.1.2.2.3l.9 1.2c0 .1.1.1.1.2l1.5 2.4A36.03 36.03 0 0 1 408 584c0 6.1-1.6 11.9-4.3 17-.1.2-.2.3-.3.5l-1.5 2.4c0 .1-.1.1-.1.2l-.9 1.2c0 .1-.1.2-.2.3-1 1.2-2.1 2.5-3.2 3.6l-.2.2c-.4.4-.8.7-1.2 1.1-.8.7-1.7 1.4-2.6 2.1h-.1l-1.2.9c-.1.1-.3.2-.4.3-1.3.8-2.6 1.5-3.9 2.2-.2.2-.5.3-.7.4-.4.2-.7.3-1.1.5-.3.1-.7.3-1 .4-.5.1-1 .3-1.5.5-.4.1-.9.3-1.3.4l-.9.3-1.4.3c-.2.1-.5.1-.7.2-.7.2-1.4.3-2.1.4-.2.1-.4.1-.6.1-.5.1-1.1.2-1.7.2-.3.1-.5.1-.7.1-.8.1-1.5.1-2.3.1s-1.5-.1-2.3-.1c-.3-.1-.5-.1-.7-.1-.6-.1-1.1-.1-1.7-.2-.2-.1-.4-.1-.6-.1-.7-.1-1.4-.3-2.1-.4-.2-.1-.5-.1-.7-.2l-1.4-.3-.9-.3c-.4-.1-.9-.3-1.3-.4-.5-.1-1-.3-1.5-.5-.3-.1-.7-.3-1-.4-.4-.2-.7-.3-1.1-.5-.2-.2-.5-.3-.7-.4-1.4-.6-2.7-1.4-3.9-2.2-.1-.1-.3-.2-.4-.3l-1.2-.9h-.1c-.9-.6-1.8-1.3-2.6-2.1-.4-.3-.8-.7-1.2-1.1l-.2-.2c-1.2-1.1-2.2-2.3-3.2-3.6 0-.1-.1-.2-.2-.3l-.9-1.2c0-.1-.1-.1-.1-.2l-1.5-2.4c-.1-.2-.2-.3-.3-.5-2.7-5-4.3-10.9-4.3-17s1.6-11.9 4.3-17zm280.3-27.9c-.1 0-.2-.1-.4-.1v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-.1 0-.2.1-.4.1 42-13.4 72.4-52.7 72.4-99.1 0-46.4-30.4-85.7-72.4-99.1.1 0 .2.1.4.1v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c.1 0 .2-.1.4-.1-42 13.4-72.4 52.7-72.4 99.1 0 46.4 30.4 85.7 72.4 99.1zM652 404c19.9 0 36 16.1 36 36s-16.1 36-36 36-36-16.1-36-36 16.1-36 36-36z"
+ 'M340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c41.7-13.5 72-52.8 72-99s-30.3-85.4-72-99V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c-41.7 13.5-72 52.8-72 99s30.3 85.4 72 99zm.1-116c.1-.2.2-.3.3-.5l1.5-2.4c0-.1.1-.1.1-.2l.9-1.2c0-.1.1-.2.2-.3 1-1.2 2.1-2.5 3.2-3.6l.2-.2c.4-.4.8-.7 1.2-1.1.8-.7 1.7-1.4 2.6-2.1h.1l1.2-.9c.1-.1.3-.2.4-.3 1.3-.8 2.6-1.5 3.9-2.2.2-.2.5-.3.7-.4.4-.2.7-.3 1.1-.5.3-.1.7-.3 1-.4.5-.1 1-.3 1.5-.5.4-.1.9-.3 1.3-.4l.9-.3 1.4-.3c.2-.1.5-.1.7-.2.7-.2 1.4-.3 2.1-.4.2-.1.4-.1.6-.1.5-.1 1.1-.2 1.7-.2.3-.1.5-.1.7-.1.8-.1 1.5-.1 2.3-.1s1.5.1 2.3.1c.3.1.5.1.7.1.6.1 1.1.1 1.7.2.2.1.4.1.6.1.7.1 1.4.3 2.1.4.2.1.5.1.7.2l1.4.3.9.3c.4.1.9.3 1.3.4.5.1 1 .3 1.5.5.3.1.7.3 1 .4.4.2.7.3 1.1.5.2.2.5.3.7.4 1.4.6 2.7 1.4 3.9 2.2.1.1.3.2.4.3l1.2.9h.1c.9.6 1.8 1.3 2.6 2.1.4.3.8.7 1.2 1.1l.2.2c1.2 1.1 2.2 2.3 3.2 3.6 0 .1.1.2.2.3l.9 1.2c0 .1.1.1.1.2l1.5 2.4A36.03 36.03 0 0 1 408 584c0 6.1-1.6 11.9-4.3 17-.1.2-.2.3-.3.5l-1.5 2.4c0 .1-.1.1-.1.2l-.9 1.2c0 .1-.1.2-.2.3-1 1.2-2.1 2.5-3.2 3.6l-.2.2c-.4.4-.8.7-1.2 1.1-.8.7-1.7 1.4-2.6 2.1h-.1l-1.2.9c-.1.1-.3.2-.4.3-1.3.8-2.6 1.5-3.9 2.2-.2.2-.5.3-.7.4-.4.2-.7.3-1.1.5-.3.1-.7.3-1 .4-.5.1-1 .3-1.5.5-.4.1-.9.3-1.3.4l-.9.3-1.4.3c-.2.1-.5.1-.7.2-.7.2-1.4.3-2.1.4-.2.1-.4.1-.6.1-.5.1-1.1.2-1.7.2-.3.1-.5.1-.7.1-.8.1-1.5.1-2.3.1s-1.5-.1-2.3-.1c-.3-.1-.5-.1-.7-.1-.6-.1-1.1-.1-1.7-.2-.2-.1-.4-.1-.6-.1-.7-.1-1.4-.3-2.1-.4-.2-.1-.5-.1-.7-.2l-1.4-.3-.9-.3c-.4-.1-.9-.3-1.3-.4-.5-.1-1-.3-1.5-.5-.3-.1-.7-.3-1-.4-.4-.2-.7-.3-1.1-.5-.2-.2-.5-.3-.7-.4-1.4-.6-2.7-1.4-3.9-2.2-.1-.1-.3-.2-.4-.3l-1.2-.9h-.1c-.9-.6-1.8-1.3-2.6-2.1-.4-.3-.8-.7-1.2-1.1l-.2-.2c-1.2-1.1-2.2-2.3-3.2-3.6 0-.1-.1-.2-.2-.3l-.9-1.2c0-.1-.1-.1-.1-.2l-1.5-2.4c-.1-.2-.2-.3-.3-.5-2.7-5-4.3-10.9-4.3-17s1.6-11.9 4.3-17zm280.3-27.9c-.1 0-.2-.1-.4-.1v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-.1 0-.2.1-.4.1 42-13.4 72.4-52.7 72.4-99.1 0-46.4-30.4-85.7-72.4-99.1.1 0 .2.1.4.1v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c.1 0 .2-.1.4-.1-42 13.4-72.4 52.7-72.4 99.1 0 46.4 30.4 85.7 72.4 99.1zM652 404c19.9 0 36 16.1 36 36s-16.1 36-36 36-36-16.1-36-36 16.1-36 36-36z'
])
- })), t.CopyTwoTone = l("copy", s, (function(e, t) {
- return c(a, [t, "M232 706h142c22.1 0 40 17.9 40 40v142h250V264H232v442z"], [e,
- "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32z"
+ })), t.CopyTwoTone = l('copy', s, (function(e, t) {
+ return c(a, [t, 'M232 706h142c22.1 0 40 17.9 40 40v142h250V264H232v442z'], [e,
+ 'M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32z'
], [e,
- "M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z"
+ 'M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z'
])
- })), t.CreditCardTwoTone = l("credit-card", s, (function(e, t) {
+ })), t.CreditCardTwoTone = l('credit-card', s, (function(e, t) {
return c(a, [t,
- "M136 792h752V440H136v352zm507-144c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72zM136 232h752v120H136z"
- ], [e, "M651 728h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z"], [e,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V440h752v352zm0-440H136V232h752v120z"
+ 'M136 792h752V440H136v352zm507-144c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72zM136 232h752v120H136z'
+ ], [e, 'M651 728h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z'], [e,
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V440h752v352zm0-440H136V232h752v120z'
])
- })), t.CrownTwoTone = l("crown", s, (function(e, t) {
+ })), t.CrownTwoTone = l('crown', s, (function(e, t) {
return c(a, [t,
- "M911.9 283.9v.5L835.5 865c-1 8-7.9 14-15.9 14H204.5c-8.1 0-14.9-6.1-16-14l-76.4-580.6v-.6 1.6L188.5 866c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.1-.5.1-1 0-1.5z"
+ 'M911.9 283.9v.5L835.5 865c-1 8-7.9 14-15.9 14H204.5c-8.1 0-14.9-6.1-16-14l-76.4-580.6v-.6 1.6L188.5 866c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.1-.5.1-1 0-1.5z'
], [t,
- "M773.6 810.6l53.9-409.4-139.8 86.1L512 252.9 336.3 487.3l-139.8-86.1 53.8 409.4h523.3zm-374.2-189c0-62.1 50.5-112.6 112.6-112.6s112.6 50.5 112.6 112.6v1c0 62.1-50.5 112.6-112.6 112.6s-112.6-50.5-112.6-112.6v-1z"
+ 'M773.6 810.6l53.9-409.4-139.8 86.1L512 252.9 336.3 487.3l-139.8-86.1 53.8 409.4h523.3zm-374.2-189c0-62.1 50.5-112.6 112.6-112.6s112.6 50.5 112.6 112.6v1c0 62.1-50.5 112.6-112.6 112.6s-112.6-50.5-112.6-112.6v-1z'
], [e,
- "M512 734.2c61.9 0 112.3-50.2 112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6 50.5-112.6 112.6v.5c.3 61.9 50.7 112.1 112.6 112.1zm0-160.9c26.6 0 48.2 21.6 48.2 48.3 0 26.6-21.6 48.3-48.2 48.3s-48.2-21.6-48.2-48.3c0-26.6 21.6-48.3 48.2-48.3z"
+ 'M512 734.2c61.9 0 112.3-50.2 112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6 50.5-112.6 112.6v.5c.3 61.9 50.7 112.1 112.6 112.1zm0-160.9c26.6 0 48.2 21.6 48.2 48.3 0 26.6-21.6 48.3-48.2 48.3s-48.2-21.6-48.2-48.3c0-26.6 21.6-48.3 48.2-48.3z'
], [e,
- "M188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.5-3.4-12.6.9-12.2 7.3v.6L188.5 865zm147.8-377.7L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4H250.3l-53.8-409.4 139.8 86.1z"
+ 'M188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.5-3.4-12.6.9-12.2 7.3v.6L188.5 865zm147.8-377.7L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4H250.3l-53.8-409.4 139.8 86.1z'
])
- })), t.CustomerServiceTwoTone = l("customer-service", s, (function(e, t) {
- return c(a, [t, "M696 632h128v192H696zm-496 0h128v192H200z"], [e,
- "M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z"
+ })), t.CustomerServiceTwoTone = l('customer-service', s, (function(e, t) {
+ return c(a, [t, 'M696 632h128v192H696zm-496 0h128v192H200z'], [e,
+ 'M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z'
])
- })), t.DashboardTwoTone = l("dashboard", s, (function(e, t) {
+ })), t.DashboardTwoTone = l('dashboard', s, (function(e, t) {
return c(a, [t,
- "M512 188c-99.3 0-192.7 38.7-263 109-70.3 70.2-109 163.6-109 263 0 105.6 44.5 205.5 122.6 276h498.8A371.12 371.12 0 0 0 884 560c0-99.3-38.7-192.7-109-263-70.2-70.3-163.6-109-263-109zm-30 44c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.4l-31.1 31.1a8.03 8.03 0 0 1-11.3 0l-56.6-56.6a8.03 8.03 0 0 1 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.5l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 0 1-79.2 0 55.95 55.95 0 0 1 0-79.2 55.87 55.87 0 0 1 54.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.2 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 0 1 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 0 1-11.3 0zM846 538v44c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8z"
+ 'M512 188c-99.3 0-192.7 38.7-263 109-70.3 70.2-109 163.6-109 263 0 105.6 44.5 205.5 122.6 276h498.8A371.12 371.12 0 0 0 884 560c0-99.3-38.7-192.7-109-263-70.2-70.3-163.6-109-263-109zm-30 44c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.4l-31.1 31.1a8.03 8.03 0 0 1-11.3 0l-56.6-56.6a8.03 8.03 0 0 1 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.5l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 0 1-79.2 0 55.95 55.95 0 0 1 0-79.2 55.87 55.87 0 0 1 54.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.2 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 0 1 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 0 1-11.3 0zM846 538v44c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8z'
], [e,
- "M623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8z"
+ 'M623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8z'
], [e,
- "M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276z"
+ 'M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276z'
], [e,
- "M762.7 340.8l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zM750 538v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zM304.1 309.7a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z"
+ 'M762.7 340.8l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zM750 538v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zM304.1 309.7a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z'
])
- })), t.DeleteTwoTone = l("delete", s, (function(e, t) {
- return c(a, [t, "M292.7 840h438.6l24.2-512h-487z"], [e,
- "M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-504-72h304v72H360v-72zm371.3 656H292.7l-24.2-512h487l-24.2 512z"
+ })), t.DeleteTwoTone = l('delete', s, (function(e, t) {
+ return c(a, [t, 'M292.7 840h438.6l24.2-512h-487z'], [e,
+ 'M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-504-72h304v72H360v-72zm371.3 656H292.7l-24.2-512h487l-24.2 512z'
])
- })), t.DiffTwoTone = l("diff", s, (function(e, t) {
+ })), t.DiffTwoTone = l('diff', s, (function(e, t) {
return c(a, [t,
- "M232 264v624h432V413.8L514.2 264H232zm336 489c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-262v42c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7z"
+ 'M232 264v624h432V413.8L514.2 264H232zm336 489c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-262v42c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7z'
], [e,
- "M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z"
+ 'M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z'
], [e,
- "M553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888z"
+ 'M553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888z'
], [e,
- "M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7z"
+ 'M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7z'
])
- })), t.DatabaseTwoTone = l("database", s, (function(e, t) {
+ })), t.DatabaseTwoTone = l('database', s, (function(e, t) {
return c(a, [t,
- "M232 616h560V408H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 888h560V680H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 344h560V136H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"
+ 'M232 616h560V408H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 888h560V680H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 344h560V136H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z'
], [e,
- "M304 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-544a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
+ 'M304 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-544a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
], [e,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z"
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z'
])
- })), t.DislikeTwoTone = l("dislike", s, (function(e, t) {
+ })), t.DislikeTwoTone = l('dislike', s, (function(e, t) {
return c(a, [t,
- "M273 100.1v428h.3l-.3-428zM820.4 525l-21.9-19 14-25.5a56.2 56.2 0 0 0 6.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 0 0 6.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 0 0 6.9-27.3c0-22.4-13.2-42.6-33.6-51.8H345v345.2c18.6 67.2 46.4 168 83.5 302.5a44.28 44.28 0 0 0 42.2 32.3c7.5.1 15-2.2 21.1-6.7 9.9-7.4 15.2-18.6 14.6-30.5l-9.6-198.4h314.4C829 605.5 840 587.1 840 568c0-16.5-7.1-32.2-19.6-43z"
+ 'M273 100.1v428h.3l-.3-428zM820.4 525l-21.9-19 14-25.5a56.2 56.2 0 0 0 6.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 0 0 6.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 0 0 6.9-27.3c0-22.4-13.2-42.6-33.6-51.8H345v345.2c18.6 67.2 46.4 168 83.5 302.5a44.28 44.28 0 0 0 42.2 32.3c7.5.1 15-2.2 21.1-6.7 9.9-7.4 15.2-18.6 14.6-30.5l-9.6-198.4h314.4C829 605.5 840 587.1 840 568c0-16.5-7.1-32.2-19.6-43z'
], [e,
- "M112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32zm773.9 358.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H273l.3 428 85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zm-74.7 126.1H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3c-37.1-134.4-64.9-235.2-83.5-302.5V172h399.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4z"
+ 'M112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32zm773.9 358.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H273l.3 428 85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zm-74.7 126.1H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3c-37.1-134.4-64.9-235.2-83.5-302.5V172h399.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4z'
])
- })), t.DownCircleTwoTone = l("down-circle", s, (function(e, t) {
+ })), t.DownCircleTwoTone = l('down-circle', s, (function(e, t) {
return c(a, [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm184.4 277.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm184.4 277.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7z'
], [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [e,
- "M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z"
+ 'M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z'
])
- })), t.DownSquareTwoTone = l("down-square", s, (function(e, t) {
+ })), t.DownSquareTwoTone = l('down-square', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm150-440h46.9c10.3 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7z"
+ 'M184 840h656V184H184v656zm150-440h46.9c10.3 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7z'
], [e,
- "M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z"
+ 'M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z'
])
- })), t.EnvironmentTwoTone = l("environment", s, (function(e, t) {
+ })), t.EnvironmentTwoTone = l('environment', s, (function(e, t) {
return c(a, [t,
- "M724.4 224.9C667.7 169.5 592.3 139 512 139s-155.7 30.5-212.4 85.8C243.1 280 212 353.2 212 431.1c0 241.3 234.1 407.2 300 449.1 65.9-41.9 300-207.8 300-449.1 0-77.9-31.1-151.1-87.6-206.2zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z"
+ 'M724.4 224.9C667.7 169.5 592.3 139 512 139s-155.7 30.5-212.4 85.8C243.1 280 212 353.2 212 431.1c0 241.3 234.1 407.2 300 449.1 65.9-41.9 300-207.8 300-449.1 0-77.9-31.1-151.1-87.6-206.2zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z'
], [e,
- "M512 263c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8S624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z"
+ 'M512 263c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8S624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z'
], [e,
- "M854.6 289.1a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1z"
+ 'M854.6 289.1a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1z'
])
- })), t.EditTwoTone = l("edit", s, (function(e, t) {
- return c(a, [t, "M761.1 288.3L687.8 215 325.1 577.6l-15.6 89 88.9-15.7z"], [e,
- "M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89z"
+ })), t.EditTwoTone = l('edit', s, (function(e, t) {
+ return c(a, [t, 'M761.1 288.3L687.8 215 325.1 577.6l-15.6 89 88.9-15.7z'], [e,
+ 'M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89z'
])
- })), t.ExclamationCircleTwoTone = l("exclamation-circle", s, (function(e, t) {
+ })), t.ExclamationCircleTwoTone = l('exclamation-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-32 156c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-32 156c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
], [e,
- "M488 576h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8zm-24 112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"
+ 'M488 576h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8zm-24 112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z'
])
- })), t.ExperimentTwoTone = l("experiment", s, (function(e, t) {
+ })), t.ExperimentTwoTone = l('experiment', s, (function(e, t) {
return c(a, [t,
- "M551.9 513c19.6 0 35.9-14.2 39.3-32.8A40.02 40.02 0 0 1 552 512a40 40 0 0 1-40-39.4v.5c0 22 17.9 39.9 39.9 39.9zM752 687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-41.2 0-81-9.8-116.7-28L210.5 844h603l-59.9-155.2-1.6-1z"
+ 'M551.9 513c19.6 0 35.9-14.2 39.3-32.8A40.02 40.02 0 0 1 552 512a40 40 0 0 1-40-39.4v.5c0 22 17.9 39.9 39.9 39.9zM752 687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-41.2 0-81-9.8-116.7-28L210.5 844h603l-59.9-155.2-1.6-1z'
], [e,
- "M879 824.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.6-107.6.1-.2c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1l.6 1.6L813.5 844h-603z"
+ 'M879 824.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.6-107.6.1-.2c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1l.6 1.6L813.5 844h-603z'
], [e,
- "M552 512c19.3 0 35.4-13.6 39.2-31.8.6-2.7.8-5.4.8-8.2 0-22.1-17.9-40-40-40s-40 17.9-40 40v.6a40 40 0 0 0 40 39.4z"
+ 'M552 512c19.3 0 35.4-13.6 39.2-31.8.6-2.7.8-5.4.8-8.2 0-22.1-17.9-40-40-40s-40 17.9-40 40v.6a40 40 0 0 0 40 39.4z'
])
- })), t.EyeInvisibleTwoTone = l("eye-invisible", s, (function(e, t) {
+ })), t.EyeInvisibleTwoTone = l('eye-invisible', s, (function(e, t) {
return c(a, [t,
- "M254.89 758.85l125.57-125.57a176 176 0 0 1 248.82-248.82L757 256.72Q651.69 186.07 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q69.27 145.91 173.09 221.05zM942.2 486.2Q889.46 375.11 816.7 305L672.48 449.27a176.09 176.09 0 0 1-227.22 227.21L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5z"
+ 'M254.89 758.85l125.57-125.57a176 176 0 0 1 248.82-248.82L757 256.72Q651.69 186.07 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q69.27 145.91 173.09 221.05zM942.2 486.2Q889.46 375.11 816.7 305L672.48 449.27a176.09 176.09 0 0 1-227.22 227.21L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5z'
], [e,
- "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zM878.63 165.56L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z"
+ 'M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zM878.63 165.56L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z'
], [e,
- "M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z"
+ 'M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z'
])
- })), t.EyeTwoTone = l("eye", s, (function(e, t) {
+ })), t.EyeTwoTone = l('eye', s, (function(e, t) {
return c(a, [t,
- "M81.8 537.8a60.3 60.3 0 0 1 0-51.5C176.6 286.5 319.8 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c-192.1 0-335.4-100.5-430.2-300.2z"
+ 'M81.8 537.8a60.3 60.3 0 0 1 0-51.5C176.6 286.5 319.8 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c-192.1 0-335.4-100.5-430.2-300.2z'
], [t,
- "M512 258c-161.3 0-279.4 81.8-362.7 254C232.6 684.2 350.7 766 512 766c161.4 0 279.5-81.8 362.7-254C791.4 339.8 673.3 258 512 258zm-4 430c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z"
+ 'M512 258c-161.3 0-279.4 81.8-362.7 254C232.6 684.2 350.7 766 512 766c161.4 0 279.5-81.8 362.7-254C791.4 339.8 673.3 258 512 258zm-4 430c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z'
], [e,
- "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258s279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766z"
+ 'M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258s279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766z'
], [e,
- "M508 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"
+ 'M508 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z'
])
- })), t.FileAddTwoTone = l("file-add", s, (function(e, t) {
+ })), t.FileAddTwoTone = l('file-add', s, (function(e, t) {
return c(a, [t,
- "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm126 236v48c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V644H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V472c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8z"
+ 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm126 236v48c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V644H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V472c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8z'
], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z"
+ 'M544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z'
])
- })), t.FileExclamationTwoTone = l("file-exclamation", s, (function(e, t) {
+ })), t.FileExclamationTwoTone = l('file-exclamation', s, (function(e, t) {
return c(a, [t,
- "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-54 96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V448zm32 336c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z"
+ 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-54 96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V448zm32 336c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z'
], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M488 640h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm-16 104a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
+ 'M488 640h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm-16 104a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
])
- })), t.FileImageTwoTone = l("file-image", s, (function(e, t) {
+ })), t.FileImageTwoTone = l('file-image', s, (function(e, t) {
return c(a, [t,
- "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-134 50c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328.1c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0 1 12.6 0l41.1 52.4 77.8-99.2a8.1 8.1 0 0 1 12.7 0l136.5 174c4.1 5.2.4 12.9-6.3 12.9z"
+ 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-134 50c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328.1c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0 1 12.6 0l41.1 52.4 77.8-99.2a8.1 8.1 0 0 1 12.7 0l136.5 174c4.1 5.2.4 12.9-6.3 12.9z'
], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 0 0-12.6 0l-99.8 127.2a7.98 7.98 0 0 0 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 0 0-12.7 0zM360 442a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
+ 'M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 0 0-12.6 0l-99.8 127.2a7.98 7.98 0 0 0 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 0 0-12.7 0zM360 442a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
])
- })), t.FileExcelTwoTone = l("file-excel", s, (function(e, t) {
+ })), t.FileExcelTwoTone = l('file-excel', s, (function(e, t) {
return c(a, [t,
- "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm51.6 120h35.7a12.04 12.04 0 0 1 10.1 18.5L546.1 623l84 130.4c3.6 5.6 2 13-3.6 16.6-2 1.2-4.2 1.9-6.5 1.9h-37.5c-4.1 0-8-2.1-10.2-5.7L510 664.8l-62.7 101.5c-2.2 3.5-6 5.7-10.2 5.7h-34.5a12.04 12.04 0 0 1-10.2-18.4l83.4-132.8-82.3-130.4c-3.6-5.7-1.9-13.1 3.7-16.6 1.9-1.3 4.1-1.9 6.4-1.9H442c4.2 0 8.1 2.2 10.3 5.8l61.8 102.4 61.2-102.3c2.2-3.6 6.1-5.8 10.3-5.8z"
+ 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm51.6 120h35.7a12.04 12.04 0 0 1 10.1 18.5L546.1 623l84 130.4c3.6 5.6 2 13-3.6 16.6-2 1.2-4.2 1.9-6.5 1.9h-37.5c-4.1 0-8-2.1-10.2-5.7L510 664.8l-62.7 101.5c-2.2 3.5-6 5.7-10.2 5.7h-34.5a12.04 12.04 0 0 1-10.2-18.4l83.4-132.8-82.3-130.4c-3.6-5.7-1.9-13.1 3.7-16.6 1.9-1.3 4.1-1.9 6.4-1.9H442c4.2 0 8.1 2.2 10.3 5.8l61.8 102.4 61.2-102.3c2.2-3.6 6.1-5.8 10.3-5.8z'
], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z"
+ 'M514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z'
])
- })), t.FileMarkdownTwoTone = l("file-markdown", s, (function(e, t) {
+ })), t.FileMarkdownTwoTone = l('file-markdown', s, (function(e, t) {
return c(a, [t,
- "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm72.3 122H641c6.6 0 12 5.4 12 12v272c0 6.6-5.4 12-12 12h-27.2c-6.6 0-12-5.4-12-12V581.7L535 732.3c-2 4.3-6.3 7.1-11 7.1h-24.1a12 12 0 0 1-11-7.1l-66.8-150.2V758c0 6.6-5.4 12-12 12H383c-6.6 0-12-5.4-12-12V486c0-6.6 5.4-12 12-12h35c4.8 0 9.1 2.8 11 7.2l83.2 191 83.1-191c1.9-4.4 6.2-7.2 11-7.2z"
+ 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm72.3 122H641c6.6 0 12 5.4 12 12v272c0 6.6-5.4 12-12 12h-27.2c-6.6 0-12-5.4-12-12V581.7L535 732.3c-2 4.3-6.3 7.1-11 7.1h-24.1a12 12 0 0 1-11-7.1l-66.8-150.2V758c0 6.6-5.4 12-12 12H383c-6.6 0-12-5.4-12-12V486c0-6.6 5.4-12 12-12h35c4.8 0 9.1 2.8 11 7.2l83.2 191 83.1-191c1.9-4.4 6.2-7.2 11-7.2z'
], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0 0 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z"
+ 'M429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0 0 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z'
])
- })), t.FilePdfTwoTone = l("file-pdf", s, (function(e, t) {
+ })), t.FilePdfTwoTone = l('file-pdf', s, (function(e, t) {
return c(a, [t,
- "M509.2 490.8c-.7-1.3-1.4-1.9-2.2-2-2.9 3.3-2.2 31.5 2.7 51.4 4-13.6 4.7-40.5-.5-49.4zm-1.6 120.5c-7.7 20-18.8 47.3-32.1 71.4 4-1.6 8.1-3.3 12.3-5 17.6-7.2 37.3-15.3 58.9-20.2-14.9-11.8-28.4-27.7-39.1-46.2z"
+ 'M509.2 490.8c-.7-1.3-1.4-1.9-2.2-2-2.9 3.3-2.2 31.5 2.7 51.4 4-13.6 4.7-40.5-.5-49.4zm-1.6 120.5c-7.7 20-18.8 47.3-32.1 71.4 4-1.6 8.1-3.3 12.3-5 17.6-7.2 37.3-15.3 58.9-20.2-14.9-11.8-28.4-27.7-39.1-46.2z'
], [t,
- "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm55 287.6c16.1-1.9 30.6-2.8 44.3-2.3 12.8.4 23.6 2 32 5.1.2.1.3.1.5.2.4.2.8.3 1.2.5.5.2 1.1.4 1.6.7.1.1.3.1.4.2 4.1 1.8 7.5 4 10.1 6.6 9.1 9.1 11.8 26.1 6.2 39.6-3.2 7.7-11.7 20.5-33.3 20.5-21.8 0-53.9-9.7-82.1-24.8-25.5 4.3-53.7 13.9-80.9 23.1-5.8 2-11.8 4-17.6 5.9-38 65.2-66.5 79.4-84.1 79.4-4.2 0-7.8-.9-10.8-2-6.9-2.6-12.8-8-16.5-15-.9-1.7-1.6-3.4-2.2-5.2-1.6-4.8-2.1-9.6-1.3-13.6l.6-2.7c.1-.2.1-.4.2-.6.2-.7.4-1.4.7-2.1 0-.1.1-.2.1-.3 4.1-11.9 13.6-23.4 27.7-34.6 12.3-9.8 27.1-18.7 45.9-28.4 15.9-28 37.6-75.1 51.2-107.4-10.8-41.8-16.7-74.6-10.1-98.6.9-3.3 2.5-6.4 4.6-9.1.2-.2.3-.4.5-.6.1-.1.1-.2.2-.2 6.3-7.5 16.9-11.9 28.1-11.5 16.6.7 29.7 11.5 33 30.1 1.7 8 2.2 16.5 1.9 25.7v.7c0 .5 0 1-.1 1.5-.7 13.3-3 26.6-7.3 44.7-.4 1.6-.8 3.2-1.2 5.2l-1 4.1-.1.3c.1.2.1.3.2.5l1.8 4.5c.1.3.3.7.4 1 .7 1.6 1.4 3.3 2.1 4.8v.1c8.7 18.8 19.7 33.4 33.9 45.1 4.3 3.5 8.9 6.7 13.9 9.8 1.8-.5 3.5-.7 5.3-.9z"
+ 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm55 287.6c16.1-1.9 30.6-2.8 44.3-2.3 12.8.4 23.6 2 32 5.1.2.1.3.1.5.2.4.2.8.3 1.2.5.5.2 1.1.4 1.6.7.1.1.3.1.4.2 4.1 1.8 7.5 4 10.1 6.6 9.1 9.1 11.8 26.1 6.2 39.6-3.2 7.7-11.7 20.5-33.3 20.5-21.8 0-53.9-9.7-82.1-24.8-25.5 4.3-53.7 13.9-80.9 23.1-5.8 2-11.8 4-17.6 5.9-38 65.2-66.5 79.4-84.1 79.4-4.2 0-7.8-.9-10.8-2-6.9-2.6-12.8-8-16.5-15-.9-1.7-1.6-3.4-2.2-5.2-1.6-4.8-2.1-9.6-1.3-13.6l.6-2.7c.1-.2.1-.4.2-.6.2-.7.4-1.4.7-2.1 0-.1.1-.2.1-.3 4.1-11.9 13.6-23.4 27.7-34.6 12.3-9.8 27.1-18.7 45.9-28.4 15.9-28 37.6-75.1 51.2-107.4-10.8-41.8-16.7-74.6-10.1-98.6.9-3.3 2.5-6.4 4.6-9.1.2-.2.3-.4.5-.6.1-.1.1-.2.2-.2 6.3-7.5 16.9-11.9 28.1-11.5 16.6.7 29.7 11.5 33 30.1 1.7 8 2.2 16.5 1.9 25.7v.7c0 .5 0 1-.1 1.5-.7 13.3-3 26.6-7.3 44.7-.4 1.6-.8 3.2-1.2 5.2l-1 4.1-.1.3c.1.2.1.3.2.5l1.8 4.5c.1.3.3.7.4 1 .7 1.6 1.4 3.3 2.1 4.8v.1c8.7 18.8 19.7 33.4 33.9 45.1 4.3 3.5 8.9 6.7 13.9 9.8 1.8-.5 3.5-.7 5.3-.9z'
], [t,
- "M391.5 761c5.7-4.4 16.2-14.5 30.1-34.7-10.3 9.4-23.4 22.4-30.1 34.7zm270.9-83l.2-.3h.2c.6-.4.5-.7.4-.9-.1-.1-4.5-9.3-45.1-7.4 35.3 13.9 43.5 9.1 44.3 8.6z"
+ 'M391.5 761c5.7-4.4 16.2-14.5 30.1-34.7-10.3 9.4-23.4 22.4-30.1 34.7zm270.9-83l.2-.3h.2c.6-.4.5-.7.4-.9-.1-.1-4.5-9.3-45.1-7.4 35.3 13.9 43.5 9.1 44.3 8.6z'
], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M535.9 585.3c-.8-1.7-1.5-3.3-2.2-4.9-.1-.3-.3-.7-.4-1l-1.8-4.5c-.1-.2-.1-.3-.2-.5l.1-.3.2-1.1c4-16.3 8.6-35.3 9.4-54.4v-.7c.3-8.6-.2-17.2-2-25.6-3.8-21.3-19.5-29.6-32.9-30.2-11.3-.5-21.8 4-28.1 11.4-.1.1-.1.2-.2.2-.2.2-.4.4-.5.6-2.1 2.7-3.7 5.8-4.6 9.1-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.4-51.2 107.4v.1c-27.7 14.3-64.1 35.8-73.6 62.9 0 .1-.1.2-.1.3-.2.7-.5 1.4-.7 2.1-.1.2-.1.4-.2.6-.2.9-.5 1.8-.6 2.7-.9 4-.4 8.8 1.3 13.6.6 1.8 1.3 3.5 2.2 5.2 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-2.6-2.6-6-4.8-10.1-6.6-.1-.1-.3-.1-.4-.2-.5-.2-1.1-.4-1.6-.7-.4-.2-.8-.3-1.2-.5-.2-.1-.3-.1-.5-.2-16.2-5.8-41.7-6.7-76.3-2.8l-5.3.6c-5-3-9.6-6.3-13.9-9.8-14.2-11.3-25.1-25.8-33.8-44.7zM391.5 761c6.7-12.3 19.8-25.3 30.1-34.7-13.9 20.2-24.4 30.3-30.1 34.7zM507 488.8c.8.1 1.5.7 2.2 2 5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4zm-19.2 188.9c-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4 10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2zm175.4-.9c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4z"
+ 'M535.9 585.3c-.8-1.7-1.5-3.3-2.2-4.9-.1-.3-.3-.7-.4-1l-1.8-4.5c-.1-.2-.1-.3-.2-.5l.1-.3.2-1.1c4-16.3 8.6-35.3 9.4-54.4v-.7c.3-8.6-.2-17.2-2-25.6-3.8-21.3-19.5-29.6-32.9-30.2-11.3-.5-21.8 4-28.1 11.4-.1.1-.1.2-.2.2-.2.2-.4.4-.5.6-2.1 2.7-3.7 5.8-4.6 9.1-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.4-51.2 107.4v.1c-27.7 14.3-64.1 35.8-73.6 62.9 0 .1-.1.2-.1.3-.2.7-.5 1.4-.7 2.1-.1.2-.1.4-.2.6-.2.9-.5 1.8-.6 2.7-.9 4-.4 8.8 1.3 13.6.6 1.8 1.3 3.5 2.2 5.2 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-2.6-2.6-6-4.8-10.1-6.6-.1-.1-.3-.1-.4-.2-.5-.2-1.1-.4-1.6-.7-.4-.2-.8-.3-1.2-.5-.2-.1-.3-.1-.5-.2-16.2-5.8-41.7-6.7-76.3-2.8l-5.3.6c-5-3-9.6-6.3-13.9-9.8-14.2-11.3-25.1-25.8-33.8-44.7zM391.5 761c6.7-12.3 19.8-25.3 30.1-34.7-13.9 20.2-24.4 30.3-30.1 34.7zM507 488.8c.8.1 1.5.7 2.2 2 5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4zm-19.2 188.9c-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4 10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2zm175.4-.9c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4z'
])
- })), t.FilePptTwoTone = l("file-ppt", s, (function(e, t) {
- return c(a, [t, "M464.5 516.2v108.4h38.9c44.7 0 71.2-10.9 71.2-54.3 0-34.4-20.1-54.1-53.9-54.1h-56.2z"], [t,
- "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm90 218.4c0 55.2-36.8 94.1-96.2 94.1h-63.3V760c0 4.4-3.6 8-8 8H424c-4.4 0-8-3.6-8-8V484c0-4.4 3.6-8 8-8v.1h104c59.7 0 96 39.8 96 94.3z"
+ })), t.FilePptTwoTone = l('file-ppt', s, (function(e, t) {
+ return c(a, [t, 'M464.5 516.2v108.4h38.9c44.7 0 71.2-10.9 71.2-54.3 0-34.4-20.1-54.1-53.9-54.1h-56.2z'], [t,
+ 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm90 218.4c0 55.2-36.8 94.1-96.2 94.1h-63.3V760c0 4.4-3.6 8-8 8H424c-4.4 0-8-3.6-8-8V484c0-4.4 3.6-8 8-8v.1h104c59.7 0 96 39.8 96 94.3z'
], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M424 476.1c-4.4-.1-8 3.5-8 7.9v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.2c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1z"
+ 'M424 476.1c-4.4-.1-8 3.5-8 7.9v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.2c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1z'
])
- })), t.FileTextTwoTone = l("file-text", s, (function(e, t) {
+ })), t.FileTextTwoTone = l('file-text', s, (function(e, t) {
return c(a, [t,
- "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-22 322c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm200-184v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8z"
+ 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-22 322c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm200-184v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8z'
], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8zm192 128H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"
+ 'M312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8zm192 128H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'
])
- })), t.FileUnknownTwoTone = l("file-unknown", s, (function(e, t) {
+ })), t.FileUnknownTwoTone = l('file-unknown', s, (function(e, t) {
return c(a, [t,
- "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-22 424c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm110-228.4c.7 44.9-29.7 84.5-74.3 98.9-5.7 1.8-9.7 7.3-9.7 13.3V672c0 5.5-4.5 10-10 10h-32c-5.5 0-10-4.5-10-10v-32c.2-19.8 15.4-37.3 34.7-40.1C549 596.2 570 574.3 570 549c0-28.1-25.8-51.5-58-51.5s-58 23.4-58 51.6c0 5.2-4.4 9.4-9.8 9.4h-32.4c-5.4 0-9.8-4.1-9.8-9.5 0-57.4 50.1-103.7 111.5-103 59.3.8 107.7 46.1 108.5 101.6z"
+ 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-22 424c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm110-228.4c.7 44.9-29.7 84.5-74.3 98.9-5.7 1.8-9.7 7.3-9.7 13.3V672c0 5.5-4.5 10-10 10h-32c-5.5 0-10-4.5-10-10v-32c.2-19.8 15.4-37.3 34.7-40.1C549 596.2 570 574.3 570 549c0-28.1-25.8-51.5-58-51.5s-58 23.4-58 51.6c0 5.2-4.4 9.4-9.8 9.4h-32.4c-5.4 0-9.8-4.1-9.8-9.5 0-57.4 50.1-103.7 111.5-103 59.3.8 107.7 46.1 108.5 101.6z'
], [e,
- "M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M480 744a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm-78-195c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103z"
+ 'M480 744a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm-78-195c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103z'
])
- })), t.FileZipTwoTone = l("file-zip", s, (function(e, t) {
- return c(a, [t, "M344 630h32v2h-32z"], [t,
- "M534 352V136H360v64h64v64h-64v64h64v64h-64v64h64v64h-64v62h64v160H296V520h64v-64h-64v-64h64v-64h-64v-64h64v-64h-64v-64h-64v752h560V394H576a42 42 0 0 1-42-42z"
+ })), t.FileZipTwoTone = l('file-zip', s, (function(e, t) {
+ return c(a, [t, 'M344 630h32v2h-32z'], [t,
+ 'M534 352V136H360v64h64v64h-64v64h64v64h-64v64h64v64h-64v62h64v160H296V520h64v-64h-64v-64h64v-64h-64v-64h64v-64h-64v-64h-64v752h560V394H576a42 42 0 0 1-42-42z'
], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h64v64h64v-64h174v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h64v64h64v-64h174v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M296 392h64v64h-64zm0-128h64v64h-64zm0 318v160h128V582h-64v-62h-64v62zm48 50v-2h32v64h-32v-62zm16-432h64v64h-64zm0 256h64v64h-64zm0-128h64v64h-64z"
+ 'M296 392h64v64h-64zm0-128h64v64h-64zm0 318v160h128V582h-64v-62h-64v62zm48 50v-2h32v64h-32v-62zm16-432h64v64h-64zm0 256h64v64h-64zm0-128h64v64h-64z'
])
- })), t.FileWordTwoTone = l("file-word", s, (function(e, t) {
+ })), t.FileWordTwoTone = l('file-word', s, (function(e, t) {
return c(a, [t,
- "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm101.3 129.3c1.3-5.4 6.1-9.3 11.7-9.3h35.6a12.04 12.04 0 0 1 11.6 15.1l-74.4 276c-1.4 5.3-6.2 8.9-11.6 8.9h-31.8c-5.4 0-10.2-3.7-11.6-8.9l-52.8-197-52.8 197c-1.4 5.3-6.2 8.9-11.6 8.9h-32c-5.4 0-10.2-3.7-11.6-8.9l-74.2-276a12.02 12.02 0 0 1 11.6-15.1h35.4c5.6 0 10.4 3.9 11.7 9.3L434.6 680l49.7-198.9c1.3-5.4 6.1-9.1 11.6-9.1h32.2c5.5 0 10.3 3.7 11.6 9.1l49.8 199.3 45.8-199.1z"
+ 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm101.3 129.3c1.3-5.4 6.1-9.3 11.7-9.3h35.6a12.04 12.04 0 0 1 11.6 15.1l-74.4 276c-1.4 5.3-6.2 8.9-11.6 8.9h-31.8c-5.4 0-10.2-3.7-11.6-8.9l-52.8-197-52.8 197c-1.4 5.3-6.2 8.9-11.6 8.9h-32c-5.4 0-10.2-3.7-11.6-8.9l-74.2-276a12.02 12.02 0 0 1 11.6-15.1h35.4c5.6 0 10.4 3.9 11.7 9.3L434.6 680l49.7-198.9c1.3-5.4 6.1-9.1 11.6-9.1h32.2c5.5 0 10.3 3.7 11.6 9.1l49.8 199.3 45.8-199.1z'
], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
], [e,
- "M528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 0 0-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 0 0-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z"
+ 'M528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 0 0-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 0 0-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z'
])
- })), t.FileTwoTone = l("file", s, (function(e, t) {
- return c(a, [t, "M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42z"], [e,
- "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"
+ })), t.FileTwoTone = l('file', s, (function(e, t) {
+ return c(a, [t, 'M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42z'], [e,
+ 'M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z'
])
- })), t.FilterTwoTone = l("filter", s, (function(e, t) {
- return c(a, [t, "M420.6 798h182.9V642H420.6zM411 561.4l9.5 16.6h183l9.5-16.6L811.3 226H212.7z"], [e,
- "M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V642h182.9v156zm9.5-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z"
+ })), t.FilterTwoTone = l('filter', s, (function(e, t) {
+ return c(a, [t, 'M420.6 798h182.9V642H420.6zM411 561.4l9.5 16.6h183l9.5-16.6L811.3 226H212.7z'], [e,
+ 'M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V642h182.9v156zm9.5-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z'
])
- })), t.FireTwoTone = l("fire", s, (function(e, t) {
+ })), t.FireTwoTone = l('fire', s, (function(e, t) {
return c(a, [t,
- "M737 438.6c-9.6 15.5-21.1 30.7-34.4 45.6a73.1 73.1 0 0 1-51 24.4 73.36 73.36 0 0 1-53.4-18.8 74.01 74.01 0 0 1-24.4-59.8c3-47.4-12.4-103.1-45.8-165.7-16.9-31.4-37.1-58.2-61.2-80.4a240 240 0 0 1-12.1 46.5 354.26 354.26 0 0 1-58.2 101 349.6 349.6 0 0 1-58.6 56.8c-34 26.1-62 60-80.8 97.9a275.96 275.96 0 0 0-29.1 124c0 74.9 29.5 145.3 83 198.4 53.7 53.2 125 82.4 201 82.4s147.3-29.2 201-82.4c53.5-53 83-123.5 83-198.4 0-39.2-8.1-77.3-24-113.1-9.3-21-21-40.5-35-58.4z"
+ 'M737 438.6c-9.6 15.5-21.1 30.7-34.4 45.6a73.1 73.1 0 0 1-51 24.4 73.36 73.36 0 0 1-53.4-18.8 74.01 74.01 0 0 1-24.4-59.8c3-47.4-12.4-103.1-45.8-165.7-16.9-31.4-37.1-58.2-61.2-80.4a240 240 0 0 1-12.1 46.5 354.26 354.26 0 0 1-58.2 101 349.6 349.6 0 0 1-58.6 56.8c-34 26.1-62 60-80.8 97.9a275.96 275.96 0 0 0-29.1 124c0 74.9 29.5 145.3 83 198.4 53.7 53.2 125 82.4 201 82.4s147.3-29.2 201-82.4c53.5-53 83-123.5 83-198.4 0-39.2-8.1-77.3-24-113.1-9.3-21-21-40.5-35-58.4z'
], [e,
- "M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0 0 58.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0 0 12.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0 0 24.4 59.8 73.36 73.36 0 0 0 53.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z"
+ 'M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0 0 58.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0 0 12.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0 0 24.4 59.8 73.36 73.36 0 0 0 53.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z'
])
- })), t.FolderAddTwoTone = l("folder-add", s, (function(e, t) {
+ })), t.FolderAddTwoTone = l('folder-add', s, (function(e, t) {
return c(a, [t,
- "M372.5 256H184v512h656V370.4H492.1L372.5 256zM540 443.1V528h84.5c4.1 0 7.5 3.1 7.5 7v42c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1z"
+ 'M372.5 256H184v512h656V370.4H492.1L372.5 256zM540 443.1V528h84.5c4.1 0 7.5 3.1 7.5 7v42c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1z'
], [e,
- "M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z"
+ 'M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z'
], [e,
- "M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1z"
+ 'M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1z'
])
- })), t.FlagTwoTone = l("flag", s, (function(e, t) {
- return c(a, [t, "M184 232h368v336H184z"], [t, "M624 632c0 4.4-3.6 8-8 8H504v73h336V377H624v255z"], [e,
- "M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z"
+ })), t.FlagTwoTone = l('flag', s, (function(e, t) {
+ return c(a, [t, 'M184 232h368v336H184z'], [t, 'M624 632c0 4.4-3.6 8-8 8H504v73h336V377H624v255z'], [e,
+ 'M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z'
])
- })), t.FolderTwoTone = l("folder", s, (function(e, t) {
+ })), t.FolderTwoTone = l('folder', s, (function(e, t) {
return c(a, [e,
- "M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z"
- ], [t, "M372.5 256H184v512h656V370.4H492.1z"])
- })), t.FolderOpenTwoTone = l("folder-open", s, (function(e, t) {
- return c(a, [t, "M159 768h612.3l103.4-256H262.3z"], [e,
- "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z"
+ 'M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z'
+ ], [t, 'M372.5 256H184v512h656V370.4H492.1z'])
+ })), t.FolderOpenTwoTone = l('folder-open', s, (function(e, t) {
+ return c(a, [t, 'M159 768h612.3l103.4-256H262.3z'], [e,
+ 'M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z'
])
- })), t.FrownTwoTone = l("frown", s, (function(e, t) {
+ })), t.FrownTwoTone = l('frown', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 0 1-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 0 1-8 8.4zm24-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 0 1-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 0 1-8 8.4zm24-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
], [e,
- "M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm224 112c-85.5 0-155.6 67.3-160 151.6a8 8 0 0 0 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4 3.7-49.5 45.3-88.6 95.8-88.6s92 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 0 0 8-8.4C667.6 600.3 597.5 533 512 533zm128-112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"
+ 'M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm224 112c-85.5 0-155.6 67.3-160 151.6a8 8 0 0 0 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4 3.7-49.5 45.3-88.6 95.8-88.6s92 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 0 0 8-8.4C667.6 600.3 597.5 533 512 533zm128-112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z'
])
- })), t.FundTwoTone = l("fund", s, (function(e, t) {
+ })), t.FundTwoTone = l('fund', s, (function(e, t) {
return c(a, [e,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z"
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z'
], [t,
- "M136 792h752V232H136v560zm56.4-130.5l214.9-215c3.1-3.1 8.2-3.1 11.3 0L533 561l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.1 3.1 3.1 8.2 0 11.3l-297 297.2a8.03 8.03 0 0 1-11.3 0L412.9 537.2 240.4 709.7a8.03 8.03 0 0 1-11.3 0l-36.7-36.9a8.03 8.03 0 0 1 0-11.3z"
+ 'M136 792h752V232H136v560zm56.4-130.5l214.9-215c3.1-3.1 8.2-3.1 11.3 0L533 561l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.1 3.1 3.1 8.2 0 11.3l-297 297.2a8.03 8.03 0 0 1-11.3 0L412.9 537.2 240.4 709.7a8.03 8.03 0 0 1-11.3 0l-36.7-36.9a8.03 8.03 0 0 1 0-11.3z'
], [e,
- "M229.1 709.7c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 0 0-11.3 0L533 561 418.6 446.5a8.03 8.03 0 0 0-11.3 0l-214.9 215a8.03 8.03 0 0 0 0 11.3l36.7 36.9z"
+ 'M229.1 709.7c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 0 0-11.3 0L533 561 418.6 446.5a8.03 8.03 0 0 0-11.3 0l-214.9 215a8.03 8.03 0 0 0 0 11.3l36.7 36.9z'
])
- })), t.FunnelPlotTwoTone = l("funnel-plot", s, (function(e, t) {
+ })), t.FunnelPlotTwoTone = l('funnel-plot', s, (function(e, t) {
return c(a, [t,
- "M420.6 798h182.9V650H420.6zM297.7 374h428.6l85-148H212.7zm113.2 197.4l8.4 14.6h185.3l8.4-14.6L689.6 438H334.4z"
+ 'M420.6 798h182.9V650H420.6zM297.7 374h428.6l85-148H212.7zm113.2 197.4l8.4 14.6h185.3l8.4-14.6L689.6 438H334.4z'
], [e,
- "M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V650h182.9v148zm9.5-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z"
+ 'M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V650h182.9v148zm9.5-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z'
])
- })), t.GiftTwoTone = l("gift", s, (function(e, t) {
- return c(a, [t, "M546 378h298v104H546zM228 550h250v308H228zm-48-172h298v104H180zm366 172h250v308H546z"], [e,
- "M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zM478 858H228V550h250v308zm0-376H180V378h298v104zm0-176h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm68-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm250 622H546V550h250v308zm48-376H546V378h298v104z"
+ })), t.GiftTwoTone = l('gift', s, (function(e, t) {
+ return c(a, [t, 'M546 378h298v104H546zM228 550h250v308H228zm-48-172h298v104H180zm366 172h250v308H546z'], [e,
+ 'M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zM478 858H228V550h250v308zm0-376H180V378h298v104zm0-176h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm68-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm250 622H546V550h250v308zm48-376H546V378h298v104z'
])
- })), t.HddTwoTone = l("hdd", s, (function(e, t) {
+ })), t.HddTwoTone = l('hdd', s, (function(e, t) {
return c(a, [t,
- "M232 888h560V680H232v208zm448-140c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 616h560V408H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48zm-72-144h560V136H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48z"
+ 'M232 888h560V680H232v208zm448-140c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 616h560V408H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48zm-72-144h560V136H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48z'
], [e,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z"
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z'
], [e,
- "M312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-272h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 516a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"
+ 'M312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-272h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 516a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'
])
- })), t.HeartTwoTone = l("heart", s, (function(e, t) {
+ })), t.HeartTwoTone = l('heart', s, (function(e, t) {
return c(a, [e,
- "M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z"
+ 'M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z'
], [t,
- "M679.7 201c-73.1 0-136.5 40.8-167.7 100.4C480.8 241.8 417.4 201 344.3 201c-104 0-188.3 82.6-188.3 184.5 0 201.2 356 429.3 356 429.3s356-228.1 356-429.3C868 283.6 783.7 201 679.7 201z"
+ 'M679.7 201c-73.1 0-136.5 40.8-167.7 100.4C480.8 241.8 417.4 201 344.3 201c-104 0-188.3 82.6-188.3 184.5 0 201.2 356 429.3 356 429.3s356-228.1 356-429.3C868 283.6 783.7 201 679.7 201z'
])
- })), t.HighlightTwoTone = l("highlight", s, (function(e, t) {
+ })), t.HighlightTwoTone = l('highlight', s, (function(e, t) {
return c(a, [t,
- "M229.6 796.3h160.2l54.3-54.1-80.1-78.9zm220.7-397.1l262.8 258.9 147.3-145-262.8-259zm-77.1 166.1l171.4 168.9 68.6-67.6-171.4-168.9z"
+ 'M229.6 796.3h160.2l54.3-54.1-80.1-78.9zm220.7-397.1l262.8 258.9 147.3-145-262.8-259zm-77.1 166.1l171.4 168.9 68.6-67.6-171.4-168.9z'
], [e,
- "M957.6 507.5L603.2 158.3a7.9 7.9 0 0 0-11.2 0L353.3 393.5a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8v55.2c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6L539 830a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.3H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.3l68.6-67.6 171.4 168.9-68.6 67.6zm168.5-76.1L450.3 399.2l147.3-145.1 262.8 259-147.3 145z"
+ 'M957.6 507.5L603.2 158.3a7.9 7.9 0 0 0-11.2 0L353.3 393.5a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8v55.2c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6L539 830a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.3H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.3l68.6-67.6 171.4 168.9-68.6 67.6zm168.5-76.1L450.3 399.2l147.3-145.1 262.8 259-147.3 145z'
])
- })), t.HomeTwoTone = l("home", s, (function(e, t) {
+ })), t.HomeTwoTone = l('home', s, (function(e, t) {
return c(a, [t,
- "M512.1 172.6l-370 369.7h96V868H392V640c0-22.1 17.9-40 40-40h160c22.1 0 40 17.9 40 40v228h153.9V542.3H882L535.2 195.7l-23.1-23.1zm434.5 422.9c-6 6-13.1 10.8-20.8 13.9 7.7-3.2 14.8-7.9 20.8-13.9zm-887-34.7c5 30.3 31.4 53.5 63.1 53.5h.9c-31.9 0-58.9-23-64-53.5zm-.9-10.5v-1.9 1.9zm.1-2.6c.1-3.1.5-6.1 1-9.1-.6 2.9-.9 6-1 9.1z"
+ 'M512.1 172.6l-370 369.7h96V868H392V640c0-22.1 17.9-40 40-40h160c22.1 0 40 17.9 40 40v228h153.9V542.3H882L535.2 195.7l-23.1-23.1zm434.5 422.9c-6 6-13.1 10.8-20.8 13.9 7.7-3.2 14.8-7.9 20.8-13.9zm-887-34.7c5 30.3 31.4 53.5 63.1 53.5h.9c-31.9 0-58.9-23-64-53.5zm-.9-10.5v-1.9 1.9zm.1-2.6c.1-3.1.5-6.1 1-9.1-.6 2.9-.9 6-1 9.1z'
], [e,
- "M951 510c0-.1-.1-.1-.1-.2l-1.8-2.1c-.1-.1-.2-.3-.4-.4-.7-.8-1.5-1.6-2.2-2.4L560.1 118.8l-25.9-25.9a31.5 31.5 0 0 0-44.4 0L77.5 505a63.6 63.6 0 0 0-16 26.6l-.6 2.1-.3 1.1-.3 1.2c-.2.7-.3 1.4-.4 2.1 0 .1 0 .3-.1.4-.6 3-.9 6-1 9.1v3.3c0 .5 0 1 .1 1.5 0 .5 0 .9.1 1.4 0 .5.1 1 .1 1.5 0 .6.1 1.2.2 1.8 0 .3.1.6.1.9l.3 2.5v.1c5.1 30.5 32.2 53.5 64 53.5h42.5V940h691.7V614.3h43.4c8.6 0 16.9-1.7 24.5-4.9s14.7-7.9 20.8-13.9a63.6 63.6 0 0 0 18.7-45.3c0-14.7-5-28.8-14.3-40.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z"
+ 'M951 510c0-.1-.1-.1-.1-.2l-1.8-2.1c-.1-.1-.2-.3-.4-.4-.7-.8-1.5-1.6-2.2-2.4L560.1 118.8l-25.9-25.9a31.5 31.5 0 0 0-44.4 0L77.5 505a63.6 63.6 0 0 0-16 26.6l-.6 2.1-.3 1.1-.3 1.2c-.2.7-.3 1.4-.4 2.1 0 .1 0 .3-.1.4-.6 3-.9 6-1 9.1v3.3c0 .5 0 1 .1 1.5 0 .5 0 .9.1 1.4 0 .5.1 1 .1 1.5 0 .6.1 1.2.2 1.8 0 .3.1.6.1.9l.3 2.5v.1c5.1 30.5 32.2 53.5 64 53.5h42.5V940h691.7V614.3h43.4c8.6 0 16.9-1.7 24.5-4.9s14.7-7.9 20.8-13.9a63.6 63.6 0 0 0 18.7-45.3c0-14.7-5-28.8-14.3-40.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z'
])
- })), t.HourglassTwoTone = l("hourglass", s, (function(e, t) {
+ })), t.HourglassTwoTone = l('hourglass', s, (function(e, t) {
return c(a, [t,
- "M512 548c-42.2 0-81.9 16.4-111.7 46.3A156.63 156.63 0 0 0 354 706v134h316V706c0-42.2-16.4-81.9-46.3-111.7A156.63 156.63 0 0 0 512 548zM354 318c0 42.2 16.4 81.9 46.3 111.7C430.1 459.6 469.8 476 512 476s81.9-16.4 111.7-46.3C653.6 399.9 670 360.2 670 318V184H354v134z"
+ 'M512 548c-42.2 0-81.9 16.4-111.7 46.3A156.63 156.63 0 0 0 354 706v134h316V706c0-42.2-16.4-81.9-46.3-111.7A156.63 156.63 0 0 0 512 548zM354 318c0 42.2 16.4 81.9 46.3 111.7C430.1 459.6 469.8 476 512 476s81.9-16.4 111.7-46.3C653.6 399.9 670 360.2 670 318V184H354v134z'
], [e,
- "M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 0 1 354 318V184h316v134z"
+ 'M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 0 1 354 318V184h316v134z'
])
- })), t.Html5TwoTone = l("html5", s, (function(e, t) {
+ })), t.Html5TwoTone = l('html5', s, (function(e, t) {
return c(a, [e,
- "M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2z"
+ 'M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2z'
], [t,
- "M209.9 155.4l56.7 641.2 245.2 69.6 244.1-69.6 57.8-641.2H209.9zm530.4 117.9l-4.8 47.2-1.7 19.5H381.7l8.2 94.2H511v-.2h214.7l-3.2 24.3-21.2 242.2-1.7 16.3-187.7 51.7v.4h-1.7l-188.6-52-11.3-144.7h91l6.5 73.2 102.4 27.7h.8v-.2l102.4-27.7 11.4-118.5H511.9v.1H305.4l-22.7-253.5L281 249h461l-1.7 24.3z"
+ 'M209.9 155.4l56.7 641.2 245.2 69.6 244.1-69.6 57.8-641.2H209.9zm530.4 117.9l-4.8 47.2-1.7 19.5H381.7l8.2 94.2H511v-.2h214.7l-3.2 24.3-21.2 242.2-1.7 16.3-187.7 51.7v.4h-1.7l-188.6-52-11.3-144.7h91l6.5 73.2 102.4 27.7h.8v-.2l102.4-27.7 11.4-118.5H511.9v.1H305.4l-22.7-253.5L281 249h461l-1.7 24.3z'
], [e,
- "M281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z"
+ 'M281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z'
])
- })), t.IdcardTwoTone = l("idcard", s, (function(e, t) {
+ })), t.IdcardTwoTone = l('idcard', s, (function(e, t) {
return c(a, [e,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z"
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z'
], [t,
- "M136 792h752V232H136v560zm472-372c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm0 144c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48c0 4.4-3.2 8-7.1 8H615.1c-3.9 0-7.1-3.6-7.1-8v-48zM216.2 664.6c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.6 26.4 71.8 72.8 74.6 126.1a8 8 0 0 1-8 8.4h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224c-4.6 0-8.2-3.8-7.8-8.4z"
- ], [t, "M321.3 463a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z"], [e,
- "M610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z"
+ 'M136 792h752V232H136v560zm472-372c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm0 144c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48c0 4.4-3.2 8-7.1 8H615.1c-3.9 0-7.1-3.6-7.1-8v-48zM216.2 664.6c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.6 26.4 71.8 72.8 74.6 126.1a8 8 0 0 1-8 8.4h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224c-4.6 0-8.2-3.8-7.8-8.4z'
+ ], [t, 'M321.3 463a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z'], [e,
+ 'M610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z'
])
- })), t.InfoCircleTwoTone = l("info-circle", s, (function(e, t) {
+ })), t.InfoCircleTwoTone = l('info-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm32 588c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm32 588c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
], [e,
- "M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z"
+ 'M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z'
])
- })), t.InsuranceTwoTone = l("insurance", s, (function(e, t) {
+ })), t.InsuranceTwoTone = l('insurance', s, (function(e, t) {
return c(a, [e,
- "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z"
- ], [t, "M521.9 358.8h97.9v41.6h-97.9z"], [t,
- "M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM413.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79V656zm257.9-340v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a6.38 6.38 0 0 1-4.8 1.4c-1.7-.3-3.2-1.3-4.1-2.8L432 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8z"
+ 'M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z'
+ ], [t, 'M521.9 358.8h97.9v41.6h-97.9z'], [t,
+ 'M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM413.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79V656zm257.9-340v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a6.38 6.38 0 0 1-4.8 1.4c-1.7-.3-3.2-1.3-4.1-2.8L432 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8z'
], [e,
- "M443.7 306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4 3.7-17.5 58.5-45.2 110.2-82.2 153.6a5.7 5.7 0 0 0-1.2 5.6l13.2 43.5c1.4 4.5 7 5.8 10.2 2.4 7.7-8.1 15.4-16.8 23.1-26V656c0 4.4 3.6 8 8 8h37.3c4.4 0 8-3.6 8-8h.2V393.1a429.2 429.2 0 0 0 33.6-79c.9-2.8-.5-5.9-3.2-7.2zm26.8 9.1v127.4c0 4.4 3.6 8 8 8h65.9V470h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c.9 1.5 2.4 2.5 4.1 2.8 1.7.3 3.5-.2 4.8-1.4 31.6-26.8 58.6-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V535.9c21.3 41.7 47.5 77.6 78.1 106.9 2.6 2.5 6.7 2.2 8.9-.7l26.3-35.3c2-2.6 1.4-6.4-1.2-8.5-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H478.5c-4.4 0-8 3.6-8 8zm51.4 42.8h97.9v41.6h-97.9v-41.6z"
+ 'M443.7 306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4 3.7-17.5 58.5-45.2 110.2-82.2 153.6a5.7 5.7 0 0 0-1.2 5.6l13.2 43.5c1.4 4.5 7 5.8 10.2 2.4 7.7-8.1 15.4-16.8 23.1-26V656c0 4.4 3.6 8 8 8h37.3c4.4 0 8-3.6 8-8h.2V393.1a429.2 429.2 0 0 0 33.6-79c.9-2.8-.5-5.9-3.2-7.2zm26.8 9.1v127.4c0 4.4 3.6 8 8 8h65.9V470h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c.9 1.5 2.4 2.5 4.1 2.8 1.7.3 3.5-.2 4.8-1.4 31.6-26.8 58.6-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V535.9c21.3 41.7 47.5 77.6 78.1 106.9 2.6 2.5 6.7 2.2 8.9-.7l26.3-35.3c2-2.6 1.4-6.4-1.2-8.5-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H478.5c-4.4 0-8 3.6-8 8zm51.4 42.8h97.9v41.6h-97.9v-41.6z'
])
- })), t.InteractionTwoTone = l("interaction", s, (function(e, t) {
+ })), t.InteractionTwoTone = l('interaction', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7v-78.9zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5z"
+ 'M184 840h656V184H184v656zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7v-78.9zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5z'
], [e,
- "M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z"
+ 'M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z'
])
- })), t.InterationTwoTone = l("interation", s, (function(e, t) {
+ })), t.InterationTwoTone = l('interation', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7v-78.9zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5z"
+ 'M184 840h656V184H184v656zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7v-78.9zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5z'
], [e,
- "M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z"
+ 'M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z'
])
- })), t.LayoutTwoTone = l("layout", s, (function(e, t) {
+ })), t.LayoutTwoTone = l('layout', s, (function(e, t) {
return c(a, [t,
- "M384 185h456v136H384zm-200 0h136v656H184zm696-73H144c-17.7 0-32 14.3-32 32v1c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32v-1c0-17.7-14.3-32-32-32zM384 385h456v456H384z"
+ 'M384 185h456v136H384zm-200 0h136v656H184zm696-73H144c-17.7 0-32 14.3-32 32v1c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32v-1c0-17.7-14.3-32-32-32zM384 385h456v456H384z'
], [e,
- "M880 113H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V145c0-17.7-14.3-32-32-32zM320 841H184V185h136v656zm520 0H384V385h456v456zm0-520H384V185h456v136z"
+ 'M880 113H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V145c0-17.7-14.3-32-32-32zM320 841H184V185h136v656zm520 0H384V385h456v456zm0-520H384V185h456v136z'
])
- })), t.LeftCircleTwoTone = l("left-circle", s, (function(e, t) {
+ })), t.LeftCircleTwoTone = l('left-circle', s, (function(e, t) {
return c(a, [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm104 240.9c0 10.3-4.9 19.9-13.2 25.9L457.4 512l145.4 105.1c8.3 6 13.2 15.7 13.2 25.9v46.9c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm104 240.9c0 10.3-4.9 19.9-13.2 25.9L457.4 512l145.4 105.1c8.3 6 13.2 15.7 13.2 25.9v46.9c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9z'
], [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [e,
- "M603.3 327.5l-246 178a7.95 7.95 0 0 0 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z"
+ 'M603.3 327.5l-246 178a7.95 7.95 0 0 0 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z'
])
- })), t.LeftSquareTwoTone = l("left-square", s, (function(e, t) {
+ })), t.LeftSquareTwoTone = l('left-square', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm181.3-334.5l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9c0 10.3-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.7 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.4l-246-178a7.95 7.95 0 0 1 0-12.9z"
+ 'M184 840h656V184H184v656zm181.3-334.5l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9c0 10.3-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.7 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.4l-246-178a7.95 7.95 0 0 1 0-12.9z'
], [e,
- "M365.3 518.4l246 178c5.3 3.9 12.7.1 12.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a7.95 7.95 0 0 0 0 12.9z"
+ 'M365.3 518.4l246 178c5.3 3.9 12.7.1 12.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a7.95 7.95 0 0 0 0 12.9z'
])
- })), t.LikeTwoTone = l("like", s, (function(e, t) {
+ })), t.LikeTwoTone = l('like', s, (function(e, t) {
return c(a, [t,
- "M273 495.9v428l.3-428zm538.2-88.3H496.8l9.6-198.4c.6-11.9-4.7-23.1-14.6-30.5-6.1-4.5-13.6-6.8-21.1-6.7-19.6.1-36.9 13.4-42.2 32.3-37.1 134.4-64.9 235.2-83.5 302.5V852h399.4a56.85 56.85 0 0 0 33.6-51.8c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5 21.9-19a56.76 56.76 0 0 0 19.6-43c0-19.1-11-37.5-28.8-48.4z"
+ 'M273 495.9v428l.3-428zm538.2-88.3H496.8l9.6-198.4c.6-11.9-4.7-23.1-14.6-30.5-6.1-4.5-13.6-6.8-21.1-6.7-19.6.1-36.9 13.4-42.2 32.3-37.1 134.4-64.9 235.2-83.5 302.5V852h399.4a56.85 56.85 0 0 0 33.6-51.8c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5 21.9-19a56.76 56.76 0 0 0 19.6-43c0-19.1-11-37.5-28.8-48.4z'
], [e,
- "M112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32zm773.9 5.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.5-65.5-111a67.67 67.67 0 0 0-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4 106.4 0 0 0-77.9-33.4c-52 0-98 35-111.8 85.1l-85.8 310.8-.3 428h472.1c9.3 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37zM820.4 499l-21.9 19 14 25.5a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H345V506.8c18.6-67.2 46.4-168 83.5-302.5a44.28 44.28 0 0 1 42.2-32.3c7.5-.1 15 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.1 32.2-19.6 43z"
+ 'M112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32zm773.9 5.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.5-65.5-111a67.67 67.67 0 0 0-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4 106.4 0 0 0-77.9-33.4c-52 0-98 35-111.8 85.1l-85.8 310.8-.3 428h472.1c9.3 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37zM820.4 499l-21.9 19 14 25.5a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H345V506.8c18.6-67.2 46.4-168 83.5-302.5a44.28 44.28 0 0 1 42.2-32.3c7.5-.1 15 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.1 32.2-19.6 43z'
])
- })), t.LockTwoTone = l("lock", s, (function(e, t) {
+ })), t.LockTwoTone = l('lock', s, (function(e, t) {
return c(a, [e,
- "M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304z"
+ 'M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304z'
], [t,
- "M232 840h560V536H232v304zm280-226a48.01 48.01 0 0 1 28 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0 1 28-87z"
- ], [e, "M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z"])
- })), t.MailTwoTone = l("mail", s, (function(e, t) {
+ 'M232 840h560V536H232v304zm280-226a48.01 48.01 0 0 1 28 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0 1 28-87z'
+ ], [e, 'M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z'])
+ })), t.MailTwoTone = l('mail', s, (function(e, t) {
return c(a, [t,
- "M477.5 536.3L135.9 270.7l-27.5-21.4 27.6 21.5V792h752V270.8L546.2 536.3a55.99 55.99 0 0 1-68.7 0z"
- ], [t, "M876.3 198.8l39.3 50.5-27.6 21.5 27.7-21.5-39.3-50.5z"], [e,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-94.5 72.1L512 482 190.5 232.1h643zm54.5 38.7V792H136V270.8l-27.6-21.5 27.5 21.4 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5h.1l39.3 50.5-27.7 21.5z"
+ 'M477.5 536.3L135.9 270.7l-27.5-21.4 27.6 21.5V792h752V270.8L546.2 536.3a55.99 55.99 0 0 1-68.7 0z'
+ ], [t, 'M876.3 198.8l39.3 50.5-27.6 21.5 27.7-21.5-39.3-50.5z'], [e,
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-94.5 72.1L512 482 190.5 232.1h643zm54.5 38.7V792H136V270.8l-27.6-21.5 27.5 21.4 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5h.1l39.3 50.5-27.7 21.5z'
])
- })), t.MedicineBoxTwoTone = l("medicine-box", s, (function(e, t) {
+ })), t.MedicineBoxTwoTone = l('medicine-box', s, (function(e, t) {
return c(a, [t,
- "M244.3 328L184 513.4V840h656V513.4L779.7 328H244.3zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48z"
+ 'M244.3 328L184 513.4V840h656V513.4L779.7 328H244.3zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48z'
], [e,
- "M652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"
+ 'M652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'
], [e,
- "M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840z"
+ 'M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840z'
])
- })), t.MehTwoTone = l("meh", s, (function(e, t) {
+ })), t.MehTwoTone = l('meh', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
], [e,
- "M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm376 144H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-24-144a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"
+ 'M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm376 144H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-24-144a48 48 0 1 0 96 0 48 48 0 1 0-96 0z'
])
- })), t.MessageTwoTone = l("message", s, (function(e, t) {
+ })), t.MessageTwoTone = l('message', s, (function(e, t) {
return c(a, [t,
- "M775.3 248.9a369.62 369.62 0 0 0-119-80A370.2 370.2 0 0 0 512.1 140h-1.7c-99.7.4-193 39.4-262.8 109.9-69.9 70.5-108 164.1-107.6 263.8.3 60.3 15.3 120.2 43.5 173.1l4.5 8.4V836h140.8l8.4 4.5c52.9 28.2 112.8 43.2 173.1 43.5h1.7c99 0 192-38.2 262.1-107.6 70.4-69.8 109.5-163.1 110.1-262.7.2-50.6-9.5-99.6-28.9-145.8a370.15 370.15 0 0 0-80-119zM312 560a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zm200 0a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zm200 0a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
- ], [e, "M664 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-400 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"], [e,
- "M925.2 338.4c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 0 0-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 0 0-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 0 0 112 714v152a46 46 0 0 0 46 46h152.1A449.4 449.4 0 0 0 510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 0 0 142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
- ], [e, "M464 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"])
- })), t.MinusCircleTwoTone = l("minus-circle", s, (function(e, t) {
+ 'M775.3 248.9a369.62 369.62 0 0 0-119-80A370.2 370.2 0 0 0 512.1 140h-1.7c-99.7.4-193 39.4-262.8 109.9-69.9 70.5-108 164.1-107.6 263.8.3 60.3 15.3 120.2 43.5 173.1l4.5 8.4V836h140.8l8.4 4.5c52.9 28.2 112.8 43.2 173.1 43.5h1.7c99 0 192-38.2 262.1-107.6 70.4-69.8 109.5-163.1 110.1-262.7.2-50.6-9.5-99.6-28.9-145.8a370.15 370.15 0 0 0-80-119zM312 560a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zm200 0a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zm200 0a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
+ ], [e, 'M664 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-400 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0z'], [e,
+ 'M925.2 338.4c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 0 0-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 0 0-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 0 0 112 714v152a46 46 0 0 0 46 46h152.1A449.4 449.4 0 0 0 510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 0 0 142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z'
+ ], [e, 'M464 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0z'])
+ })), t.MinusCircleTwoTone = l('minus-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z"
- ], [e, "M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"])
- })), t.MinusSquareTwoTone = l("minus-square", s, (function(e, t) {
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z'
+ ], [e, 'M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'])
+ })), t.MinusSquareTwoTone = l('minus-square', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48z"
- ], [e, "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"])
- })), t.MobileTwoTone = l("mobile", s, (function(e, t) {
+ 'M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48z'
+ ], [e, 'M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z'])
+ })), t.MobileTwoTone = l('mobile', s, (function(e, t) {
return c(a, [e,
- "M744 64H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H288V136h448v752z"
+ 'M744 64H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H288V136h448v752z'
], [t,
- "M288 888h448V136H288v752zm224-142c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"
- ], [e, "M472 786a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"])
- })), t.PauseCircleTwoTone = l("pause-circle", s, (function(e, t) {
+ 'M288 888h448V136H288v752zm224-142c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z'
+ ], [e, 'M472 786a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'])
+ })), t.PauseCircleTwoTone = l('pause-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-80 524c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-80 524c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z'
], [e,
- "M424 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z"
+ 'M424 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z'
])
- })), t.MoneyCollectTwoTone = l("money-collect", s, (function(e, t) {
+ })), t.MoneyCollectTwoTone = l('money-collect', s, (function(e, t) {
return c(a, [t,
- "M256 744.4l256 93.1 256-93.1V184H256v560.4zM359.7 313c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 485.2h3.3L599 316.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8L564 515.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V704c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 323.8c-2.1-3.8-.7-8.7 3.2-10.8z"
+ 'M256 744.4l256 93.1 256-93.1V184H256v560.4zM359.7 313c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 485.2h3.3L599 316.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8L564 515.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V704c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 323.8c-2.1-3.8-.7-8.7 3.2-10.8z'
], [e,
- "M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM768 744.4l-256 93.1-256-93.1V184h512v560.4z"
+ 'M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM768 744.4l-256 93.1-256-93.1V184h512v560.4z'
], [e,
- "M460.4 515.4h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6z"
+ 'M460.4 515.4h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6z'
])
- })), t.NotificationTwoTone = l("notification", s, (function(e, t) {
+ })), t.NotificationTwoTone = l('notification', s, (function(e, t) {
return c(a, [t,
- "M229.6 678.1c-3.7 11.6-5.6 23.9-5.6 36.4 0-12.5 2-24.8 5.7-36.4h-.1zm76.3-260.2H184v188.2h121.9l12.9 5.2L840 820.7V203.3L318.8 412.7z"
+ 'M229.6 678.1c-3.7 11.6-5.6 23.9-5.6 36.4 0-12.5 2-24.8 5.7-36.4h-.1zm76.3-260.2H184v188.2h121.9l12.9 5.2L840 820.7V203.3L318.8 412.7z'
], [e,
- "M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z"
+ 'M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z'
])
- })), t.PhoneTwoTone = l("phone", s, (function(e, t) {
+ })), t.PhoneTwoTone = l('phone', s, (function(e, t) {
return c(a, [t,
- "M721.7 184.9L610.9 295.8l120.8 120.7-8 21.6A481.29 481.29 0 0 1 438 723.9l-21.6 8-.9-.9-119.8-120-110.8 110.9 104.5 104.5c10.8 10.7 26 15.7 40.8 13.2 117.9-19.5 235.4-82.9 330.9-178.4s158.9-213.1 178.4-331c2.5-14.8-2.5-30-13.3-40.8L721.7 184.9z"
+ 'M721.7 184.9L610.9 295.8l120.8 120.7-8 21.6A481.29 481.29 0 0 1 438 723.9l-21.6 8-.9-.9-119.8-120-110.8 110.9 104.5 104.5c10.8 10.7 26 15.7 40.8 13.2 117.9-19.5 235.4-82.9 330.9-178.4s158.9-213.1 178.4-331c2.5-14.8-2.5-30-13.3-40.8L721.7 184.9z'
], [e,
- "M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 0 1-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 0 0-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 0 0 285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z"
+ 'M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 0 1-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 0 0-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 0 0 285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z'
])
- })), t.PictureTwoTone = l("picture", s, (function(e, t) {
+ })), t.PictureTwoTone = l('picture', s, (function(e, t) {
return c(a, [e,
- "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z"
- ], [t, "M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z"], [t,
- "M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 1 1 0 176 88 88 0 0 1 0-176z"
- ], [t, "M276 368a28 28 0 1 0 56 0 28 28 0 1 0-56 0z"], [e,
- "M304 456a88 88 0 1 0 0-176 88 88 0 0 0 0 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z"
+ 'M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z'
+ ], [t, 'M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z'], [t,
+ 'M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 1 1 0 176 88 88 0 0 1 0-176z'
+ ], [t, 'M276 368a28 28 0 1 0 56 0 28 28 0 1 0-56 0z'], [e,
+ 'M304 456a88 88 0 1 0 0-176 88 88 0 0 0 0 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z'
])
- })), t.PlayCircleTwoTone = l("play-circle", s, (function(e, t) {
+ })), t.PlayCircleTwoTone = l('play-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm164.1 378.2L457.7 677.1a8.02 8.02 0 0 1-12.7-6.5V353a8 8 0 0 1 12.7-6.5l218.4 158.8a7.9 7.9 0 0 1 0 12.9z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm164.1 378.2L457.7 677.1a8.02 8.02 0 0 1-12.7-6.5V353a8 8 0 0 1 12.7-6.5l218.4 158.8a7.9 7.9 0 0 1 0 12.9z'
], [e,
- "M676.1 505.3L457.7 346.5A8 8 0 0 0 445 353v317.6a8.02 8.02 0 0 0 12.7 6.5l218.4-158.9a7.9 7.9 0 0 0 0-12.9z"
+ 'M676.1 505.3L457.7 346.5A8 8 0 0 0 445 353v317.6a8.02 8.02 0 0 0 12.7 6.5l218.4-158.9a7.9 7.9 0 0 0 0-12.9z'
])
- })), t.PlaySquareTwoTone = l("play-square", s, (function(e, t) {
+ })), t.PlaySquareTwoTone = l('play-square', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm240-484.7c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 0 1 0 17.6L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3z"
+ 'M184 840h656V184H184v656zm240-484.7c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 0 1 0 17.6L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3z'
], [e,
- "M442.3 677.6l199.4-156.8a11.2 11.2 0 0 0 0-17.6L442.3 346.5c-7.4-5.9-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.6 18.3 8.8z"
+ 'M442.3 677.6l199.4-156.8a11.2 11.2 0 0 0 0-17.6L442.3 346.5c-7.4-5.9-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.6 18.3 8.8z'
])
- })), t.PieChartTwoTone = l("pie-chart", s, (function(e, t) {
+ })), t.PieChartTwoTone = l('pie-chart', s, (function(e, t) {
return c(a, [t,
- "M316.2 920.5c-47.6-20.1-90.4-49-127.1-85.7a398.19 398.19 0 0 1-85.7-127.1A397.12 397.12 0 0 1 72 552.2v.2a398.57 398.57 0 0 0 117 282.5c36.7 36.7 79.4 65.5 127 85.6A396.64 396.64 0 0 0 471.6 952c27 0 53.6-2.7 79.7-7.9-25.9 5.2-52.4 7.8-79.3 7.8-54 .1-106.4-10.5-155.8-31.4zM560 472c-4.4 0-8-3.6-8-8V79.9c0-1.3.3-2.5.9-3.6-.9 1.3-1.5 2.9-1.5 4.6v383.7c0 4.4 3.6 8 8 8l383.6-1c1.6 0 3.1-.5 4.4-1.3-1 .5-2.2.7-3.4.7l-384 1z"
- ], [t, "M619.8 147.6v256.6l256.4-.7c-13-62.5-44.3-120.5-90-166.1a332.24 332.24 0 0 0-166.4-89.8z"], [t,
- "M438 221.7c-75.9 7.6-146.2 40.9-200.8 95.5C174.5 379.9 140 463.3 140 552s34.5 172.1 97.2 234.8c62.3 62.3 145.1 96.8 233.2 97.2 88.2.4 172.7-34.1 235.3-96.2C761 733 794.6 662.3 802.3 586H438V221.7z"
+ 'M316.2 920.5c-47.6-20.1-90.4-49-127.1-85.7a398.19 398.19 0 0 1-85.7-127.1A397.12 397.12 0 0 1 72 552.2v.2a398.57 398.57 0 0 0 117 282.5c36.7 36.7 79.4 65.5 127 85.6A396.64 396.64 0 0 0 471.6 952c27 0 53.6-2.7 79.7-7.9-25.9 5.2-52.4 7.8-79.3 7.8-54 .1-106.4-10.5-155.8-31.4zM560 472c-4.4 0-8-3.6-8-8V79.9c0-1.3.3-2.5.9-3.6-.9 1.3-1.5 2.9-1.5 4.6v383.7c0 4.4 3.6 8 8 8l383.6-1c1.6 0 3.1-.5 4.4-1.3-1 .5-2.2.7-3.4.7l-384 1z'
+ ], [t, 'M619.8 147.6v256.6l256.4-.7c-13-62.5-44.3-120.5-90-166.1a332.24 332.24 0 0 0-166.4-89.8z'], [t,
+ 'M438 221.7c-75.9 7.6-146.2 40.9-200.8 95.5C174.5 379.9 140 463.3 140 552s34.5 172.1 97.2 234.8c62.3 62.3 145.1 96.8 233.2 97.2 88.2.4 172.7-34.1 235.3-96.2C761 733 794.6 662.3 802.3 586H438V221.7z'
], [e,
- "M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1 398.19 398.19 0 0 0-85.7 127.1A397.61 397.61 0 0 0 72 552v.2c0 53.9 10.6 106.2 31.4 155.5 20.1 47.6 49 90.4 85.7 127.1 36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 0 0 472 952c26.9 0 53.4-2.6 79.3-7.8 26.1-5.3 51.7-13.1 76.4-23.6 47.6-20.1 90.4-49 127.1-85.7 36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 0 0 872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552s34.5-172.1 97.2-234.8c54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8z"
+ 'M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1 398.19 398.19 0 0 0-85.7 127.1A397.61 397.61 0 0 0 72 552v.2c0 53.9 10.6 106.2 31.4 155.5 20.1 47.6 49 90.4 85.7 127.1 36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 0 0 472 952c26.9 0 53.4-2.6 79.3-7.8 26.1-5.3 51.7-13.1 76.4-23.6 47.6-20.1 90.4-49 127.1-85.7 36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 0 0 872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552s34.5-172.1 97.2-234.8c54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8z'
], [e,
- "M952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-3.4-.3-6.4 1.5-7.8 4.3a8.7 8.7 0 0 0-.9 3.6V464c0 4.4 3.6 8 8 8l384-1c1.2 0 2.3-.3 3.4-.7a8.1 8.1 0 0 0 4.6-7.9zm-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z"
+ 'M952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-3.4-.3-6.4 1.5-7.8 4.3a8.7 8.7 0 0 0-.9 3.6V464c0 4.4 3.6 8 8 8l384-1c1.2 0 2.3-.3 3.4-.7a8.1 8.1 0 0 0 4.6-7.9zm-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z'
])
- })), t.PlusCircleTwoTone = l("plus-circle", s, (function(e, t) {
+ })), t.PlusCircleTwoTone = l('plus-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z'
], [e,
- "M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"
+ 'M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'
])
- })), t.PlusSquareTwoTone = l("plus-square", s, (function(e, t) {
+ })), t.PlusSquareTwoTone = l('plus-square', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48z"
+ 'M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48z'
], [e,
- "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"
+ 'M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z'
])
- })), t.PoundCircleTwoTone = l("pound-circle", s, (function(e, t) {
+ })), t.PoundCircleTwoTone = l('pound-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm146 582.1c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8v39.8z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm146 582.1c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8v39.8z'
], [e,
- "M650 674.3H470v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.8-5.3-41h98.6c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5 0-43.6 34-70.2 87.3-70.2 21.4 0 42.5 4.1 60.4 10.5a8 8 0 0 0 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.9-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.4 6.8 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.2c3.4 14.8 5.9 29.5 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8v38.5c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z"
+ 'M650 674.3H470v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.8-5.3-41h98.6c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5 0-43.6 34-70.2 87.3-70.2 21.4 0 42.5 4.1 60.4 10.5a8 8 0 0 0 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.9-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.4 6.8 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.2c3.4 14.8 5.9 29.5 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8v38.5c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z'
])
- })), t.PrinterTwoTone = l("printer", s, (function(e, t) {
+ })), t.PrinterTwoTone = l('printer', s, (function(e, t) {
return c(a, [t,
- "M360 180h304v152H360zm492 220H172c-6.6 0-12 5.4-12 12v292h132V500h440v204h132V412c0-6.6-5.4-12-12-12zm-24 84c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z"
+ 'M360 180h304v152H360zm492 220H172c-6.6 0-12 5.4-12 12v292h132V500h440v204h132V412c0-6.6-5.4-12-12-12zm-24 84c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z'
], [e,
- "M852 332H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z"
- ], [e, "M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8z"])
- })), t.ProfileTwoTone = l("profile", s, (function(e, t) {
+ 'M852 332H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z'
+ ], [e, 'M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8z'])
+ })), t.ProfileTwoTone = l('profile', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm300-496c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zM380 328c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"
+ 'M184 840h656V184H184v656zm300-496c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zM380 328c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z'
], [e,
- "M340 656a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm152 320h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"
+ 'M340 656a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm152 320h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z'
])
- })), t.ProjectTwoTone = l("project", s, (function(e, t) {
+ })), t.ProjectTwoTone = l('project', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm472-560c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280z"
+ 'M184 840h656V184H184v656zm472-560c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280z'
], [e,
- "M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8z"
+ 'M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8z'
])
- })), t.PushpinTwoTone = l("pushpin", s, (function(e, t) {
+ })), t.PushpinTwoTone = l('pushpin', s, (function(e, t) {
return c(a, [t,
- "M474.8 357.7l-24.5 24.5-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6-29 0-57.5 4.7-84.7 14.1-14 4.8-27.4 10.8-40.3 17.9l353.1 353.3a259.92 259.92 0 0 0 30.4-153.9l-3.8-34.4 24.5-24.5L800 415.5 608.5 224 474.8 357.7z"
+ 'M474.8 357.7l-24.5 24.5-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6-29 0-57.5 4.7-84.7 14.1-14 4.8-27.4 10.8-40.3 17.9l353.1 353.3a259.92 259.92 0 0 0 30.4-153.9l-3.8-34.4 24.5-24.5L800 415.5 608.5 224 474.8 357.7z'
], [e,
- "M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 0 0-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z"
+ 'M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 0 0-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z'
])
- })), t.PropertySafetyTwoTone = l("property-safety", s, (function(e, t) {
+ })), t.PropertySafetyTwoTone = l('property-safety', s, (function(e, t) {
return c(a, [e,
- "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z"
+ 'M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z'
], [t,
- "M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM593.9 318h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3L585 323.5a10 10 0 0 1 8.9-5.5z"
+ 'M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM593.9 318h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3L585 323.5a10 10 0 0 1 8.9-5.5z'
], [e,
- "M438.9 323.5a9.88 9.88 0 0 0-8.9-5.5h-46c-1.7 0-3.3.4-4.8 1.2-4.9 2.7-6.6 8.8-4 13.6l88 161.1H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1c.8-1.5 1.2-3.1 1.1-4.8 0-5.5-4.5-10-10-10h-45a10 10 0 0 0-8.9 5.5l-73.2 144.3-72.9-144.3z"
+ 'M438.9 323.5a9.88 9.88 0 0 0-8.9-5.5h-46c-1.7 0-3.3.4-4.8 1.2-4.9 2.7-6.6 8.8-4 13.6l88 161.1H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1c.8-1.5 1.2-3.1 1.1-4.8 0-5.5-4.5-10-10-10h-45a10 10 0 0 0-8.9 5.5l-73.2 144.3-72.9-144.3z'
])
- })), t.QuestionCircleTwoTone = l("question-circle", s, (function(e, t) {
+ })), t.QuestionCircleTwoTone = l('question-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm0 632c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 0 0-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm0 632c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 0 0-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z'
], [e,
- "M472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm151.6-415.3C593.6 290.5 554 276 512 276s-81.6 14.4-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.2 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5 0-39.3-17.2-76-48.4-103.3z"
+ 'M472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm151.6-415.3C593.6 290.5 554 276 512 276s-81.6 14.4-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.2 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5 0-39.3-17.2-76-48.4-103.3z'
])
- })), t.ReconciliationTwoTone = l("reconciliation", s, (function(e, t) {
+ })), t.ReconciliationTwoTone = l('reconciliation', s, (function(e, t) {
return c(a, [t,
- "M740 344H404V240H304v160h176c17.7 0 32 14.3 32 32v360h328V240H740v104zM584 448c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56zm92 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-341v96c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z"
- ], [t, "M642 657a34 34 0 1 0 68 0 34 34 0 1 0-68 0z"], [e,
- "M592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm112-104v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z"
+ 'M740 344H404V240H304v160h176c17.7 0 32 14.3 32 32v360h328V240H740v104zM584 448c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56zm92 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-341v96c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z'
+ ], [t, 'M642 657a34 34 0 1 0 68 0 34 34 0 1 0-68 0z'], [e,
+ 'M592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm112-104v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z'
], [e,
- "M880 168H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552z"
+ 'M880 168H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552z'
], [e,
- "M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z"
+ 'M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z'
])
- })), t.RedEnvelopeTwoTone = l("red-envelope", s, (function(e, t) {
+ })), t.RedEnvelopeTwoTone = l('red-envelope', s, (function(e, t) {
return c(a, [e,
- "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z"
+ 'M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z'
], [t,
- "M492.3 397.2L232 193.1V888h560V193.1L531.8 397.2a31.99 31.99 0 0 1-39.5 0zm99.4 60.9h47.8a8.45 8.45 0 0 1 7.4 12.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4V665c0 4.6-3.8 8.4-8.4 8.4h-63.3V702h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.7-3.5 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4L377 470.4a8.4 8.4 0 0 1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.7 142 71.9-141.9a8.6 8.6 0 0 1 7.5-4.6z"
- ], [t, "M232 136.7h31.7L512 331.3l248.3-194.6H792v-.7H232z"], [e,
- "M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142z"
+ 'M492.3 397.2L232 193.1V888h560V193.1L531.8 397.2a31.99 31.99 0 0 1-39.5 0zm99.4 60.9h47.8a8.45 8.45 0 0 1 7.4 12.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4V665c0 4.6-3.8 8.4-8.4 8.4h-63.3V702h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.7-3.5 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4L377 470.4a8.4 8.4 0 0 1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.7 142 71.9-141.9a8.6 8.6 0 0 1 7.5-4.6z'
+ ], [t, 'M232 136.7h31.7L512 331.3l248.3-194.6H792v-.7H232z'], [e,
+ 'M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142z'
])
- })), t.RestTwoTone = l("rest", s, (function(e, t) {
+ })), t.RestTwoTone = l('rest', s, (function(e, t) {
return c(a, [t,
- "M326.4 844h363.2l44.3-520H282l44.4 520zM508 416c79.5 0 144 64.5 144 144s-64.5 144-144 144-144-64.5-144-144 64.5-144 144-144z"
+ 'M326.4 844h363.2l44.3-520H282l44.4 520zM508 416c79.5 0 144 64.5 144 144s-64.5 144-144 144-144-64.5-144-144 64.5-144 144-144z'
], [e,
- "M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z"
+ 'M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z'
], [e,
- "M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z"
+ 'M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z'
])
- })), t.RightCircleTwoTone = l("right-circle", s, (function(e, t) {
+ })), t.RightCircleTwoTone = l('right-circle', s, (function(e, t) {
return c(a, [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm154.7 378.4l-246 178c-5.3 3.8-12.7 0-12.7-6.5V643c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm154.7 378.4l-246 178c-5.3 3.8-12.7 0-12.7-6.5V643c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9z'
], [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [e,
- "M666.7 505.5l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L566.6 512 421.2 617.1c-8.3 6-13.2 15.7-13.2 25.9v46.9c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.7 0-12.9z"
+ 'M666.7 505.5l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L566.6 512 421.2 617.1c-8.3 6-13.2 15.7-13.2 25.9v46.9c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.7 0-12.9z'
])
- })), t.RocketTwoTone = l("rocket", s, (function(e, t) {
+ })), t.RocketTwoTone = l('rocket', s, (function(e, t) {
return c(a, [t,
- "M261.7 621.4c-9.4 14.6-17 30.3-22.5 46.6H324V558.7c-24.8 16.2-46 37.5-62.3 62.7zM700 558.7V668h84.8c-5.5-16.3-13.1-32-22.5-46.6a211.6 211.6 0 0 0-62.3-62.7zm-64-239.9l-124-147-124 147V668h248V318.8zM512 448a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
+ 'M261.7 621.4c-9.4 14.6-17 30.3-22.5 46.6H324V558.7c-24.8 16.2-46 37.5-62.3 62.7zM700 558.7V668h84.8c-5.5-16.3-13.1-32-22.5-46.6a211.6 211.6 0 0 0-62.3-62.7zm-64-239.9l-124-147-124 147V668h248V318.8zM512 448a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
], [e,
- "M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zm-540-68h-84.8c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668zm64-184.9V318.8l124-147 124 147V668H388V483.1zm240.1 301.1c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM700 668V558.7a211.6 211.6 0 0 1 62.3 62.7c9.4 14.6 17 30.3 22.5 46.6H700z"
- ], [e, "M464 400a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"])
- })), t.RightSquareTwoTone = l("right-square", s, (function(e, t) {
+ 'M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zm-540-68h-84.8c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668zm64-184.9V318.8l124-147 124 147V668H388V483.1zm240.1 301.1c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM700 668V558.7a211.6 211.6 0 0 1 62.3 62.7c9.4 14.6 17 30.3 22.5 46.6H700z'
+ ], [e, 'M464 400a48 48 0 1 0 96 0 48 48 0 1 0-96 0z'])
+ })), t.RightSquareTwoTone = l('right-square', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm216-196.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9l-246 178c-5.3 3.9-12.7.1-12.7-6.4v-46.9z"
+ 'M184 840h656V184H184v656zm216-196.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9l-246 178c-5.3 3.9-12.7.1-12.7-6.4v-46.9z'
], [e,
- "M412.7 696.4l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.7-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.4z"
+ 'M412.7 696.4l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.7-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.4z'
])
- })), t.SafetyCertificateTwoTone = l("safety-certificate", s, (function(e, t) {
+ })), t.SafetyCertificateTwoTone = l('safety-certificate', s, (function(e, t) {
return c(a, [e,
- "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z"
+ 'M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z'
], [t,
- "M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM632.8 328H688c6.5 0 10.3 7.4 6.5 12.7L481.9 633.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89.1 150.9-207.8c3-4.1 7.9-6.6 13-6.6z"
+ 'M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM632.8 328H688c6.5 0 10.3 7.4 6.5 12.7L481.9 633.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89.1 150.9-207.8c3-4.1 7.9-6.6 13-6.6z'
], [e,
- "M404.2 453.3c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z"
+ 'M404.2 453.3c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z'
])
- })), t.SaveTwoTone = l("save", s, (function(e, t) {
+ })), t.SaveTwoTone = l('save', s, (function(e, t) {
return c(a, [t,
- "M704 320c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V184H184v656h656V341.8l-136-136V320zM512 730c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144z"
+ 'M704 320c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V184H184v656h656V341.8l-136-136V320zM512 730c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144z'
], [e,
- "M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z"
+ 'M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z'
], [e,
- "M893.3 293.3L730.7 130.7c-.7-.7-1.4-1.3-2.1-2-.1-.1-.3-.2-.4-.3-.7-.7-1.5-1.3-2.2-1.9a64 64 0 0 0-22-11.7V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840z"
+ 'M893.3 293.3L730.7 130.7c-.7-.7-1.4-1.3-2.1-2-.1-.1-.3-.2-.4-.3-.7-.7-1.5-1.3-2.2-1.9a64 64 0 0 0-22-11.7V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840z'
])
- })), t.ScheduleTwoTone = l("schedule", s, (function(e, t) {
+ })), t.ScheduleTwoTone = l('schedule', s, (function(e, t) {
return c(a, [t,
- "M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.4-91.2l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.3c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.4 12.9 6.6l52.8 73.1 103.6-143.7c3-4.1 7.8-6.6 12.8-6.5h54.9c6.5 0 10.3 7.4 6.5 12.7z"
+ 'M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.4-91.2l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.3c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.4 12.9 6.6l52.8 73.1 103.6-143.7c3-4.1 7.8-6.6 12.8-6.5h54.9c6.5 0 10.3 7.4 6.5 12.7z'
], [e,
- "M724.2 454.6L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"
+ 'M724.2 454.6L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'
], [e,
- "M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z"
- ], [e, "M416 632H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"])
- })), t.SecurityScanTwoTone = l("security-scan", s, (function(e, t) {
+ 'M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z'
+ ], [e, 'M416 632H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'])
+ })), t.SecurityScanTwoTone = l('security-scan', s, (function(e, t) {
return c(a, [e,
- "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z"
- ], [t, "M460.7 451.1a80.1 80.1 0 1 0 160.2 0 80.1 80.1 0 1 0-160.2 0z"], [t,
- "M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zm428.7 122.5c56.3 56.3 56.3 147.5 0 203.8-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0z"
+ 'M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z'
+ ], [t, 'M460.7 451.1a80.1 80.1 0 1 0 160.2 0 80.1 80.1 0 1 0-160.2 0z'], [t,
+ 'M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zm428.7 122.5c56.3 56.3 56.3 147.5 0 203.8-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0z'
], [e,
- "M418.8 527.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.6 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 122.9-20.1 178.6zm65.4-133.3a80.1 80.1 0 0 1 113.3 0 80.1 80.1 0 0 1 0 113.3c-31.3 31.3-82 31.3-113.3 0s-31.3-82 0-113.3z"
+ 'M418.8 527.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.6 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 122.9-20.1 178.6zm65.4-133.3a80.1 80.1 0 0 1 113.3 0 80.1 80.1 0 0 1 0 113.3c-31.3 31.3-82 31.3-113.3 0s-31.3-82 0-113.3z'
])
- })), t.SettingTwoTone = l("setting", s, (function(e, t) {
+ })), t.SettingTwoTone = l('setting', s, (function(e, t) {
return c(a, [t,
- "M859.3 569.7l.2.1c3.1-18.9 4.6-38.2 4.6-57.3 0-17.1-1.3-34.3-3.7-51.1 2.4 16.7 3.6 33.6 3.6 50.5 0 19.4-1.6 38.8-4.7 57.8zM99 398.1c-.5-.4-.9-.8-1.4-1.3.7.7 1.4 1.4 2.2 2.1l65.5 55.9v-.1L99 398.1zm536.6-216h.1l-15.5-83.8c-.2-1-.4-1.9-.7-2.8.1.5.3 1.1.4 1.6l15.7 85zm54 546.5l31.4-25.8 92.8 32.9c17-22.9 31.3-47.5 42.6-73.6l-74.7-63.9 6.6-40.1c2.5-15.1 3.8-30.6 3.8-46.1s-1.3-31-3.8-46.1l-6.5-39.9 74.7-63.9c-11.4-26-25.6-50.7-42.6-73.6l-92.8 32.9-31.4-25.8c-23.9-19.6-50.6-35-79.3-45.8l-38.1-14.3-17.9-97a377.5 377.5 0 0 0-85 0l-17.9 97.2-37.9 14.3c-28.5 10.8-55 26.2-78.7 45.7l-31.4 25.9-93.4-33.2c-17 22.9-31.3 47.5-42.6 73.6l75.5 64.5-6.5 40c-2.5 14.9-3.7 30.2-3.7 45.5 0 15.2 1.3 30.6 3.7 45.5l6.5 40-75.5 64.5c11.4 26 25.6 50.7 42.6 73.6l93.4-33.2 31.4 25.9c23.7 19.5 50.2 34.9 78.7 45.7l37.8 14.5 17.9 97.2c28.2 3.2 56.9 3.2 85 0l17.9-97 38.1-14.3c28.8-10.8 55.4-26.2 79.3-45.8zm-177.1-50.3c-30.5 0-59.2-7.8-84.3-21.5C373.3 627 336 568.9 336 502c0-97.2 78.8-176 176-176 66.9 0 125 37.3 154.8 92.2 13.7 25 21.5 53.7 21.5 84.3 0 97.1-78.7 175.8-175.8 175.8zM207.2 812.8c-5.5 1.9-11.2 2.3-16.6 1.2 5.7 1.2 11.7 1 17.5-1l81.4-29c-.1-.1-.3-.2-.4-.3l-81.9 29.1zm717.6-414.7l-65.5 56c0 .2.1.5.1.7l65.4-55.9c7.1-6.1 11.1-14.9 11.2-24-.3 8.8-4.3 17.3-11.2 23.2z"
+ 'M859.3 569.7l.2.1c3.1-18.9 4.6-38.2 4.6-57.3 0-17.1-1.3-34.3-3.7-51.1 2.4 16.7 3.6 33.6 3.6 50.5 0 19.4-1.6 38.8-4.7 57.8zM99 398.1c-.5-.4-.9-.8-1.4-1.3.7.7 1.4 1.4 2.2 2.1l65.5 55.9v-.1L99 398.1zm536.6-216h.1l-15.5-83.8c-.2-1-.4-1.9-.7-2.8.1.5.3 1.1.4 1.6l15.7 85zm54 546.5l31.4-25.8 92.8 32.9c17-22.9 31.3-47.5 42.6-73.6l-74.7-63.9 6.6-40.1c2.5-15.1 3.8-30.6 3.8-46.1s-1.3-31-3.8-46.1l-6.5-39.9 74.7-63.9c-11.4-26-25.6-50.7-42.6-73.6l-92.8 32.9-31.4-25.8c-23.9-19.6-50.6-35-79.3-45.8l-38.1-14.3-17.9-97a377.5 377.5 0 0 0-85 0l-17.9 97.2-37.9 14.3c-28.5 10.8-55 26.2-78.7 45.7l-31.4 25.9-93.4-33.2c-17 22.9-31.3 47.5-42.6 73.6l75.5 64.5-6.5 40c-2.5 14.9-3.7 30.2-3.7 45.5 0 15.2 1.3 30.6 3.7 45.5l6.5 40-75.5 64.5c11.4 26 25.6 50.7 42.6 73.6l93.4-33.2 31.4 25.9c23.7 19.5 50.2 34.9 78.7 45.7l37.8 14.5 17.9 97.2c28.2 3.2 56.9 3.2 85 0l17.9-97 38.1-14.3c28.8-10.8 55.4-26.2 79.3-45.8zm-177.1-50.3c-30.5 0-59.2-7.8-84.3-21.5C373.3 627 336 568.9 336 502c0-97.2 78.8-176 176-176 66.9 0 125 37.3 154.8 92.2 13.7 25 21.5 53.7 21.5 84.3 0 97.1-78.7 175.8-175.8 175.8zM207.2 812.8c-5.5 1.9-11.2 2.3-16.6 1.2 5.7 1.2 11.7 1 17.5-1l81.4-29c-.1-.1-.3-.2-.4-.3l-81.9 29.1zm717.6-414.7l-65.5 56c0 .2.1.5.1.7l65.4-55.9c7.1-6.1 11.1-14.9 11.2-24-.3 8.8-4.3 17.3-11.2 23.2z'
], [t,
- "M935.8 646.6c.5 4.7 0 9.5-1.7 14.1l-.9 2.6a446.02 446.02 0 0 1-79.7 137.9l-1.8 2.1a32 32 0 0 1-35.1 9.5l-81.3-28.9a350 350 0 0 1-99.7 57.6l-15.7 85a32.05 32.05 0 0 1-25.8 25.7l-2.7.5a445.2 445.2 0 0 1-79.2 7.1h.3c26.7 0 53.4-2.4 79.4-7.1l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c1.6-4.7 2.1-9.7 1.5-14.5z"
+ 'M935.8 646.6c.5 4.7 0 9.5-1.7 14.1l-.9 2.6a446.02 446.02 0 0 1-79.7 137.9l-1.8 2.1a32 32 0 0 1-35.1 9.5l-81.3-28.9a350 350 0 0 1-99.7 57.6l-15.7 85a32.05 32.05 0 0 1-25.8 25.7l-2.7.5a445.2 445.2 0 0 1-79.2 7.1h.3c26.7 0 53.4-2.4 79.4-7.1l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c1.6-4.7 2.1-9.7 1.5-14.5z'
], [e,
- "M688 502c0-30.3-7.7-58.9-21.2-83.8C637 363.3 578.9 326 512 326c-97.2 0-176 78.8-176 176 0 66.9 37.3 125 92.2 154.8 24.9 13.5 53.4 21.2 83.8 21.2 97.2 0 176-78.8 176-176zm-288 0c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502z"
+ 'M688 502c0-30.3-7.7-58.9-21.2-83.8C637 363.3 578.9 326 512 326c-97.2 0-176 78.8-176 176 0 66.9 37.3 125 92.2 154.8 24.9 13.5 53.4 21.2 83.8 21.2 97.2 0 176-78.8 176-176zm-288 0c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502z'
], [e,
- "M594.1 952.2a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c1.7-4.6 2.2-9.4 1.7-14.1-.9-7.9-4.7-15.4-11-20.9l-65.3-55.9-.2-.1c3.1-19 4.7-38.4 4.7-57.8 0-16.9-1.2-33.9-3.6-50.5-.3-2.2-.7-4.4-1-6.6 0-.2-.1-.5-.1-.7l65.5-56c6.9-5.9 10.9-14.4 11.2-23.2.1-4-.5-8.1-1.9-12l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.4-44-99.6-57.6h-.1l-15.7-85c-.1-.5-.2-1.1-.4-1.6a32.08 32.08 0 0 0-25.4-24.1l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6a32.09 32.09 0 0 0 7.9 33.9c.5.4.9.9 1.4 1.3l66.3 56.6v.1c-3.1 18.8-4.6 37.9-4.6 57 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1c4.9 5.7 11.4 9.4 18.5 10.7 5.4 1 11.1.7 16.6-1.2l81.9-29.1c.1.1.3.2.4.3 29.7 24.3 62.8 43.6 98.6 57.1l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5c26.1 4.7 52.8 7.1 79.5 7.1h.3c26.6 0 53.3-2.4 79.2-7.1l2.7-.5zm-39.8-66.5a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97z"
+ 'M594.1 952.2a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c1.7-4.6 2.2-9.4 1.7-14.1-.9-7.9-4.7-15.4-11-20.9l-65.3-55.9-.2-.1c3.1-19 4.7-38.4 4.7-57.8 0-16.9-1.2-33.9-3.6-50.5-.3-2.2-.7-4.4-1-6.6 0-.2-.1-.5-.1-.7l65.5-56c6.9-5.9 10.9-14.4 11.2-23.2.1-4-.5-8.1-1.9-12l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.4-44-99.6-57.6h-.1l-15.7-85c-.1-.5-.2-1.1-.4-1.6a32.08 32.08 0 0 0-25.4-24.1l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6a32.09 32.09 0 0 0 7.9 33.9c.5.4.9.9 1.4 1.3l66.3 56.6v.1c-3.1 18.8-4.6 37.9-4.6 57 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1c4.9 5.7 11.4 9.4 18.5 10.7 5.4 1 11.1.7 16.6-1.2l81.9-29.1c.1.1.3.2.4.3 29.7 24.3 62.8 43.6 98.6 57.1l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5c26.1 4.7 52.8 7.1 79.5 7.1h.3c26.6 0 53.3-2.4 79.2-7.1l2.7-.5zm-39.8-66.5a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97z'
])
- })), t.ShopTwoTone = l("shop", s, (function(e, t) {
+ })), t.ShopTwoTone = l('shop', s, (function(e, t) {
return c(a, [t,
- "M839.5 344h-655c-.3 0-.5.2-.5.5v91.2c0 59.8 49 108.3 109.3 108.3 40.7 0 76.2-22 95.1-54.7 2.9-5.1 8.4-8.3 14.3-8.3s11.3 3.2 14.3 8.3c18.8 32.7 54.3 54.7 95 54.7 40.8 0 76.4-22.1 95.1-54.9 2.9-5 8.2-8.1 13.9-8.1h.6c5.8 0 11 3.1 13.9 8.1 18.8 32.8 54.4 54.9 95.2 54.9C791 544 840 495.5 840 435.7v-91.2c0-.3-.2-.5-.5-.5z"
+ 'M839.5 344h-655c-.3 0-.5.2-.5.5v91.2c0 59.8 49 108.3 109.3 108.3 40.7 0 76.2-22 95.1-54.7 2.9-5.1 8.4-8.3 14.3-8.3s11.3 3.2 14.3 8.3c18.8 32.7 54.3 54.7 95 54.7 40.8 0 76.4-22.1 95.1-54.9 2.9-5 8.2-8.1 13.9-8.1h.6c5.8 0 11 3.1 13.9 8.1 18.8 32.8 54.4 54.9 95.2 54.9C791 544 840 495.5 840 435.7v-91.2c0-.3-.2-.5-.5-.5z'
], [e,
- "M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234.4 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c3-1.3 6-2.6 9-4v242.2zM840 435.7c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 0 1 512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 0 1-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z"
+ 'M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234.4 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c3-1.3 6-2.6 9-4v242.2zM840 435.7c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 0 1 512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 0 1-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z'
])
- })), t.ShoppingTwoTone = l("shopping", s, (function(e, t) {
+ })), t.ShoppingTwoTone = l('shopping', s, (function(e, t) {
return c(a, [t,
- "M696 472c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88H400v88c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88h-96v456h560V384h-96v88z"
+ 'M696 472c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88H400v88c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88h-96v456h560V384h-96v88z'
], [e,
- "M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z"
+ 'M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z'
])
- })), t.SkinTwoTone = l("skin", s, (function(e, t) {
+ })), t.SkinTwoTone = l('skin', s, (function(e, t) {
return c(a, [t,
- "M512 318c-79.2 0-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2 71.2-97.5 120-176.7 120z"
+ 'M512 318c-79.2 0-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2 71.2-97.5 120-176.7 120z'
], [e,
- "M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z"
+ 'M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z'
])
- })), t.SlidersTwoTone = l("sliders", s, (function(e, t) {
+ })), t.SlidersTwoTone = l('sliders', s, (function(e, t) {
return c(a, [t,
- "M180 292h80v440h-80zm369 180h-74a3 3 0 0 0-3 3v74a3 3 0 0 0 3 3h74a3 3 0 0 0 3-3v-74a3 3 0 0 0-3-3zm215-108h80v296h-80z"
+ 'M180 292h80v440h-80zm369 180h-74a3 3 0 0 0-3 3v74a3 3 0 0 0 3 3h74a3 3 0 0 0 3-3v-74a3 3 0 0 0-3-3zm215-108h80v296h-80z'
], [e,
- "M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 0 1-3 3h-74a3 3 0 0 1-3-3v-74a3 3 0 0 1 3-3h74a3 3 0 0 1 3 3v74zM320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440z"
+ 'M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 0 1-3 3h-74a3 3 0 0 1-3-3v-74a3 3 0 0 1 3-3h74a3 3 0 0 1 3 3v74zM320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440z'
])
- })), t.SmileTwoTone = l("smile", s, (function(e, t) {
+ })), t.SmileTwoTone = l('smile', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 0 1 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 0 1 8 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 0 1 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 0 1 8 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z'
], [e,
- "M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm376 112h-48.1c-4.2 0-7.8 3.2-8.1 7.4-3.7 49.5-45.3 88.6-95.8 88.6s-92-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4zm-24-112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"
+ 'M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm376 112h-48.1c-4.2 0-7.8 3.2-8.1 7.4-3.7 49.5-45.3 88.6-95.8 88.6s-92-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4zm-24-112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z'
])
- })), t.SnippetsTwoTone = l("snippets", s, (function(e, t) {
- return c(a, [t, "M450 510V336H232v552h432V550H490c-22.1 0-40-17.9-40-40z"], [e,
- "M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z"
+ })), t.SnippetsTwoTone = l('snippets', s, (function(e, t) {
+ return c(a, [t, 'M450 510V336H232v552h432V550H490c-22.1 0-40-17.9-40-40z'], [e,
+ 'M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z'
])
- })), t.SoundTwoTone = l("sound", s, (function(e, t) {
- return c(a, [t, "M275.4 424H146v176h129.4l18 11.7L586 803V221L293.3 412.3z"], [e,
- "M892.1 737.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM934 476H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582z"
+ })), t.SoundTwoTone = l('sound', s, (function(e, t) {
+ return c(a, [t, 'M275.4 424H146v176h129.4l18 11.7L586 803V221L293.3 412.3z'], [e,
+ 'M892.1 737.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM934 476H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582z'
])
- })), t.StarTwoTone = l("star", s, (function(e, t) {
+ })), t.StarTwoTone = l('star', s, (function(e, t) {
return c(a, [t,
- "M512.5 190.4l-94.4 191.3-211.2 30.7 152.8 149-36.1 210.3 188.9-99.3 188.9 99.2-36.1-210.3 152.8-148.9-211.2-30.7z"
+ 'M512.5 190.4l-94.4 191.3-211.2 30.7 152.8 149-36.1 210.3 188.9-99.3 188.9 99.2-36.1-210.3 152.8-148.9-211.2-30.7z'
], [e,
- "M908.6 352.8l-253.9-36.9L541.2 85.8c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L370.3 315.9l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1L239 839.4a31.95 31.95 0 0 0 46.4 33.7l227.1-119.4 227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM665.3 561.3l36.1 210.3-188.9-99.2-188.9 99.3 36.1-210.3-152.8-149 211.2-30.7 94.4-191.3 94.4 191.3 211.2 30.7-152.8 148.9z"
+ 'M908.6 352.8l-253.9-36.9L541.2 85.8c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L370.3 315.9l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1L239 839.4a31.95 31.95 0 0 0 46.4 33.7l227.1-119.4 227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM665.3 561.3l36.1 210.3-188.9-99.2-188.9 99.3 36.1-210.3-152.8-149 211.2-30.7 94.4-191.3 94.4 191.3 211.2 30.7-152.8 148.9z'
])
- })), t.StopTwoTone = l("stop", s, (function(e, t) {
+ })), t.StopTwoTone = l('stop', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm288.5 682.8L277.7 224C258 240 240 258 224 277.7l522.8 522.8C682.8 852.7 601 884 512 884c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372c0 89-31.3 170.8-83.5 234.8z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm288.5 682.8L277.7 224C258 240 240 258 224 277.7l522.8 522.8C682.8 852.7 601 884 512 884c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372c0 89-31.3 170.8-83.5 234.8z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372c89 0 170.8-31.3 234.8-83.5L224 277.7c16-19.7 34-37.7 53.7-53.7l522.8 522.8C852.7 682.8 884 601 884 512c0-205.4-166.6-372-372-372z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372c89 0 170.8-31.3 234.8-83.5L224 277.7c16-19.7 34-37.7 53.7-53.7l522.8 522.8C852.7 682.8 884 601 884 512c0-205.4-166.6-372-372-372z'
])
- })), t.SwitcherTwoTone = l("switcher", s, (function(e, t) {
- return c(a, [t, "M184 840h528V312H184v528zm116-290h296v64H300v-64z"], [e,
- "M880 112H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z"
+ })), t.SwitcherTwoTone = l('switcher', s, (function(e, t) {
+ return c(a, [t, 'M184 840h528V312H184v528zm116-290h296v64H300v-64z'], [e,
+ 'M880 112H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z'
], [e,
- "M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528z"
- ], [e, "M300 550h296v64H300z"])
- })), t.TabletTwoTone = l("tablet", s, (function(e, t) {
+ 'M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528z'
+ ], [e, 'M300 550h296v64H300z'])
+ })), t.TabletTwoTone = l('tablet', s, (function(e, t) {
return c(a, [e,
- "M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752z"
+ 'M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752z'
], [t,
- "M232 888h560V136H232v752zm280-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"
- ], [e, "M472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"])
- })), t.TagTwoTone = l("tag", s, (function(e, t) {
+ 'M232 888h560V136H232v752zm280-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z'
+ ], [e, 'M472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'])
+ })), t.TagTwoTone = l('tag', s, (function(e, t) {
return c(a, [t,
- "M589 164.6L189.3 564.3l270.4 270.4L859.4 435 836 188l-247-23.4zM680 432c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z"
+ 'M589 164.6L189.3 564.3l270.4 270.4L859.4 435 836 188l-247-23.4zM680 432c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z'
], [e,
- "M680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"
+ 'M680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z'
], [e,
- "M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8a9.9 9.9 0 0 0 7.1 2.9c2.7 0 5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7z"
+ 'M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8a9.9 9.9 0 0 0 7.1 2.9c2.7 0 5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7z'
])
- })), t.TagsTwoTone = l("tags", s, (function(e, t) {
+ })), t.TagsTwoTone = l('tags', s, (function(e, t) {
return c(a, [t,
- "M477.5 694l311.9-311.8-19-224.6-224.6-19-311.9 311.9L477.5 694zm116-415.5a47.81 47.81 0 0 1 33.9-33.9c16.6-4.4 34.2.3 46.4 12.4a47.93 47.93 0 0 1 12.4 46.4 47.81 47.81 0 0 1-33.9 33.9c-16.6 4.4-34.2-.3-46.4-12.4a48.3 48.3 0 0 1-12.4-46.4z"
+ 'M477.5 694l311.9-311.8-19-224.6-224.6-19-311.9 311.9L477.5 694zm116-415.5a47.81 47.81 0 0 1 33.9-33.9c16.6-4.4 34.2.3 46.4 12.4a47.93 47.93 0 0 1 12.4 46.4 47.81 47.81 0 0 1-33.9 33.9c-16.6 4.4-34.2-.3-46.4-12.4a48.3 48.3 0 0 1-12.4-46.4z'
], [t,
- "M476.6 792.6c-1.7-.2-3.4-1-4.7-2.3L137.7 456.1a8.03 8.03 0 0 1 0-11.3L515.9 66.6c1.2-1.3 2.9-2.1 4.7-2.3h-.4c-2.3-.2-4.7.6-6.3 2.3L135.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.8 1.9 4.3 2.6 6.7 2.3z"
+ 'M476.6 792.6c-1.7-.2-3.4-1-4.7-2.3L137.7 456.1a8.03 8.03 0 0 1 0-11.3L515.9 66.6c1.2-1.3 2.9-2.1 4.7-2.3h-.4c-2.3-.2-4.7.6-6.3 2.3L135.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.8 1.9 4.3 2.6 6.7 2.3z'
], [e,
- "M889.7 539.8l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3zM652.3 337.3a47.81 47.81 0 0 0 33.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93 47.93 0 0 0-46.4-12.4 47.81 47.81 0 0 0-33.9 33.9c-4.4 16.6.3 34.2 12.4 46.4a48.3 48.3 0 0 0 46.4 12.4z"
+ 'M889.7 539.8l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3zM652.3 337.3a47.81 47.81 0 0 0 33.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93 47.93 0 0 0-46.4-12.4 47.81 47.81 0 0 0-33.9 33.9c-4.4 16.6.3 34.2 12.4 46.4a48.3 48.3 0 0 0 46.4 12.4z'
], [e,
- "M137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.3 1.3 2.9 2.1 4.7 2.3 2.4.3 4.8-.5 6.6-2.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3h-1.6c-1.8.2-3.4 1-4.7 2.3L137.7 444.8zm408.1-306.2l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9z"
+ 'M137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.3 1.3 2.9 2.1 4.7 2.3 2.4.3 4.8-.5 6.6-2.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3h-1.6c-1.8.2-3.4 1-4.7 2.3L137.7 444.8zm408.1-306.2l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9z'
])
- })), t.ToolTwoTone = l("tool", s, (function(e, t) {
+ })), t.ToolTwoTone = l('tool', s, (function(e, t) {
return c(a, [t,
- "M706.8 488.7a32.05 32.05 0 0 1-45.3 0L537 364.2a32.05 32.05 0 0 1 0-45.3l132.9-132.8a184.2 184.2 0 0 0-144 53.5c-58.1 58.1-69.3 145.3-33.6 214.6L439.5 507c-.1 0-.1-.1-.1-.1L209.3 737l79.2 79.2 274-274.1.1.1 8.8-8.8c69.3 35.7 156.5 24.5 214.6-33.6 39.2-39.1 57.3-92.1 53.6-143.9L706.8 488.7z"
+ 'M706.8 488.7a32.05 32.05 0 0 1-45.3 0L537 364.2a32.05 32.05 0 0 1 0-45.3l132.9-132.8a184.2 184.2 0 0 0-144 53.5c-58.1 58.1-69.3 145.3-33.6 214.6L439.5 507c-.1 0-.1-.1-.1-.1L209.3 737l79.2 79.2 274-274.1.1.1 8.8-8.8c69.3 35.7 156.5 24.5 214.6-33.6 39.2-39.1 57.3-92.1 53.6-143.9L706.8 488.7z'
], [e,
- "M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z"
+ 'M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z'
])
- })), t.TrademarkCircleTwoTone = l("trademark-circle", s, (function(e, t) {
+ })), t.TrademarkCircleTwoTone = l('trademark-circle', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm170.7 584.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H384c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7z"
- ], [t, "M529.9 357h-83.4v148H528c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z"], [e,
- "M605.4 549.3c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.4-131.1-144.2-131.1H384c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.7c4.4 0 8-3.6 8-8V561.2h88.7L610 720.4c1.3 2.8 4.1 4.6 7.2 4.6h62c1.2 0 2.4-.3 3.5-.8 3.9-2 5.6-6.8 3.5-10.7l-80.8-164.2zM528 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.6 0 46.8-29.8 72.4-82.8 72.4z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm170.7 584.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H384c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7z'
+ ], [t, 'M529.9 357h-83.4v148H528c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z'], [e,
+ 'M605.4 549.3c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.4-131.1-144.2-131.1H384c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.7c4.4 0 8-3.6 8-8V561.2h88.7L610 720.4c1.3 2.8 4.1 4.6 7.2 4.6h62c1.2 0 2.4-.3 3.5-.8 3.9-2 5.6-6.8 3.5-10.7l-80.8-164.2zM528 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.6 0 46.8-29.8 72.4-82.8 72.4z'
])
- })), t.UnlockTwoTone = l("unlock", s, (function(e, t) {
+ })), t.UnlockTwoTone = l('unlock', s, (function(e, t) {
return c(a, [t,
- "M232 840h560V536H232v304zm280-226a48.01 48.01 0 0 1 28 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0 1 28-87z"
- ], [e, "M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z"], [e,
- "M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304z"
+ 'M232 840h560V536H232v304zm280-226a48.01 48.01 0 0 1 28 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0 1 28-87z'
+ ], [e, 'M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z'], [e,
+ 'M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304z'
])
- })), t.TrophyTwoTone = l("trophy", s, (function(e, t) {
+ })), t.TrophyTwoTone = l('trophy', s, (function(e, t) {
return c(a, [t,
- "M320 480c0 49.1 19.1 95.3 53.9 130.1 34.7 34.8 81 53.9 130.1 53.9h16c49.1 0 95.3-19.1 130.1-53.9 34.8-34.7 53.9-81 53.9-130.1V184H320v296zM184 352c0 41 26.9 75.8 64 87.6-37.1-11.9-64-46.7-64-87.6zm364 382.5C665 721.8 758.4 630.2 773.8 514 758.3 630.2 665 721.7 548 734.5zM250.2 514C265.6 630.2 359 721.8 476 734.5 359 721.7 265.7 630.2 250.2 514z"
+ 'M320 480c0 49.1 19.1 95.3 53.9 130.1 34.7 34.8 81 53.9 130.1 53.9h16c49.1 0 95.3-19.1 130.1-53.9 34.8-34.7 53.9-81 53.9-130.1V184H320v296zM184 352c0 41 26.9 75.8 64 87.6-37.1-11.9-64-46.7-64-87.6zm364 382.5C665 721.8 758.4 630.2 773.8 514 758.3 630.2 665 721.7 548 734.5zM250.2 514C265.6 630.2 359 721.8 476 734.5 359 721.7 265.7 630.2 250.2 514z'
], [e,
- "M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM248 439.6a91.99 91.99 0 0 1-64-87.6V232h64v207.6zM704 480c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z"
+ 'M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM248 439.6a91.99 91.99 0 0 1-64-87.6V232h64v207.6zM704 480c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z'
])
- })), t.UpCircleTwoTone = l("up-circle", s, (function(e, t) {
+ })), t.UpCircleTwoTone = l('up-circle', s, (function(e, t) {
return c(a, [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm178 479h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm178 479h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z'
], [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [e,
- "M518.4 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7h46.9c10.3 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246z"
+ 'M518.4 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7h46.9c10.3 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246z'
])
- })), t.ThunderboltTwoTone = l("thunderbolt", s, (function(e, t) {
- return c(a, [t, "M695.4 164.1H470.8L281.2 491.5h157.4l-60.3 241 319.8-305.1h-211z"], [e,
- "M848.1 359.3H627.8L825.9 109c4.1-5.3.4-13-6.3-13H436.1c-2.8 0-5.5 1.5-6.9 4L170.1 547.5c-3.1 5.3.7 12 6.9 12h174.4L262 917.1c-1.9 7.8 7.5 13.3 13.3 7.7L853.6 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.3 732.5l60.3-241H281.2l189.6-327.4h224.6L487.1 427.4h211L378.3 732.5z"
+ })), t.ThunderboltTwoTone = l('thunderbolt', s, (function(e, t) {
+ return c(a, [t, 'M695.4 164.1H470.8L281.2 491.5h157.4l-60.3 241 319.8-305.1h-211z'], [e,
+ 'M848.1 359.3H627.8L825.9 109c4.1-5.3.4-13-6.3-13H436.1c-2.8 0-5.5 1.5-6.9 4L170.1 547.5c-3.1 5.3.7 12 6.9 12h174.4L262 917.1c-1.9 7.8 7.5 13.3 13.3 7.7L853.6 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.3 732.5l60.3-241H281.2l189.6-327.4h224.6L487.1 427.4h211L378.3 732.5z'
])
- })), t.UpSquareTwoTone = l("up-square", s, (function(e, t) {
+ })), t.UpSquareTwoTone = l('up-square', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z'
], [t,
- "M184 840h656V184H184v656zm143.5-228.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7z"
+ 'M184 840h656V184H184v656zm143.5-228.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7z'
], [e,
- "M334 624h46.9c10.3 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7z"
+ 'M334 624h46.9c10.3 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7z'
])
- })), t.UsbTwoTone = l("usb", s, (function(e, t) {
- return c(a, [t, "M759.9 504H264.1c-26.5 0-48.1 19.7-48.1 44v292h592V548c0-24.3-21.6-44-48.1-44z"], [e,
- "M456 248h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"
+ })), t.UsbTwoTone = l('usb', s, (function(e, t) {
+ return c(a, [t, 'M759.9 504H264.1c-26.5 0-48.1 19.7-48.1 44v292h592V548c0-24.3-21.6-44-48.1-44z'], [e,
+ 'M456 248h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z'
], [e,
- "M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zM336 184h352v248H336V184zm472 656H216V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v292z"
+ 'M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zM336 184h352v248H336V184zm472 656H216V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v292z'
])
- })), t.VideoCameraTwoTone = l("video-camera", s, (function(e, t) {
+ })), t.VideoCameraTwoTone = l('video-camera', s, (function(e, t) {
return c(a, [t,
- "M136 792h576V232H136v560zm64-488c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48z"
+ 'M136 792h576V232H136v560zm64-488c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48z'
], [e,
- "M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226z"
- ], [e, "M208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"])
- })), t.WalletTwoTone = l("wallet", s, (function(e, t) {
+ 'M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226z'
+ ], [e, 'M208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z'])
+ })), t.WalletTwoTone = l('wallet', s, (function(e, t) {
return c(a, [e,
- "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0-192H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200H184V184h656v200z"
+ 'M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0-192H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200H184V184h656v200z'
], [t,
- "M528 576h312V448H528v128zm92-104c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"
- ], [e, "M580 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"], [t,
- "M184 840h656V640H496c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32h344V184H184v656z"
+ 'M528 576h312V448H528v128zm92-104c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z'
+ ], [e, 'M580 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0z'], [t,
+ 'M184 840h656V640H496c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32h344V184H184v656z'
])
- })), t.WarningTwoTone = l("warning", s, (function(e, t) {
+ })), t.WarningTwoTone = l('warning', s, (function(e, t) {
return c(a, [e,
- "M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z"
+ 'M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z'
], [t,
- "M172.2 828.1h679.6L512 239.9 172.2 828.1zM560 720a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm-16-304v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z"
+ 'M172.2 828.1h679.6L512 239.9 172.2 828.1zM560 720a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm-16-304v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z'
], [e,
- "M464 720a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z"
+ 'M464 720a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z'
])
- })), t.CiTwoTone = l("ci", s, (function(e, t) {
+ })), t.CiTwoTone = l('ci', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-63.5 522.8c49.3 0 82.8-29.4 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5C345.4 720 286 651.4 286 537.4v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-3.9-46.1-37.5-77.6-87-77.6-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-63.5 522.8c49.3 0 82.8-29.4 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5C345.4 720 286 651.4 286 537.4v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-3.9-46.1-37.5-77.6-87-77.6-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z'
], [e,
- "M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z"
+ 'M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z'
])
- })), t.CopyrightTwoTone = l("copyright", s, (function(e, t) {
+ })), t.CopyrightTwoTone = l('copyright', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm5.5 533c52.9 0 88.8-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4C407.4 734 344 660.8 344 539.1v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.7-3.2-8-7.4-4-49.6-40-83.4-93-83.4-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm5.5 533c52.9 0 88.8-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4C407.4 734 344 660.8 344 539.1v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.7-3.2-8-7.4-4-49.6-40-83.4-93-83.4-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6z'
], [e,
- "M517.6 351.3c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z"
+ 'M517.6 351.3c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z'
])
- })), t.DollarTwoTone = l("dollar", s, (function(e, t) {
+ })), t.DollarTwoTone = l('dollar', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-37 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.9-.6-5.7-1.3-8.8-2.2V677c42.6-3.8 72-27.3 72-66.4 0-30.7-15.9-50.7-63.2-65.1z"
+ 'M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-37 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.9-.6-5.7-1.3-8.8-2.2V677c42.6-3.8 72-27.3 72-66.4 0-30.7-15.9-50.7-63.2-65.1z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm22.4 589.2l.2 31.7c0 4.5-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4c-89-6.5-130.7-57.1-135.2-112.1-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.8 29.9 55.4 74.1 61.3V534l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-73 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.8 46.9 125.9 109.2a8.1 8.1 0 0 1-8 8.8h-44.9c-4 0-7.4-2.9-7.9-6.9-4-29.2-27.5-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 109 116.4 0 75.2-56 117.1-134.3 124z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm22.4 589.2l.2 31.7c0 4.5-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4c-89-6.5-130.7-57.1-135.2-112.1-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.8 29.9 55.4 74.1 61.3V534l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-73 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.8 46.9 125.9 109.2a8.1 8.1 0 0 1-8 8.8h-44.9c-4 0-7.4-2.9-7.9-6.9-4-29.2-27.5-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 109 116.4 0 75.2-56 117.1-134.3 124z'
], [e,
- "M559.7 488.8l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z"
+ 'M559.7 488.8l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z'
])
- })), t.EuroTwoTone = l("euro", s, (function(e, t) {
+ })), t.EuroTwoTone = l('euro', s, (function(e, t) {
return c(a, [e,
- "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
+ 'M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z'
], [t,
- "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm117.1 581.1c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.4 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.7.3-12.8H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.8C388.5 345.7 460.7 290 567.4 290c20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346a8 8 0 0 1-9.6 7.8c-14.6-2.9-31.8-4.4-51.7-4.4-65.3 0-110.4 33.5-127.6 90.4h128.3c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8H432.5c-.3 4.4-.3 9.1-.3 13.8v36h136.4c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H438c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.3 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8z"
+ 'M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm117.1 581.1c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.4 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.7.3-12.8H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.8C388.5 345.7 460.7 290 567.4 290c20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346a8 8 0 0 1-9.6 7.8c-14.6-2.9-31.8-4.4-51.7-4.4-65.3 0-110.4 33.5-127.6 90.4h128.3c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8H432.5c-.3 4.4-.3 9.1-.3 13.8v36h136.4c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H438c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.3 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8z'
], [e,
- "M619.6 670.5c-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H432.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H440.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H337c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H337c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8z"
+ 'M619.6 670.5c-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H432.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H440.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H337c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H337c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8z'
])
- })), t.GoldTwoTone = l("gold", s, (function(e, t) {
+ })), t.GoldTwoTone = l('gold', s, (function(e, t) {
return c(a, [e,
- "M435.7 558.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128z"
+ 'M435.7 558.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128z'
], [t,
- "M592.7 276H433.2l-20.8 128h201zM217.2 620l-20.7 128h200.9l-20.7-128zm430 0l-20.7 128h200.9l-20.7-128z"
+ 'M592.7 276H433.2l-20.8 128h201zM217.2 620l-20.7 128h200.9l-20.7-128zm430 0l-20.7 128h200.9l-20.7-128z'
])
- })), t.CanlendarTwoTone = l("canlendar", s, (function(e, t) {
+ })), t.CanlendarTwoTone = l('canlendar', s, (function(e, t) {
return c(a, [t,
- "M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z"
+ 'M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z'
], [e,
- "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z"
+ 'M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z'
])
}))
},
- "3b1b": function(e, t, n) {
+ '3b1b': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 0: "-ум",
- 1: "-ум",
- 2: "-юм",
- 3: "-юм",
- 4: "-ум",
- 5: "-ум",
- 6: "-ум",
- 7: "-ум",
- 8: "-ум",
- 9: "-ум",
- 10: "-ум",
- 12: "-ум",
- 13: "-ум",
- 20: "-ум",
- 30: "-юм",
- 40: "-ум",
- 50: "-ум",
- 60: "-ум",
- 70: "-ум",
- 80: "-ум",
- 90: "-ум",
- 100: "-ум"
+ 0: '-ум',
+ 1: '-ум',
+ 2: '-юм',
+ 3: '-юм',
+ 4: '-ум',
+ 5: '-ум',
+ 6: '-ум',
+ 7: '-ум',
+ 8: '-ум',
+ 9: '-ум',
+ 10: '-ум',
+ 12: '-ум',
+ 13: '-ум',
+ 20: '-ум',
+ 30: '-юм',
+ 40: '-ум',
+ 50: '-ум',
+ 60: '-ум',
+ 70: '-ум',
+ 80: '-ум',
+ 90: '-ум',
+ 100: '-ум'
},
- n = e.defineLocale("tg", {
- months: "январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),
- monthsShort: "янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),
- weekdays: "якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),
- weekdaysShort: "яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),
- weekdaysMin: "яш_дш_сш_чш_пш_ҷм_шб".split("_"),
+ n = e.defineLocale('tg', {
+ months: 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split('_'),
+ monthsShort: 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),
+ weekdays: 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split('_'),
+ weekdaysShort: 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),
+ weekdaysMin: 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Имрӯз соати] LT",
- nextDay: "[Пагоҳ соати] LT",
- lastDay: "[Дирӯз соати] LT",
- nextWeek: "dddd[и] [ҳафтаи оянда соати] LT",
- lastWeek: "dddd[и] [ҳафтаи гузашта соати] LT",
- sameElse: "L"
+ sameDay: '[Имрӯз соати] LT',
+ nextDay: '[Пагоҳ соати] LT',
+ lastDay: '[Дирӯз соати] LT',
+ nextWeek: 'dddd[и] [ҳафтаи оянда соати] LT',
+ lastWeek: 'dddd[и] [ҳафтаи гузашта соати] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "баъди %s",
- past: "%s пеш",
- s: "якчанд сония",
- m: "як дақиқа",
- mm: "%d дақиқа",
- h: "як соат",
- hh: "%d соат",
- d: "як рӯз",
- dd: "%d рӯз",
- M: "як моҳ",
- MM: "%d моҳ",
- y: "як сол",
- yy: "%d сол"
+ future: 'баъди %s',
+ past: '%s пеш',
+ s: 'якчанд сония',
+ m: 'як дақиқа',
+ mm: '%d дақиқа',
+ h: 'як соат',
+ hh: '%d соат',
+ d: 'як рӯз',
+ dd: '%d рӯз',
+ M: 'як моҳ',
+ MM: '%d моҳ',
+ y: 'як сол',
+ yy: '%d сол'
},
meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "шаб" === t ? e < 4 ? e : e + 12 : "субҳ" === t ? e : "рӯз" === t ? e >= 11 ?
- e : e + 12 : "бегоҳ" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'шаб' === t ? e < 4 ? e : e + 12 : 'субҳ' === t ? e : 'рӯз' === t ? e >= 11 ?
+ e : e + 12 : 'бегоҳ' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 4 ? "шаб" : e < 11 ? "субҳ" : e < 16 ? "рӯз" : e < 19 ? "бегоҳ" : "шаб"
+ return e < 4 ? 'шаб' : e < 11 ? 'субҳ' : e < 16 ? 'рӯз' : e < 19 ? 'бегоҳ' : 'шаб'
},
dayOfMonthOrdinalParse: /\d{1,2}-(ум|юм)/,
ordinal: function(e) {
var n = e % 10,
- r = e >= 100 ? 100 : null;
+ r = e >= 100 ? 100 : null
return e + (t[e] || t[n] || t[r])
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
- "3b4a": function(e, t, n) {
- var r = n("0b07"),
+ '3b4a': function(e, t, n) {
+ var r = n('0b07'),
a = function() {
try {
- var e = r(Object, "defineProperty");
- return e({}, "", {}), e
- } catch (t) {}
- }();
+ var e = r(Object, 'defineProperty')
+ return e({}, '', {}), e
+ } catch (t) {
+ }
+ }()
e.exports = a
},
- "3b81": function(e, t, n) {},
- "3c0d": function(e, t, n) {
+ '3b81': function(e, t, n) {
+ },
+ '3c0d': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),
- n = "led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),
+ var t = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split('_'),
+ n = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_'),
r = [/^led/i, /^úno/i, /^bře/i, /^dub/i, /^kvě/i, /^(čvn|červen$|června)/i, /^(čvc|červenec|července)/i,
/^srp/i, /^zář/i, /^říj/i, /^lis/i, /^pro/i
],
a =
- /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;
+ /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i
function i(e) {
return e > 1 && e < 5 && 1 !== ~~(e / 10)
}
function o(e, t, n, r) {
- var a = e + " ";
+ var a = e + ' '
switch (n) {
- case "s":
- return t || r ? "pár sekund" : "pár sekundami";
- case "ss":
- return t || r ? a + (i(e) ? "sekundy" : "sekund") : a + "sekundami";
- case "m":
- return t ? "minuta" : r ? "minutu" : "minutou";
- case "mm":
- return t || r ? a + (i(e) ? "minuty" : "minut") : a + "minutami";
- case "h":
- return t ? "hodina" : r ? "hodinu" : "hodinou";
- case "hh":
- return t || r ? a + (i(e) ? "hodiny" : "hodin") : a + "hodinami";
- case "d":
- return t || r ? "den" : "dnem";
- case "dd":
- return t || r ? a + (i(e) ? "dny" : "dní") : a + "dny";
- case "M":
- return t || r ? "měsíc" : "měsícem";
- case "MM":
- return t || r ? a + (i(e) ? "měsíce" : "měsíců") : a + "měsíci";
- case "y":
- return t || r ? "rok" : "rokem";
- case "yy":
- return t || r ? a + (i(e) ? "roky" : "let") : a + "lety"
+ case 's':
+ return t || r ? 'pár sekund' : 'pár sekundami'
+ case 'ss':
+ return t || r ? a + (i(e) ? 'sekundy' : 'sekund') : a + 'sekundami'
+ case 'm':
+ return t ? 'minuta' : r ? 'minutu' : 'minutou'
+ case 'mm':
+ return t || r ? a + (i(e) ? 'minuty' : 'minut') : a + 'minutami'
+ case 'h':
+ return t ? 'hodina' : r ? 'hodinu' : 'hodinou'
+ case 'hh':
+ return t || r ? a + (i(e) ? 'hodiny' : 'hodin') : a + 'hodinami'
+ case 'd':
+ return t || r ? 'den' : 'dnem'
+ case 'dd':
+ return t || r ? a + (i(e) ? 'dny' : 'dní') : a + 'dny'
+ case 'M':
+ return t || r ? 'měsíc' : 'měsícem'
+ case 'MM':
+ return t || r ? a + (i(e) ? 'měsíce' : 'měsíců') : a + 'měsíci'
+ case 'y':
+ return t || r ? 'rok' : 'rokem'
+ case 'yy':
+ return t || r ? a + (i(e) ? 'roky' : 'let') : a + 'lety'
}
}
- var s = e.defineLocale("cs", {
+
+ var s = e.defineLocale('cs', {
months: t,
monthsShort: n,
monthsRegex: a,
@@ -22989,60 +23203,60 @@
monthsParse: r,
longMonthsParse: r,
shortMonthsParse: r,
- weekdays: "neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),
- weekdaysShort: "ne_po_út_st_čt_pá_so".split("_"),
- weekdaysMin: "ne_po_út_st_čt_pá_so".split("_"),
+ weekdays: 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),
+ weekdaysShort: 'ne_po_út_st_čt_pá_so'.split('_'),
+ weekdaysMin: 'ne_po_út_st_čt_pá_so'.split('_'),
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY H:mm",
- LLLL: "dddd D. MMMM YYYY H:mm",
- l: "D. M. YYYY"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY H:mm',
+ LLLL: 'dddd D. MMMM YYYY H:mm',
+ l: 'D. M. YYYY'
},
calendar: {
- sameDay: "[dnes v] LT",
- nextDay: "[zítra v] LT",
+ sameDay: '[dnes v] LT',
+ nextDay: '[zítra v] LT',
nextWeek: function() {
switch (this.day()) {
case 0:
- return "[v neděli v] LT";
+ return '[v neděli v] LT'
case 1:
case 2:
- return "[v] dddd [v] LT";
+ return '[v] dddd [v] LT'
case 3:
- return "[ve středu v] LT";
+ return '[ve středu v] LT'
case 4:
- return "[ve čtvrtek v] LT";
+ return '[ve čtvrtek v] LT'
case 5:
- return "[v pátek v] LT";
+ return '[v pátek v] LT'
case 6:
- return "[v sobotu v] LT"
+ return '[v sobotu v] LT'
}
},
- lastDay: "[včera v] LT",
+ lastDay: '[včera v] LT',
lastWeek: function() {
switch (this.day()) {
case 0:
- return "[minulou neděli v] LT";
+ return '[minulou neděli v] LT'
case 1:
case 2:
- return "[minulé] dddd [v] LT";
+ return '[minulé] dddd [v] LT'
case 3:
- return "[minulou středu v] LT";
+ return '[minulou středu v] LT'
case 4:
case 5:
- return "[minulý] dddd [v] LT";
+ return '[minulý] dddd [v] LT'
case 6:
- return "[minulou sobotu v] LT"
+ return '[minulou sobotu v] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "za %s",
- past: "před %s",
+ future: 'za %s',
+ past: 'před %s',
s: o,
ss: o,
m: o,
@@ -23057,79 +23271,80 @@
yy: o
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return s
}))
},
- "3c55": function(e, t, n) {
+ '3c55': function(e, t, n) {
try {
- var r = n("cecd")
+ var r = n('cecd')
} catch (s) {
- r = n("cecd")
+ r = n('cecd')
}
var a = /\s+/,
- i = Object.prototype.toString;
+ i = Object.prototype.toString
function o(e) {
- if (!e || !e.nodeType) throw new Error("A DOM element reference is required");
+ if (!e || !e.nodeType) throw new Error('A DOM element reference is required')
this.el = e, this.list = e.classList
}
+
e.exports = function(e) {
return new o(e)
}, o.prototype.add = function(e) {
- if (this.list) return this.list.add(e), this;
+ if (this.list) return this.list.add(e), this
var t = this.array(),
- n = r(t, e);
- return ~n || t.push(e), this.el.className = t.join(" "), this
+ n = r(t, e)
+ return ~n || t.push(e), this.el.className = t.join(' '), this
}, o.prototype.remove = function(e) {
- if ("[object RegExp]" == i.call(e)) return this.removeMatching(e);
- if (this.list) return this.list.remove(e), this;
+ if ('[object RegExp]' == i.call(e)) return this.removeMatching(e)
+ if (this.list) return this.list.remove(e), this
var t = this.array(),
- n = r(t, e);
- return ~n && t.splice(n, 1), this.el.className = t.join(" "), this
+ n = r(t, e)
+ return ~n && t.splice(n, 1), this.el.className = t.join(' '), this
}, o.prototype.removeMatching = function(e) {
- for (var t = this.array(), n = 0; n < t.length; n++) e.test(t[n]) && this.remove(t[n]);
+ for (var t = this.array(), n = 0; n < t.length; n++) e.test(t[n]) && this.remove(t[n])
return this
}, o.prototype.toggle = function(e, t) {
- return this.list ? ("undefined" !== typeof t ? t !== this.list.toggle(e, t) && this.list.toggle(e) : this.list
- .toggle(e), this) : ("undefined" !== typeof t ? t ? this.add(e) : this.remove(e) : this.has(e) ? this.remove(
+ return this.list ? ('undefined' !== typeof t ? t !== this.list.toggle(e, t) && this.list.toggle(e) : this.list
+ .toggle(e), this) : ('undefined' !== typeof t ? t ? this.add(e) : this.remove(e) : this.has(e) ? this.remove(
e) : this.add(e), this)
}, o.prototype.array = function() {
- var e = this.el.getAttribute("class") || "",
- t = e.replace(/^\s+|\s+$/g, ""),
- n = t.split(a);
- return "" === n[0] && n.shift(), n
+ var e = this.el.getAttribute('class') || '',
+ t = e.replace(/^\s+|\s+$/g, ''),
+ n = t.split(a)
+ return '' === n[0] && n.shift(), n
}, o.prototype.has = o.prototype.contains = function(e) {
return this.list ? this.list.contains(e) : !!~r(this.array(), e)
}
},
- "3d90": function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- var _assets_less_TableExpand_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6eb7"),
+ '3d90': function(module, __webpack_exports__, __webpack_require__) {
+ 'use strict'
+ var _assets_less_TableExpand_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__('6eb7'),
_assets_less_TableExpand_less__WEBPACK_IMPORTED_MODULE_0___default = __webpack_require__.n(
_assets_less_TableExpand_less__WEBPACK_IMPORTED_MODULE_0__),
- _utils_mixin__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ac0d"),
- _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("b5ef"),
- _OnlCgformTabModal__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("82a6"),
- _api_manage__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("0fea"),
- _utils_util__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("ca00"),
- _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("d252"),
- _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("583c"),
- _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("4a62"),
- lodash__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("2ef0"),
+ _utils_mixin__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__('ac0d'),
+ _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__('b5ef'),
+ _OnlCgformTabModal__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__('82a6'),
+ _api_manage__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__('0fea'),
+ _utils_util__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__('ca00'),
+ _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__('d252'),
+ _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__('583c'),
+ _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__('4a62'),
+ lodash__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__('2ef0'),
lodash__WEBPACK_IMPORTED_MODULE_9___default = __webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_9__),
- vue__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("8bbf"),
- vue__WEBPACK_IMPORTED_MODULE_10___default = __webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_10__);
+ vue__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__('8bbf'),
+ vue__WEBPACK_IMPORTED_MODULE_10___default = __webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_10__)
function ownKeys(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -23139,7 +23354,7 @@
function _objectSpread(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? ownKeys(Object(n), !0).forEach((function(t) {
_defineProperty(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -23160,12 +23375,13 @@
}
function _createForOfIteratorHelper(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -23183,17 +23399,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -23211,46 +23427,47 @@
function _unsupportedIterableToArray(e, t) {
if (e) {
- if ("string" === typeof e) return _arrayLikeToArray(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
+ if ('string' === typeof e) return _arrayLikeToArray(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
}
}
function _arrayLikeToArray(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
- __webpack_exports__["a"] = {
- name: "OnlCgformTabList",
- mixins: [_mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__["a"],
- _utils_mixin__WEBPACK_IMPORTED_MODULE_1__["a"], _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_8__["a"]
+
+ __webpack_exports__['a'] = {
+ name: 'OnlCgformTabList',
+ mixins: [_mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__['a'],
+ _utils_mixin__WEBPACK_IMPORTED_MODULE_1__['a'], _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_8__['a']
],
components: {
- OnlCgformTabModal: _OnlCgformTabModal__WEBPACK_IMPORTED_MODULE_3__["default"],
- OnlineQueryFormItem: _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_6__["a"]
+ OnlCgformTabModal: _OnlCgformTabModal__WEBPACK_IMPORTED_MODULE_3__['default'],
+ OnlineQueryFormItem: _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_6__['a']
},
data: function() {
return {
- code: "",
+ code: '',
lodash: lodash__WEBPACK_IMPORTED_MODULE_9___default.a,
- description: "在线Tab模板功能测试页面",
- currentTableName: "",
+ description: '在线Tab模板功能测试页面',
+ currentTableName: '',
url: {
- getQueryInfo: "/online/cgform/api/getQueryInfo/",
- getColumns: "/online/cgform/api/getColumns/",
- getData: "/online/cgform/api/getData/",
- optPre: "/online/cgform/api/form/",
- exportXls: "/online/cgform/api/exportXls/",
- buttonAction: "/online/cgform/api/doButton",
- startProcess: "/act/process/extActProcess/startMutilProcess"
+ getQueryInfo: '/online/cgform/api/getQueryInfo/',
+ getColumns: '/online/cgform/api/getColumns/',
+ getData: '/online/cgform/api/getData/',
+ optPre: '/online/cgform/api/form/',
+ exportXls: '/online/cgform/api/exportXls/',
+ buttonAction: '/online/cgform/api/doButton',
+ startProcess: '/act/process/extActProcess/startMutilProcess'
},
- flowCodePre: "onl_",
+ flowCodePre: 'onl_',
isorter: {
- column: "id",
- order: "desc"
+ column: 'id',
+ order: 'desc'
},
dictOptions: {},
cgButtonLinkList: [],
@@ -23272,25 +23489,25 @@
metaPagination: {
current: 1,
pageSize: 10,
- pageSizeOptions: ["10", "20", "30"],
+ pageSizeOptions: ['10', '20', '30'],
showTotal: function(e, t) {
- return t[0] + "-" + t[1] + " 共" + e + "条"
+ return t[0] + '-' + t[1] + ' 共' + e + '条'
},
showQuickJumper: !0,
showSizeChanger: !0,
total: 0
},
actionColumn: {
- title: "操作",
- dataIndex: "action",
+ title: '操作',
+ dataIndex: 'action',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
},
- align: "center",
+ align: 'center',
width: 150
},
- formTemplate: "99",
- EnhanceJS: "",
+ formTemplate: '99',
+ EnhanceJS: '',
hideColumns: [],
buttonSwitch: {
add: !0,
@@ -23307,8 +23524,8 @@
checkboxFlag: !1,
superQuery: {
fieldList: [],
- params: "",
- matchType: "and"
+ params: '',
+ matchType: 'and'
},
scrollFlag: 0,
settingColumns: [],
@@ -23320,7 +23537,7 @@
this.initAutoList()
},
mounted: function() {
- this.cgButtonJsHandler("mounted")
+ this.cgButtonJsHandler('mounted')
},
watch: {
$route: function() {
@@ -23349,25 +23566,25 @@
return this.enableScrollBar ? void 0 : this.table.scroll
},
tableColumn: function() {
- var e = this;
- if (!this.settingColumns || this.settingColumns.length <= 0) return this.defColumns;
+ var e = this
+ if (!this.settingColumns || this.settingColumns.length <= 0) return this.defColumns
var t = this.defColumns.filter((function(t) {
- return "rowIndex" == t.key || "action" == t.dataIndex || !!e.settingColumns.includes(t.dataIndex)
- }));
+ return 'rowIndex' == t.key || 'action' == t.dataIndex || !!e.settingColumns.includes(t.dataIndex)
+ }))
return t
},
localCode: function() {
- return "onl_" + this.currentTableName
+ return 'onl_' + this.currentTableName
}
},
methods: {
hasBpmStatusFilter: function() {
var e, t = this.defColumns,
n = [],
- r = _createForOfIteratorHelper(t);
+ r = _createForOfIteratorHelper(t)
try {
for (r.s(); !(e = r.n()).done;) {
- var a = e.value;
+ var a = e.value
n.push(a.dataIndex)
}
} catch (i) {
@@ -23375,21 +23592,21 @@
} finally {
r.f()
}
- n.includes("bpm_status") || n.includes("BPM_STATUS") ? this.hasBpmStatus = !0 : this.hasBpmStatus = !1
+ n.includes('bpm_status') || n.includes('BPM_STATUS') ? this.hasBpmStatus = !0 : this.hasBpmStatus = !1
},
startProcess: function(e) {
- var t = this;
+ var t = this
this.$confirm({
- title: "提示",
- content: "确认提交流程吗?",
+ title: '提示',
+ content: '确认提交流程吗?',
onOk: function() {
var n = {
flowCode: t.flowCodePre + t.currentTableName,
id: e.id,
- formUrl: "modules/bpm/task/form/OnlineFormDetail",
- formUrlMobile: "check/onlineForm/detail"
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["f"])(t.url.startProcess, n).then((function(e) {
+ formUrl: 'modules/bpm/task/form/OnlineFormDetail',
+ formUrlMobile: 'check/onlineForm/detail'
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['f'])(t.url.startProcess, n).then((function(e) {
e.success ? (t.$message.success(e.message), t.loadData(), t.onClearSelected()) : t.$message.warning(
e.message)
}))
@@ -23397,16 +23614,16 @@
})
},
initQueryInfo: function() {
- var e = this;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["c"])("".concat(this.url.getQueryInfo).concat(this.code)).then(
+ var e = this
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['c'])(''.concat(this.url.getQueryInfo).concat(this.code)).then(
(function(t) {
if (t.success) {
- e.queryInfo = t.result;
- var n, r = _createForOfIteratorHelper(t.result);
+ e.queryInfo = t.result
+ var n, r = _createForOfIteratorHelper(t.result)
try {
for (r.s(); !(n = r.n()).done;) {
- var a = n.value;
- "1" === a.config && a.defValue && a.defValue.length > 0 && "single" === a.mode && e.$set(e.queryParam,
+ var a = n.value
+ '1' === a.config && a.defValue && a.defValue.length > 0 && 'single' === a.mode && e.$set(e.queryParam,
a.field, a.defValue)
}
} catch (i) {
@@ -23414,21 +23631,21 @@
} finally {
r.f()
}
- } else e.$message.warning(t.message);
+ } else e.$message.warning(t.message)
e.loadData()
}))
},
initAutoList: function() {
- var e = this;
- if (!this.$route.params.code) return !1;
- this.superQuery.params = "", this.$refs.superQuery && this.$refs.superQuery.handleReset(), this.table.loading = !
+ var e = this
+ if (!this.$route.params.code) return !1
+ this.superQuery.params = '', this.$refs.superQuery && this.$refs.superQuery.handleReset(), this.table.loading = !
0, this.code = this.$route.params.code, this.queryParam || (this.queryParam = {}), this.handleAcceptHrefParams(),
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["c"])("".concat(this.url.getColumns).concat(this.code)).then(
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['c'])(''.concat(this.url.getColumns).concat(this.code)).then(
(function(t) {
if (t.success) {
- "Y" == t.result.checkboxFlag ? e.checkboxFlag = !0 : e.checkboxFlag = !1, "Y" == t.result.paginationFlag ?
- e.table.pagination = _objectSpread({}, e.metaPagination) : e.table.pagination = !1;
- var n = {};
+ 'Y' == t.result.checkboxFlag ? e.checkboxFlag = !0 : e.checkboxFlag = !1, 'Y' == t.result.paginationFlag ?
+ e.table.pagination = _objectSpread({}, e.metaPagination) : e.table.pagination = !1
+ var n = {}
t.result.fieldHrefSlots.forEach((function(e) {
return n[e.slotName] = e
})), e.dictOptions = t.result.dictOptions, e.formTemplate = t.result.formTemplate, e.description = t
@@ -23444,14 +23661,14 @@
}))
},
loadData: function(e) {
- var t = this;
+ var t = this
if (this.table.pagination) {
- 1 == e && (this.table.pagination.current = 1), this.table.loading = !0;
- var n = this.getQueryParams();
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["c"])("".concat(this.url.getData).concat(this.code), n).then(
+ 1 == e && (this.table.pagination.current = 1), this.table.loading = !0
+ var n = this.getQueryParams()
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['c'])(''.concat(this.url.getData).concat(this.code), n).then(
(function(e) {
if (e.success) {
- var n = e.result;
+ var n = e.result
Number(n.total) > 0 ? (t.table.pagination.total = Number(n.total), t.table.dataSource = n.records) :
(t.table.pagination.total = 0, t.table.dataSource = [])
} else t.$message.warning(e.message)
@@ -23461,13 +23678,13 @@
} else this.loadDataNoPage()
},
loadDataNoPage: function() {
- var e = this;
- this.table.loading = !0;
- var t = this.getQueryParams();
- t["pageSize"] = -521, Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["c"])("".concat(this.url.getData).concat(
- this.code), Object(_utils_util__WEBPACK_IMPORTED_MODULE_5__["a"])(t)).then((function(t) {
+ var e = this
+ this.table.loading = !0
+ var t = this.getQueryParams()
+ t['pageSize'] = -521, Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['c'])(''.concat(this.url.getData).concat(
+ this.code), Object(_utils_util__WEBPACK_IMPORTED_MODULE_5__['a'])(t)).then((function(t) {
if (t.success) {
- var n = t.result;
+ var n = t.result
Number(n.total) > 0 ? e.table.dataSource = n.records : e.table.dataSource = []
} else e.$message.warning(t.message)
})).finally((function() {
@@ -23475,28 +23692,28 @@
}))
},
handleAcceptHrefParams: function() {
- var e = this;
- this.acceptHrefParams = {};
- var t = this.$route.query;
+ var e = this
+ this.acceptHrefParams = {}
+ var t = this.$route.query
t && (this.acceptHrefParams = _objectSpread({}, t), Object.keys(t).map((function(n) {
e.queryParam[n] = t[n]
})))
},
getQueryParams: function() {
- var e = Object.assign({}, this.acceptHrefParams, this.queryParam, this.isorter);
+ var e = Object.assign({}, this.acceptHrefParams, this.queryParam, this.isorter)
return e.pageNo = this.table.pagination.current, e.pageSize = this.table.pagination.pageSize, e.superQueryMatchType =
this.superQuery.matchType, e.superQueryParams = encodeURIComponent(this.superQuery.params), Object(
- _utils_util__WEBPACK_IMPORTED_MODULE_5__["a"])(e)
+ _utils_util__WEBPACK_IMPORTED_MODULE_5__['a'])(e)
},
handleChangeInTableSelect: function(e, t) {
this.table.selectedRowKeys = e, this.table.selectionRows = t, this.selectedRowKeys = e
},
handleTableChange: function(e, t, n) {
- Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = "ascend" == n.order ?
- "asc" : "desc"), this.table.pagination && (this.table.pagination = e), this.loadData()
+ Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = 'ascend' == n.order ?
+ 'asc' : 'desc'), this.table.pagination && (this.table.pagination = e), this.loadData()
},
handleAdd: function() {
- this.cgButtonJsHandler("beforeAdd"), this.$refs.modal.add(this.formTemplate)
+ this.cgButtonJsHandler('beforeAdd'), this.$refs.modal.add(this.formTemplate)
},
handleImportXls: function() {
this.$refs.importModal.show()
@@ -23505,50 +23722,50 @@
this.loadData(1)
},
handleExportXls2: function() {
- var e = this.queryParam;
- this.table.selectedRowKeys && this.table.selectedRowKeys.length > 0 && (e["selections"] = this.table.selectedRowKeys
- .join(","));
+ var e = this.queryParam
+ this.table.selectedRowKeys && this.table.selectedRowKeys.length > 0 && (e['selections'] = this.table.selectedRowKeys
+ .join(','))
var t = encodeURI(JSON.stringify(e)),
- n = window._CONFIG["domianURL"] + this.url.exportXls + this.code + "?paramsStr=" + t;
+ n = window._CONFIG['domianURL'] + this.url.exportXls + this.code + '?paramsStr=' + t
window.location.href = n
},
handleExportXls: function() {
var e = this,
- t = this.queryParam;
- this.table.selectedRowKeys && this.table.selectedRowKeys.length > 0 && (t["selections"] = this.table.selectedRowKeys
- .join(","));
- var n = JSON.stringify(Object(_utils_util__WEBPACK_IMPORTED_MODULE_5__["a"])(t));
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["b"])(this.url.exportXls + this.code, {
+ t = this.queryParam
+ this.table.selectedRowKeys && this.table.selectedRowKeys.length > 0 && (t['selections'] = this.table.selectedRowKeys
+ .join(','))
+ var n = JSON.stringify(Object(_utils_util__WEBPACK_IMPORTED_MODULE_5__['a'])(t))
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['b'])(this.url.exportXls + this.code, {
paramsStr: n
}).then((function(t) {
if (t && 0 !== t.size)
- if ("undefined" !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t]), e.description +
- ".xls");
+ if ('undefined' !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t]), e.description +
+ '.xls')
else {
var n = window.URL.createObjectURL(new Blob([t])),
- r = document.createElement("a");
- r.style.display = "none", r.href = n, r.setAttribute("download", e.description + ".xls"), document.body
+ r = document.createElement('a')
+ r.style.display = 'none', r.href = n, r.setAttribute('download', e.description + '.xls'), document.body
.appendChild(r), r.click(), document.body.removeChild(r), window.URL.revokeObjectURL(n)
}
- else e.$message.warning("文件下载失败")
+ else e.$message.warning('文件下载失败')
}))
},
handleEdit: function(e) {
- this.cgButtonLinkHandler(e, "beforeEdit", "js"), this.$refs.modal.edit(this.formTemplate, e.id)
+ this.cgButtonLinkHandler(e, 'beforeEdit', 'js'), this.$refs.modal.edit(this.formTemplate, e.id)
},
showLinkButton: function(e, t) {
- var n = new _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_7__["a"](e.exp, t);
+ var n = new _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_7__['a'](e.exp, t)
return n.show
},
handleDetail: function(e) {
this.$refs.modal.detail(this.formTemplate, e.id)
},
handleDeleteOne: function(e) {
- this.cgButtonLinkHandler(e, "beforeDelete", "js"), this.handleDelete(e.id)
+ this.cgButtonLinkHandler(e, 'beforeDelete', 'js'), this.handleDelete(e.id)
},
handleDelete: function(e) {
- var t = this;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["a"])(this.url.optPre + this.code + "/" + e).then((
+ var t = this
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['a'])(this.url.optPre + this.code + '/' + e).then((
function(e) {
e.success ? (t.$message.success(e.message), t.loadData()) : t.$message.warning(e.message)
}))
@@ -23557,11 +23774,11 @@
this.loadData()
},
handleGetSchema: function(e) {
- var t = this;
+ var t = this
e && e.properties && function() {
var n = function(e, t) {
- var n = t.view || t.type || "string";
- n = "inputNumber" === n ? "number" : n;
+ var n = t.view || t.type || 'string'
+ n = 'inputNumber' === n ? 'number' : n
var r = {
type: n,
value: t.key,
@@ -23571,30 +23788,30 @@
dictText: t.dictText,
options: t.enum || t.options,
order: t.order
- };
- "popup" === n && (r["popup"] = {
+ }
+ 'popup' === n && (r['popup'] = {
code: t.popupCode || t.code,
- field: t.orgFields.split(",")[0],
- orgFields: t.orgFields.split(",")[0],
- destFields: t.destFields.split(",")[0]
+ field: t.orgFields.split(',')[0],
+ orgFields: t.orgFields.split(',')[0],
+ destFields: t.destFields.split(',')[0]
}), e.push(r)
},
r = [],
a = function(t) {
- if (!e.properties.hasOwnProperty(t)) return "continue";
- var a = e.properties[t];
- if ("tab" === a.view && 0 == a.relationType) {
+ if (!e.properties.hasOwnProperty(t)) return 'continue'
+ var a = e.properties[t]
+ if ('tab' === a.view && 0 == a.relationType) {
var i = {
- type: "sub-table",
+ type: 'sub-table',
value: a.key,
text: a.describe,
children: []
- };
+ }
if (a.columns) {
- var o, s = _createForOfIteratorHelper(a.columns);
+ var o, s = _createForOfIteratorHelper(a.columns)
try {
for (s.s(); !(o = s.n()).done;) {
- var c = o.value;
+ var c = o.value
n(i.children, c)
}
} catch (u) {
@@ -23604,23 +23821,23 @@
}
}
r.push(i)
- } else if ("tab" === a.view && 1 == a.relationType) {
+ } else if ('tab' === a.view && 1 == a.relationType) {
var l = {
- type: "sub-table",
+ type: 'sub-table',
value: a.key,
text: a.describe,
children: []
- };
+ }
Object.keys(a.properties).map((function(e) {
- a.properties[e]["key"] = e, n(l.children, a.properties[e])
+ a.properties[e]['key'] = e, n(l.children, a.properties[e])
})), r.push(l)
} else a.key = t, n(r, a)
- };
- for (var i in e.properties) a(i);
+ }
+ for (var i in e.properties) a(i)
for (var o = 0; o < r.length; o++)
for (var s = o + 1; s < r.length; s++) {
var c = r[o],
- l = r[s];
+ l = r[s]
c.order > l.order && (r[o] = l, r[s] = c)
}
t.superQuery.fieldList = r
@@ -23630,25 +23847,25 @@
this.table.selectedRowKeys = [], this.table.selectionRows = []
},
getImgView: function(e) {
- return e && e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(","))), Object(
- _api_manage__WEBPACK_IMPORTED_MODULE_4__["d"])(e)
+ return e && e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(','))), Object(
+ _api_manage__WEBPACK_IMPORTED_MODULE_4__['d'])(e)
},
downloadRowFile: function(e) {
if (e) {
- e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(",")));
- var t = Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["d"])(e);
+ e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(',')))
+ var t = Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['d'])(e)
window.open(t)
- } else this.$message.warning("未知的文件")
+ } else this.$message.warning('未知的文件')
},
handleDelBatch: function() {
- if (this.table.selectedRowKeys.length <= 0) return this.$message.warning("请选择一条记录!"), !1;
- var e = "",
- t = this;
+ if (this.table.selectedRowKeys.length <= 0) return this.$message.warning('请选择一条记录!'), !1
+ var e = '',
+ t = this
t.table.selectedRowKeys.forEach((function(t) {
- e += t + ","
+ e += t + ','
})), t.$confirm({
- title: "确认删除",
- content: "是否删除选中数据?",
+ title: '确认删除',
+ content: '是否删除选中数据?',
onOk: function() {
t.handleDelete(e), t.onClearSelected()
}
@@ -23664,28 +23881,28 @@
this.toggleSearchStatus = !this.toggleSearchStatus
},
getFormatDate: function(e) {
- if (!e) return "";
- var t = e;
+ if (!e) return ''
+ var t = e
return t.length > 10 && (t = t.substring(0, 10)), t
},
getImportUrl: function() {
- return "/online/cgform/api/importXls/" + this.code
+ return '/online/cgform/api/importXls/' + this.code
},
initCgEnhanceJs: function initCgEnhanceJs(enhanceJs) {
if (enhanceJs) {
- var Obj = eval("(" + enhanceJs + ")");
- this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_4__["c"],
- _api_manage__WEBPACK_IMPORTED_MODULE_4__["f"], _api_manage__WEBPACK_IMPORTED_MODULE_4__["a"]), this.cgButtonJsHandler(
- "created")
- } else this.EnhanceJS = ""
+ var Obj = eval('(' + enhanceJs + ')')
+ this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_4__['c'],
+ _api_manage__WEBPACK_IMPORTED_MODULE_4__['f'], _api_manage__WEBPACK_IMPORTED_MODULE_4__['a']), this.cgButtonJsHandler(
+ 'created')
+ } else this.EnhanceJS = ''
},
initCgButtonList: function(e) {
var t = [],
- n = [];
+ n = []
if (e && e.length > 0)
for (var r = 0; r < e.length; r++) {
- var a = e[r];
- "button" == a.buttonStyle ? n.push(a) : "link" == a.buttonStyle && t.push(a)
+ var a = e[r]
+ 'button' == a.buttonStyle ? n.push(a) : 'link' == a.buttonStyle && t.push(a)
}
this.cgButtonLinkList = [].concat(t), this.cgButtonList = [].concat(n)
},
@@ -23693,35 +23910,35 @@
this.EnhanceJS[e] && this.EnhanceJS[e](this)
},
cgButtonActionHandler: function(e) {
- var t = this;
+ var t = this
if (!this.table.selectedRowKeys || 0 == this.table.selectedRowKeys.length) return this.$message.warning(
- "请先选中一条记录"), !1;
- if (this.table.selectedRowKeys.length > 1) return this.$message.warning("请只选中一条记录"), !1;
+ '请先选中一条记录'), !1
+ if (this.table.selectedRowKeys.length > 1) return this.$message.warning('请只选中一条记录'), !1
var n = {
formId: this.code,
buttonCode: e,
dataId: this.table.selectedRowKeys[0]
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["f"])(this.url.buttonAction, n).then((function(e) {
- e.success ? (t.loadData(), t.$message.success("处理完成!")) : t.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['f'])(this.url.buttonAction, n).then((function(e) {
+ e.success ? (t.loadData(), t.$message.success('处理完成!')) : t.$message.warning('处理失败!')
}))
},
cgButtonLinkHandler: function(e, t, n) {
- var r = this;
- if ("js" == n) this.EnhanceJS[t] && this.EnhanceJS[t](this, e);
- else if ("action" == n) {
+ var r = this
+ if ('js' == n) this.EnhanceJS[t] && this.EnhanceJS[t](this, e)
+ else if ('action' == n) {
var a = {
formId: this.code,
buttonCode: t,
dataId: e.id
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["f"])(this.url.buttonAction, a).then((function(e) {
- e.success ? (r.loadData(), r.$message.success("处理完成!")) : r.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['f'])(this.url.buttonAction, a).then((function(e) {
+ e.success ? (r.loadData(), r.$message.success('处理完成!')) : r.$message.warning('处理失败!')
}))
}
},
initButtonSwitch: function(e) {
- var t = this;
+ var t = this
Object.keys(this.buttonSwitch).forEach((function(e) {
t.buttonSwitch[e] = !0
})), e && e.length > 0 && Object.keys(this.buttonSwitch).forEach((function(n) {
@@ -23729,97 +23946,97 @@
}))
},
handleSuperQuery: function(e, t) {
- e && 0 !== e.length ? this.superQuery.params = JSON.stringify(e) : this.superQuery.params = "", this.superQuery
+ e && 0 !== e.length ? this.superQuery.params = JSON.stringify(e) : this.superQuery.params = '', this.superQuery
.matchType = t, this.loadData(1)
},
settingColumnsHandler: function(e) {
var t = this,
- n = vue__WEBPACK_IMPORTED_MODULE_10___default.a.ls.get(this.localCode);
- n && 0 != n.length ? this.settingColumns = n.split(",") : (this.settingColumns = [], e.forEach((function(e) {
- t.settingColumns.indexOf(e["dataIndex"]) < 0 && t.settingColumns.push(e["dataIndex"])
+ n = vue__WEBPACK_IMPORTED_MODULE_10___default.a.ls.get(this.localCode)
+ n && 0 != n.length ? this.settingColumns = n.split(',') : (this.settingColumns = [], e.forEach((function(e) {
+ t.settingColumns.indexOf(e['dataIndex']) < 0 && t.settingColumns.push(e['dataIndex'])
})))
},
popVisibleChange: function(e) {
this.settingColumns && this.settingColumns.length > 0 && vue__WEBPACK_IMPORTED_MODULE_10___default.a.ls.set(
- this.localCode, this.settingColumns.join(","))
+ this.localCode, this.settingColumns.join(','))
}
}
}
},
- "3de5": function(e, t, n) {
+ '3de5': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "௧",
- 2: "௨",
- 3: "௩",
- 4: "௪",
- 5: "௫",
- 6: "௬",
- 7: "௭",
- 8: "௮",
- 9: "௯",
- 0: "௦"
+ 1: '௧',
+ 2: '௨',
+ 3: '௩',
+ 4: '௪',
+ 5: '௫',
+ 6: '௬',
+ 7: '௭',
+ 8: '௮',
+ 9: '௯',
+ 0: '௦'
},
n = {
- "௧": "1",
- "௨": "2",
- "௩": "3",
- "௪": "4",
- "௫": "5",
- "௬": "6",
- "௭": "7",
- "௮": "8",
- "௯": "9",
- "௦": "0"
+ '௧': '1',
+ '௨': '2',
+ '௩': '3',
+ '௪': '4',
+ '௫': '5',
+ '௬': '6',
+ '௭': '7',
+ '௮': '8',
+ '௯': '9',
+ '௦': '0'
},
- r = e.defineLocale("ta", {
- months: "ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split(
- "_"),
- monthsShort: "ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split(
- "_"),
- weekdays: "ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split(
- "_"),
- weekdaysShort: "ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),
- weekdaysMin: "ஞா_தி_செ_பு_வி_வெ_ச".split("_"),
+ r = e.defineLocale('ta', {
+ months: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(
+ '_'),
+ monthsShort: 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split(
+ '_'),
+ weekdays: 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split(
+ '_'),
+ weekdaysShort: 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split('_'),
+ weekdaysMin: 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, HH:mm",
- LLLL: "dddd, D MMMM YYYY, HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, HH:mm',
+ LLLL: 'dddd, D MMMM YYYY, HH:mm'
},
calendar: {
- sameDay: "[இன்று] LT",
- nextDay: "[நாளை] LT",
- nextWeek: "dddd, LT",
- lastDay: "[நேற்று] LT",
- lastWeek: "[கடந்த வாரம்] dddd, LT",
- sameElse: "L"
+ sameDay: '[இன்று] LT',
+ nextDay: '[நாளை] LT',
+ nextWeek: 'dddd, LT',
+ lastDay: '[நேற்று] LT',
+ lastWeek: '[கடந்த வாரம்] dddd, LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s இல்",
- past: "%s முன்",
- s: "ஒரு சில விநாடிகள்",
- ss: "%d விநாடிகள்",
- m: "ஒரு நிமிடம்",
- mm: "%d நிமிடங்கள்",
- h: "ஒரு மணி நேரம்",
- hh: "%d மணி நேரம்",
- d: "ஒரு நாள்",
- dd: "%d நாட்கள்",
- M: "ஒரு மாதம்",
- MM: "%d மாதங்கள்",
- y: "ஒரு வருடம்",
- yy: "%d ஆண்டுகள்"
+ future: '%s இல்',
+ past: '%s முன்',
+ s: 'ஒரு சில விநாடிகள்',
+ ss: '%d விநாடிகள்',
+ m: 'ஒரு நிமிடம்',
+ mm: '%d நிமிடங்கள்',
+ h: 'ஒரு மணி நேரம்',
+ hh: '%d மணி நேரம்',
+ d: 'ஒரு நாள்',
+ dd: '%d நாட்கள்',
+ M: 'ஒரு மாதம்',
+ MM: '%d மாதங்கள்',
+ y: 'ஒரு வருடம்',
+ yy: '%d ஆண்டுகள்'
},
dayOfMonthOrdinalParse: /\d{1,2}வது/,
ordinal: function(e) {
- return e + "வது"
+ return e + 'வது'
},
preparse: function(e) {
return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, (function(e) {
@@ -23833,255 +24050,255 @@
},
meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,
meridiem: function(e, t, n) {
- return e < 2 ? " யாமம்" : e < 6 ? " வைகறை" : e < 10 ? " காலை" : e < 14 ? " நண்பகல்" : e < 18 ?
- " எற்பாடு" : e < 22 ? " மாலை" : " யாமம்"
+ return e < 2 ? ' யாமம்' : e < 6 ? ' வைகறை' : e < 10 ? ' காலை' : e < 14 ? ' நண்பகல்' : e < 18 ?
+ ' எற்பாடு' : e < 22 ? ' மாலை' : ' யாமம்'
},
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "யாமம்" === t ? e < 2 ? e : e + 12 : "வைகறை" === t || "காலை" === t ||
- "நண்பகல்" === t && e >= 10 ? e : e + 12
+ return 12 === e && (e = 0), 'யாமம்' === t ? e < 2 ? e : e + 12 : 'வைகறை' === t || 'காலை' === t ||
+ 'நண்பகல்' === t && e >= 10 ? e : e + 12
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return r
}))
},
- "3e57": function(e, t, n) {
- "use strict";
- n.r(t);
+ '3e57': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-modal", {
+ n = e._self._c || t
+ return n('j-modal', {
staticStyle: {
- top: "40px"
+ top: '40px'
},
attrs: {
title: e.title,
- width: "1200px",
+ width: '1200px',
visible: e.visible,
confirmLoading: e.confirmLoading,
destroyOnClose: !0,
maskClosable: !1,
- cancelText: "关闭",
- fullscreen: "",
- switchFullscreen: ""
+ cancelText: '关闭',
+ fullscreen: '',
+ switchFullscreen: ''
},
on: {
ok: e.handleOk,
cancel: e.handleCancel
}
- }, [n("a-spin", {
+ }, [n('a-spin', {
attrs: {
spinning: e.confirmLoading
}
- }, [n("a-form", {
+ }, [n('a-form', {
attrs: {
form: e.form,
- layout: "inline"
+ layout: 'inline'
}
- }, [n("a-list", [n("a-list-item", [n("a-row", {
+ }, [n('a-list', [n('a-list-item', [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 7
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "编码"
+ label: '编码'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["code", e.validatorRules.code],
- expression: "['code', validatorRules.code ]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['code', e.validatorRules.code],
+ expression: '[\'code\', validatorRules.code ]'
}],
attrs: {
- placeholder: "请输入编码"
+ placeholder: '请输入编码'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "名称"
+ label: '名称'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["name", e.validatorRules.name],
- expression: "['name', validatorRules.name ]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['name', e.validatorRules.name],
+ expression: '[\'name\', validatorRules.name ]'
}],
attrs: {
- placeholder: "请输入名称"
+ placeholder: '请输入名称'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "数据源"
+ label: '数据源'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["dbSource", e.validatorRules.dbSource],
- expression: "['dbSource', validatorRules.dbSource]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['dbSource', e.validatorRules.dbSource],
+ expression: '[\'dbSource\', validatorRules.dbSource]'
}],
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
- placeholder: "请选择数据源",
+ placeholder: '请选择数据源',
options: e.dbSourceOptions,
getPopupContainer: function(e) {
return e.parentNode
}
}
- })], 1)], 1)], 1)], 1), n("a-list-item", [n("a-row", {
+ })], 1)], 1)], 1)], 1), n('a-list-item', [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 21
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.oneCol.label,
wrapperCol: e.oneCol.wrapper,
- label: "报表SQL"
+ label: '报表SQL'
}
- }, [n("j-code-editor", {
- ref: "cgrSql",
+ }, [n('j-code-editor', {
+ ref: 'cgrSql',
staticStyle: {
- "min-height": "120px"
+ 'min-height': '120px'
},
attrs: {
- language: "sql",
+ language: 'sql',
fullScreen: !0,
lineNumbers: !1,
- placeholder: "请输入查询SQL"
+ placeholder: '请输入查询SQL'
},
on: {
input: e.handleInputCgrSql
}
- }), n("a-textarea", {
+ }), n('a-textarea', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["cgrSql", e.validatorRules.cgrSql],
- expression: "['cgrSql', validatorRules.cgrSql ]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['cgrSql', e.validatorRules.cgrSql],
+ expression: '[\'cgrSql\', validatorRules.cgrSql ]'
}],
attrs: {
hidden: !0
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: 3
}
- }, [n("a-popover", {
+ }, [n('a-popover', {
staticStyle: {
- margin: "0 10px 0 6px"
+ margin: '0 10px 0 6px'
},
attrs: {
- title: "使用指南",
- trigger: "hover"
+ title: '使用指南',
+ trigger: 'hover'
}
- }, [n("template", {
- slot: "content"
- }, [e._v("\n 您可以键入“”作为一个参数,这里abc是参数的名称。例如:"), n("br"), e._v(
- "\n select * from table where id = ${abc}。"), n("br"), e._v(
- "\n select * from table where id like concat('%',${abc},'%')。(mysql模糊查询)"
- ), n("br"), e._v(
- "\n select * from table where id like '%'||${abc}||'%'。(oracle模糊查询)"), n(
- "br"), e._v(
- "\n select * from table where id like '%'+${abc}+'%'。(sqlserver模糊查询)"),
- n("br"), n("span", {
+ }, [n('template', {
+ slot: 'content'
+ }, [e._v('\n 您可以键入“”作为一个参数,这里abc是参数的名称。例如:'), n('br'), e._v(
+ '\n select * from table where id = ${abc}。'), n('br'), e._v(
+ '\n select * from table where id like concat(\'%\',${abc},\'%\')。(mysql模糊查询)'
+ ), n('br'), e._v(
+ '\n select * from table where id like \'%\'||${abc}||\'%\'。(oracle模糊查询)'), n(
+ 'br'), e._v(
+ '\n select * from table where id like \'%\'+${abc}+\'%\'。(sqlserver模糊查询)'),
+ n('br'), n('span', {
staticStyle: {
- color: "red"
+ color: 'red'
}
- }, [e._v("注:参数只支持动态报表,popup暂不支持")])
- ]), n("a-icon", {
+ }, [e._v('注:参数只支持动态报表,popup暂不支持')])
+ ]), n('a-icon', {
attrs: {
- type: "question-circle"
+ type: 'question-circle'
}
- })], 2), n("a-button", {
+ })], 2), n('a-button', {
attrs: {
- type: "primary"
+ type: 'primary'
},
on: {
click: e.handleSQLAnalyze
}
- }, [e._v("SQL解析")])], 1)], 1)], 1), n("a-list-item", {
+ }, [e._v('SQL解析')])], 1)], 1)], 1), n('a-list-item', {
staticStyle: {
- display: "none"
+ display: 'none'
}
- }, [n("a-row", {
+ }, [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.oneCol.label,
wrapperCol: e.oneCol.wrapper,
- label: "描述"
+ label: '描述'
}
- }, [n("a-textarea", {
+ }, [n('a-textarea', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["content"],
- expression: "['content']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['content'],
+ expression: '[\'content\']'
}],
attrs: {
- placeholder: "请输入描述"
+ placeholder: '请输入描述'
}
- })], 1)], 1)], 1)], 1), e._e()], 1)], 1), n("a-tabs", {
+ })], 1)], 1)], 1)], 1), e._e()], 1)], 1), n('a-tabs', {
on: {
change: e.handleChangeTab
},
@@ -24090,28 +24307,28 @@
callback: function(t) {
e.activeKey = t
},
- expression: "activeKey"
+ expression: 'activeKey'
}
- }, [n("a-tab-pane", {
- key: "1",
+ }, [n('a-tab-pane', {
+ key: '1',
attrs: {
- tab: "动态报表配置明细",
+ tab: '动态报表配置明细',
forceRender: !0
}
- }, [n("config-detail-table", {
- ref: "table1",
+ }, [n('config-detail-table', {
+ ref: 'table1',
attrs: {
loading: e.confirmLoading,
dataSource: e.tab1.dataSource
}
- })], 1), n("a-tab-pane", {
- key: "2",
+ })], 1), n('a-tab-pane', {
+ key: '2',
attrs: {
- tab: "报表参数",
+ tab: '报表参数',
forceRender: !0
}
- }, [n("report-params-table", {
- ref: "table2",
+ }, [n('report-params-table', {
+ ref: 'table2',
attrs: {
loading: e.confirmLoading,
dataSource: e.tab2.dataSource
@@ -24119,21 +24336,22 @@
})], 1)], 1)], 1)], 1)
},
a = [],
- i = n("54ac"),
- o = n("4ec3"),
- s = n("0fea"),
- c = n("88bc"),
+ i = n('54ac'),
+ o = n('4ec3'),
+ s = n('0fea'),
+ c = n('88bc'),
l = n.n(c),
- u = n("2a71"),
- d = n("5058");
+ u = n('2a71'),
+ d = n('5058')
function h(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = f(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = f(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -24151,17 +24369,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -24179,30 +24397,31 @@
function f(e, t) {
if (e) {
- if ("string" === typeof e) return m(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? m(e, t) : void 0
+ if ('string' === typeof e) return m(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? m(e, t) : void 0
}
}
function m(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var p = {
- name: "OnlCgreportHeadModal",
+ name: 'OnlCgreportHeadModal',
components: {
- ReportParamsTable: d["default"],
- ConfigDetailTable: u["default"]
+ ReportParamsTable: d['default'],
+ ConfigDetailTable: u['default']
},
data: function() {
return {
- title: "操作",
+ title: '操作',
visible: !1,
model: {},
- reportSql: "",
+ reportSql: '',
gutter: 0,
oneCol: {
label: {
@@ -24226,7 +24445,7 @@
code: {
rules: [{
required: !0,
- message: "请输入编码!"
+ message: '请输入编码!'
}, {
validator: this.validateCode
}]
@@ -24234,29 +24453,29 @@
name: {
rules: [{
required: !0,
- message: "请输入报表名称!"
+ message: '请输入报表名称!'
}]
},
cgrSql: {
rules: [{
required: !0,
- message: "请输入查询SQL!"
+ message: '请输入查询SQL!'
}]
},
dbSource: {}
},
url: {
- add: "/online/cgreport/head/add",
- edit: "/online/cgreport/head/editAll",
- sql: "/online/cgreport/head/parseSql",
+ add: '/online/cgreport/head/add',
+ edit: '/online/cgreport/head/editAll',
+ sql: '/online/cgreport/head/parseSql',
param: {
- listByHeadId: "/online/cgreport/param/listByHeadId"
+ listByHeadId: '/online/cgreport/param/listByHeadId'
},
item: {
- listByHeadId: "/online/cgreport/item/listByHeadId"
+ listByHeadId: '/online/cgreport/item/listByHeadId'
}
},
- activeKey: "1",
+ activeKey: '1',
tab1: {
dataSource: []
},
@@ -24274,17 +24493,17 @@
this.edit({})
},
edit: function(e) {
- var t = this;
+ var t = this
this.form.resetFields(), this.model = Object.assign({}, e), this.visible = !0, this.$nextTick((function() {
- t.form.setFieldsValue(l()(t.model, "code", "name", "cgrSql", "returnValField", "returnTxtField",
- "returnType", "dbSource", "content"))
+ t.form.setFieldsValue(l()(t.model, 'code', 'name', 'cgrSql', 'returnValField', 'returnTxtField',
+ 'returnType', 'dbSource', 'content'))
})), this.reportSql = this.model.cgrSql, this.$nextTick((function() {
- t.$refs.cgrSql.setCodeContent(t.model.cgrSql || "")
+ t.$refs.cgrSql.setCodeContent(t.model.cgrSql || '')
})), e.id && this.requestData(e.id)
},
close: function() {
this.visible = !1, this.$refs.table1 && (this.tab1.dataSource = [], this.tab2.dataSource = []), this.activeKey =
- "1", this.$emit("close")
+ '1', this.$emit('close')
},
handleOk: function() {
this.validateFields()
@@ -24297,8 +24516,8 @@
e, this.tab2)
},
requestTabData: function(e, t, n) {
- var r = this;
- this.confirmLoading = !0, Object(s["c"])(e, {
+ var r = this
+ this.confirmLoading = !0, Object(s['c'])(e, {
headId: t
}).then((function(e) {
n.dataSource = e.result || []
@@ -24307,21 +24526,21 @@
}))
},
handleSQLAnalyze: function() {
- var e = this;
- this.confirmLoading = !0, this.form.validateFields(["cgrSql", "dbSource"], (function(t, n) {
+ var e = this
+ this.confirmLoading = !0, this.form.validateFields(['cgrSql', 'dbSource'], (function(t, n) {
if (!t) {
var r = {
- sql: n["cgrSql"],
- dbKey: n["dbSource"]
- };
- Object(s["c"])(e.url.sql, r).then((function(t) {
+ sql: n['cgrSql'],
+ dbKey: n['dbSource']
+ }
+ Object(s['c'])(e.url.sql, r).then((function(t) {
if (t.success) {
- e.$message.success("解析成功");
+ e.$message.success('解析成功')
var n = t.result.fields.filter((function(e) {
- return "__row_number__" != e.fieldName
- }));
- e.tab1.dataSource = _(e.tab1.dataSource, n || [], "fieldName"), e.tab2.dataSource = _(e.tab2.dataSource,
- t.result.params || [], "paramName"), e.$refs.table1.$refs.table.scrollTo(null, 0), e.$refs.table2
+ return '__row_number__' != e.fieldName
+ }))
+ e.tab1.dataSource = _(e.tab1.dataSource, n || [], 'fieldName'), e.tab2.dataSource = _(e.tab2.dataSource,
+ t.result.params || [], 'paramName'), e.$refs.table1.$refs.table.scrollTo(null, 0), e.$refs.table2
.$refs.table.scrollTo(null, 0)
} else e.$message.error(t.message)
})).finally((function() {
@@ -24331,68 +24550,68 @@
}))
},
handleChangeTab: function(e) {
- this.$refs["table".concat(e)].$refs.table.scrollTo(null, 0)
+ this.$refs['table'.concat(e)].$refs.table.scrollTo(null, 0)
},
validateFields: function() {
var e = this,
- t = {};
+ t = {}
new Promise((function(t, n) {
e.form.validateFields((function(e, r) {
- e ? n(i["a"]) : t(r)
+ e ? n(i['a']) : t(r)
}))
})).then((function(n) {
return t.head = Object.assign(e.model, n), e.validateTableFields()
})).then((function(n) {
- Object.assign(t, n);
- var r = e.classifyIntoFormData(t);
+ Object.assign(t, n)
+ var r = e.classifyIntoFormData(t)
return e.requestAddOrEdit(r)
}))
},
requestAddOrEdit: function(e) {
var t = this,
- n = "post",
- r = this.url.add;
- this.model.id && (n = "put", r = this.url.edit), this.confirmLoading = !0, Object(s["e"])(r, e, n).then((
+ n = 'post',
+ r = this.url.add
+ this.model.id && (n = 'put', r = this.url.edit), this.confirmLoading = !0, Object(s['e'])(r, e, n).then((
function(e) {
- e.success ? (t.$message.success(e.message), t.$emit("ok"), t.close()) : t.$message.warning(e.message)
+ e.success ? (t.$message.success(e.message), t.$emit('ok'), t.close()) : t.$message.warning(e.message)
})).finally((function() {
t.confirmLoading = !1
}))
},
classifyIntoFormData: function(e) {
- var t = l()(e, "head");
+ var t = l()(e, 'head')
return t.items = e.table1.tableData, t.deleteItemIds = e.table1.deleteData.map((function(e) {
return e.id
- })).join(","), t.params = e.table2.tableData, t.deleteParamIds = e.table2.deleteData.map((function(e) {
+ })).join(','), t.params = e.table2.tableData, t.deleteParamIds = e.table2.deleteData.map((function(e) {
return e.id
- })).join(","), t
+ })).join(','), t
},
validateCode: function(e, t, n) {
- var r = /^[a-z|A-Z][a-z|A-Z|\d|_|-]{0,}$/;
+ var r = /^[a-z|A-Z][a-z|A-Z|\d|_|-]{0,}$/
if (r.test(t)) {
var a = {
- tableName: "onl_cgreport_head",
- fieldName: "code",
+ tableName: 'onl_cgreport_head',
+ fieldName: 'code',
fieldVal: t,
dataId: this.model.id
- };
- Object(o["b"])(a).then((function(e) {
+ }
+ Object(o['b'])(a).then((function(e) {
e.success ? n() : n(e.message)
}))
- } else n("编码必须以字母开头,可包含数字、下划线、横杠")
+ } else n('编码必须以字母开头,可包含数字、下划线、横杠')
},
validateTableFields: function() {
- var e = this;
+ var e = this
return new Promise((function(t, n) {
- var r = [];
- r.push(e.$refs.table1.$refs.table), r.push(e.$refs.table2.$refs.table), Object(i["d"])(r).then((
+ var r = []
+ r.push(e.$refs.table1.$refs.table), r.push(e.$refs.table2.$refs.table), Object(i['d'])(r).then((
function(e) {
- var n = {};
+ var n = {}
e.forEach((function(e, t) {
- return n["table".concat(t + 1)] = e
+ return n['table'.concat(t + 1)] = e
})), t(n)
})).catch((function() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}
n(e)
}))
}))
@@ -24404,10 +24623,10 @@
},
fieldNameConvertCase: function(e, t, n) {
var r = n.target,
- a = "to".concat(e, "Case");
+ a = 'to'.concat(e, 'Case')
this.$confirm({
- title: "转换字段名",
- content: "确定要将所有的字段名都转换为".concat(t, "吗?"),
+ title: '转换字段名',
+ content: '确定要将所有的字段名都转换为'.concat(t, '吗?'),
onOk: function() {
var e = r.getValuesSync({
validate: !1
@@ -24417,44 +24636,44 @@
return {
rowKey: e.id,
values: {
- fieldName: e["fieldName"][a]()
+ fieldName: e['fieldName'][a]()
}
}
- }));
+ }))
r.setValues(n)
}
})
},
queryDataSourceOptions: function() {
- var e = this;
- Object(s["c"])("/sys/dataSource/options").then((function(t) {
+ var e = this
+ Object(s['c'])('/sys/dataSource/options').then((function(t) {
t.success ? (e.dbSourceOptions = t.result || [], e.dbSourceOptions.unshift({
- label: "请选择",
- value: ""
+ label: '请选择',
+ value: ''
})) : e.dbSourceOptions = [{
- label: "加载失败",
+ label: '加载失败',
value: void 0
}]
}))
}
}
- };
+ }
function _(e, t, n) {
if (e.length > 0) {
var r, a = [],
i = [],
o = 1,
- s = h(t);
+ s = h(t)
try {
for (s.s(); !(r = s.n()).done;) {
var c, l = r.value,
- u = h(e);
+ u = h(e)
try {
for (u.s(); !(c = u.n()).done;) {
- var d = c.value;
+ var d = c.value
if (d[n] == l[n]) {
- a.push(d), i.push(l[n]), d.orderNum > o && (o = d.orderNum);
+ a.push(d), i.push(l[n]), d.orderNum > o && (o = d.orderNum)
break
}
}
@@ -24469,10 +24688,10 @@
} finally {
s.f()
}
- var f, m = h(t);
+ var f, m = h(t)
try {
for (m.s(); !(f = m.n()).done;) {
- var p = f.value;
+ var p = f.value
i.indexOf(p[n]) < 0 && (p.orderNum = ++o, a.push(p))
}
} catch (g) {
@@ -24483,10 +24702,10 @@
return a
}
var _, v = 0,
- b = h(t);
+ b = h(t)
try {
for (b.s(); !(_ = b.n()).done;) {
- var y = _.value;
+ var y = _.value
y.orderNum || (y.orderNum = ++v)
}
} catch (g) {
@@ -24496,80 +24715,81 @@
}
return t
}
+
var v = p,
- b = n("2877"),
- y = Object(b["a"])(v, r, a, !1, null, "16520851", null);
- t["default"] = y.exports
+ b = n('2877'),
+ y = Object(b['a'])(v, r, a, !1, null, '16520851', null)
+ t['default'] = y.exports
},
- "3e92": function(e, t, n) {
+ '3e92': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "೧",
- 2: "೨",
- 3: "೩",
- 4: "೪",
- 5: "೫",
- 6: "೬",
- 7: "೭",
- 8: "೮",
- 9: "೯",
- 0: "೦"
+ 1: '೧',
+ 2: '೨',
+ 3: '೩',
+ 4: '೪',
+ 5: '೫',
+ 6: '೬',
+ 7: '೭',
+ 8: '೮',
+ 9: '೯',
+ 0: '೦'
},
n = {
- "೧": "1",
- "೨": "2",
- "೩": "3",
- "೪": "4",
- "೫": "5",
- "೬": "6",
- "೭": "7",
- "೮": "8",
- "೯": "9",
- "೦": "0"
+ '೧': '1',
+ '೨': '2',
+ '೩': '3',
+ '೪': '4',
+ '೫': '5',
+ '೬': '6',
+ '೭': '7',
+ '೮': '8',
+ '೯': '9',
+ '೦': '0'
},
- r = e.defineLocale("kn", {
- months: "ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split(
- "_"),
- monthsShort: "ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),
+ r = e.defineLocale('kn', {
+ months: 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split(
+ '_'),
+ monthsShort: 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split('_'),
monthsParseExact: !0,
- weekdays: "ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),
- weekdaysShort: "ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),
- weekdaysMin: "ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),
+ weekdays: 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split('_'),
+ weekdaysShort: 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'),
+ weekdaysMin: 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'),
longDateFormat: {
- LT: "A h:mm",
- LTS: "A h:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, A h:mm",
- LLLL: "dddd, D MMMM YYYY, A h:mm"
+ LT: 'A h:mm',
+ LTS: 'A h:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, A h:mm',
+ LLLL: 'dddd, D MMMM YYYY, A h:mm'
},
calendar: {
- sameDay: "[ಇಂದು] LT",
- nextDay: "[ನಾಳೆ] LT",
- nextWeek: "dddd, LT",
- lastDay: "[ನಿನ್ನೆ] LT",
- lastWeek: "[ಕೊನೆಯ] dddd, LT",
- sameElse: "L"
+ sameDay: '[ಇಂದು] LT',
+ nextDay: '[ನಾಳೆ] LT',
+ nextWeek: 'dddd, LT',
+ lastDay: '[ನಿನ್ನೆ] LT',
+ lastWeek: '[ಕೊನೆಯ] dddd, LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s ನಂತರ",
- past: "%s ಹಿಂದೆ",
- s: "ಕೆಲವು ಕ್ಷಣಗಳು",
- ss: "%d ಸೆಕೆಂಡುಗಳು",
- m: "ಒಂದು ನಿಮಿಷ",
- mm: "%d ನಿಮಿಷ",
- h: "ಒಂದು ಗಂಟೆ",
- hh: "%d ಗಂಟೆ",
- d: "ಒಂದು ದಿನ",
- dd: "%d ದಿನ",
- M: "ಒಂದು ತಿಂಗಳು",
- MM: "%d ತಿಂಗಳು",
- y: "ಒಂದು ವರ್ಷ",
- yy: "%d ವರ್ಷ"
+ future: '%s ನಂತರ',
+ past: '%s ಹಿಂದೆ',
+ s: 'ಕೆಲವು ಕ್ಷಣಗಳು',
+ ss: '%d ಸೆಕೆಂಡುಗಳು',
+ m: 'ಒಂದು ನಿಮಿಷ',
+ mm: '%d ನಿಮಿಷ',
+ h: 'ಒಂದು ಗಂಟೆ',
+ hh: '%d ಗಂಟೆ',
+ d: 'ಒಂದು ದಿನ',
+ dd: '%d ದಿನ',
+ M: 'ಒಂದು ತಿಂಗಳು',
+ MM: '%d ತಿಂಗಳು',
+ y: 'ಒಂದು ವರ್ಷ',
+ yy: '%d ವರ್ಷ'
},
preparse: function(e) {
return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, (function(e) {
@@ -24583,72 +24803,72 @@
},
meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "ರಾತ್ರಿ" === t ? e < 4 ? e : e + 12 : "ಬೆಳಿಗ್ಗೆ" === t ? e : "ಮಧ್ಯಾಹ್ನ" ===
- t ? e >= 10 ? e : e + 12 : "ಸಂಜೆ" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'ರಾತ್ರಿ' === t ? e < 4 ? e : e + 12 : 'ಬೆಳಿಗ್ಗೆ' === t ? e : 'ಮಧ್ಯಾಹ್ನ' ===
+ t ? e >= 10 ? e : e + 12 : 'ಸಂಜೆ' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 4 ? "ರಾತ್ರಿ" : e < 10 ? "ಬೆಳಿಗ್ಗೆ" : e < 17 ? "ಮಧ್ಯಾಹ್ನ" : e < 20 ? "ಸಂಜೆ" : "ರಾತ್ರಿ"
+ return e < 4 ? 'ರಾತ್ರಿ' : e < 10 ? 'ಬೆಳಿಗ್ಗೆ' : e < 17 ? 'ಮಧ್ಯಾಹ್ನ' : e < 20 ? 'ಸಂಜೆ' : 'ರಾತ್ರಿ'
},
dayOfMonthOrdinalParse: /\d{1,2}(ನೇ)/,
ordinal: function(e) {
- return e + "ನೇ"
+ return e + 'ನೇ'
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return r
}))
},
- "3f6b": function(e, t, n) {
+ '3f6b': function(e, t, n) {
e.exports = {
- default: n("51b6"),
+ default: n('51b6'),
__esModule: !0
}
},
- "3fa1": function(e, t, n) {
- "use strict";
- n.r(t);
+ '3fa1': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-modal", {
+ n = e._self._c || t
+ return n('j-modal', {
attrs: {
- title: "JS增强历史记录",
- width: "1200px",
+ title: 'JS增强历史记录',
+ width: '1200px',
visible: e.visible,
maskClosable: !1,
confirmLoading: e.confirmLoading,
- fullscreen: "",
- switchFullscreen: ""
+ fullscreen: '',
+ switchFullscreen: ''
},
on: {
cancel: e.handleCancel
}
- }, [n("a-spin", {
+ }, [n('a-spin', {
attrs: {
spinning: e.confirmLoading
}
- }, [n("a-layout", [n("a-layout-sider", {
+ }, [n('a-layout', [n('a-layout-sider', {
attrs: {
- theme: "light"
+ theme: 'light'
}
- }, [n("a-list", {
- class: "cust-enhance-his",
+ }, [n('a-list', {
+ class: 'cust-enhance-his',
attrs: {
- bordered: "",
+ bordered: '',
dataSource: e.dataList
},
scopedSlots: e._u([{
- key: "renderItem",
+ key: 'renderItem',
fn: function(t) {
- return n("a-list-item", {
- class: e.activeIndex === t.index ? "bgBlue" : ""
- }, [n("a", {
+ return n('a-list-item', {
+ class: e.activeIndex === t.index ? 'bgBlue' : ''
+ }, [n('a', {
staticStyle: {
- color: "rgba(0, 0, 0, 0.85)"
+ color: 'rgba(0, 0, 0, 0.85)'
},
on: {
click: function(n) {
@@ -24658,49 +24878,50 @@
}, [e._v(e._s(e.getFormatDate(t.date)))])])
}
}])
- }, [n("div", {
+ }, [n('div', {
attrs: {
- slot: "header"
+ slot: 'header'
},
- slot: "header"
- }, [n("a-divider", {
+ slot: 'header'
+ }, [n('a-divider', {
staticStyle: {
- margin: "0"
+ margin: '0'
}
- }, [e._v("保存时间")])], 1)])], 1), n("a-layout", [n("a-layout-content", {
+ }, [e._v('保存时间')])], 1)])], 1), n('a-layout', [n('a-layout-content', {
style: {
- margin: "8px 8px",
- padding: "8px",
- background: "#fff",
- minHeight: "280px"
+ margin: '8px 8px',
+ padding: '8px',
+ background: '#fff',
+ minHeight: '280px'
}
- }, [n("j-code-editor", {
- ref: "codeEditor",
+ }, [n('j-code-editor', {
+ ref: 'codeEditor',
attrs: {
- language: "javascript",
+ language: 'javascript',
fullScreen: !0,
lineNumbers: !1,
- "language-change": !1
+ 'language-change': !1
}
- })], 1)], 1)], 1)], 1), n("template", {
- slot: "footer"
- }, [n("a-button", {
- key: "back",
+ })], 1)], 1)], 1)], 1), n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")])], 1)], 2)
+ }, [e._v('关闭')])], 1)], 2)
},
a = [],
- i = n("ca00");
+ i = n('ca00')
function o(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = s(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = s(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -24718,17 +24939,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- c = !1;
+ c = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -24746,27 +24967,28 @@
function s(e, t) {
if (e) {
- if ("string" === typeof e) return c(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? c(e, t) : void 0
+ if ('string' === typeof e) return c(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? c(e, t) : void 0
}
}
function c(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var l = {
- name: "EnhanceHistory",
+ name: 'EnhanceHistory',
components: {},
data: function() {
return {
visible: !1,
confirmLoading: !1,
dataList: [],
- jsStr: "",
+ jsStr: '',
activeIndex: 0
}
},
@@ -24775,21 +24997,21 @@
this.visible = !1
},
getFormatDate: function(e) {
- return Object(i["b"])(e, "yyyy-MM-dd hh:mm:ss")
+ return Object(i['b'])(e, 'yyyy-MM-dd hh:mm:ss')
},
fullCode: function(e) {
this.activeIndex = e.index, this.$refs.codeEditor.setCodeContent(e.str)
},
show: function(e, t) {
- var n = this;
- this.jsStr = "", this.dataList = [];
+ var n = this
+ this.jsStr = '', this.dataList = []
var r, a = this.$store.getters.enhanceJs(e),
i = [],
s = 0,
- c = o(a);
+ c = o(a)
try {
for (c.s(); !(r = c.n()).done;) {
- var l = r.value;
+ var l = r.value
l.type === t && (s++, i.push(Object.assign({}, l, {
index: s
})))
@@ -24808,18 +25030,18 @@
}
},
u = l,
- d = (n("8407"), n("2877")),
- h = Object(d["a"])(u, r, a, !1, null, null, null);
- t["default"] = h.exports
+ d = (n('8407'), n('2877')),
+ h = Object(d['a'])(u, r, a, !1, null, null, null)
+ t['default'] = h.exports
},
- "3fd7": function(e, t, n) {
- "use strict";
- var r = n("b9fe"),
- a = n.n(r);
+ '3fd7': function(e, t, n) {
+ 'use strict'
+ var r = n('b9fe'),
+ a = n.n(r)
a.a
},
4039: function(e, t, n) {
- "use strict";
+ 'use strict'
function r() {
return !1
@@ -24832,7 +25054,8 @@
function i() {
this.timeStamp = Date.now(), this.target = void 0, this.currentTarget = void 0
}
- Object.defineProperty(t, "__esModule", {
+
+ Object.defineProperty(t, '__esModule', {
value: !0
}), i.prototype = {
isEventObject: 1,
@@ -24852,151 +25075,155 @@
halt: function(e) {
e ? this.stopImmediatePropagation() : this.stopPropagation(), this.preventDefault()
}
- }, t["default"] = i, e.exports = t["default"]
+ }, t['default'] = i, e.exports = t['default']
},
- "408c": function(e, t, n) {
- var r = n("2b3e"),
+ '408c': function(e, t, n) {
+ var r = n('2b3e'),
a = function() {
return r.Date.now()
- };
+ }
e.exports = a
},
- "40c3": function(e, t, n) {
- var r = n("6b4c"),
- a = n("5168")("toStringTag"),
- i = "Arguments" == r(function() {
+ '40c3': function(e, t, n) {
+ var r = n('6b4c'),
+ a = n('5168')('toStringTag'),
+ i = 'Arguments' == r(function() {
return arguments
}()),
o = function(e, t) {
try {
return e[t]
- } catch (n) {}
- };
+ } catch (n) {
+ }
+ }
e.exports = function(e) {
- var t, n, s;
- return void 0 === e ? "Undefined" : null === e ? "Null" : "string" == typeof(n = o(t = Object(e), a)) ? n : i ?
- r(t) : "Object" == (s = r(t)) && "function" == typeof t.callee ? "Arguments" : s
+ var t, n, s
+ return void 0 === e ? 'Undefined' : null === e ? 'Null' : 'string' == typeof (n = o(t = Object(e), a)) ? n : i ?
+ r(t) : 'Object' == (s = r(t)) && 'function' == typeof t.callee ? 'Arguments' : s
}
},
- "41b2": function(e, t, n) {
- "use strict";
- t.__esModule = !0;
- var r = n("3f6b"),
- a = i(r);
+ '41b2': function(e, t, n) {
+ 'use strict'
+ t.__esModule = !0
+ var r = n('3f6b'),
+ a = i(r)
function i(e) {
return e && e.__esModule ? e : {
default: e
}
}
+
t.default = a.default || function(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = arguments[t];
+ var n = arguments[t]
for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r])
}
return e
}
},
- "41c3": function(e, t, n) {
- var r = n("1a8c"),
- a = n("eac5"),
- i = n("ec8c"),
+ '41c3': function(e, t, n) {
+ var r = n('1a8c'),
+ a = n('eac5'),
+ i = n('ec8c'),
o = Object.prototype,
- s = o.hasOwnProperty;
+ s = o.hasOwnProperty
function c(e) {
- if (!r(e)) return i(e);
+ if (!r(e)) return i(e)
var t = a(e),
- n = [];
- for (var o in e)("constructor" != o || !t && s.call(e, o)) && n.push(o);
+ n = []
+ for (var o in e) ('constructor' != o || !t && s.call(e, o)) && n.push(o)
return n
}
+
e.exports = c
},
- "423e": function(e, t, n) {
+ '423e': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ar-kw", {
- months: "يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),
- monthsShort: "يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),
- weekdays: "الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),
- weekdaysShort: "احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),
- weekdaysMin: "ح_ن_ث_ر_خ_ج_س".split("_"),
+ var t = e.defineLocale('ar-kw', {
+ months: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),
+ monthsShort: 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),
+ weekdays: 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
+ weekdaysShort: 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),
+ weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[اليوم على الساعة] LT",
- nextDay: "[غدا على الساعة] LT",
- nextWeek: "dddd [على الساعة] LT",
- lastDay: "[أمس على الساعة] LT",
- lastWeek: "dddd [على الساعة] LT",
- sameElse: "L"
+ sameDay: '[اليوم على الساعة] LT',
+ nextDay: '[غدا على الساعة] LT',
+ nextWeek: 'dddd [على الساعة] LT',
+ lastDay: '[أمس على الساعة] LT',
+ lastWeek: 'dddd [على الساعة] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "في %s",
- past: "منذ %s",
- s: "ثوان",
- ss: "%d ثانية",
- m: "دقيقة",
- mm: "%d دقائق",
- h: "ساعة",
- hh: "%d ساعات",
- d: "يوم",
- dd: "%d أيام",
- M: "شهر",
- MM: "%d أشهر",
- y: "سنة",
- yy: "%d سنوات"
+ future: 'في %s',
+ past: 'منذ %s',
+ s: 'ثوان',
+ ss: '%d ثانية',
+ m: 'دقيقة',
+ mm: '%d دقائق',
+ h: 'ساعة',
+ hh: '%d ساعات',
+ d: 'يوم',
+ dd: '%d أيام',
+ M: 'شهر',
+ MM: '%d أشهر',
+ y: 'سنة',
+ yy: '%d سنوات'
},
week: {
dow: 0,
doy: 12
}
- });
+ })
return t
}))
},
4245: function(e, t, n) {
- var r = n("1290");
+ var r = n('1290')
function a(e, t) {
- var n = e.__data__;
- return r(t) ? n["string" == typeof t ? "string" : "hash"] : n.map
+ var n = e.__data__
+ return r(t) ? n['string' == typeof t ? 'string' : 'hash'] : n.map
}
+
e.exports = a
},
42454: function(e, t, n) {
- var r = n("f909"),
- a = n("2ec1"),
+ var r = n('f909'),
+ a = n('2ec1'),
i = a((function(e, t, n) {
r(e, t, n)
- }));
+ }))
e.exports = i
},
- "42a2": function(e, t, n) {
- var r = n("b5a7"),
- a = n("79bc"),
- i = n("1cec"),
- o = n("c869"),
- s = n("39ff"),
- c = n("3729"),
- l = n("dc57"),
- u = "[object Map]",
- d = "[object Object]",
- h = "[object Promise]",
- f = "[object Set]",
- m = "[object WeakMap]",
- p = "[object DataView]",
+ '42a2': function(e, t, n) {
+ var r = n('b5a7'),
+ a = n('79bc'),
+ i = n('1cec'),
+ o = n('c869'),
+ s = n('39ff'),
+ c = n('3729'),
+ l = n('dc57'),
+ u = '[object Map]',
+ d = '[object Object]',
+ h = '[object Promise]',
+ f = '[object Set]',
+ m = '[object WeakMap]',
+ p = '[object DataView]',
_ = l(r),
v = l(a),
b = l(i),
@@ -25007,88 +25234,91 @@
s && M(new s) != m) && (M = function(e) {
var t = c(e),
n = t == d ? e.constructor : void 0,
- r = n ? l(n) : "";
+ r = n ? l(n) : ''
if (r) switch (r) {
case _:
- return p;
+ return p
case v:
- return u;
+ return u
case b:
- return h;
+ return h
case y:
- return f;
+ return f
case g:
return m
}
return t
}), e.exports = M
},
- "42ae": function(e, t, n) {},
+ '42ae': function(e, t, n) {
+ },
4359: function(e, t) {
function n(e, t) {
var n = -1,
- r = e.length;
- t || (t = Array(r));
- while (++n < r) t[n] = e[n];
+ r = e.length
+ t || (t = Array(r))
+ while (++n < r) t[n] = e[n]
return t
}
+
e.exports = n
},
4360: function(e, t, n) {
- "use strict";
- var r = n("8bbf"),
+ 'use strict'
+ var r = n('8bbf'),
a = n.n(r),
- i = n("2f62"),
- o = n("b775");
+ i = n('2f62'),
+ o = n('b775')
function s(e) {
- return Object(o["a"])({
- url: "/sys/login",
- method: "post",
+ return Object(o['a'])({
+ url: '/sys/login',
+ method: 'post',
data: e
})
}
function c(e) {
- return Object(o["a"])({
- url: "/sys/phoneLogin",
- method: "post",
+ return Object(o['a'])({
+ url: '/sys/phoneLogin',
+ method: 'post',
data: e
})
}
function l(e) {
- return Object(o["a"])({
- url: "/sys/logout",
- method: "post",
+ return Object(o['a'])({
+ url: '/sys/logout',
+ method: 'post',
headers: {
- "Content-Type": "application/json;charset=UTF-8",
- "X-Access-Token": e
+ 'Content-Type': 'application/json;charset=UTF-8',
+ 'X-Access-Token': e
}
})
}
function u(e, t) {
- return Object(o["a"])({
- url: "/sys/thirdLogin/getLoginUser/".concat(e, "/").concat(t),
- method: "get",
+ return Object(o['a'])({
+ url: '/sys/thirdLogin/getLoginUser/'.concat(e, '/').concat(t),
+ method: 'get',
headers: {
- "Content-Type": "application/json;charset=UTF-8"
+ 'Content-Type': 'application/json;charset=UTF-8'
}
})
}
- var d = n("9fb0"),
- h = n("ca00"),
- f = n("4ec3"),
- m = n("0fea"),
+
+ var d = n('9fb0'),
+ h = n('ca00'),
+ f = n('4ec3'),
+ m = n('0fea'),
p = {
state: {
- token: "",
- username: "",
- realname: "",
- tenantid: "",
- welcome: "",
- avatar: "",
+ token: '',
+ username: '',
+ realname: '',
+ tenantid: '',
+ welcome: '',
+ avatar: '',
permissionList: [],
info: {}
},
@@ -25099,7 +25329,7 @@
SET_NAME: function(e, t) {
var n = t.username,
r = t.realname,
- a = t.welcome;
+ a = t.welcome
e.username = n, e.realname = r, e.welcome = a
},
SET_AVATAR: function(e, t) {
@@ -25117,18 +25347,18 @@
},
actions: {
ValidateLogin: function(e, t) {
- var n = e.commit;
+ var n = e.commit
return new Promise((function(e, r) {
- Object(m["c"])("/sys/cas/client/validateLogin", t).then((function(t) {
+ Object(m['c'])('/sys/cas/client/validateLogin', t).then((function(t) {
if (t.success) {
var r = t.result,
- i = r.userInfo;
- a.a.ls.set(d["a"], r.token, 6048e5), a.a.ls.set(d["i"], i.username, 6048e5), a.a.ls.set(d["h"], i,
- 6048e5), n("SET_TOKEN", r.token), n("SET_INFO", i), n("SET_NAME", {
+ i = r.userInfo
+ a.a.ls.set(d['a'], r.token, 6048e5), a.a.ls.set(d['i'], i.username, 6048e5), a.a.ls.set(d['h'], i,
+ 6048e5), n('SET_TOKEN', r.token), n('SET_INFO', i), n('SET_NAME', {
username: i.username,
realname: i.realname,
- welcome: Object(h["i"])()
- }), n("SET_AVATAR", i.avatar), e(t)
+ welcome: Object(h['i'])()
+ }), n('SET_AVATAR', i.avatar), e(t)
} else e(t)
})).catch((function(e) {
r(e)
@@ -25136,19 +25366,19 @@
}))
},
Login: function(e, t) {
- var n = e.commit;
+ var n = e.commit
return new Promise((function(e, r) {
s(t).then((function(t) {
- if ("200" == t.code) {
+ if ('200' == t.code) {
var i = t.result,
- o = i.userInfo;
- a.a.ls.set(d["a"], i.token, 6048e5), a.a.ls.set(d["i"], o.username, 6048e5), a.a.ls.set(d["h"], o,
- 6048e5), a.a.ls.set(d["f"], i.sysAllDictItems, 6048e5), n("SET_TOKEN", i.token), n("SET_INFO",
- o), n("SET_NAME", {
+ o = i.userInfo
+ a.a.ls.set(d['a'], i.token, 6048e5), a.a.ls.set(d['i'], o.username, 6048e5), a.a.ls.set(d['h'], o,
+ 6048e5), a.a.ls.set(d['f'], i.sysAllDictItems, 6048e5), n('SET_TOKEN', i.token), n('SET_INFO',
+ o), n('SET_NAME', {
username: o.username,
realname: o.realname,
- welcome: Object(h["i"])()
- }), n("SET_AVATAR", o.avatar), e(t)
+ welcome: Object(h['i'])()
+ }), n('SET_AVATAR', o.avatar), e(t)
} else r(t)
})).catch((function(e) {
r(e)
@@ -25156,19 +25386,19 @@
}))
},
PhoneLogin: function(e, t) {
- var n = e.commit;
+ var n = e.commit
return new Promise((function(e, r) {
c(t).then((function(t) {
- if ("200" == t.code) {
+ if ('200' == t.code) {
var i = t.result,
- o = i.userInfo;
- a.a.ls.set(d["a"], i.token, 6048e5), a.a.ls.set(d["i"], o.username, 6048e5), a.a.ls.set(d["h"], o,
- 6048e5), a.a.ls.set(d["f"], i.sysAllDictItems, 6048e5), n("SET_TOKEN", i.token), n("SET_INFO",
- o), n("SET_NAME", {
+ o = i.userInfo
+ a.a.ls.set(d['a'], i.token, 6048e5), a.a.ls.set(d['i'], o.username, 6048e5), a.a.ls.set(d['h'], o,
+ 6048e5), a.a.ls.set(d['f'], i.sysAllDictItems, 6048e5), n('SET_TOKEN', i.token), n('SET_INFO',
+ o), n('SET_NAME', {
username: o.username,
realname: o.realname,
- welcome: Object(h["i"])()
- }), n("SET_AVATAR", o.avatar), e(t)
+ welcome: Object(h['i'])()
+ }), n('SET_AVATAR', o.avatar), e(t)
} else r(t)
})).catch((function(e) {
r(e)
@@ -25176,21 +25406,21 @@
}))
},
GetPermissionList: function(e) {
- var t = e.commit;
+ var t = e.commit
return new Promise((function(e, n) {
- Object(f["d"])().then((function(r) {
+ Object(f['d'])().then((function(r) {
var a = r.result.menu,
i = r.result.auth,
- o = r.result.allAuth;
- sessionStorage.setItem(d["g"], JSON.stringify(i)), sessionStorage.setItem(d["d"], JSON.stringify(o)),
+ o = r.result.allAuth
+ sessionStorage.setItem(d['g'], JSON.stringify(i)), sessionStorage.setItem(d['d'], JSON.stringify(o)),
a && a.length > 0 ? (a.forEach((function(e, t) {
- if (e["children"]) {
- var n = e["children"].filter((function(e) {
+ if (e['children']) {
+ var n = e['children'].filter((function(e) {
return !e.hidden || 0 == e.hidden
- }));
- null != n && 0 != n.length || (e["hidden"] = !0)
+ }))
+ null != n && 0 != n.length || (e['hidden'] = !0)
}
- })), t("SET_PERMISSIONLIST", a)) : n("getPermissionList: permissions must be a non-null array !"),
+ })), t('SET_PERMISSIONLIST', a)) : n('getPermissionList: permissions must be a non-null array !'),
e(r)
})).catch((function(e) {
n(e)
@@ -25199,11 +25429,11 @@
},
Logout: function(e) {
var t = e.commit,
- n = e.state;
+ n = e.state
return new Promise((function(e) {
- var r = n.token;
- t("SET_TOKEN", ""), t("SET_PERMISSIONLIST", []), a.a.ls.remove(d["a"]), a.a.ls.remove(d["h"]), a.a.ls.remove(
- d["i"]), a.a.ls.remove(d["f"]), a.a.ls.remove(d["b"]), l(r).then((function() {
+ var r = n.token
+ t('SET_TOKEN', ''), t('SET_PERMISSIONLIST', []), a.a.ls.remove(d['a']), a.a.ls.remove(d['h']), a.a.ls.remove(
+ d['i']), a.a.ls.remove(d['f']), a.a.ls.remove(d['b']), l(r).then((function() {
e()
})).catch((function() {
e()
@@ -25211,18 +25441,18 @@
}))
},
ThirdLogin: function(e, t) {
- var n = e.commit;
+ var n = e.commit
return new Promise((function(e, r) {
u(t.token, t.thirdType).then((function(t) {
- if ("200" == t.code) {
+ if ('200' == t.code) {
var i = t.result,
- o = i.userInfo;
- a.a.ls.set(d["a"], i.token, 6048e5), a.a.ls.set(d["i"], o.username, 6048e5), a.a.ls.set(d["h"], o,
- 6048e5), n("SET_TOKEN", i.token), n("SET_INFO", o), n("SET_NAME", {
+ o = i.userInfo
+ a.a.ls.set(d['a'], i.token, 6048e5), a.a.ls.set(d['i'], o.username, 6048e5), a.a.ls.set(d['h'], o,
+ 6048e5), n('SET_TOKEN', i.token), n('SET_INFO', o), n('SET_NAME', {
username: o.username,
realname: o.realname,
- welcome: Object(h["i"])()
- }), n("SET_AVATAR", o.avatar), e(t)
+ welcome: Object(h['i'])()
+ }), n('SET_AVATAR', o.avatar), e(t)
} else r(t)
})).catch((function(e) {
r(e)
@@ -25230,17 +25460,17 @@
}))
},
saveTenant: function(e, t) {
- var n = e.commit;
- a.a.ls.set(d["e"], t, 6048e5), n("SET_TENANT", t)
+ var n = e.commit
+ a.a.ls.set(d['e'], t, 6048e5), n('SET_TENANT', t)
}
}
},
- _ = p;
+ _ = p
function v(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -25250,7 +25480,7 @@
function b(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? v(Object(n), !0).forEach((function(t) {
y(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : v(
@@ -25269,6 +25499,7 @@
writable: !0
}) : e[t] = n, e
}
+
var g = {
state: {
enhanceJs: {}
@@ -25277,24 +25508,24 @@
ADD_TABLE_ENHANCE: function(e, t) {
if (e.enhanceJs) {
if (!e.enhanceJs[t.code]) {
- var n = [];
+ var n = []
n.push(b({}, t)), e.enhanceJs[t.code] = n
}
e.enhanceJs[t.code].push(b({}, t))
} else {
var r = {},
- i = [];
+ i = []
i.push(b({}, t)), r[t.code] = i, e.enhanceJs = r
}
- var o = e.enhanceJs[t.code];
- while (o.length > 16) o.shift();
- a.a.ls.set("enhance_" + t["code"], o)
+ var o = e.enhanceJs[t.code]
+ while (o.length > 16) o.shift()
+ a.a.ls.set('enhance_' + t['code'], o)
}
},
actions: {
addEhanceRecord: function(e, t) {
- var n = e.commit;
- n("ADD_TABLE_ENHANCE", t)
+ var n = e.commit
+ n('ADD_TABLE_ENHANCE', t)
}
}
},
@@ -25305,7 +25536,7 @@
},
mutations: {
SET_AUTHFIELDS: function(e, t) {
- a.a.set(e, "authFields", t)
+ a.a.set(e, 'authFields', t)
}
},
actions: {
@@ -25329,13 +25560,13 @@
return e.user.token
},
avatar: function(e) {
- return e.user.avatar = a.a.ls.get(d["h"]).avatar, e.user.avatar
+ return e.user.avatar = a.a.ls.get(d['h']).avatar, e.user.avatar
},
username: function(e) {
return e.user.username
},
nickname: function(e) {
- return e.user.realname = a.a.ls.get(d["h"]).realname, e.user.realname
+ return e.user.realname = a.a.ls.get(d['h']).realname, e.user.realname
},
welcome: function(e) {
return e.user.welcome
@@ -25344,7 +25575,7 @@
return e.user.permissionList
},
userInfo: function(e) {
- return e.user.info = a.a.ls.get(d["h"]), e.user.info
+ return e.user.info = a.a.ls.get(d['h']), e.user.info
},
addRouters: function(e) {
return e.permission.addRouters
@@ -25354,13 +25585,13 @@
},
enhanceJs: function(e) {
return function(t) {
- return e.enhance.enhanceJs[t] = a.a.ls.get(d["c"] + t), e.enhance.enhanceJs[t]
+ return e.enhance.enhanceJs[t] = a.a.ls.get(d['c'] + t), e.enhance.enhanceJs[t]
}
}
},
- S = O;
- a.a.use(i["a"]);
- t["a"] = new i["a"].Store({
+ S = O
+ a.a.use(i['a'])
+ t['a'] = new i['a'].Store({
modules: {
user: _,
enhance: M,
@@ -25372,154 +25603,156 @@
getters: S
})
},
- "436a": function(e, t, n) {
- "use strict";
- var r = n("42ae"),
- a = n.n(r);
+ '436a': function(e, t, n) {
+ 'use strict'
+ var r = n('42ae'),
+ a = n.n(r)
a.a
},
- "440c": function(e, t, n) {
+ '440c': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n, r) {
var a = {
- m: ["eng Minutt", "enger Minutt"],
- h: ["eng Stonn", "enger Stonn"],
- d: ["een Dag", "engem Dag"],
- M: ["ee Mount", "engem Mount"],
- y: ["ee Joer", "engem Joer"]
- };
+ m: ['eng Minutt', 'enger Minutt'],
+ h: ['eng Stonn', 'enger Stonn'],
+ d: ['een Dag', 'engem Dag'],
+ M: ['ee Mount', 'engem Mount'],
+ y: ['ee Joer', 'engem Joer']
+ }
return t ? a[n][0] : a[n][1]
}
function n(e) {
- var t = e.substr(0, e.indexOf(" "));
- return a(t) ? "a " + e : "an " + e
+ var t = e.substr(0, e.indexOf(' '))
+ return a(t) ? 'a ' + e : 'an ' + e
}
function r(e) {
- var t = e.substr(0, e.indexOf(" "));
- return a(t) ? "viru " + e : "virun " + e
+ var t = e.substr(0, e.indexOf(' '))
+ return a(t) ? 'viru ' + e : 'virun ' + e
}
function a(e) {
- if (e = parseInt(e, 10), isNaN(e)) return !1;
- if (e < 0) return !0;
- if (e < 10) return 4 <= e && e <= 7;
+ if (e = parseInt(e, 10), isNaN(e)) return !1
+ if (e < 0) return !0
+ if (e < 10) return 4 <= e && e <= 7
if (e < 100) {
var t = e % 10,
- n = e / 10;
+ n = e / 10
return a(0 === t ? n : t)
}
if (e < 1e4) {
- while (e >= 10) e /= 10;
+ while (e >= 10) e /= 10
return a(e)
}
return e /= 1e3, a(e)
}
- var i = e.defineLocale("lb", {
- months: "Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),
- monthsShort: "Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),
+
+ var i = e.defineLocale('lb', {
+ months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),
+ monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split('_'),
monthsParseExact: !0,
- weekdays: "Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),
- weekdaysShort: "So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),
- weekdaysMin: "So_Mé_Dë_Më_Do_Fr_Sa".split("_"),
+ weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split('_'),
+ weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),
+ weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm [Auer]",
- LTS: "H:mm:ss [Auer]",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY H:mm [Auer]",
- LLLL: "dddd, D. MMMM YYYY H:mm [Auer]"
+ LT: 'H:mm [Auer]',
+ LTS: 'H:mm:ss [Auer]',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY H:mm [Auer]',
+ LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]'
},
calendar: {
- sameDay: "[Haut um] LT",
- sameElse: "L",
- nextDay: "[Muer um] LT",
- nextWeek: "dddd [um] LT",
- lastDay: "[Gëschter um] LT",
+ sameDay: '[Haut um] LT',
+ sameElse: 'L',
+ nextDay: '[Muer um] LT',
+ nextWeek: 'dddd [um] LT',
+ lastDay: '[Gëschter um] LT',
lastWeek: function() {
switch (this.day()) {
case 2:
case 4:
- return "[Leschten] dddd [um] LT";
+ return '[Leschten] dddd [um] LT'
default:
- return "[Leschte] dddd [um] LT"
+ return '[Leschte] dddd [um] LT'
}
}
},
relativeTime: {
future: n,
past: r,
- s: "e puer Sekonnen",
- ss: "%d Sekonnen",
+ s: 'e puer Sekonnen',
+ ss: '%d Sekonnen',
m: t,
- mm: "%d Minutten",
+ mm: '%d Minutten',
h: t,
- hh: "%d Stonnen",
+ hh: '%d Stonnen',
d: t,
- dd: "%d Deeg",
+ dd: '%d Deeg',
M: t,
- MM: "%d Méint",
+ MM: '%d Méint',
y: t,
- yy: "%d Joer"
+ yy: '%d Joer'
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return i
}))
},
- "454f": function(e, t, n) {
- n("46a7");
- var r = n("584a").Object;
+ '454f': function(e, t, n) {
+ n('46a7')
+ var r = n('584a').Object
e.exports = function(e, t, n) {
return r.defineProperty(e, t, n)
}
},
4598: function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- var _OnlineFormItem_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("0d4a"),
- _OnlineSubForm_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("910d"),
- _model_FormProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("e2ee"),
- lodash_pick__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("88bc"),
+ 'use strict'
+ var _OnlineFormItem_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__('0d4a'),
+ _OnlineSubForm_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__('910d'),
+ _model_FormProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__('e2ee'),
+ lodash_pick__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__('88bc'),
lodash_pick__WEBPACK_IMPORTED_MODULE_3___default = __webpack_require__.n(
lodash_pick__WEBPACK_IMPORTED_MODULE_3__),
- lodash_debounce__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("b047"),
+ lodash_debounce__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__('b047'),
lodash_debounce__WEBPACK_IMPORTED_MODULE_4___default = __webpack_require__.n(
lodash_debounce__WEBPACK_IMPORTED_MODULE_4__),
- _model_UploadFile__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("c03e"),
- _api_manage__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("0fea"),
- _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("54ac"),
- _api_api__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("4ec3"),
- _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("4a62"),
- lodash__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("2ef0"),
+ _model_UploadFile__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__('c03e'),
+ _api_manage__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__('0fea'),
+ _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__('54ac'),
+ _api_api__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__('4ec3'),
+ _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__('4a62'),
+ lodash__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__('2ef0'),
lodash__WEBPACK_IMPORTED_MODULE_10___default = __webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_10__),
- _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("2546"),
- _utils_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__("ca00"),
- _utils_authFilter__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__("c82c");
+ _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__('2546'),
+ _utils_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__('ca00'),
+ _utils_authFilter__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__('c82c')
function _typeof(e) {
- return _typeof = "function" === typeof Symbol && "symbol" === typeof Symbol.iterator ? function(e) {
+ return _typeof = 'function' === typeof Symbol && 'symbol' === typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
- return e && "function" === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" :
+ return e && 'function' === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? 'symbol' :
typeof e
}, _typeof(e)
}
function ownKeys(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -25529,7 +25762,7 @@
function _objectSpread(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? ownKeys(Object(n), !0).forEach((function(t) {
_defineProperty(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -25550,12 +25783,13 @@
}
function _createForOfIteratorHelper(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -25573,17 +25807,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -25605,21 +25839,21 @@
function _nonIterableSpread() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function _unsupportedIterableToArray(e, t) {
if (e) {
- if ("string" === typeof e) return _arrayLikeToArray(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
+ if ('string' === typeof e) return _arrayLikeToArray(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
}
}
function _iterableToArray(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function _arrayWithoutHoles(e) {
@@ -25627,16 +25861,17 @@
}
function _arrayLikeToArray(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
- __webpack_exports__["a"] = {
- name: "OnlineForm",
- mixins: [_mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_9__["a"]],
+
+ __webpack_exports__['a'] = {
+ name: 'OnlineForm',
+ mixins: [_mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_9__['a']],
components: {
- OnlineFormItem: _OnlineFormItem_vue__WEBPACK_IMPORTED_MODULE_0__["a"],
- OnlineSubForm: _OnlineSubForm_vue__WEBPACK_IMPORTED_MODULE_1__["a"]
+ OnlineFormItem: _OnlineFormItem_vue__WEBPACK_IMPORTED_MODULE_0__['a'],
+ OnlineSubForm: _OnlineSubForm_vue__WEBPACK_IMPORTED_MODULE_1__['a']
},
provide: function() {
return {
@@ -25656,17 +25891,17 @@
subTabInfo: [],
subDataSource: {},
submitLoading: !1,
- model: "",
+ model: '',
showFields: [],
fileFields: [],
- url: "",
- urlButtonAction: "/online/cgform/api/doButton",
- submitMethod: "",
+ url: '',
+ urlButtonAction: '/online/cgform/api/doButton',
+ submitMethod: '',
hasTab: !1,
- EnhanceJs: "",
+ EnhanceJs: '',
immediateEnhance: !1,
sh: {},
- tablename: "",
+ tablename: '',
treeListExpandKeys: [],
subActiveKey: 0
}
@@ -25674,12 +25909,14 @@
props: {
formSchema: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
},
uiSchema: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
},
showFooter: {
@@ -25699,7 +25936,7 @@
},
enhanceStr: {
type: String,
- default: "",
+ default: '',
required: !1
},
tableType: {
@@ -25714,38 +25951,38 @@
}
},
created: function() {
- var e = this;
- this.treeListExpandKeys = [], this.$bus.$on("popupCallbackMinitor", (function(t) {
- t && ("treeListAddEvent" === t.type ? e.treeListExpandKeys = t.expandedRowKeys : e.form.setFieldsValue(
+ var e = this
+ this.treeListExpandKeys = [], this.$bus.$on('popupCallbackMinitor', (function(t) {
+ t && ('treeListAddEvent' === t.type ? e.treeListExpandKeys = t.expandedRowKeys : e.form.setFieldsValue(
t))
}))
},
beforeDestroy: function() {
- this.$bus.$off("popupCallbackMinitor")
+ this.$bus.$off('popupCallbackMinitor')
},
mounted: function() {
this.createRootProperties()
},
methods: {
createRootProperties: function() {
- var e = this;
- this.tablename = this.formSchema.table;
+ var e = this
+ this.tablename = this.formSchema.table
var t = this.formSchema.properties,
n = this.uiSchema.formTemplate,
r = [],
a = [],
- i = [];
+ i = []
Object.keys(t).map((function(o) {
var s = t[o],
- c = e.uiSchema[o];
- if ("tab" == s.view) a.push(s), 1 == s.relationType ? e.initSubProperties(s, o) : (e.dealSubProerties(
+ c = e.uiSchema[o]
+ if ('tab' == s.view) a.push(s), 1 == s.relationType ? e.initSubProperties(s, o) : (e.dealSubProerties(
s), i.push({
key: o,
order: s.order
- }), e.handleSubTableButtonAuth(s));
+ }), e.handleSubTableButtonAuth(s))
else {
- e.$set(e.sh, o, !0), e.$set(e.sh, o + "_load", !0);
- var l = new _model_FormProperty__WEBPACK_IMPORTED_MODULE_2__["a"](o, s, c, e.formSchema.required, n);
+ e.$set(e.sh, o, !0), e.$set(e.sh, o + '_load', !0)
+ var l = new _model_FormProperty__WEBPACK_IMPORTED_MODULE_2__['a'](o, s, c, e.formSchema.required, n)
l.checkOnlyMethod = lodash_debounce__WEBPACK_IMPORTED_MODULE_4___default()(e.checkOnlyFieldValue, 1e3),
r.push(l)
}
@@ -25762,41 +25999,41 @@
initSubProperties: function(e, t) {
var n = this.uiSchema.formTemplate,
r = [],
- a = {};
+ a = {}
Object.keys(e.properties).map((function(i) {
- var o = e.properties[i];
- a[i] = !0, a[i + "_load"] = !0;
- var s = new _model_FormProperty__WEBPACK_IMPORTED_MODULE_2__["a"](i, o, "", e.required, n);
+ var o = e.properties[i]
+ a[i] = !0, a[i + '_load'] = !0
+ var s = new _model_FormProperty__WEBPACK_IMPORTED_MODULE_2__['a'](i, o, '', e.required, n)
s.subKey = t, r.push(s)
})), this.$set(this.sh, t, a), r.sort((function(e, t) {
return e.formSchema.order - t.formSchema.order
})), this.subProperties[t] = r, this.aaaca = [].concat(r)
},
add: function(e) {
- var t = this;
- this.show(), this.model = "", Object.keys(this.subDataSource).forEach((function(e) {
+ var t = this
+ this.show(), this.model = '', Object.keys(this.subDataSource).forEach((function(e) {
t.$set(t.subDataSource, e, [])
})), this.$nextTick((function() {
e && t.form.setFieldsValue(e), t.initFileFieldsValue({}), t.immediateEnhance = !0, t.loaded()
- })), this.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].ADD)
+ })), this.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].ADD)
},
edit: function(e) {
- var t = this;
+ var t = this
this.initFormData(e).then((function() {
t.immediateEnhance = !0, t.loaded()
- })), this.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].EDIT)
+ })), this.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].EDIT)
},
detail: function(e) {
- var t = this;
+ var t = this
this.initFormData(e).then((function() {
t.immediateEnhance = !0, t.online_form_disabled = !0, t.loaded()
}))
},
loaded: function() {
- this.enhanceStr && this.cgButtonJsHandler("loaded")
+ this.enhanceStr && this.cgButtonJsHandler('loaded')
},
initFormData: function(e) {
- var t = this;
+ var t = this
return new Promise((function(n) {
t.show(e), t.model = Object.assign({}, e), t.$nextTick((function() {
t.form.setFieldsValue(lodash_pick__WEBPACK_IMPORTED_MODULE_3___default.a.apply(void 0, [t.model].concat(
@@ -25808,41 +26045,41 @@
}))
},
show: function show(rd) {
- this.clearForm(), this.url = this.uiSchema.url, this.submitMethod = this.uiSchema.method;
+ this.clearForm(), this.url = this.uiSchema.url, this.submitMethod = this.uiSchema.method
var currFormShowFields = [],
currFileFields = [],
properties = this.formSchema.properties,
- link_down_flag = !1;
+ link_down_flag = !1
if (Object.keys(properties).forEach((function(e) {
- var t = properties[e];
- if ("link_down" == t.view) return link_down_flag = !0, !0;
- t.view.indexOf("upload") >= 0 || t.view.indexOf("file") >= 0 || t.view.indexOf("image") >= 0 ?
- currFileFields.push(e) : t.hidden || "tab" != t.view && currFormShowFields.push(e)
- })), rd && !0 === link_down_flag && this.$bus.$emit("formInitDataSuccess", rd), this.showFields = [].concat(
+ var t = properties[e]
+ if ('link_down' == t.view) return link_down_flag = !0, !0
+ t.view.indexOf('upload') >= 0 || t.view.indexOf('file') >= 0 || t.view.indexOf('image') >= 0 ?
+ currFileFields.push(e) : t.hidden || 'tab' != t.view && currFormShowFields.push(e)
+ })), rd && !0 === link_down_flag && this.$bus.$emit('formInitDataSuccess', rd), this.showFields = [].concat(
currFormShowFields), this.fileFields = [].concat(currFileFields), this.enhanceStr) {
- var Obj = eval("(" + this.enhanceStr + ")");
- this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_6__["c"],
- _api_manage__WEBPACK_IMPORTED_MODULE_6__["f"], _api_manage__WEBPACK_IMPORTED_MODULE_6__["a"]), this.cgButtonJsHandler(
- "show")
+ var Obj = eval('(' + this.enhanceStr + ')')
+ this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_6__['c'],
+ _api_manage__WEBPACK_IMPORTED_MODULE_6__['f'], _api_manage__WEBPACK_IMPORTED_MODULE_6__['a']), this.cgButtonJsHandler(
+ 'show')
}
},
clearForm: function() {
- this.online_form_disabled = !1, this.form.resetFields(), this.model = "", this.showFields = [], this.fileFields = [],
+ this.online_form_disabled = !1, this.form.resetFields(), this.model = '', this.showFields = [], this.fileFields = [],
this.immediateEnhance = !1, this.subActiveKey = 0
},
initFileFieldsValue: function(e) {
if (this.fileFields && this.fileFields.length > 0)
for (var t = 0; t < this.fileFields.length; t++) {
var n = this.fileFields[t],
- r = {};
- r[n] = Object(_model_UploadFile__WEBPACK_IMPORTED_MODULE_5__["b"])(e[n]), this.form.setFieldsValue(r)
+ r = {}
+ r[n] = Object(_model_UploadFile__WEBPACK_IMPORTED_MODULE_5__['b'])(e[n]), this.form.setFieldsValue(r)
}
},
transFileListToString: function(e) {
if (this.fileFields && this.fileFields.length > 0)
for (var t = 0; t < this.fileFields.length; t++) {
var n = this.fileFields[t],
- r = Object(_model_UploadFile__WEBPACK_IMPORTED_MODULE_5__["a"])(e[n]);
+ r = Object(_model_UploadFile__WEBPACK_IMPORTED_MODULE_5__['a'])(e[n])
e[n] = r
}
},
@@ -25850,22 +26087,22 @@
this.single ? this.handleSingleSubmit() : this.handleOne2ManySubmit()
},
customBeforeSubmit: function(e) {
- return this.EnhanceJS && this.EnhanceJS["beforeSubmit"] ? this.EnhanceJS["beforeSubmit"](this, e) :
+ return this.EnhanceJS && this.EnhanceJS['beforeSubmit'] ? this.EnhanceJS['beforeSubmit'](this, e) :
Promise.resolve()
},
doApplyRequest: function(e) {
- var t = this;
+ var t = this
Object.keys(e).map((function(t) {
- Array.isArray(e[t]) && 0 == e[t].length && (e[t] = "")
- }));
- var n = this.url + "?tabletype=" + this.tableType;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_6__["e"])(n, e, this.submitMethod).then((function(n) {
- n.success ? (n.result && (e["flow_submit_id"] = n.result), !0 === t.tree ? t.$emit("onSuccess", e, t.treeListExpandKeys) :
- t.$emit("onSuccess", e), !1 === t.oa && t.$message.success(n.message)) : t.$message.warning(n.message)
+ Array.isArray(e[t]) && 0 == e[t].length && (e[t] = '')
+ }))
+ var n = this.url + '?tabletype=' + this.tableType
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_6__['e'])(n, e, this.submitMethod).then((function(n) {
+ n.success ? (n.result && (e['flow_submit_id'] = n.result), !0 === t.tree ? t.$emit('onSuccess', e, t.treeListExpandKeys) :
+ t.$emit('onSuccess', e), !1 === t.oa && t.$message.success(n.message)) : t.$message.warning(n.message)
}))
},
handleApplyRequest: function(e) {
- var t = this;
+ var t = this
this.customBeforeSubmit(e).then((function() {
t.doApplyRequest(e)
})).catch((function(e) {
@@ -25873,17 +26110,17 @@
}))
},
getHandleRefs: function(e) {
- var t = [];
+ var t = []
return e && e.length > 0 && e.forEach((function(e) {
Array.isArray(e) ? t.push(e[0]) : t.push(e)
})), t
},
handleOne2ManySubmit: function() {
- var e = this;
+ var e = this
this.getAllSubFormOrTable().then((function(t) {
- var n = e.getHandleRefs(t);
+ var n = e.getHandleRefs(t)
return n && n.length > 0 ? Object(
- _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__["c"])(e.form, n) : new Promise(
+ _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__['c'])(e.form, n) : new Promise(
(function(t, n) {
e.form.validateFields((function(e, r) {
e ? n() : t({
@@ -25892,28 +26129,29 @@
}))
}))
})).then((function(t) {
- var n = Object.assign({}, e.model, t.formValue);
+ var n = Object.assign({}, e.model, t.formValue)
if (e.transFileListToString(n), t.tablesValue)
- for (var r = Object.keys(e.subDataSource), a = 0; a < r.length; a++) n[r[a]] = t.tablesValue[a].tableData;
+ for (var r = Object.keys(e.subDataSource), a = 0; a < r.length; a++) n[r[a]] = t.tablesValue[a].tableData
return Promise.resolve(n)
})).then((function(t) {
e.getAllSubFormOrTable(1).then((function(n) {
- var r = e.getHandleRefs(n);
+ var r = e.getHandleRefs(n)
return r && r.length > 0 ? e.validFormsCust(r, t) : Promise.resolve(t)
})).then((function(t) {
e.handleApplyRequest(t)
- })).catch((function(e) {}))
+ })).catch((function(e) {
+ }))
})).catch((function(t) {
- t && t.error === _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__["a"] &&
- "number" === typeof t.index && (e.subActiveKey = t.paneKey || t.index)
+ t && t.error === _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__['a'] &&
+ 'number' === typeof t.index && (e.subActiveKey = t.paneKey || t.index)
}))
},
handleSingleSubmit: function() {
- var e = this;
+ var e = this
this.form.validateFields((function(t, n) {
if (!t) {
- e.transFileListToString(n);
- var r = Object.assign({}, e.model, n);
+ e.transFileListToString(n)
+ var r = Object.assign({}, e.model, n)
e.handleApplyRequest(r)
}
}))
@@ -25921,13 +26159,13 @@
getAllSubFormOrTable: function(e) {
var t, n = [],
r = this,
- a = _createForOfIteratorHelper(r.subTabInfo);
+ a = _createForOfIteratorHelper(r.subTabInfo)
try {
for (a.s(); !(t = a.n()).done;) {
- var i = t.value;
+ var i = t.value
1 == e ? 1 == i.relationType && n.push(Object(
- _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__["b"])(r, i.key)) : 1 != i.relationType &&
- n.push(Object(_components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__["b"])(r, i.key))
+ _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__['b'])(r, i.key)) : 1 != i.relationType &&
+ n.push(Object(_components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__['b'])(r, i.key))
}
} catch (o) {
a.e(o)
@@ -25943,29 +26181,29 @@
}]) : this.form.setFieldsValue(e)
},
triggleChangeValue: function(e, t) {
- var n = {};
+ var n = {}
n[e] = t, this.form.setFieldsValue(n)
},
handleValueChange: function(e, t) {
- if (this.EnhanceJS && this.EnhanceJS[t + "_onlChange"]) {
- var n = this.EnhanceJS[t + "_onlChange"]();
+ if (this.EnhanceJS && this.EnhanceJS[t + '_onlChange']) {
+ var n = this.EnhanceJS[t + '_onlChange']()
n[e.column.key] && n[e.column.key](this, e)
}
},
handleSubFormChange: function(e, t) {
- if (this.EnhanceJS && this.EnhanceJS[t + "_onlChange"]) {
- var n = this.EnhanceJS[t + "_onlChange"](),
- r = Object.keys(e)[0];
+ if (this.EnhanceJS && this.EnhanceJS[t + '_onlChange']) {
+ var n = this.EnhanceJS[t + '_onlChange'](),
+ r = Object.keys(e)[0]
if (n[r]) {
- var a = this.$refs[t];
- a instanceof Array && (a = a[0]);
+ var a = this.$refs[t]
+ a instanceof Array && (a = a[0])
var i = a.getFormEvent(),
o = _objectSpread({
column: {
key: r
},
value: e[r]
- }, i);
+ }, i)
n[r](this, o)
}
}
@@ -25974,11 +26212,11 @@
this.EnhanceJS && this.EnhanceJS[e] && this.EnhanceJS[e](this)
},
onValuesChange: function(e, t) {
- if (!this.EnhanceJS || !this.EnhanceJS["onlChange"] || !1 === this.immediateEnhance) return !1;
- var n = Object.keys(t)[0];
- if (!n) return !1;
+ if (!this.EnhanceJS || !this.EnhanceJS['onlChange'] || !1 === this.immediateEnhance) return !1
+ var n = Object.keys(t)[0]
+ if (!n) return !1
var r = t[n],
- a = this.EnhanceJS["onlChange"]();
+ a = this.EnhanceJS['onlChange']()
if (a[n]) {
var i = {
row: this.form.getFieldsValue(),
@@ -25986,7 +26224,7 @@
key: n
},
value: r
- };
+ }
a[n](this, i)
}
},
@@ -25994,18 +26232,18 @@
this.clearSubRows(e), this.addSubRows(e, t)
},
addSubRows: function(e, t) {
- if (!t) return !1;
- "object" == _typeof(t) ? this.$refs[e][0].addRows(t, !0) : this.$message.error("你脑壳瓦钓了,传的什么参数!")
+ if (!t) return !1
+ 'object' == _typeof(t) ? this.$refs[e][0].addRows(t, !0) : this.$message.error('你脑壳瓦钓了,传的什么参数!')
},
clearSubRows: function(e) {
var t = [].concat(_toConsumableArray(this.$refs[e][0].getNewDataWithId()), _toConsumableArray(this.subDataSource[
- e]));
- if (!t || 0 == t.length) return !1;
+ e]))
+ if (!t || 0 == t.length) return !1
var n, r = [],
- a = _createForOfIteratorHelper(t);
+ a = _createForOfIteratorHelper(t)
try {
for (a.s(); !(n = a.n()).done;) {
- var i = n.value;
+ var i = n.value
r.push(i.id)
}
} catch (o) {
@@ -26016,52 +26254,52 @@
this.$refs[e][0].removeRowsById(r)
},
handleCgButtonClick: function(e, t, n) {
- var r = this;
- if ("js" == e) this.EnhanceJS[t] && this.EnhanceJS[t](this);
- else if ("action" == e) {
+ var r = this
+ if ('js' == e) this.EnhanceJS[t] && this.EnhanceJS[t](this)
+ else if ('action' == e) {
var a = {
formId: n,
buttonCode: t,
dataId: this.model.id,
uiFormData: Object.assign({}, this.model, this.form.getFieldsValue())
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_6__["f"])(this.urlButtonAction, a).then((function(e) {
- e.success ? r.$message.success("处理完成!") : r.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_6__['f'])(this.urlButtonAction, a).then((function(e) {
+ e.success ? r.$message.success('处理完成!') : r.$message.warning('处理失败!')
}))
}
},
checkOnlyFieldValue: function(e, t, n) {
- t || n();
- var r = this.tablename.replace(/\$\d+/, ""),
+ t || n()
+ var r = this.tablename.replace(/\$\d+/, ''),
a = {
tableName: r,
fieldName: e.field,
fieldVal: t
- };
- this.model.id && (a.dataId = this.model.id), Object(_api_api__WEBPACK_IMPORTED_MODULE_8__["b"])(a).then((
+ }
+ this.model.id && (a.dataId = this.model.id), Object(_api_api__WEBPACK_IMPORTED_MODULE_8__['b'])(a).then((
function(e) {
e.success ? n() : n(e.message)
}))
},
validFormsCust: function(e, t) {
- var n = this;
+ var n = this
return new Promise((function(r, a) {
var i = 0;
(function o() {
- var s = e[i];
+ var s = e[i]
s.getAll().then((function(n) {
Object.assign(t, n), ++i === e.length ? r(t) : o()
}), (function(e) {
- a(e);
- var t = Object(_utils_util__WEBPACK_IMPORTED_MODULE_12__["c"])(s, "ATabPane");
+ a(e)
+ var t = Object(_utils_util__WEBPACK_IMPORTED_MODULE_12__['c'])(s, 'ATabPane')
t && (n.subActiveKey = t.$vnode.key)
}))
})()
}))
},
loadMainFieldDefVal: function(e) {
- var t = this;
- Object(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["b"])({
+ var t = this
+ Object(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['b'])({
form: this.form,
properties: this.rootProperties,
action: e,
@@ -26071,14 +26309,14 @@
})
},
loadSubFieldDefVal: function(e, t, n, r) {
- var a = this;
- Object(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["c"])({
+ var a = this
+ Object(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['c'])({
subForms: e,
subTable: t,
row: n,
action: r,
getFormData: function() {
- var t = {};
+ var t = {}
return t = e.form ? e.form.getFieldsValue() : e.jvt.getTableData({
rowIds: [n.id]
})[0], {
@@ -26089,61 +26327,61 @@
})
},
executeMainFillRule: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
- e.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].RELOAD)
+ e.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].RELOAD)
}))
},
executeSubFillRule: function(e, t) {
- var n = this;
+ var n = this
this.$nextTick((function() {
n.subTabInfo.forEach((function(r) {
if (r.key === e) {
var a = t.row,
i = t.form,
- o = t.target;
+ o = t.target
n.loadSubFieldDefVal({
jvt: o,
form: i
- }, r, a, _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].RELOAD)
+ }, r, a, _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].RELOAD)
}
}))
}))
},
handleAdded: function(e) {
- e.target.$emit("executeFillRule", e)
+ e.target.$emit('executeFillRule', e)
},
handleExecuteFillRuleSub: function(e, t) {
var n = t.row,
r = t.form,
- a = t.target;
+ a = t.target
this.loadSubFieldDefVal({
jvt: a,
form: r
- }, e, n, _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].ADD)
+ }, e, n, _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].ADD)
},
handleSubFormExecuteFillRule: function(e) {
- var t = this.$refs[e][0].form;
- Object(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["b"])({
+ var t = this.$refs[e][0].form
+ Object(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['b'])({
form: t,
properties: this.subProperties[e],
- action: _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].ADD,
+ action: _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].ADD,
getFormData: function() {
return t.getFieldsValue()
}
})
},
setForeignKeysValue: function(e) {
- var t = this;
+ var t = this
this.$nextTick((function() {
t.form.setFieldsValue(e)
}))
},
changeOptions: function(e, t) {
- var n, r = _createForOfIteratorHelper(this.rootProperties);
+ var n, r = _createForOfIteratorHelper(this.rootProperties)
try {
for (r.s(); !(n = r.n()).done;) {
- var a = n.value;
+ var a = n.value
a.key === e && a.initOptions(t)
}
} catch (i) {
@@ -26153,10 +26391,10 @@
}
},
getSelectOptions: function(e) {
- var t, n = _createForOfIteratorHelper(this.rootProperties);
+ var t, n = _createForOfIteratorHelper(this.rootProperties)
try {
for (n.s(); !(t = n.n()).done;) {
- var r = t.value;
+ var r = t.value
if (r.key === e) return r.listSource
}
} catch (a) {
@@ -26168,40 +26406,40 @@
pcaOptionPositionSetting: function() {
this.$nextTick((function() {
var e = function(e) {
- var t = 0;
- while (e && "BODY" !== e.tagName) t += e.offsetLeft, e = e.offsetParent;
+ var t = 0
+ while (e && 'BODY' !== e.tagName) t += e.offsetLeft, e = e.offsetParent
return t
- };
+ }
setTimeout((function() {
- var t = document.getElementById("pca");
+ var t = document.getElementById('pca')
if (t) {
- var n = document.querySelector(".jeecg-online-modal"),
- r = Number(e(t)) - Number(e(n)) + 480 - Number(n.offsetWidth);
- r > 0 && (document.querySelector(" #pca .cascader-menu-list-wrap").style.left = 0 - r - 10 + "px",
- document.querySelector(" #pca .cascader-menu-list-wrap").style.top = "30px")
+ var n = document.querySelector('.jeecg-online-modal'),
+ r = Number(e(t)) - Number(e(n)) + 480 - Number(n.offsetWidth)
+ r > 0 && (document.querySelector(' #pca .cascader-menu-list-wrap').style.left = 0 - r - 10 + 'px',
+ document.querySelector(' #pca .cascader-menu-list-wrap').style.top = '30px')
}
}), 1e3)
}))
},
dealSubProerties: function(e) {
e.columns.forEach((function(e) {
- "radio" === e.type && (e.type = "select")
+ 'radio' === e.type && (e.type = 'select')
}))
},
getSubTableAuthPre: function(e) {
- return "online_" + e + ":"
+ return 'online_' + e + ':'
},
handleSubTableButtonAuth: function(e) {
- var t = "online_" + e.key + ":";
- Object(_utils_authFilter__WEBPACK_IMPORTED_MODULE_13__["a"])(t, e.hideButtons)
+ var t = 'online_' + e.key + ':'
+ Object(_utils_authFilter__WEBPACK_IMPORTED_MODULE_13__['a'])(t, e.hideButtons)
}
}
}
},
- "45f2": function(e, t, n) {
- var r = n("d9f6").f,
- a = n("07e3"),
- i = n("5168")("toStringTag");
+ '45f2': function(e, t, n) {
+ var r = n('d9f6').f,
+ a = n('07e3'),
+ i = n('5168')('toStringTag')
e.exports = function(e, t, n) {
e && !a(e = n ? e : e.prototype, i) && r(e, i, {
configurable: !0,
@@ -26211,354 +26449,355 @@
},
4678: function(e, t, n) {
var r = {
- "./af": "2bfb",
- "./af.js": "2bfb",
- "./ar": "8e73",
- "./ar-dz": "a356",
- "./ar-dz.js": "a356",
- "./ar-kw": "423e",
- "./ar-kw.js": "423e",
- "./ar-ly": "1cfd",
- "./ar-ly.js": "1cfd",
- "./ar-ma": "0a84",
- "./ar-ma.js": "0a84",
- "./ar-sa": "8230",
- "./ar-sa.js": "8230",
- "./ar-tn": "6d83",
- "./ar-tn.js": "6d83",
- "./ar.js": "8e73",
- "./az": "485c",
- "./az.js": "485c",
- "./be": "1fc1",
- "./be.js": "1fc1",
- "./bg": "84aa",
- "./bg.js": "84aa",
- "./bm": "a7fa",
- "./bm.js": "a7fa",
- "./bn": "9043",
- "./bn.js": "9043",
- "./bo": "d26a",
- "./bo.js": "d26a",
- "./br": "6887",
- "./br.js": "6887",
- "./bs": "2554",
- "./bs.js": "2554",
- "./ca": "d716",
- "./ca.js": "d716",
- "./cs": "3c0d",
- "./cs.js": "3c0d",
- "./cv": "03ec",
- "./cv.js": "03ec",
- "./cy": "9797",
- "./cy.js": "9797",
- "./da": "0f14",
- "./da.js": "0f14",
- "./de": "b469",
- "./de-at": "b3eb",
- "./de-at.js": "b3eb",
- "./de-ch": "bb71",
- "./de-ch.js": "bb71",
- "./de.js": "b469",
- "./dv": "598a",
- "./dv.js": "598a",
- "./el": "8d47",
- "./el.js": "8d47",
- "./en-au": "0e6b",
- "./en-au.js": "0e6b",
- "./en-ca": "3886",
- "./en-ca.js": "3886",
- "./en-gb": "39a6",
- "./en-gb.js": "39a6",
- "./en-ie": "e1d3",
- "./en-ie.js": "e1d3",
- "./en-il": "7333",
- "./en-il.js": "7333",
- "./en-in": "ec2e",
- "./en-in.js": "ec2e",
- "./en-nz": "6f50",
- "./en-nz.js": "6f50",
- "./en-sg": "b7e9",
- "./en-sg.js": "b7e9",
- "./eo": "65db",
- "./eo.js": "65db",
- "./es": "898b",
- "./es-do": "0a3c",
- "./es-do.js": "0a3c",
- "./es-us": "55c9",
- "./es-us.js": "55c9",
- "./es.js": "898b",
- "./et": "ec18",
- "./et.js": "ec18",
- "./eu": "0ff2",
- "./eu.js": "0ff2",
- "./fa": "8df4",
- "./fa.js": "8df4",
- "./fi": "81e9",
- "./fi.js": "81e9",
- "./fil": "d69a",
- "./fil.js": "d69a",
- "./fo": "0721",
- "./fo.js": "0721",
- "./fr": "9f26",
- "./fr-ca": "d9f8",
- "./fr-ca.js": "d9f8",
- "./fr-ch": "0e49",
- "./fr-ch.js": "0e49",
- "./fr.js": "9f26",
- "./fy": "7118",
- "./fy.js": "7118",
- "./ga": "5120",
- "./ga.js": "5120",
- "./gd": "f6b4",
- "./gd.js": "f6b4",
- "./gl": "8840",
- "./gl.js": "8840",
- "./gom-deva": "aaf2",
- "./gom-deva.js": "aaf2",
- "./gom-latn": "0caa",
- "./gom-latn.js": "0caa",
- "./gu": "e0c5",
- "./gu.js": "e0c5",
- "./he": "c7aa",
- "./he.js": "c7aa",
- "./hi": "dc4d",
- "./hi.js": "dc4d",
- "./hr": "4ba9",
- "./hr.js": "4ba9",
- "./hu": "5b14",
- "./hu.js": "5b14",
- "./hy-am": "d6b6",
- "./hy-am.js": "d6b6",
- "./id": "5038",
- "./id.js": "5038",
- "./is": "0558",
- "./is.js": "0558",
- "./it": "6e98",
- "./it-ch": "6f12",
- "./it-ch.js": "6f12",
- "./it.js": "6e98",
- "./ja": "079e",
- "./ja.js": "079e",
- "./jv": "b540",
- "./jv.js": "b540",
- "./ka": "201b",
- "./ka.js": "201b",
- "./kk": "6d79",
- "./kk.js": "6d79",
- "./km": "e81d",
- "./km.js": "e81d",
- "./kn": "3e92",
- "./kn.js": "3e92",
- "./ko": "22f8",
- "./ko.js": "22f8",
- "./ku": "2421",
- "./ku.js": "2421",
- "./ky": "9609",
- "./ky.js": "9609",
- "./lb": "440c",
- "./lb.js": "440c",
- "./lo": "b29d",
- "./lo.js": "b29d",
- "./lt": "26f9",
- "./lt.js": "26f9",
- "./lv": "b97c",
- "./lv.js": "b97c",
- "./me": "293c",
- "./me.js": "293c",
- "./mi": "688b",
- "./mi.js": "688b",
- "./mk": "6909",
- "./mk.js": "6909",
- "./ml": "02fb",
- "./ml.js": "02fb",
- "./mn": "958b",
- "./mn.js": "958b",
- "./mr": "39bd",
- "./mr.js": "39bd",
- "./ms": "ebe4",
- "./ms-my": "6403",
- "./ms-my.js": "6403",
- "./ms.js": "ebe4",
- "./mt": "1b45",
- "./mt.js": "1b45",
- "./my": "8689",
- "./my.js": "8689",
- "./nb": "6ce3",
- "./nb.js": "6ce3",
- "./ne": "3a39",
- "./ne.js": "3a39",
- "./nl": "facd",
- "./nl-be": "db29",
- "./nl-be.js": "db29",
- "./nl.js": "facd",
- "./nn": "b84c",
- "./nn.js": "b84c",
- "./oc-lnc": "167b",
- "./oc-lnc.js": "167b",
- "./pa-in": "f3ff",
- "./pa-in.js": "f3ff",
- "./pl": "8d57",
- "./pl.js": "8d57",
- "./pt": "f260",
- "./pt-br": "d2d4",
- "./pt-br.js": "d2d4",
- "./pt.js": "f260",
- "./ro": "972c",
- "./ro.js": "972c",
- "./ru": "957c",
- "./ru.js": "957c",
- "./sd": "6784",
- "./sd.js": "6784",
- "./se": "ffff",
- "./se.js": "ffff",
- "./si": "eda5",
- "./si.js": "eda5",
- "./sk": "7be6",
- "./sk.js": "7be6",
- "./sl": "8155",
- "./sl.js": "8155",
- "./sq": "c8f3",
- "./sq.js": "c8f3",
- "./sr": "cf1e",
- "./sr-cyrl": "13e9",
- "./sr-cyrl.js": "13e9",
- "./sr.js": "cf1e",
- "./ss": "52bd",
- "./ss.js": "52bd",
- "./sv": "5fbd",
- "./sv.js": "5fbd",
- "./sw": "74dc",
- "./sw.js": "74dc",
- "./ta": "3de5",
- "./ta.js": "3de5",
- "./te": "5cbb",
- "./te.js": "5cbb",
- "./tet": "576c",
- "./tet.js": "576c",
- "./tg": "3b1b",
- "./tg.js": "3b1b",
- "./th": "10e8",
- "./th.js": "10e8",
- "./tk": "5aff",
- "./tk.js": "5aff",
- "./tl-ph": "0f38",
- "./tl-ph.js": "0f38",
- "./tlh": "cf75",
- "./tlh.js": "cf75",
- "./tr": "0e81",
- "./tr.js": "0e81",
- "./tzl": "cf51",
- "./tzl.js": "cf51",
- "./tzm": "c109",
- "./tzm-latn": "b53d",
- "./tzm-latn.js": "b53d",
- "./tzm.js": "c109",
- "./ug-cn": "6117",
- "./ug-cn.js": "6117",
- "./uk": "ada2",
- "./uk.js": "ada2",
- "./ur": "5294",
- "./ur.js": "5294",
- "./uz": "2e8c",
- "./uz-latn": "010e",
- "./uz-latn.js": "010e",
- "./uz.js": "2e8c",
- "./vi": "2921",
- "./vi.js": "2921",
- "./x-pseudo": "fd7e",
- "./x-pseudo.js": "fd7e",
- "./yo": "7f33",
- "./yo.js": "7f33",
- "./zh-cn": "5c3a",
- "./zh-cn.js": "5c3a",
- "./zh-hk": "49ab",
- "./zh-hk.js": "49ab",
- "./zh-mo": "3a6c",
- "./zh-mo.js": "3a6c",
- "./zh-tw": "90ea",
- "./zh-tw.js": "90ea"
- };
+ './af': '2bfb',
+ './af.js': '2bfb',
+ './ar': '8e73',
+ './ar-dz': 'a356',
+ './ar-dz.js': 'a356',
+ './ar-kw': '423e',
+ './ar-kw.js': '423e',
+ './ar-ly': '1cfd',
+ './ar-ly.js': '1cfd',
+ './ar-ma': '0a84',
+ './ar-ma.js': '0a84',
+ './ar-sa': '8230',
+ './ar-sa.js': '8230',
+ './ar-tn': '6d83',
+ './ar-tn.js': '6d83',
+ './ar.js': '8e73',
+ './az': '485c',
+ './az.js': '485c',
+ './be': '1fc1',
+ './be.js': '1fc1',
+ './bg': '84aa',
+ './bg.js': '84aa',
+ './bm': 'a7fa',
+ './bm.js': 'a7fa',
+ './bn': '9043',
+ './bn.js': '9043',
+ './bo': 'd26a',
+ './bo.js': 'd26a',
+ './br': '6887',
+ './br.js': '6887',
+ './bs': '2554',
+ './bs.js': '2554',
+ './ca': 'd716',
+ './ca.js': 'd716',
+ './cs': '3c0d',
+ './cs.js': '3c0d',
+ './cv': '03ec',
+ './cv.js': '03ec',
+ './cy': '9797',
+ './cy.js': '9797',
+ './da': '0f14',
+ './da.js': '0f14',
+ './de': 'b469',
+ './de-at': 'b3eb',
+ './de-at.js': 'b3eb',
+ './de-ch': 'bb71',
+ './de-ch.js': 'bb71',
+ './de.js': 'b469',
+ './dv': '598a',
+ './dv.js': '598a',
+ './el': '8d47',
+ './el.js': '8d47',
+ './en-au': '0e6b',
+ './en-au.js': '0e6b',
+ './en-ca': '3886',
+ './en-ca.js': '3886',
+ './en-gb': '39a6',
+ './en-gb.js': '39a6',
+ './en-ie': 'e1d3',
+ './en-ie.js': 'e1d3',
+ './en-il': '7333',
+ './en-il.js': '7333',
+ './en-in': 'ec2e',
+ './en-in.js': 'ec2e',
+ './en-nz': '6f50',
+ './en-nz.js': '6f50',
+ './en-sg': 'b7e9',
+ './en-sg.js': 'b7e9',
+ './eo': '65db',
+ './eo.js': '65db',
+ './es': '898b',
+ './es-do': '0a3c',
+ './es-do.js': '0a3c',
+ './es-us': '55c9',
+ './es-us.js': '55c9',
+ './es.js': '898b',
+ './et': 'ec18',
+ './et.js': 'ec18',
+ './eu': '0ff2',
+ './eu.js': '0ff2',
+ './fa': '8df4',
+ './fa.js': '8df4',
+ './fi': '81e9',
+ './fi.js': '81e9',
+ './fil': 'd69a',
+ './fil.js': 'd69a',
+ './fo': '0721',
+ './fo.js': '0721',
+ './fr': '9f26',
+ './fr-ca': 'd9f8',
+ './fr-ca.js': 'd9f8',
+ './fr-ch': '0e49',
+ './fr-ch.js': '0e49',
+ './fr.js': '9f26',
+ './fy': '7118',
+ './fy.js': '7118',
+ './ga': '5120',
+ './ga.js': '5120',
+ './gd': 'f6b4',
+ './gd.js': 'f6b4',
+ './gl': '8840',
+ './gl.js': '8840',
+ './gom-deva': 'aaf2',
+ './gom-deva.js': 'aaf2',
+ './gom-latn': '0caa',
+ './gom-latn.js': '0caa',
+ './gu': 'e0c5',
+ './gu.js': 'e0c5',
+ './he': 'c7aa',
+ './he.js': 'c7aa',
+ './hi': 'dc4d',
+ './hi.js': 'dc4d',
+ './hr': '4ba9',
+ './hr.js': '4ba9',
+ './hu': '5b14',
+ './hu.js': '5b14',
+ './hy-am': 'd6b6',
+ './hy-am.js': 'd6b6',
+ './id': '5038',
+ './id.js': '5038',
+ './is': '0558',
+ './is.js': '0558',
+ './it': '6e98',
+ './it-ch': '6f12',
+ './it-ch.js': '6f12',
+ './it.js': '6e98',
+ './ja': '079e',
+ './ja.js': '079e',
+ './jv': 'b540',
+ './jv.js': 'b540',
+ './ka': '201b',
+ './ka.js': '201b',
+ './kk': '6d79',
+ './kk.js': '6d79',
+ './km': 'e81d',
+ './km.js': 'e81d',
+ './kn': '3e92',
+ './kn.js': '3e92',
+ './ko': '22f8',
+ './ko.js': '22f8',
+ './ku': '2421',
+ './ku.js': '2421',
+ './ky': '9609',
+ './ky.js': '9609',
+ './lb': '440c',
+ './lb.js': '440c',
+ './lo': 'b29d',
+ './lo.js': 'b29d',
+ './lt': '26f9',
+ './lt.js': '26f9',
+ './lv': 'b97c',
+ './lv.js': 'b97c',
+ './me': '293c',
+ './me.js': '293c',
+ './mi': '688b',
+ './mi.js': '688b',
+ './mk': '6909',
+ './mk.js': '6909',
+ './ml': '02fb',
+ './ml.js': '02fb',
+ './mn': '958b',
+ './mn.js': '958b',
+ './mr': '39bd',
+ './mr.js': '39bd',
+ './ms': 'ebe4',
+ './ms-my': '6403',
+ './ms-my.js': '6403',
+ './ms.js': 'ebe4',
+ './mt': '1b45',
+ './mt.js': '1b45',
+ './my': '8689',
+ './my.js': '8689',
+ './nb': '6ce3',
+ './nb.js': '6ce3',
+ './ne': '3a39',
+ './ne.js': '3a39',
+ './nl': 'facd',
+ './nl-be': 'db29',
+ './nl-be.js': 'db29',
+ './nl.js': 'facd',
+ './nn': 'b84c',
+ './nn.js': 'b84c',
+ './oc-lnc': '167b',
+ './oc-lnc.js': '167b',
+ './pa-in': 'f3ff',
+ './pa-in.js': 'f3ff',
+ './pl': '8d57',
+ './pl.js': '8d57',
+ './pt': 'f260',
+ './pt-br': 'd2d4',
+ './pt-br.js': 'd2d4',
+ './pt.js': 'f260',
+ './ro': '972c',
+ './ro.js': '972c',
+ './ru': '957c',
+ './ru.js': '957c',
+ './sd': '6784',
+ './sd.js': '6784',
+ './se': 'ffff',
+ './se.js': 'ffff',
+ './si': 'eda5',
+ './si.js': 'eda5',
+ './sk': '7be6',
+ './sk.js': '7be6',
+ './sl': '8155',
+ './sl.js': '8155',
+ './sq': 'c8f3',
+ './sq.js': 'c8f3',
+ './sr': 'cf1e',
+ './sr-cyrl': '13e9',
+ './sr-cyrl.js': '13e9',
+ './sr.js': 'cf1e',
+ './ss': '52bd',
+ './ss.js': '52bd',
+ './sv': '5fbd',
+ './sv.js': '5fbd',
+ './sw': '74dc',
+ './sw.js': '74dc',
+ './ta': '3de5',
+ './ta.js': '3de5',
+ './te': '5cbb',
+ './te.js': '5cbb',
+ './tet': '576c',
+ './tet.js': '576c',
+ './tg': '3b1b',
+ './tg.js': '3b1b',
+ './th': '10e8',
+ './th.js': '10e8',
+ './tk': '5aff',
+ './tk.js': '5aff',
+ './tl-ph': '0f38',
+ './tl-ph.js': '0f38',
+ './tlh': 'cf75',
+ './tlh.js': 'cf75',
+ './tr': '0e81',
+ './tr.js': '0e81',
+ './tzl': 'cf51',
+ './tzl.js': 'cf51',
+ './tzm': 'c109',
+ './tzm-latn': 'b53d',
+ './tzm-latn.js': 'b53d',
+ './tzm.js': 'c109',
+ './ug-cn': '6117',
+ './ug-cn.js': '6117',
+ './uk': 'ada2',
+ './uk.js': 'ada2',
+ './ur': '5294',
+ './ur.js': '5294',
+ './uz': '2e8c',
+ './uz-latn': '010e',
+ './uz-latn.js': '010e',
+ './uz.js': '2e8c',
+ './vi': '2921',
+ './vi.js': '2921',
+ './x-pseudo': 'fd7e',
+ './x-pseudo.js': 'fd7e',
+ './yo': '7f33',
+ './yo.js': '7f33',
+ './zh-cn': '5c3a',
+ './zh-cn.js': '5c3a',
+ './zh-hk': '49ab',
+ './zh-hk.js': '49ab',
+ './zh-mo': '3a6c',
+ './zh-mo.js': '3a6c',
+ './zh-tw': '90ea',
+ './zh-tw.js': '90ea'
+ }
function a(e) {
- var t = i(e);
+ var t = i(e)
return n(t)
}
function i(e) {
if (!n.o(r, e)) {
- var t = new Error("Cannot find module '" + e + "'");
- throw t.code = "MODULE_NOT_FOUND", t
+ var t = new Error('Cannot find module \'' + e + '\'')
+ throw t.code = 'MODULE_NOT_FOUND', t
}
return r[e]
}
+
a.keys = function() {
return Object.keys(r)
- }, a.resolve = i, e.exports = a, a.id = "4678"
+ }, a.resolve = i, e.exports = a, a.id = '4678'
},
- "467f": function(e, t, n) {
- "use strict";
- var r = n("2d83");
+ '467f': function(e, t, n) {
+ 'use strict'
+ var r = n('2d83')
e.exports = function(e, t, n) {
- var a = n.config.validateStatus;
- n.status && a && !a(n.status) ? t(r("Request failed with status code " + n.status, n.config, null, n.request,
+ var a = n.config.validateStatus
+ n.status && a && !a(n.status) ? t(r('Request failed with status code ' + n.status, n.config, null, n.request,
n)) : e(n)
}
},
- "469f": function(e, t, n) {
- n("6c1c"), n("1654"), e.exports = n("7d7b")
+ '469f': function(e, t, n) {
+ n('6c1c'), n('1654'), e.exports = n('7d7b')
},
- "46a7": function(e, t, n) {
- var r = n("63b6");
- r(r.S + r.F * !n("8e60"), "Object", {
- defineProperty: n("d9f6").f
+ '46a7': function(e, t, n) {
+ var r = n('63b6')
+ r(r.S + r.F * !n('8e60'), 'Object', {
+ defineProperty: n('d9f6').f
})
},
- "46cb": function(e, t, n) {
- "use strict";
- n.r(t);
+ '46cb': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r, a, i = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [n("div", {
- staticClass: "table-operator"
- }, [n("a-button", {
+ n = e._self._c || t
+ return n('div', [n('div', {
+ staticClass: 'table-operator'
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "plus",
- ghost: ""
+ type: 'primary',
+ icon: 'plus',
+ ghost: ''
},
on: {
click: e.handleAdd
}
- }, [e._v("新增")])], 1), n("a-table", {
+ }, [e._v('新增')])], 1), n('a-table', {
attrs: {
- bordered: "",
- rowKey: "id",
+ bordered: '',
+ rowKey: 'id',
loading: e.loading,
columns: e.columns,
dataSource: e.dataSource
},
scopedSlots: e._u([{
- key: "ellipsis",
+ key: 'ellipsis',
fn: function(t) {
- return [n("ellipsis", {
+ return [n('ellipsis', {
attrs: {
length: 13
}
}, [e._v(e._s(t))])]
}
}, {
- key: "description",
+ key: 'description',
fn: function(t, n) {
- return [e._v("\n " + e._s(e.getDescription(n)) + "\n ")]
+ return [e._v('\n ' + e._s(e.getDescription(n)) + '\n ')]
}
}, {
- key: "switch",
+ key: 'switch',
fn: function(t, r) {
- return [n("a-switch", {
+ return [n('a-switch', {
attrs: {
- size: "small",
+ size: 'small',
checked: 1 === r.status
},
on: {
@@ -26569,32 +26808,32 @@
})]
}
}, {
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return [n("a", {
+ return [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- }), n("a-popconfirm", {
+ }), n('a-popconfirm', {
attrs: {
- title: "确定删除吗?",
- placement: "left"
+ title: '确定删除吗?',
+ placement: 'left'
},
on: {
confirm: function(t) {
return e.handleDelete(r.id)
}
}
- }, [n("a", [e._v("删除")])])]
+ }, [n('a', [e._v('删除')])])]
}
}])
- }), n("j-modal", {
+ }), n('j-modal', {
attrs: {
title: e.title,
visible: e.visible,
@@ -26604,143 +26843,143 @@
confirmLoading: e.confirmLoading
},
on: {
- "update:visible": function(t) {
+ 'update:visible': function(t) {
e.visible = t
},
ok: e.handleModalOk
}
- }, [n("a-form", {
+ }, [n('a-form', {
attrs: {
form: e.form
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "规则名称",
+ label: '规则名称',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["ruleName", e.validatorRules.ruleName],
- expression: "['ruleName', validatorRules.ruleName]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['ruleName', e.validatorRules.ruleName],
+ expression: '[\'ruleName\', validatorRules.ruleName]'
}],
attrs: {
- placeholder: "请输入规则名称"
+ placeholder: '请输入规则名称'
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.showRuleColumn,
- expression: "showRuleColumn"
+ expression: 'showRuleColumn'
}],
attrs: {
- label: "规则字段",
+ label: '规则字段',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("j-search-select-tag", {
+ }, [n('j-search-select-tag', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["ruleColumn"],
- expression: "['ruleColumn']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['ruleColumn'],
+ expression: '[\'ruleColumn\']'
}],
attrs: {
- placeholder: "请选择规则字段",
+ placeholder: '请选择规则字段',
dictOptions: e.fieldOptions
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
- label: "条件规则",
+ label: '条件规则',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("j-dict-select-tag", {
+ }, [n('j-dict-select-tag', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["ruleOperator", e.validatorRules.ruleOperator],
- expression: "['ruleOperator', validatorRules.ruleOperator]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['ruleOperator', e.validatorRules.ruleOperator],
+ expression: '[\'ruleOperator\', validatorRules.ruleOperator]'
}],
attrs: {
- placeholder: "请选择条件规则",
- dictCode: "rule_conditions",
- triggerChange: ""
+ placeholder: '请选择条件规则',
+ dictCode: 'rule_conditions',
+ triggerChange: ''
},
on: {
change: e.handleChangeRuleOperator
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
- label: "规则值",
+ label: '规则值',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["ruleValue", e.validatorRules.ruleValue],
- expression: "['ruleValue', validatorRules.ruleValue]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['ruleValue', e.validatorRules.ruleValue],
+ expression: '[\'ruleValue\', validatorRules.ruleValue]'
}],
attrs: {
- placeholder: "请输入规则值"
+ placeholder: '请输入规则值'
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
- label: "状态",
+ label: '状态',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-radio-group", {
+ }, [n('a-radio-group', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["status", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['status', {
initialValue: 1
}],
- expression: "['status',{initialValue:1}]"
+ expression: '[\'status\',{initialValue:1}]'
}],
attrs: {
- buttonStyle: "solid"
+ buttonStyle: 'solid'
}
- }, [n("a-radio-button", {
+ }, [n('a-radio-button', {
attrs: {
value: 1
}
- }, [e._v("有效")]), n("a-radio-button", {
+ }, [e._v('有效')]), n('a-radio-button', {
attrs: {
value: 0
}
- }, [e._v("无效")])], 1)], 1)], 1)], 1)], 1)
+ }, [e._v('无效')])], 1)], 1)], 1)], 1)], 1)
},
o = [],
- s = (n("8bbf"), n("2f62")),
+ s = (n('8bbf'), n('2f62')),
c = function() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "";
- return e.split("").reduce((function(e, t) {
- var n = t.charCodeAt(0);
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : ''
+ return e.split('').reduce((function(e, t) {
+ var n = t.charCodeAt(0)
return n >= 0 && n <= 128 ? e + 1 : e + 2
}), 0)
},
l = function() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "",
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : '',
t = arguments.length > 1 ? arguments[1] : void 0,
- n = 0;
- return e.split("").reduce((function(e, r) {
- var a = r.charCodeAt(0);
+ n = 0
+ return e.split('').reduce((function(e, r) {
+ var a = r.charCodeAt(0)
return n += a >= 0 && a <= 128 ? 1 : 2, n <= t ? e + r : e
- }), "")
+ }), '')
},
u = {
- name: "Ellipsis",
+ name: 'Ellipsis',
props: {
prefixCls: {
type: String,
- default: "ant-pro-ellipsis"
+ default: 'ant-pro-ellipsis'
},
tooltip: {
type: Boolean,
@@ -26765,27 +27004,27 @@
t = this.$props,
n = t.tooltip,
r = t.length,
- a = "";
+ a = ''
return this.$slots.default && (a = this.$slots.default.map((function(e) {
return e.text
- })).join("")), n && c(a) > r ? e("a-tooltip", [e("template", {
- slot: "title"
- }, [a]), e("span", [l(a, this.length) + "…"])]) : e("span", [a])
+ })).join('')), n && c(a) > r ? e('a-tooltip', [e('template', {
+ slot: 'title'
+ }, [a]), e('span', [l(a, this.length) + '…'])]) : e('span', [a])
}
},
d = u,
- h = n("2877"),
- f = Object(h["a"])(d, r, a, !1, null, null, null),
+ h = n('2877'),
+ f = Object(h['a'])(d, r, a, !1, null, null, null),
m = f.exports,
p = m,
- _ = n("0fea"),
- v = n("88bc"),
- b = n.n(v);
+ _ = n('0fea'),
+ v = n('88bc'),
+ b = n.n(v)
function y(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -26795,7 +27034,7 @@
function g(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? y(Object(n), !0).forEach((function(t) {
M(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : y(
@@ -26814,31 +27053,32 @@
writable: !0
}) : e[t] = n, e
}
+
var w = [{
- ruleName: "名称等于admin",
- ruleColumn: "name",
- ruleOperator: "=",
- ruleValue: "admin",
+ ruleName: '名称等于admin',
+ ruleColumn: 'name',
+ ruleOperator: '=',
+ ruleValue: 'admin',
status: 1,
- id: "1"
+ id: '1'
}, {
- ruleName: "年龄大于等于18",
- ruleColumn: "age",
- ruleOperator: ">=",
- ruleValue: "18",
+ ruleName: '年龄大于等于18',
+ ruleColumn: 'age',
+ ruleOperator: '>=',
+ ruleValue: '18',
status: 0,
- id: "2"
+ id: '2'
}],
- L = "USE_SQL_RULES",
+ L = 'USE_SQL_RULES',
O = {
- name: "AuthDataConfig",
+ name: 'AuthDataConfig',
components: {
Ellipsis: p
},
props: {
cgformId: {
type: String,
- default: "",
+ default: '',
required: !0
}
},
@@ -26854,72 +27094,72 @@
return {
loading: !1,
dataSource: w,
- url: "/online/cgform/api/authData",
+ url: '/online/cgform/api/authData',
columnList: [],
columns: [{
- title: "启用",
- key: "rowIndex",
+ title: '启用',
+ key: 'rowIndex',
width: 80,
- align: "center",
+ align: 'center',
scopedSlots: {
- customRender: "switch"
+ customRender: 'switch'
}
}, {
- title: "规则名称",
- dataIndex: "ruleName",
- width: "130",
- align: "center",
+ title: '规则名称',
+ dataIndex: 'ruleName',
+ width: '130',
+ align: 'center',
scopedSlots: {
- customRender: "ellipsis"
+ customRender: 'ellipsis'
}
}, {
- title: "规则描述",
- key: "description",
- align: "center",
+ title: '规则描述',
+ key: 'description',
+ align: 'center',
scopedSlots: {
- customRender: "description"
+ customRender: 'description'
}
}, {
- title: "操作",
- key: "action",
+ title: '操作',
+ key: 'action',
width: 130,
- align: "center",
+ align: 'center',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
}
}],
ruleOptions: [{
- value: "gt",
- title: "大于"
+ value: 'gt',
+ title: '大于'
}, {
- value: "lt",
- title: "小于"
+ value: 'lt',
+ title: '小于'
}, {
- value: "eq",
- title: "等于"
+ value: 'eq',
+ title: '等于'
}, {
- value: "ne",
- title: "不等于"
+ value: 'ne',
+ title: '不等于'
}, {
- value: "ge",
- title: "大于等于"
+ value: 'ge',
+ title: '大于等于'
}, {
- value: "le",
- title: "小于等于"
+ value: 'le',
+ title: '小于等于'
}, {
- value: "left_like",
- title: "左模糊"
+ value: 'left_like',
+ title: '左模糊'
}, {
- value: "right_like",
- title: "右模糊"
+ value: 'right_like',
+ title: '右模糊'
}, {
- value: "like",
- title: "全模糊"
+ value: 'like',
+ title: '全模糊'
}, {
- value: "like",
- title: "全模糊"
+ value: 'like',
+ title: '全模糊'
}],
- title: "",
+ title: '',
visible: !1,
confirmLoading: !1,
form: this.$form.createForm(this),
@@ -26943,25 +27183,25 @@
ruleName: {
rules: [{
required: !0,
- message: "请输入规则名称!"
+ message: '请输入规则名称!'
}]
},
ruleColumn: {
rules: [{
required: !0,
- message: "请选择规则字段!"
+ message: '请选择规则字段!'
}]
},
ruleOperator: {
rules: [{
required: !0,
- message: "请选择条件规则!"
+ message: '请选择条件规则!'
}]
},
ruleValue: {
rules: [{
required: !0,
- message: "请输入规则值!"
+ message: '请输入规则值!'
}]
}
},
@@ -26969,23 +27209,23 @@
showRuleColumn: !0
}
},
- computed: g({}, Object(s["b"])({
- fieldOptions: "onlAuthFields"
+ computed: g({}, Object(s['b'])({
+ fieldOptions: 'onlAuthFields'
})),
methods: {
getDescription: function(e) {
- return e.ruleOperator == L ? "自定义SQL:" + e.ruleValue : e.ruleColumn + " " + e.ruleOperator + " " + e.ruleValue
+ return e.ruleOperator == L ? '自定义SQL:' + e.ruleValue : e.ruleColumn + ' ' + e.ruleOperator + ' ' + e.ruleValue
},
loadAuthData: function() {
- var e = this;
- Object(_["c"])("".concat(this.url, "/").concat(this.cgformId)).then((function(t) {
+ var e = this
+ Object(_['c'])(''.concat(this.url, '/').concat(this.cgformId)).then((function(t) {
t.success ? e.dataSource = t.result : (e.dataSource = [], e.$message.warning(t.message))
}))
},
handleUpdateStatus: function(e, t) {
- var n = this;
+ var n = this
this.loading = !0, this.dataSource.map((function(e) {
- e.id == t && (e.status = Math.abs(e.status - 1), Object(_["g"])(n.url, e).then((function(e) {
+ e.id == t && (e.status = Math.abs(e.status - 1), Object(_['g'])(n.url, e).then((function(e) {
e.success || n.$message.warning(e.message)
})).finally((function() {
n.loading = !1
@@ -26993,52 +27233,52 @@
}))
},
handleEdit: function(e) {
- var t = this;
- this.visible = !0, this.title = "编辑", this.model = Object.assign({}, e), this.form.resetFields(), this.initRuleOperator(),
+ var t = this
+ this.visible = !0, this.title = '编辑', this.model = Object.assign({}, e), this.form.resetFields(), this.initRuleOperator(),
this.$nextTick((function() {
- t.form.setFieldsValue(b()(t.model, "ruleName", "ruleColumn", "ruleOperator", "ruleValue", "status"))
+ t.form.setFieldsValue(b()(t.model, 'ruleName', 'ruleColumn', 'ruleOperator', 'ruleValue', 'status'))
}))
},
handleAdd: function() {
- this.visible = !0, this.title = "新增", this.model = {}, this.form.resetFields()
+ this.visible = !0, this.title = '新增', this.model = {}, this.form.resetFields()
},
handleModalOk: function() {
var e = this,
- t = this;
+ t = this
this.form.validateFields((function(n, r) {
if (!n) {
- t.confirmLoading = !0;
- var a = Object.assign(e.model, r);
- a["ruleOperator"] == L && (a["ruleColumn"] = ""), a["cgformId"] = e.cgformId, "新增" == e.title ? e.saveAuthData(
+ t.confirmLoading = !0
+ var a = Object.assign(e.model, r)
+ a['ruleOperator'] == L && (a['ruleColumn'] = ''), a['cgformId'] = e.cgformId, '新增' == e.title ? e.saveAuthData(
a) : e.editAuthData(a)
}
}))
},
saveAuthData: function(e) {
- var t = this;
- Object(_["f"])(this.url, e).then((function(e) {
+ var t = this
+ Object(_['f'])(this.url, e).then((function(e) {
e.success ? (t.visible = !1, t.loadAuthData(), t.$message.success(e.message)) : t.$message.warning(e.message)
})).finally((function() {
t.confirmLoading = !1
}))
},
editAuthData: function(e) {
- var t = this;
- Object(_["g"])(this.url, e).then((function(e) {
+ var t = this
+ Object(_['g'])(this.url, e).then((function(e) {
e.success ? (t.visible = !1, t.loadAuthData(), t.$message.success(e.message)) : t.$message.warning(e.message)
})).finally((function() {
t.confirmLoading = !1
}))
},
handleDelete: function(e) {
- var t = this;
- Object(_["a"])("".concat(this.url, "/").concat(e)).then((function(e) {
+ var t = this
+ Object(_['a'])(''.concat(this.url, '/').concat(e)).then((function(e) {
e.success ? (t.$message.success(e.message), t.loadAuthData()) : t.$message.warning(e.message)
}))
},
handleChangeRuleOperator: function(e) {
e == L ? (this.form.setFieldsValue({
- ruleColumn: ""
+ ruleColumn: ''
}), this.showRuleColumn = !1) : this.showRuleColumn = !0
},
initRuleOperator: function() {
@@ -27048,17 +27288,17 @@
}
},
S = O,
- k = Object(h["a"])(S, i, o, !1, null, null, null);
- t["default"] = k.exports
+ k = Object(h['a'])(S, i, o, !1, null, null, null)
+ t['default'] = k.exports
},
- "46cf": function(e, t, n) {
- "use strict";
- Object.defineProperty(t, "__esModule", {
+ '46cf': function(e, t, n) {
+ 'use strict'
+ Object.defineProperty(t, '__esModule', {
value: !0
}), t.default = {
install: function(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},
- n = t.name || "ref";
+ n = t.name || 'ref'
e.directive(n, {
bind: function(t, n, r) {
e.nextTick((function() {
@@ -27068,9 +27308,9 @@
update: function(e, t, r, a) {
if (a.data && a.data.directives) {
var i = a.data.directives.find((function(e) {
- var t = e.name;
+ var t = e.name
return t === n
- }));
+ }))
if (i && i.value !== t.value) return i && i.value(null, a.key), void t.value(r.componentInstance || e,
r.key)
}
@@ -27083,221 +27323,221 @@
}
}
},
- "47ee": function(e, t, n) {
- var r = n("c3a1"),
- a = n("9aa9"),
- i = n("355d");
+ '47ee': function(e, t, n) {
+ var r = n('c3a1'),
+ a = n('9aa9'),
+ i = n('355d')
e.exports = function(e) {
var t = r(e),
- n = a.f;
+ n = a.f
if (n) {
var o, s = n(e),
c = i.f,
- l = 0;
+ l = 0
while (s.length > l) c.call(e, o = s[l++]) && t.push(o)
}
return t
}
},
- "481b": function(e, t) {
+ '481b': function(e, t) {
e.exports = {}
},
4849: function(e, t, n) {
e.exports = {
- default: n("454f"),
+ default: n('454f'),
__esModule: !0
}
},
- "485c": function(e, t, n) {
+ '485c': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "-inci",
- 5: "-inci",
- 8: "-inci",
- 70: "-inci",
- 80: "-inci",
- 2: "-nci",
- 7: "-nci",
- 20: "-nci",
- 50: "-nci",
- 3: "-üncü",
- 4: "-üncü",
- 100: "-üncü",
- 6: "-ncı",
- 9: "-uncu",
- 10: "-uncu",
- 30: "-uncu",
- 60: "-ıncı",
- 90: "-ıncı"
+ 1: '-inci',
+ 5: '-inci',
+ 8: '-inci',
+ 70: '-inci',
+ 80: '-inci',
+ 2: '-nci',
+ 7: '-nci',
+ 20: '-nci',
+ 50: '-nci',
+ 3: '-üncü',
+ 4: '-üncü',
+ 100: '-üncü',
+ 6: '-ncı',
+ 9: '-uncu',
+ 10: '-uncu',
+ 30: '-uncu',
+ 60: '-ıncı',
+ 90: '-ıncı'
},
- n = e.defineLocale("az", {
- months: "yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),
- monthsShort: "yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),
- weekdays: "Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),
- weekdaysShort: "Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),
- weekdaysMin: "Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),
+ n = e.defineLocale('az', {
+ months: 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split('_'),
+ monthsShort: 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'),
+ weekdays: 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split('_'),
+ weekdaysShort: 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'),
+ weekdaysMin: 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[bugün saat] LT",
- nextDay: "[sabah saat] LT",
- nextWeek: "[gələn həftə] dddd [saat] LT",
- lastDay: "[dünən] LT",
- lastWeek: "[keçən həftə] dddd [saat] LT",
- sameElse: "L"
+ sameDay: '[bugün saat] LT',
+ nextDay: '[sabah saat] LT',
+ nextWeek: '[gələn həftə] dddd [saat] LT',
+ lastDay: '[dünən] LT',
+ lastWeek: '[keçən həftə] dddd [saat] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s sonra",
- past: "%s əvvəl",
- s: "birneçə saniyə",
- ss: "%d saniyə",
- m: "bir dəqiqə",
- mm: "%d dəqiqə",
- h: "bir saat",
- hh: "%d saat",
- d: "bir gün",
- dd: "%d gün",
- M: "bir ay",
- MM: "%d ay",
- y: "bir il",
- yy: "%d il"
+ future: '%s sonra',
+ past: '%s əvvəl',
+ s: 'birneçə saniyə',
+ ss: '%d saniyə',
+ m: 'bir dəqiqə',
+ mm: '%d dəqiqə',
+ h: 'bir saat',
+ hh: '%d saat',
+ d: 'bir gün',
+ dd: '%d gün',
+ M: 'bir ay',
+ MM: '%d ay',
+ y: 'bir il',
+ yy: '%d il'
},
meridiemParse: /gecə|səhər|gündüz|axşam/,
isPM: function(e) {
return /^(gündüz|axşam)$/.test(e)
},
meridiem: function(e, t, n) {
- return e < 4 ? "gecə" : e < 12 ? "səhər" : e < 17 ? "gündüz" : "axşam"
+ return e < 4 ? 'gecə' : e < 12 ? 'səhər' : e < 17 ? 'gündüz' : 'axşam'
},
dayOfMonthOrdinalParse: /\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,
ordinal: function(e) {
- if (0 === e) return e + "-ıncı";
+ if (0 === e) return e + '-ıncı'
var n = e % 10,
r = e % 100 - n,
- a = e >= 100 ? 100 : null;
+ a = e >= 100 ? 100 : null
return e + (t[n] || t[r] || t[a])
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
- "48b7": function(e, t, n) {
- "use strict";
- n.r(t);
+ '48b7': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
class: {
- "jeecg-onl-button-modal": !0
+ 'jeecg-onl-button-modal': !0
},
style: e.modalStyle,
attrs: {
- title: "自定义按钮",
+ title: '自定义按钮',
width: e.modalWidth,
visible: e.visible,
- cancelText: "关闭"
+ cancelText: '关闭'
},
on: {
cancel: e.handleCancel
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
- key: "back",
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), e.aiTestMode ? n("div", {
+ }, [e._v('关闭')]), e.aiTestMode ? n('div', {
staticStyle: {
- display: "inline-block",
- float: "left"
+ display: 'inline-block',
+ float: 'left'
}
- }, [n("a-button", {
+ }, [n('a-button', {
on: {
click: function(t) {
return e.genButtons(e.code)
}
}
- }, [e._v("生成测试数据")])], 1) : e._e()], 1), n("div", {
- staticClass: "table-page-search-wrapper"
- }), n("div", {
- staticClass: "table-operator",
+ }, [e._v('生成测试数据')])], 1) : e._e()], 1), n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }), n('div', {
+ staticClass: 'table-operator',
staticStyle: {
- "margin-bottom": "18px"
+ 'margin-bottom': '18px'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.handleAdd
}
- }, [e._v("新增")]), e.selectedRowKeys.length > 0 ? n("a-dropdown", [n("a-menu", {
+ }, [e._v('新增')]), e.selectedRowKeys.length > 0 ? n('a-dropdown', [n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [n("a-menu-item", {
- key: "1",
+ slot: 'overlay'
+ }, [n('a-menu-item', {
+ key: '1',
on: {
click: e.batchDel
}
- }, [n("a-icon", {
+ }, [n('a-icon', {
attrs: {
- type: "delete"
+ type: 'delete'
}
- }), e._v("删除")], 1)], 1), n("a-button", {
+ }), e._v('删除')], 1)], 1), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
}
- }, [e._v(" 批量操作 "), n("a-icon", {
+ }, [e._v(' 批量操作 '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1)], 1) : e._e()], 1), n("div", {
+ })], 1)], 1) : e._e()], 1), n('div', {
style: e.table_area_style
- }, [n("div", {
- staticClass: "ant-alert ant-alert-info",
+ }, [n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v(" 已选择 "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v(' 已选择 '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v(e._s(e.selectedRowKeys.length))]), e._v("项\n "), n("a", {
+ }, [e._v(e._s(e.selectedRowKeys.length))]), e._v('项\n '), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")])]), n("a-table", {
- ref: "table",
+ }, [e._v('清空')])]), n('a-table', {
+ ref: 'table',
attrs: {
- size: "middle",
- bordered: "",
- rowKey: "id",
+ size: 'middle',
+ bordered: '',
+ rowKey: 'id',
columns: e.columns,
dataSource: e.dataSource,
pagination: e.ipagination,
@@ -27311,43 +27551,43 @@
change: e.handleTableChange
},
scopedSlots: e._u([{
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return n("span", {}, [n("a", {
+ return n('span', {}, [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- }), n("a-dropdown", [n("a", {
- staticClass: "ant-dropdown-link"
- }, [e._v("更多 "), n("a-icon", {
+ }), n('a-dropdown', [n('a', {
+ staticClass: 'ant-dropdown-link'
+ }, [e._v('更多 '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1), n("a-menu", {
+ })], 1), n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [n("a-menu-item", [n("a-popconfirm", {
+ slot: 'overlay'
+ }, [n('a-menu-item', [n('a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDelete(r.id)
}
}
- }, [n("a", [e._v("删除")])])], 1)], 1)], 1)], 1)
+ }, [n('a', [e._v('删除')])])], 1)], 1)], 1)], 1)
}
}])
- })], 1), n("onlCgformButton-modal", {
- ref: "modalForm",
+ })], 1), n('onlCgformButton-modal', {
+ ref: 'modalForm',
attrs: {
code: e.code
},
@@ -27357,107 +27597,108 @@
})], 2)
},
a = [],
- i = n("717a"),
- o = n("b65a"),
- s = n("0fea"),
- c = n("f654"),
+ i = n('717a'),
+ o = n('b65a'),
+ s = n('0fea'),
+ c = n('f654'),
l = {
- name: "OnlCgformButtonList",
- mixins: [o["a"], c["AiTestOnlineMixin"]],
+ name: 'OnlCgformButtonList',
+ mixins: [o['a'], c['AiTestOnlineMixin']],
components: {
- OnlCgformButtonModal: i["default"]
+ OnlCgformButtonModal: i['default']
},
data: function() {
return {
- modalWidth: "100%",
+ modalWidth: '100%',
modalStyle: {
top: 0,
padding: 0,
- height: window.innerHeight - 5 + "px",
- "overflow-y": "hidden"
+ height: window.innerHeight - 5 + 'px',
+ 'overflow-y': 'hidden'
},
table_area_style: {
- height: window.innerHeight - 210 + "px",
- "overflow-y": "auto"
+ height: window.innerHeight - 210 + 'px',
+ 'overflow-y': 'auto'
},
visible: !1,
- description: "自定义按钮管理页面",
- code: "",
+ description: '自定义按钮管理页面',
+ code: '',
url: {
- list: "/online/cgform/button/list/",
- delete: "/online/cgform/button/delete",
- deleteBatch: "/online/cgform/button/deleteBatch"
+ list: '/online/cgform/button/list/',
+ delete: '/online/cgform/button/delete',
+ deleteBatch: '/online/cgform/button/deleteBatch'
},
isorter: {
- column: "orderNum",
- order: "asc"
+ column: 'orderNum',
+ order: 'asc'
},
columns: [{
- title: "按钮编码",
- align: "center",
- dataIndex: "buttonCode"
+ title: '按钮编码',
+ align: 'center',
+ dataIndex: 'buttonCode'
}, {
- title: "按钮名称",
- align: "center",
- dataIndex: "buttonName"
+ title: '按钮名称',
+ align: 'center',
+ dataIndex: 'buttonName'
}, {
- title: "按钮样式",
- align: "center",
- dataIndex: "buttonStyle",
+ title: '按钮样式',
+ align: 'center',
+ dataIndex: 'buttonStyle',
customRender: function(e, t) {
- if ("form" === e) {
- var n = t.optPosition;
- return e + "(" + ("2" == n ? "底部" : "侧面") + ")"
+ if ('form' === e) {
+ var n = t.optPosition
+ return e + '(' + ('2' == n ? '底部' : '侧面') + ')'
}
return e
}
}, {
- title: "按钮类型",
- align: "center",
- dataIndex: "optType"
+ title: '按钮类型',
+ align: 'center',
+ dataIndex: 'optType'
}, {
- title: "排序",
- align: "center",
- dataIndex: "orderNum"
+ title: '排序',
+ align: 'center',
+ dataIndex: 'orderNum'
}, {
- title: "按钮图标",
- align: "center",
- dataIndex: "buttonIcon"
+ title: '按钮图标',
+ align: 'center',
+ dataIndex: 'buttonIcon'
}, {
- title: "表达式",
- align: "center",
- dataIndex: "exp"
+ title: '表达式',
+ align: 'center',
+ dataIndex: 'exp'
}, {
- title: "按钮状态",
- align: "center",
- dataIndex: "buttonStatus",
+ title: '按钮状态',
+ align: 'center',
+ dataIndex: 'buttonStatus',
customRender: function(e) {
- return 1 == e ? "激活" : "未激活"
+ return 1 == e ? '激活' : '未激活'
}
}, {
- title: "操作",
- dataIndex: "action",
- align: "center",
+ title: '操作',
+ dataIndex: 'action',
+ align: 'center',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
}
}]
}
},
- created: function() {},
+ created: function() {
+ },
methods: {
loadData: function(e) {
- var t = this;
+ var t = this
if (this.code) {
- 1 === e && (this.ipagination.current = 1);
- var n = this.getQueryParams();
- Object(s["c"])(this.url.list + this.code, n).then((function(e) {
+ 1 === e && (this.ipagination.current = 1)
+ var n = this.getQueryParams()
+ Object(s['c'])(this.url.list + this.code, n).then((function(e) {
e.success && (t.dataSource = e.result.records, t.ipagination.total = e.result.total)
}))
}
},
handleCancel: function() {
- this.visible = !1, this.code = ""
+ this.visible = !1, this.code = ''
},
show: function(e) {
this.code = e, this.visible = !0, this.loadData(1)
@@ -27465,79 +27706,79 @@
}
},
u = l,
- d = (n("9a09"), n("2877")),
- h = Object(d["a"])(u, r, a, !1, null, "e2ca7ade", null);
- t["default"] = h.exports
+ d = (n('9a09'), n('2877')),
+ h = Object(d['a'])(u, r, a, !1, null, 'e2ca7ade', null)
+ t['default'] = h.exports
},
- "48ee": function(e, t, n) {
- "use strict";
- n.r(t);
+ '48ee': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
staticStyle: {
- top: "5%",
- height: "95%"
+ top: '5%',
+ height: '95%'
},
attrs: {
- title: "SQL增强",
+ title: 'SQL增强',
width: e.modalWidth,
visible: e.visible,
confirmLoading: e.confirmLoading,
- cancelText: "关闭",
- wrapClassName: "ant-modal-cust-warp"
+ cancelText: '关闭',
+ wrapClassName: 'ant-modal-cust-warp'
},
on: {
ok: e.handleSubmit,
cancel: e.handleCancel
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
- key: "back",
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), n("a-button", {
- key: "submit",
+ }, [e._v('关闭')]), n('a-button', {
+ key: 'submit',
attrs: {
- type: "primary"
+ type: 'primary'
},
on: {
click: e.handleSubmit
}
- }, [e._v("确定")]), e.aiTestMode ? n("div", {
+ }, [e._v('确定')]), e.aiTestMode ? n('div', {
staticStyle: {
- display: "inline-block",
- float: "left"
+ display: 'inline-block',
+ float: 'left'
}
- }, [n("a-button", {
+ }, [n('a-button', {
on: {
click: function(t) {
- return e.genEnhanceSqlData(e.tableName, "codeEditor")
+ return e.genEnhanceSqlData(e.tableName, 'codeEditor')
}
}
- }, [e._v("生成测试数据")])], 1) : e._e()], 1), n("a-form", {
+ }, [e._v('生成测试数据')])], 1) : e._e()], 1), n('a-form', {
attrs: {
form: e.form
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "页面按钮",
+ label: '页面按钮',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["buttonCode"],
- expression: "[ 'buttonCode']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['buttonCode'],
+ expression: '[ \'buttonCode\']'
}],
attrs: {
- placeholder: "请选择页面控件",
+ placeholder: '请选择页面控件',
getPopupContainer: function(e) {
return e.parentNode
}
@@ -27545,83 +27786,83 @@
on: {
change: e.handleChangeType
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "add"
+ value: 'add'
}
- }, [e._v("新增")]), n("a-select-option", {
+ }, [e._v('新增')]), n('a-select-option', {
attrs: {
- value: "edit"
+ value: 'edit'
}
- }, [e._v("编辑")]), n("a-select-option", {
+ }, [e._v('编辑')]), n('a-select-option', {
attrs: {
- value: "delete"
+ value: 'delete'
}
- }, [e._v("删除")]), e._l(e.btnList, (function(t, r) {
- return [n("a-select-option", {
+ }, [e._v('删除')]), e._l(e.btnList, (function(t, r) {
+ return [n('a-select-option', {
key: r,
attrs: {
value: t.buttonCode
}
}, [e._v(e._s(t.buttonName))])]
- }))], 2)], 1), n("a-form-item", {
+ }))], 2)], 1), n('a-form-item', {
attrs: {
- label: "增强SQL",
+ label: '增强SQL',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("div", {
- staticClass: "coder-cust-height"
- }, [n("j-code-editor", {
- ref: "codeEditor",
+ }, [n('div', {
+ staticClass: 'coder-cust-height'
+ }, [n('j-code-editor', {
+ ref: 'codeEditor',
attrs: {
- language: "sql",
- placeholder: "请输入SQL语句",
- "language-change": !1,
+ language: 'sql',
+ placeholder: '请输入SQL语句',
+ 'language-change': !1,
lineNumbers: !1,
fullScreen: !0,
- "min-height": 320
+ 'min-height': 320
},
on: {
input: e.handleInputCgbSql
}
- })], 1), n("a-textarea", {
+ })], 1), n('a-textarea', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["cgbSql"],
- expression: "['cgbSql']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['cgbSql'],
+ expression: '[\'cgbSql\']'
}],
attrs: {
hidden: !0
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
- label: "描述",
+ label: '描述',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-textarea", {
+ }, [n('a-textarea', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["content"],
- expression: "[ 'content']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['content'],
+ expression: '[ \'content\']'
}],
attrs: {
rows: 2,
- placeholder: "请输入描述"
+ placeholder: '请输入描述'
}
})], 1)], 1)], 2)
},
a = [],
- i = n("0fea"),
- o = n("88bc"),
+ i = n('0fea'),
+ o = n('88bc'),
s = n.n(o),
- c = n("f654"),
+ c = n('f654'),
l = {
- name: "EnhanceSql",
- mixins: [c["AiTestOnlineMixin"]],
+ name: 'EnhanceSql',
+ mixins: [c['AiTestOnlineMixin']],
components: {},
data: function() {
return {
@@ -27645,24 +27886,24 @@
span: 16
}
},
- code: "",
- btnUrl: "/online/cgform/head/enhanceButton/",
+ code: '',
+ btnUrl: '/online/cgform/head/enhanceButton/',
btnList: [],
- url: "/online/cgform/head/enhanceSql/",
+ url: '/online/cgform/head/enhanceSql/',
model: {},
- tableName: ""
+ tableName: ''
}
},
methods: {
handleSubmit: function() {
- var e = this;
+ var e = this
this.form.validateFields((function(t, n) {
if (!t) {
- var r;
+ var r
if (e.confirmLoading = !0, e.model.id) {
- var a = Object.assign(e.model, n);
- r = Object(i["g"])(e.url + e.code, a)
- } else r = Object(i["f"])(e.url + e.code, n);
+ var a = Object.assign(e.model, n)
+ r = Object(i['g'])(e.url + e.code, a)
+ } else r = Object(i['f'])(e.url + e.code, n)
r.then((function(t) {
e.confirmLoading = !1, t.success ? (e.visible = !1, e.$message.success(t.message)) : e.$message.warning(
t.message)
@@ -27674,13 +27915,13 @@
this.visible = !1
},
show: function(e) {
- this.code = e.id, this.tableName = e.tableName, this.visible = !0, this.handleChangeType("add"), this.loadBtnList()
+ this.code = e.id, this.tableName = e.tableName, this.visible = !0, this.handleChangeType('add'), this.loadBtnList()
},
loadBtnList: function() {
- var e = this;
- Object(i["c"])(this.btnUrl + this.code).then((function(t) {
+ var e = this
+ Object(i['c'])(this.btnUrl + this.code).then((function(t) {
t.success && (t.result && 0 != t.result.length ? e.btnList = t.result.filter((function(e) {
- return "action" == e.optType
+ return 'action' == e.optType
})) : e.btnList = [])
}))
},
@@ -27691,129 +27932,131 @@
},
handleChangeType: function(e) {
var t = this,
- n = this;
- Object(i["c"])(n.url + n.code, {
+ n = this
+ Object(i['c'])(n.url + n.code, {
buttonCode: e
}).then((function(r) {
r.success ? (n.model = r.result, n.$nextTick((function() {
- n.form.setFieldsValue(s()(n.model, "buttonCode", "content", "cgbSql")), t.$refs.codeEditor.setCodeContent(
- t.model.cgbSql || "")
+ n.form.setFieldsValue(s()(n.model, 'buttonCode', 'content', 'cgbSql')), t.$refs.codeEditor.setCodeContent(
+ t.model.cgbSql || '')
}))) : (n.model = {}, n.$nextTick((function() {
n.form.setFieldsValue({
- content: "",
- cgbSql: "",
+ content: '',
+ cgbSql: '',
buttonCode: e
- }), t.$refs.codeEditor.setCodeContent("")
+ }), t.$refs.codeEditor.setCodeContent('')
})))
}))
}
}
},
u = l,
- d = (n("34b9"), n("2877")),
- h = Object(d["a"])(u, r, a, !1, null, "2902bd5c", null);
- t["default"] = h.exports
+ d = (n('34b9'), n('2877')),
+ h = Object(d['a'])(u, r, a, !1, null, '2902bd5c', null)
+ t['default'] = h.exports
},
- "49ab": function(e, t, n) {
+ '49ab': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("zh-hk", {
- months: "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),
- monthsShort: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
- weekdays: "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),
- weekdaysShort: "週日_週一_週二_週三_週四_週五_週六".split("_"),
- weekdaysMin: "日_一_二_三_四_五_六".split("_"),
+ var t = e.defineLocale('zh-hk', {
+ months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),
+ monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
+ weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
+ weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),
+ weekdaysMin: '日_一_二_三_四_五_六'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY/MM/DD",
- LL: "YYYY年M月D日",
- LLL: "YYYY年M月D日 HH:mm",
- LLLL: "YYYY年M月D日dddd HH:mm",
- l: "YYYY/M/D",
- ll: "YYYY年M月D日",
- lll: "YYYY年M月D日 HH:mm",
- llll: "YYYY年M月D日dddd HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY/MM/DD',
+ LL: 'YYYY年M月D日',
+ LLL: 'YYYY年M月D日 HH:mm',
+ LLLL: 'YYYY年M月D日dddd HH:mm',
+ l: 'YYYY/M/D',
+ ll: 'YYYY年M月D日',
+ lll: 'YYYY年M月D日 HH:mm',
+ llll: 'YYYY年M月D日dddd HH:mm'
},
meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "凌晨" === t || "早上" === t || "上午" === t ? e : "中午" === t ? e >= 11 ? e : e +
- 12 : "下午" === t || "晚上" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), '凌晨' === t || '早上' === t || '上午' === t ? e : '中午' === t ? e >= 11 ? e : e +
+ 12 : '下午' === t || '晚上' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- var r = 100 * e + t;
- return r < 600 ? "凌晨" : r < 900 ? "早上" : r < 1200 ? "上午" : 1200 === r ? "中午" : r < 1800 ? "下午" : "晚上"
+ var r = 100 * e + t
+ return r < 600 ? '凌晨' : r < 900 ? '早上' : r < 1200 ? '上午' : 1200 === r ? '中午' : r < 1800 ? '下午' : '晚上'
},
calendar: {
- sameDay: "[今天]LT",
- nextDay: "[明天]LT",
- nextWeek: "[下]ddddLT",
- lastDay: "[昨天]LT",
- lastWeek: "[上]ddddLT",
- sameElse: "L"
+ sameDay: '[今天]LT',
+ nextDay: '[明天]LT',
+ nextWeek: '[下]ddddLT',
+ lastDay: '[昨天]LT',
+ lastWeek: '[上]ddddLT',
+ sameElse: 'L'
},
dayOfMonthOrdinalParse: /\d{1,2}(日|月|週)/,
ordinal: function(e, t) {
switch (t) {
- case "d":
- case "D":
- case "DDD":
- return e + "日";
- case "M":
- return e + "月";
- case "w":
- case "W":
- return e + "週";
+ case 'd':
+ case 'D':
+ case 'DDD':
+ return e + '日'
+ case 'M':
+ return e + '月'
+ case 'w':
+ case 'W':
+ return e + '週'
default:
return e
}
},
relativeTime: {
- future: "%s後",
- past: "%s前",
- s: "幾秒",
- ss: "%d 秒",
- m: "1 分鐘",
- mm: "%d 分鐘",
- h: "1 小時",
- hh: "%d 小時",
- d: "1 天",
- dd: "%d 天",
- M: "1 個月",
- MM: "%d 個月",
- y: "1 年",
- yy: "%d 年"
+ future: '%s後',
+ past: '%s前',
+ s: '幾秒',
+ ss: '%d 秒',
+ m: '1 分鐘',
+ mm: '%d 分鐘',
+ h: '1 小時',
+ hh: '%d 小時',
+ d: '1 天',
+ dd: '%d 天',
+ M: '1 個月',
+ MM: '%d 個月',
+ y: '1 年',
+ yy: '%d 年'
}
- });
+ })
return t
}))
},
- "49f4": function(e, t, n) {
- var r = n("6044");
+ '49f4': function(e, t, n) {
+ var r = n('6044')
function a() {
this.__data__ = r ? r(null) : {}, this.size = 0
}
+
e.exports = a
},
- "4a62": function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ '4a62': function(e, t, n) {
+ 'use strict'
+ n.d(t, 'a', (function() {
return h
- }));
- var r = n("ca00"),
- a = n("92e9");
+ }))
+ var r = n('ca00'),
+ a = n('92e9')
function i(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = o(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = o(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -27831,17 +28074,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, s = !0,
- c = !1;
+ c = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return s = e.done, e
},
e: function(e) {
@@ -27859,27 +28102,27 @@
function o(e, t) {
if (e) {
- if ("string" === typeof e) return s(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? s(e, t) : void 0
+ if ('string' === typeof e) return s(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? s(e, t) : void 0
}
}
function s(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
function c(e, t) {
- if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function")
+ if (!(e instanceof t)) throw new TypeError('Cannot call a class as a function')
}
function l(e, t) {
for (var n = 0; n < t.length; n++) {
- var r = t[n];
- r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(
+ var r = t[n]
+ r.enumerable = r.enumerable || !1, r.configurable = !0, 'value' in r && (r.writable = !0), Object.defineProperty(
e, r.key, r)
}
}
@@ -27887,25 +28130,26 @@
function u(e, t, n) {
return t && l(e.prototype, t), n && l(e, n), e
}
+
var d = function() {
function e() {
- c(this, e);
+ c(this, e)
var t = [],
- n = a["pcaa"]["86"];
+ n = a['pcaa']['86']
Object.keys(n).map((function(e) {
t.push({
id: e,
text: n[e],
- pid: "86"
- });
- var r = a["pcaa"][e];
+ pid: '86'
+ })
+ var r = a['pcaa'][e]
Object.keys(r).map((function(n) {
t.push({
id: n,
text: r[n],
pid: e
- });
- var i = a["pcaa"][n];
+ })
+ var i = a['pcaa'][n]
Object.keys(i).map((function(e) {
t.push({
id: e,
@@ -27916,14 +28160,15 @@
}))
})), this.all = t
}
+
return u(e, [{
- key: "getCode",
+ key: 'getCode',
value: function(e) {
- if (!e || 0 == e.length) return "";
- var t, n = i(this.all);
+ if (!e || 0 == e.length) return ''
+ var t, n = i(this.all)
try {
for (n.s(); !(t = n.n()).done;) {
- var r = t.value;
+ var r = t.value
if (r.text === e) return r.id
}
} catch (a) {
@@ -27933,26 +28178,26 @@
}
}
}, {
- key: "getText",
+ key: 'getText',
value: function(e) {
- if (!e || 0 == e.length) return "";
- var t = [];
- return this.getAreaBycode(e, t), t.join("/")
+ if (!e || 0 == e.length) return ''
+ var t = []
+ return this.getAreaBycode(e, t), t.join('/')
}
}, {
- key: "getRealCode",
+ key: 'getRealCode',
value: function(e) {
- var t = [];
+ var t = []
return this.getPcode(e, t), t
}
}, {
- key: "getPcode",
+ key: 'getPcode',
value: function(e, t) {
- var n, r = i(this.all);
+ var n, r = i(this.all)
try {
for (r.s(); !(n = r.n()).done;) {
- var a = n.value;
- a.id === e && (t.unshift(e), "86" != a.pid && this.getPcode(a.pid, t))
+ var a = n.value
+ a.id === e && (t.unshift(e), '86' != a.pid && this.getPcode(a.pid, t))
}
} catch (o) {
r.e(o)
@@ -27961,12 +28206,12 @@
}
}
}, {
- key: "getAreaBycode",
+ key: 'getAreaBycode',
value: function(e, t) {
- var n, r = i(this.all);
+ var n, r = i(this.all)
try {
for (r.s(); !(n = r.n()).done;) {
- var a = n.value;
+ var a = n.value
a.id === e && (t.unshift(a.text), this.getAreaBycode(a.pid, t))
}
} catch (o) {
@@ -27976,7 +28221,7 @@
}
}
}, {
- key: "pca",
+ key: 'pca',
get: function() {
return this.all
}
@@ -27985,7 +28230,7 @@
h = {
data: function() {
return {
- mixin_pca: ""
+ mixin_pca: ''
}
},
created: function() {
@@ -27993,7 +28238,7 @@
},
methods: {
simpleDateFormat: function(e, t) {
- return Object(r["b"])(e, t)
+ return Object(r['b'])(e, t)
},
getPcaText: function(e) {
return this.mixin_pca.getText(e)
@@ -28004,117 +28249,119 @@
}
}
},
- "4ba9": function(e, t, n) {
+ '4ba9': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n) {
- var r = e + " ";
+ var r = e + ' '
switch (n) {
- case "ss":
- return r += 1 === e ? "sekunda" : 2 === e || 3 === e || 4 === e ? "sekunde" : "sekundi", r;
- case "m":
- return t ? "jedna minuta" : "jedne minute";
- case "mm":
- return r += 1 === e ? "minuta" : 2 === e || 3 === e || 4 === e ? "minute" : "minuta", r;
- case "h":
- return t ? "jedan sat" : "jednog sata";
- case "hh":
- return r += 1 === e ? "sat" : 2 === e || 3 === e || 4 === e ? "sata" : "sati", r;
- case "dd":
- return r += 1 === e ? "dan" : "dana", r;
- case "MM":
- return r += 1 === e ? "mjesec" : 2 === e || 3 === e || 4 === e ? "mjeseca" : "mjeseci", r;
- case "yy":
- return r += 1 === e ? "godina" : 2 === e || 3 === e || 4 === e ? "godine" : "godina", r
+ case 'ss':
+ return r += 1 === e ? 'sekunda' : 2 === e || 3 === e || 4 === e ? 'sekunde' : 'sekundi', r
+ case 'm':
+ return t ? 'jedna minuta' : 'jedne minute'
+ case 'mm':
+ return r += 1 === e ? 'minuta' : 2 === e || 3 === e || 4 === e ? 'minute' : 'minuta', r
+ case 'h':
+ return t ? 'jedan sat' : 'jednog sata'
+ case 'hh':
+ return r += 1 === e ? 'sat' : 2 === e || 3 === e || 4 === e ? 'sata' : 'sati', r
+ case 'dd':
+ return r += 1 === e ? 'dan' : 'dana', r
+ case 'MM':
+ return r += 1 === e ? 'mjesec' : 2 === e || 3 === e || 4 === e ? 'mjeseca' : 'mjeseci', r
+ case 'yy':
+ return r += 1 === e ? 'godina' : 2 === e || 3 === e || 4 === e ? 'godine' : 'godina', r
}
}
- var n = e.defineLocale("hr", {
+
+ var n = e.defineLocale('hr', {
months: {
- format: "siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca"
- .split("_"),
- standalone: "siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac"
- .split("_")
+ format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'
+ .split('_'),
+ standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'
+ .split('_')
},
- monthsShort: "sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),
+ monthsShort: 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split('_'),
monthsParseExact: !0,
- weekdays: "nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),
- weekdaysShort: "ned._pon._uto._sri._čet._pet._sub.".split("_"),
- weekdaysMin: "ne_po_ut_sr_če_pe_su".split("_"),
+ weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),
+ weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),
+ weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "Do MMMM YYYY",
- LLL: "Do MMMM YYYY H:mm",
- LLLL: "dddd, Do MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'Do MMMM YYYY',
+ LLL: 'Do MMMM YYYY H:mm',
+ LLLL: 'dddd, Do MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[danas u] LT",
- nextDay: "[sutra u] LT",
+ sameDay: '[danas u] LT',
+ nextDay: '[sutra u] LT',
nextWeek: function() {
switch (this.day()) {
case 0:
- return "[u] [nedjelju] [u] LT";
+ return '[u] [nedjelju] [u] LT'
case 3:
- return "[u] [srijedu] [u] LT";
+ return '[u] [srijedu] [u] LT'
case 6:
- return "[u] [subotu] [u] LT";
+ return '[u] [subotu] [u] LT'
case 1:
case 2:
case 4:
case 5:
- return "[u] dddd [u] LT"
+ return '[u] dddd [u] LT'
}
},
- lastDay: "[jučer u] LT",
+ lastDay: '[jučer u] LT',
lastWeek: function() {
switch (this.day()) {
case 0:
- return "[prošlu] [nedjelju] [u] LT";
+ return '[prošlu] [nedjelju] [u] LT'
case 3:
- return "[prošlu] [srijedu] [u] LT";
+ return '[prošlu] [srijedu] [u] LT'
case 6:
- return "[prošle] [subote] [u] LT";
+ return '[prošle] [subote] [u] LT'
case 1:
case 2:
case 4:
case 5:
- return "[prošli] dddd [u] LT"
+ return '[prošli] dddd [u] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "za %s",
- past: "prije %s",
- s: "par sekundi",
+ future: 'za %s',
+ past: 'prije %s',
+ s: 'par sekundi',
ss: t,
m: t,
mm: t,
h: t,
hh: t,
- d: "dan",
+ d: 'dan',
dd: t,
- M: "mjesec",
+ M: 'mjesec',
MM: t,
- y: "godinu",
+ y: 'godinu',
yy: t
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
- "4d26": function(e, t, n) {
+ '4d26': function(e, t, n) {
var r, a;
/*!
Copyright (c) 2017 Jed Watson.
@@ -28122,34 +28369,35 @@
http://jedwatson.github.io/classnames
*/
(function() {
- "use strict";
- var n = {}.hasOwnProperty;
+ 'use strict'
+ var n = {}.hasOwnProperty
function i() {
for (var e = [], t = 0; t < arguments.length; t++) {
- var r = arguments[t];
+ var r = arguments[t]
if (r) {
- var a = typeof r;
- if ("string" === a || "number" === a) e.push(r);
+ var a = typeof r
+ if ('string' === a || 'number' === a) e.push(r)
else if (Array.isArray(r) && r.length) {
- var o = i.apply(null, r);
+ var o = i.apply(null, r)
o && e.push(o)
- } else if ("object" === a)
+ } else if ('object' === a)
for (var s in r) n.call(r, s) && r[s] && e.push(s)
}
}
- return e.join(" ")
+ return e.join(' ')
}
+
e.exports ? (i.default = i, e.exports = i) : (r = [], a = function() {
return i
}.apply(t, r), void 0 === a || (e.exports = a))
})()
},
- "4d91": function(e, t, n) {
- "use strict";
- var r = n("1098"),
+ '4d91': function(e, t, n) {
+ 'use strict'
+ var r = n('1098'),
a = n.n(r),
- i = n("60ed"),
+ i = n('60ed'),
o = n.n(i),
s = Object.prototype,
c = s.toString,
@@ -28157,29 +28405,30 @@
u = /^\s*function (\w+)/,
d = function(e) {
var t = null !== e && void 0 !== e ? e.type ? e.type : e : null,
- n = t && t.toString().match(u);
+ n = t && t.toString().match(u)
return n && n[1]
},
h = function(e) {
- if (null === e || void 0 === e) return null;
- var t = e.constructor.toString().match(u);
+ if (null === e || void 0 === e) return null
+ var t = e.constructor.toString().match(u)
return t && t[1]
},
- f = function() {},
+ f = function() {
+ },
m = Number.isInteger || function(e) {
- return "number" === typeof e && isFinite(e) && Math.floor(e) === e
+ return 'number' === typeof e && isFinite(e) && Math.floor(e) === e
},
p = Array.isArray || function(e) {
- return "[object Array]" === c.call(e)
+ return '[object Array]' === c.call(e)
},
_ = function(e) {
- return "[object Function]" === c.call(e)
+ return '[object Function]' === c.call(e)
},
v = function(e) {
- Object.defineProperty(e, "def", {
+ Object.defineProperty(e, 'def', {
value: function(e) {
- return void 0 === e && void 0 === this["default"] ? (this["default"] = void 0, this) : _(e) || g(this, e) ?
- (this["default"] = p(e) || o()(e) ? function() {
+ return void 0 === e && void 0 === this['default'] ? (this['default'] = void 0, this) : _(e) || g(this, e) ?
+ (this['default'] = p(e) || o()(e) ? function() {
return e
} : e, this) : (M(this._vueTypes_name + ' - invalid default value: "' + e + '"', e), this)
},
@@ -28188,7 +28437,7 @@
})
},
b = function(e) {
- Object.defineProperty(e, "isRequired", {
+ Object.defineProperty(e, 'isRequired', {
get: function() {
return this.required = !0, this
},
@@ -28196,7 +28445,7 @@
})
},
y = function(e, t) {
- return Object.defineProperty(t, "_vueTypes_name", {
+ return Object.defineProperty(t, '_vueTypes_name', {
enumerable: !1,
writable: !1,
value: e
@@ -28206,59 +28455,59 @@
var r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],
a = t,
i = !0,
- s = void 0;
+ s = void 0
o()(t) || (a = {
type: t
- });
- var c = a._vueTypes_name ? a._vueTypes_name + " - " : "";
- return l.call(a, "type") && null !== a.type && (p(a.type) ? (i = a.type.some((function(t) {
+ })
+ var c = a._vueTypes_name ? a._vueTypes_name + ' - ' : ''
+ return l.call(a, 'type') && null !== a.type && (p(a.type) ? (i = a.type.some((function(t) {
return e(t, n, !0)
})), s = a.type.map((function(e) {
return d(e)
- })).join(" or ")) : (s = d(a), i = "Array" === s ? p(n) : "Object" === s ? o()(n) : "String" === s ||
- "Number" === s || "Boolean" === s || "Function" === s ? h(n) === s : n instanceof a.type)), i ? l.call(a,
- "validator") && _(a.validator) ? (i = a.validator(n), i || !1 !== r || M(c + "custom validation failed"), i) :
+ })).join(' or ')) : (s = d(a), i = 'Array' === s ? p(n) : 'Object' === s ? o()(n) : 'String' === s ||
+ 'Number' === s || 'Boolean' === s || 'Function' === s ? h(n) === s : n instanceof a.type)), i ? l.call(a,
+ 'validator') && _(a.validator) ? (i = a.validator(n), i || !1 !== r || M(c + 'custom validation failed'), i) :
i : (!1 === r && M(c + 'value "' + n + '" should be of type "' + s + '"'), !1)
},
M = f,
w = {
get any() {
- return y("any", {
+ return y('any', {
type: null
})
},
get func() {
- return y("function", {
+ return y('function', {
type: Function
}).def(O.func)
},
get bool() {
- return y("boolean", {
+ return y('boolean', {
type: Boolean
}).def(O.bool)
},
get string() {
- return y("string", {
+ return y('string', {
type: String
}).def(O.string)
},
get number() {
- return y("number", {
+ return y('number', {
type: Number
}).def(O.number)
},
get array() {
- return y("array", {
+ return y('array', {
type: Array
}).def(O.array)
},
get object() {
- return y("object", {
+ return y('object', {
type: Object
}).def(O.object)
},
get integer() {
- return y("integer", {
+ return y('integer', {
type: Number,
validator: function(e) {
return m(e)
@@ -28266,90 +28515,90 @@
}).def(O.integer)
},
get symbol() {
- return y("symbol", {
+ return y('symbol', {
type: null,
validator: function(e) {
- return "symbol" === ("undefined" === typeof e ? "undefined" : a()(e))
+ return 'symbol' === ('undefined' === typeof e ? 'undefined' : a()(e))
}
})
},
custom: function(e) {
- var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : "custom validation failed";
- if ("function" !== typeof e) throw new TypeError(
- "[VueTypes error]: You must provide a function as argument");
- return y(e.name || "<>", {
+ var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 'custom validation failed'
+ if ('function' !== typeof e) throw new TypeError(
+ '[VueTypes error]: You must provide a function as argument')
+ return y(e.name || '<>', {
validator: function() {
- var n = e.apply(void 0, arguments);
- return n || M(this._vueTypes_name + " - " + t), n
+ var n = e.apply(void 0, arguments)
+ return n || M(this._vueTypes_name + ' - ' + t), n
}
})
},
oneOf: function(e) {
- if (!p(e)) throw new TypeError("[VueTypes error]: You must provide an array as argument");
+ if (!p(e)) throw new TypeError('[VueTypes error]: You must provide an array as argument')
var t = 'oneOf - value should be one of "' + e.join('", "') + '"',
n = e.reduce((function(e, t) {
return null !== t && void 0 !== t && -1 === e.indexOf(t.constructor) && e.push(t.constructor), e
- }), []);
- return y("oneOf", {
+ }), [])
+ return y('oneOf', {
type: n.length > 0 ? n : null,
validator: function(n) {
- var r = -1 !== e.indexOf(n);
+ var r = -1 !== e.indexOf(n)
return r || M(t), r
}
})
},
instanceOf: function(e) {
- return y("instanceOf", {
+ return y('instanceOf', {
type: e
})
},
oneOfType: function(e) {
- if (!p(e)) throw new TypeError("[VueTypes error]: You must provide an array as argument");
+ if (!p(e)) throw new TypeError('[VueTypes error]: You must provide an array as argument')
var t = !1,
n = e.reduce((function(e, n) {
if (o()(n)) {
- if ("oneOf" === n._vueTypes_name) return e.concat(n.type || []);
+ if ('oneOf' === n._vueTypes_name) return e.concat(n.type || [])
if (n.type && !_(n.validator)) {
- if (p(n.type)) return e.concat(n.type);
+ if (p(n.type)) return e.concat(n.type)
e.push(n.type)
- } else _(n.validator) && (t = !0);
+ } else _(n.validator) && (t = !0)
return e
}
return e.push(n), e
- }), []);
- if (!t) return y("oneOfType", {
+ }), [])
+ if (!t) return y('oneOfType', {
type: n
- }).def(void 0);
+ }).def(void 0)
var r = e.map((function(e) {
return e && p(e.type) ? e.type.map(d) : d(e)
})).reduce((function(e, t) {
return e.concat(p(t) ? t : [t])
- }), []).join('", "');
+ }), []).join('", "')
return this.custom((function(t) {
var n = e.some((function(e) {
- return "oneOf" === e._vueTypes_name ? !e.type || g(e.type, t, !0) : g(e, t, !0)
- }));
+ return 'oneOf' === e._vueTypes_name ? !e.type || g(e.type, t, !0) : g(e, t, !0)
+ }))
return n || M('oneOfType - value type should be one of "' + r + '"'), n
})).def(void 0)
},
arrayOf: function(e) {
- return y("arrayOf", {
+ return y('arrayOf', {
type: Array,
validator: function(t) {
var n = t.every((function(t) {
return g(e, t)
- }));
+ }))
return n || M('arrayOf - value must be an array of "' + d(e) + '"'), n
}
})
},
objectOf: function(e) {
- return y("objectOf", {
+ return y('objectOf', {
type: Object,
validator: function(t) {
var n = Object.keys(t).every((function(n) {
return g(e, t[n])
- }));
+ }))
return n || M('objectOf - value must be an object of "' + d(e) + '"'), n
}
})
@@ -28359,28 +28608,28 @@
n = t.filter((function(t) {
return e[t] && !0 === e[t].required
})),
- r = y("shape", {
+ r = y('shape', {
type: Object,
validator: function(r) {
- var a = this;
- if (!o()(r)) return !1;
- var i = Object.keys(r);
+ var a = this
+ if (!o()(r)) return !1
+ var i = Object.keys(r)
return n.length > 0 && n.some((function(e) {
return -1 === i.indexOf(e)
})) ? (M('shape - at least one of required properties "' + n.join('", "') + '" is not present'), !1) :
i.every((function(n) {
if (-1 === t.indexOf(n)) return !0 === a._vueTypes_isLoose || (M('shape - object is missing "' + n +
- '" property'), !1);
- var i = e[n];
+ '" property'), !1)
+ var i = e[n]
return g(i, r[n])
}))
}
- });
- return Object.defineProperty(r, "_vueTypes_isLoose", {
+ })
+ return Object.defineProperty(r, '_vueTypes_isLoose', {
enumerable: !1,
writable: !0,
value: !1
- }), Object.defineProperty(r, "loose", {
+ }), Object.defineProperty(r, 'loose', {
get: function() {
return this._vueTypes_isLoose = !0, this
},
@@ -28399,8 +28648,8 @@
integer: void 0
}
},
- O = L();
- Object.defineProperty(w, "sensibleDefaults", {
+ O = L()
+ Object.defineProperty(w, 'sensibleDefaults', {
enumerable: !1,
set: function(e) {
!1 === e ? O = {} : !0 === e ? O = L() : o()(e) && (O = e)
@@ -28408,99 +28657,100 @@
get: function() {
return O
}
- });
- t["a"] = w
+ })
+ t['a'] = w
},
- "4dd0": function(e, t, n) {},
- "4df5": function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ '4dd0': function(e, t, n) {
+ },
+ '4df5': function(e, t, n) {
+ 'use strict'
+ n.d(t, 'a', (function() {
return P
- }));
- var r = n("41b2"),
+ }))
+ var r = n('41b2'),
a = n.n(r),
- i = n("8bbf"),
+ i = n('8bbf'),
o = n.n(i),
- s = n("4d91"),
- c = n("daa3"),
- l = n("92fa"),
+ s = n('4d91'),
+ c = n('daa3'),
+ l = n('92fa'),
u = n.n(l),
- d = n("1098"),
+ d = n('1098'),
h = n.n(d),
- f = n("6042"),
+ f = n('6042'),
m = n.n(f),
- p = n("e5cd"),
+ p = n('e5cd'),
_ = {
functional: !0,
PRESENTED_IMAGE_DEFAULT: !0,
render: function() {
- var e = arguments[0];
- return e("svg", {
+ var e = arguments[0]
+ return e('svg', {
attrs: {
- width: "184",
- height: "152",
- viewBox: "0 0 184 152",
- xmlns: "http://www.w3.org/2000/svg"
+ width: '184',
+ height: '152',
+ viewBox: '0 0 184 152',
+ xmlns: 'http://www.w3.org/2000/svg'
}
- }, [e("g", {
+ }, [e('g', {
attrs: {
- fill: "none",
- fillRule: "evenodd"
+ fill: 'none',
+ fillRule: 'evenodd'
}
- }, [e("g", {
+ }, [e('g', {
attrs: {
- transform: "translate(24 31.67)"
+ transform: 'translate(24 31.67)'
}
- }, [e("ellipse", {
+ }, [e('ellipse', {
attrs: {
- fillOpacity: ".8",
- fill: "#F5F5F7",
- cx: "67.797",
- cy: "106.89",
- rx: "67.797",
- ry: "12.668"
+ fillOpacity: '.8',
+ fill: '#F5F5F7',
+ cx: '67.797',
+ cy: '106.89',
+ rx: '67.797',
+ ry: '12.668'
}
- }), e("path", {
+ }), e('path', {
attrs: {
- d: "M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z",
- fill: "#AEB8C2"
+ d: 'M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z',
+ fill: '#AEB8C2'
}
- }), e("path", {
+ }), e('path', {
attrs: {
- d: "M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z",
- fill: "url(#linearGradient-1)",
- transform: "translate(13.56)"
+ d: 'M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z',
+ fill: 'url(#linearGradient-1)',
+ transform: 'translate(13.56)'
}
- }), e("path", {
+ }), e('path', {
attrs: {
- d: "M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z",
- fill: "#F5F5F7"
+ d: 'M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z',
+ fill: '#F5F5F7'
}
- }), e("path", {
+ }), e('path', {
attrs: {
- d: "M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z",
- fill: "#DCE0E6"
+ d: 'M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z',
+ fill: '#DCE0E6'
}
- })]), e("path", {
+ })]), e('path', {
attrs: {
- d: "M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z",
- fill: "#DCE0E6"
+ d: 'M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z',
+ fill: '#DCE0E6'
}
- }), e("g", {
+ }), e('g', {
attrs: {
- transform: "translate(149.65 15.383)",
- fill: "#FFF"
+ transform: 'translate(149.65 15.383)',
+ fill: '#FFF'
}
- }, [e("ellipse", {
+ }, [e('ellipse', {
attrs: {
- cx: "20.654",
- cy: "3.167",
- rx: "2.849",
- ry: "2.815"
+ cx: '20.654',
+ cy: '3.167',
+ rx: '2.849',
+ ry: '2.815'
}
- }), e("path", {
+ }), e('path', {
attrs: {
- d: "M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z"
+ d: 'M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z'
}
})])])])
}
@@ -28509,56 +28759,56 @@
functional: !0,
PRESENTED_IMAGE_SIMPLE: !0,
render: function() {
- var e = arguments[0];
- return e("svg", {
+ var e = arguments[0]
+ return e('svg', {
attrs: {
- width: "64",
- height: "41",
- viewBox: "0 0 64 41",
- xmlns: "http://www.w3.org/2000/svg"
+ width: '64',
+ height: '41',
+ viewBox: '0 0 64 41',
+ xmlns: 'http://www.w3.org/2000/svg'
}
- }, [e("g", {
+ }, [e('g', {
attrs: {
- transform: "translate(0 1)",
- fill: "none",
- fillRule: "evenodd"
+ transform: 'translate(0 1)',
+ fill: 'none',
+ fillRule: 'evenodd'
}
- }, [e("ellipse", {
+ }, [e('ellipse', {
attrs: {
- fill: "#F5F5F5",
- cx: "32",
- cy: "33",
- rx: "32",
- ry: "7"
+ fill: '#F5F5F5',
+ cx: '32',
+ cy: '33',
+ rx: '32',
+ ry: '7'
}
- }), e("g", {
+ }), e('g', {
attrs: {
- fillRule: "nonzero",
- stroke: "#D9D9D9"
+ fillRule: 'nonzero',
+ stroke: '#D9D9D9'
}
- }, [e("path", {
+ }, [e('path', {
attrs: {
- d: "M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"
+ d: 'M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z'
}
- }), e("path", {
+ }), e('path', {
attrs: {
- d: "M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z",
- fill: "#FAFAFA"
+ d: 'M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z',
+ fill: '#FAFAFA'
}
})])])])
}
},
- b = n("db14"),
+ b = n('db14'),
y = function() {
return {
- prefixCls: s["a"].string,
- image: s["a"].any,
- description: s["a"].any,
- imageStyle: s["a"].object
+ prefixCls: s['a'].string,
+ image: s['a'].any,
+ description: s['a'].any,
+ imageStyle: s['a'].object
}
},
g = {
- name: "AEmpty",
+ name: 'AEmpty',
props: a()({}, y()),
methods: {
renderEmpty: function(e) {
@@ -28566,52 +28816,52 @@
n = this.$props,
r = n.prefixCls,
a = n.imageStyle,
- i = P.getPrefixCls("empty", r),
- o = Object(c["f"])(this, "image") || t(_),
- s = Object(c["f"])(this, "description"),
- l = "undefined" !== typeof s ? s : e.description,
- d = "string" === typeof l ? l : "empty",
+ i = P.getPrefixCls('empty', r),
+ o = Object(c['f'])(this, 'image') || t(_),
+ s = Object(c['f'])(this, 'description'),
+ l = 'undefined' !== typeof s ? s : e.description,
+ d = 'string' === typeof l ? l : 'empty',
f = m()({}, i, !0),
- p = null;
- if ("string" === typeof o) p = t("img", {
+ p = null
+ if ('string' === typeof o) p = t('img', {
attrs: {
alt: d,
src: o
}
- });
- else if ("object" === ("undefined" === typeof o ? "undefined" : h()(o)) && o.PRESENTED_IMAGE_SIMPLE) {
- var v = o;
- p = t(v), f[i + "-normal"] = !0
- } else p = o;
- return t("div", u()([{
+ })
+ else if ('object' === ('undefined' === typeof o ? 'undefined' : h()(o)) && o.PRESENTED_IMAGE_SIMPLE) {
+ var v = o
+ p = t(v), f[i + '-normal'] = !0
+ } else p = o
+ return t('div', u()([{
class: f
}, {
- on: Object(c["j"])(this)
- }]), [t("div", {
- class: i + "-image",
+ on: Object(c['j'])(this)
+ }]), [t('div', {
+ class: i + '-image',
style: a
- }, [p]), l && t("p", {
- class: i + "-description"
- }, [l]), this.$slots["default"] && t("div", {
- class: i + "-footer"
- }, [this.$slots["default"]])])
+ }, [p]), l && t('p', {
+ class: i + '-description'
+ }, [l]), this.$slots['default'] && t('div', {
+ class: i + '-footer'
+ }, [this.$slots['default']])])
}
},
render: function() {
- var e = arguments[0];
- return e(p["a"], {
+ var e = arguments[0]
+ return e(p['a'], {
attrs: {
- componentName: "Empty"
+ componentName: 'Empty'
},
scopedSlots: {
default: this.renderEmpty
}
})
}
- };
+ }
g.PRESENTED_IMAGE_DEFAULT = _, g.PRESENTED_IMAGE_SIMPLE = v, g.install = function(e) {
- e.use(b["a"]), e.component(g.name, g)
- };
+ e.use(b['a']), e.component(g.name, g)
+ }
var M = g,
w = {
functional: !0,
@@ -28623,42 +28873,43 @@
}
},
props: {
- componentName: s["a"].string
+ componentName: s['a'].string
},
render: function(e, t) {
var n = arguments[0],
r = t.props,
- a = t.injections;
+ a = t.injections
function i(e) {
var t = a.configProvider.getPrefixCls,
- r = t("empty");
+ r = t('empty')
switch (e) {
- case "Table":
- case "List":
+ case 'Table':
+ case 'List':
return n(M, {
attrs: {
image: M.PRESENTED_IMAGE_SIMPLE
}
- });
- case "Select":
- case "TreeSelect":
- case "Cascader":
- case "Transfer":
- case "Mentions":
+ })
+ case 'Select':
+ case 'TreeSelect':
+ case 'Cascader':
+ case 'Transfer':
+ case 'Mentions':
return n(M, {
attrs: {
image: M.PRESENTED_IMAGE_SIMPLE
},
- class: r + "-small"
- });
+ class: r + '-small'
+ })
default:
return n(M)
}
}
+
return i(r.componentName)
}
- };
+ }
function L(e, t) {
return e(w, {
@@ -28667,30 +28918,33 @@
}
})
}
+
var O = L,
- S = n("c1df");
+ S = n('c1df')
function k(e) {
- return e["default"] || e
+ return e['default'] || e
}
- var C = n("97e1"),
- T = n("6a21"),
- x = "internalMark";
+
+ var C = n('97e1'),
+ T = n('6a21'),
+ x = 'internalMark'
function z(e) {
- e && e.locale ? k(S).locale(e.locale) : k(S).locale("en")
+ e && e.locale ? k(S).locale(e.locale) : k(S).locale('en')
}
+
var D = {
- name: "ALocaleProvider",
+ name: 'ALocaleProvider',
props: {
- locale: s["a"].object.def((function() {
+ locale: s['a'].object.def((function() {
return {}
})),
- _ANT_MARK__: s["a"].string
+ _ANT_MARK__: s['a'].string
},
data: function() {
- return Object(T["a"])(this._ANT_MARK__ === x, "LocaleProvider",
- "`LocaleProvider` is deprecated. Please use `locale` with `ConfigProvider` instead"), {
+ return Object(T['a'])(this._ANT_MARK__ === x, 'LocaleProvider',
+ '`LocaleProvider` is deprecated. Please use `locale` with `ConfigProvider` instead'), {
antLocale: a()({}, this.locale, {
exist: !0
})
@@ -28705,48 +28959,49 @@
locale: function(e) {
this.antLocale = a()({}, this.locale, {
exist: !0
- }), z(e), Object(C["a"])(e && e.Modal)
+ }), z(e), Object(C['a'])(e && e.Modal)
}
},
created: function() {
- var e = this.locale;
- z(e), Object(C["a"])(e && e.Modal)
+ var e = this.locale
+ z(e), Object(C['a'])(e && e.Modal)
},
beforeDestroy: function() {
- Object(C["a"])()
+ Object(C['a'])()
},
render: function() {
- return this.$slots["default"] ? this.$slots["default"][0] : null
+ return this.$slots['default'] ? this.$slots['default'][0] : null
},
install: function(e) {
- e.use(b["a"]), e.component(D.name, D)
+ e.use(b['a']), e.component(D.name, D)
}
},
- j = D;
+ j = D
function H() {
var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [],
- t = {};
+ t = {}
return e.forEach((function(e) {
t[e] = function(t) {
this._proxyVm._data[e] = t
}
})), t
}
+
var E = {
- name: "AConfigProvider",
+ name: 'AConfigProvider',
props: {
- getPopupContainer: s["a"].func,
- prefixCls: s["a"].string,
- renderEmpty: s["a"].func,
- csp: s["a"].object,
- autoInsertSpaceInButton: s["a"].bool,
- locale: s["a"].object,
- pageHeader: s["a"].object,
- transformCellText: s["a"].func
+ getPopupContainer: s['a'].func,
+ prefixCls: s['a'].string,
+ renderEmpty: s['a'].func,
+ csp: s['a'].object,
+ autoInsertSpaceInButton: s['a'].bool,
+ locale: s['a'].object,
+ pageHeader: s['a'].object,
+ transformCellText: s['a'].func
},
provide: function() {
- var e = this;
+ var e = this
return this._proxyVm = new o.a({
data: function() {
return a()({}, e.$props, {
@@ -28758,31 +29013,31 @@
configProvider: this._proxyVm._data
}
},
- watch: a()({}, H(["prefixCls", "csp", "autoInsertSpaceInButton", "locale", "pageHeader", "transformCellText"])),
+ watch: a()({}, H(['prefixCls', 'csp', 'autoInsertSpaceInButton', 'locale', 'pageHeader', 'transformCellText'])),
methods: {
renderEmptyComponent: function(e, t) {
- var n = Object(c["f"])(this, "renderEmpty", {}, !1) || O;
+ var n = Object(c['f'])(this, 'renderEmpty', {}, !1) || O
return n(e, t)
},
getPrefixCls: function(e, t) {
var n = this.$props.prefixCls,
- r = void 0 === n ? "ant" : n;
- return t || (e ? r + "-" + e : r)
+ r = void 0 === n ? 'ant' : n
+ return t || (e ? r + '-' + e : r)
},
renderProvider: function(e) {
- var t = this.$createElement;
+ var t = this.$createElement
return t(j, {
attrs: {
locale: this.locale || e,
_ANT_MARK__: x
}
- }, [this.$slots["default"] ? Object(c["c"])(this.$slots["default"])[0] : null])
+ }, [this.$slots['default'] ? Object(c['c'])(this.$slots['default'])[0] : null])
}
},
render: function() {
var e = this,
- t = arguments[0];
- return t(p["a"], {
+ t = arguments[0]
+ return t(p['a'], {
scopedSlots: {
default: function(t, n, r) {
return e.renderProvider(r)
@@ -28793,56 +29048,57 @@
},
P = {
getPrefixCls: function(e, t) {
- return t || "ant-" + e
+ return t || 'ant-' + e
},
renderEmpty: O
- };
+ }
E.install = function(e) {
- e.use(b["a"]), e.component(E.name, E)
+ e.use(b['a']), e.component(E.name, E)
}
},
- "4ec3": function(e, t, n) {
- "use strict";
- n.d(t, "d", (function() {
+ '4ec3': function(e, t, n) {
+ 'use strict'
+ n.d(t, 'd', (function() {
return a
- })), n.d(t, "c", (function() {
+ })), n.d(t, 'c', (function() {
return i
- })), n.d(t, "b", (function() {
+ })), n.d(t, 'b', (function() {
return o
- })), n.d(t, "a", (function() {
+ })), n.d(t, 'a', (function() {
return s
- }));
- var r = n("0fea"),
- a = (n("8bbf"), n("9fb0"), function() {
- return Object(r["c"])("/sys/permission/getUserPermissionByToken")
+ }))
+ var r = n('0fea'),
+ a = (n('8bbf'), n('9fb0'), function() {
+ return Object(r['c'])('/sys/permission/getUserPermissionByToken')
}),
i = function(e) {
- return Object(r["c"])("/sys/sysDepart/queryTreeList", e)
- };
+ return Object(r['c'])('/sys/sysDepart/queryTreeList', e)
+ }
var o = function(e) {
- return Object(r["c"])("/sys/duplicate/check", e)
+ return Object(r['c'])('/sys/duplicate/check', e)
},
s = function(e) {
- return Object(r["c"])("/sys/checkRule/checkByCode", e)
+ return Object(r['c'])('/sys/checkRule/checkByCode', e)
}
},
- "4ee1": function(e, t, n) {
- var r = n("5168")("iterator"),
- a = !1;
+ '4ee1': function(e, t, n) {
+ var r = n('5168')('iterator'),
+ a = !1
try {
- var i = [7][r]();
- i["return"] = function() {
+ var i = [7][r]()
+ i['return'] = function() {
a = !0
}, Array.from(i, (function() {
throw 2
}))
- } catch (o) {}
+ } catch (o) {
+ }
e.exports = function(e, t) {
- if (!t && !a) return !1;
- var n = !1;
+ if (!t && !a) return !1
+ var n = !1
try {
var i = [7],
- s = i[r]();
+ s = i[r]()
s.next = function() {
return {
done: n = !0
@@ -28850,126 +29106,128 @@
}, i[r] = function() {
return s
}, e(i)
- } catch (o) {}
+ } catch (o) {
+ }
return n
}
},
- "4f50": function(e, t, n) {
- var r = n("b760"),
- a = n("e538"),
- i = n("c8fe"),
- o = n("4359"),
- s = n("fa21"),
- c = n("d370"),
- l = n("6747"),
- u = n("dcbe"),
- d = n("0d24"),
- h = n("9520"),
- f = n("1a8c"),
- m = n("60ed"),
- p = n("73ac"),
- _ = n("8adb"),
- v = n("8de2");
+ '4f50': function(e, t, n) {
+ var r = n('b760'),
+ a = n('e538'),
+ i = n('c8fe'),
+ o = n('4359'),
+ s = n('fa21'),
+ c = n('d370'),
+ l = n('6747'),
+ u = n('dcbe'),
+ d = n('0d24'),
+ h = n('9520'),
+ f = n('1a8c'),
+ m = n('60ed'),
+ p = n('73ac'),
+ _ = n('8adb'),
+ v = n('8de2')
function b(e, t, n, b, y, g, M) {
var w = _(e, n),
L = _(t, n),
- O = M.get(L);
- if (O) r(e, n, O);
+ O = M.get(L)
+ if (O) r(e, n, O)
else {
- var S = g ? g(w, L, n + "", e, t, M) : void 0,
- k = void 0 === S;
+ var S = g ? g(w, L, n + '', e, t, M) : void 0,
+ k = void 0 === S
if (k) {
var C = l(L),
T = !C && d(L),
- x = !C && !T && p(L);
+ x = !C && !T && p(L)
S = L, C || T || x ? l(w) ? S = w : u(w) ? S = o(w) : T ? (k = !1, S = a(L, !0)) : x ? (k = !1, S = i(L, !0)) :
S = [] : m(L) || c(L) ? (S = w, c(w) ? S = v(w) : f(w) && !h(w) || (S = s(L))) : k = !1
}
- k && (M.set(L, S), y(S, L, b, g, M), M["delete"](L)), r(e, n, S)
+ k && (M.set(L, S), y(S, L, b, g, M), M['delete'](L)), r(e, n, S)
}
}
+
e.exports = b
},
5038: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("id", {
- months: "Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split(
- "_"),
- monthsShort: "Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),
- weekdays: "Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),
- weekdaysShort: "Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),
- weekdaysMin: "Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),
+ var t = e.defineLocale('id', {
+ months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split(
+ '_'),
+ monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),
+ weekdays: 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),
+ weekdaysShort: 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),
+ weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),
longDateFormat: {
- LT: "HH.mm",
- LTS: "HH.mm.ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY [pukul] HH.mm",
- LLLL: "dddd, D MMMM YYYY [pukul] HH.mm"
+ LT: 'HH.mm',
+ LTS: 'HH.mm.ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY [pukul] HH.mm',
+ LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm'
},
meridiemParse: /pagi|siang|sore|malam/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "pagi" === t ? e : "siang" === t ? e >= 11 ? e : e + 12 : "sore" === t ||
- "malam" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'pagi' === t ? e : 'siang' === t ? e >= 11 ? e : e + 12 : 'sore' === t ||
+ 'malam' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 11 ? "pagi" : e < 15 ? "siang" : e < 19 ? "sore" : "malam"
+ return e < 11 ? 'pagi' : e < 15 ? 'siang' : e < 19 ? 'sore' : 'malam'
},
calendar: {
- sameDay: "[Hari ini pukul] LT",
- nextDay: "[Besok pukul] LT",
- nextWeek: "dddd [pukul] LT",
- lastDay: "[Kemarin pukul] LT",
- lastWeek: "dddd [lalu pukul] LT",
- sameElse: "L"
+ sameDay: '[Hari ini pukul] LT',
+ nextDay: '[Besok pukul] LT',
+ nextWeek: 'dddd [pukul] LT',
+ lastDay: '[Kemarin pukul] LT',
+ lastWeek: 'dddd [lalu pukul] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "dalam %s",
- past: "%s yang lalu",
- s: "beberapa detik",
- ss: "%d detik",
- m: "semenit",
- mm: "%d menit",
- h: "sejam",
- hh: "%d jam",
- d: "sehari",
- dd: "%d hari",
- M: "sebulan",
- MM: "%d bulan",
- y: "setahun",
- yy: "%d tahun"
+ future: 'dalam %s',
+ past: '%s yang lalu',
+ s: 'beberapa detik',
+ ss: '%d detik',
+ m: 'semenit',
+ mm: '%d menit',
+ h: 'sejam',
+ hh: '%d jam',
+ d: 'sehari',
+ dd: '%d hari',
+ M: 'sebulan',
+ MM: '%d bulan',
+ y: 'setahun',
+ yy: '%d tahun'
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return t
}))
},
5058: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-vxe-table", {
- ref: "table",
+ n = e._self._c || t
+ return n('j-vxe-table', {
+ ref: 'table',
attrs: {
- toolbar: "",
- "row-number": "",
- "row-selection": "",
- "drag-sort": "",
- "drag-sort-key": "orderNum",
- "keep-source": !1,
- height: "auto",
- "max-height": 492,
+ toolbar: '',
+ 'row-number': '',
+ 'row-selection': '',
+ 'drag-sort': '',
+ 'drag-sort-key': 'orderNum',
+ 'keep-source': !1,
+ height: 'auto',
+ 'max-height': 492,
loading: e.loading,
columns: e.columns,
dataSource: e.dataSource
@@ -28977,9 +29235,9 @@
})
},
a = [],
- i = n("ad7d"),
+ i = n('ad7d'),
o = {
- name: "ReportParamsTable",
+ name: 'ReportParamsTable',
props: {
loading: Boolean,
dataSource: Array
@@ -28987,53 +29245,54 @@
data: function() {
return {
columns: [{
- width: "23%",
- title: "参数",
- key: "paramName",
- type: i["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}",
+ width: '23%',
+ title: '参数',
+ key: 'paramName',
+ type: i['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}]
}, {
- width: "23%",
- title: "参数文本",
- key: "paramTxt",
- type: i["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}",
+ width: '23%',
+ title: '参数文本',
+ key: 'paramTxt',
+ type: i['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}]
}, {
- width: "23%",
- title: "默认值",
- key: "paramValue",
- type: i["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}"
+ width: '23%',
+ title: '默认值',
+ key: 'paramValue',
+ type: i['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}'
}]
}
}
},
s = o,
- c = n("2877"),
- l = Object(c["a"])(s, r, a, !1, null, "b9846f60", null);
- t["default"] = l.exports
+ c = n('2877'),
+ l = Object(c['a'])(s, r, a, !1, null, 'b9846f60', null)
+ t['default'] = l.exports
},
- "50d8": function(e, t) {
+ '50d8': function(e, t) {
function n(e, t) {
var n = -1,
- r = Array(e);
- while (++n < e) r[n] = t(n);
+ r = Array(e)
+ while (++n < e) r[n] = t(n)
return r
}
+
e.exports = n
},
- "50ed": function(e, t) {
+ '50ed': function(e, t) {
e.exports = function(e, t) {
return {
value: t,
@@ -29043,18 +29302,18 @@
},
5120: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = ["Eanáir", "Feabhra", "Márta", "Aibreán", "Bealtaine", "Meitheamh", "Iúil", "Lúnasa", "Meán Fómhair",
- "Deireadh Fómhair", "Samhain", "Nollaig"
+ var t = ['Eanáir', 'Feabhra', 'Márta', 'Aibreán', 'Bealtaine', 'Meitheamh', 'Iúil', 'Lúnasa', 'Meán Fómhair',
+ 'Deireadh Fómhair', 'Samhain', 'Nollaig'
],
- n = ["Ean", "Feabh", "Márt", "Aib", "Beal", "Meith", "Iúil", "Lún", "M.F.", "D.F.", "Samh", "Noll"],
- r = ["Dé Domhnaigh", "Dé Luain", "Dé Máirt", "Dé Céadaoin", "Déardaoin", "Dé hAoine", "Dé Sathairn"],
- a = ["Domh", "Luan", "Máirt", "Céad", "Déar", "Aoine", "Sath"],
- i = ["Do", "Lu", "Má", "Cé", "Dé", "A", "Sa"],
- o = e.defineLocale("ga", {
+ n = ['Ean', 'Feabh', 'Márt', 'Aib', 'Beal', 'Meith', 'Iúil', 'Lún', 'M.F.', 'D.F.', 'Samh', 'Noll'],
+ r = ['Dé Domhnaigh', 'Dé Luain', 'Dé Máirt', 'Dé Céadaoin', 'Déardaoin', 'Dé hAoine', 'Dé Sathairn'],
+ a = ['Domh', 'Luan', 'Máirt', 'Céad', 'Déar', 'Aoine', 'Sath'],
+ i = ['Do', 'Lu', 'Má', 'Cé', 'Dé', 'A', 'Sa'],
+ o = e.defineLocale('ga', {
months: t,
monthsShort: n,
monthsParseExact: !0,
@@ -29062,82 +29321,83 @@
weekdaysShort: a,
weekdaysMin: i,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Inniu ag] LT",
- nextDay: "[Amárach ag] LT",
- nextWeek: "dddd [ag] LT",
- lastDay: "[Inné ag] LT",
- lastWeek: "dddd [seo caite] [ag] LT",
- sameElse: "L"
+ sameDay: '[Inniu ag] LT',
+ nextDay: '[Amárach ag] LT',
+ nextWeek: 'dddd [ag] LT',
+ lastDay: '[Inné ag] LT',
+ lastWeek: 'dddd [seo caite] [ag] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "i %s",
- past: "%s ó shin",
- s: "cúpla soicind",
- ss: "%d soicind",
- m: "nóiméad",
- mm: "%d nóiméad",
- h: "uair an chloig",
- hh: "%d uair an chloig",
- d: "lá",
- dd: "%d lá",
- M: "mí",
- MM: "%d míonna",
- y: "bliain",
- yy: "%d bliain"
+ future: 'i %s',
+ past: '%s ó shin',
+ s: 'cúpla soicind',
+ ss: '%d soicind',
+ m: 'nóiméad',
+ mm: '%d nóiméad',
+ h: 'uair an chloig',
+ hh: '%d uair an chloig',
+ d: 'lá',
+ dd: '%d lá',
+ M: 'mí',
+ MM: '%d míonna',
+ y: 'bliain',
+ yy: '%d bliain'
},
dayOfMonthOrdinalParse: /\d{1,2}(d|na|mh)/,
ordinal: function(e) {
- var t = 1 === e ? "d" : e % 10 === 2 ? "na" : "mh";
+ var t = 1 === e ? 'd' : e % 10 === 2 ? 'na' : 'mh'
return e + t
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return o
}))
},
5168: function(e, t, n) {
- var r = n("dbdb")("wks"),
- a = n("62a0"),
- i = n("e53d").Symbol,
- o = "function" == typeof i,
+ var r = n('dbdb')('wks'),
+ a = n('62a0'),
+ i = n('e53d').Symbol,
+ o = 'function' == typeof i,
s = e.exports = function(e) {
- return r[e] || (r[e] = o && i[e] || (o ? i : a)("Symbol." + e))
- };
+ return r[e] || (r[e] = o && i[e] || (o ? i : a)('Symbol.' + e))
+ }
s.store = r
},
- "51b6": function(e, t, n) {
- n("a3c3"), e.exports = n("584a").Object.assign
+ '51b6': function(e, t, n) {
+ n('a3c3'), e.exports = n('584a').Object.assign
},
5270: function(e, t, n) {
- "use strict";
- var r = n("c532"),
- a = n("c401"),
- i = n("2e67"),
- o = n("2444"),
- s = n("d925"),
- c = n("e683");
+ 'use strict'
+ var r = n('c532'),
+ a = n('c401'),
+ i = n('2e67'),
+ o = n('2444'),
+ s = n('d925'),
+ c = n('e683')
function l(e) {
e.cancelToken && e.cancelToken.throwIfRequested()
}
+
e.exports = function(e) {
l(e), e.baseURL && !s(e.url) && (e.url = c(e.baseURL, e.url)), e.headers = e.headers || {}, e.data = a(e.data,
e.headers, e.transformRequest), e.headers = r.merge(e.headers.common || {}, e.headers[e.method] || {}, e.headers ||
- {}), r.forEach(["delete", "get", "head", "post", "put", "patch", "common"], (function(t) {
+ {}), r.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], (function(t) {
delete e.headers[t]
- }));
- var t = e.adapter || o.adapter;
+ }))
+ var t = e.adapter || o.adapter
return t(e).then((function(t) {
return l(e), t.data = a(t.data, t.headers, e.transformResponse), t
}), (function(t) {
@@ -29146,306 +29406,306 @@
}))
}
},
- "527b": function(e, t, n) {
- "use strict";
- var r = n("cf02"),
- a = n.n(r);
+ '527b': function(e, t, n) {
+ 'use strict'
+ var r = n('cf02'),
+ a = n.n(r)
a.a
},
5294: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = ["جنوری", "فروری", "مارچ", "اپریل", "مئی", "جون", "جولائی", "اگست", "ستمبر", "اکتوبر", "نومبر",
- "دسمبر"
+ var t = ['جنوری', 'فروری', 'مارچ', 'اپریل', 'مئی', 'جون', 'جولائی', 'اگست', 'ستمبر', 'اکتوبر', 'نومبر',
+ 'دسمبر'
],
- n = ["اتوار", "پیر", "منگل", "بدھ", "جمعرات", "جمعہ", "ہفتہ"],
- r = e.defineLocale("ur", {
+ n = ['اتوار', 'پیر', 'منگل', 'بدھ', 'جمعرات', 'جمعہ', 'ہفتہ'],
+ r = e.defineLocale('ur', {
months: t,
monthsShort: t,
weekdays: n,
weekdaysShort: n,
weekdaysMin: n,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd، D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd، D MMMM YYYY HH:mm'
},
meridiemParse: /صبح|شام/,
isPM: function(e) {
- return "شام" === e
+ return 'شام' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "صبح" : "شام"
+ return e < 12 ? 'صبح' : 'شام'
},
calendar: {
- sameDay: "[آج بوقت] LT",
- nextDay: "[کل بوقت] LT",
- nextWeek: "dddd [بوقت] LT",
- lastDay: "[گذشتہ روز بوقت] LT",
- lastWeek: "[گذشتہ] dddd [بوقت] LT",
- sameElse: "L"
+ sameDay: '[آج بوقت] LT',
+ nextDay: '[کل بوقت] LT',
+ nextWeek: 'dddd [بوقت] LT',
+ lastDay: '[گذشتہ روز بوقت] LT',
+ lastWeek: '[گذشتہ] dddd [بوقت] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s بعد",
- past: "%s قبل",
- s: "چند سیکنڈ",
- ss: "%d سیکنڈ",
- m: "ایک منٹ",
- mm: "%d منٹ",
- h: "ایک گھنٹہ",
- hh: "%d گھنٹے",
- d: "ایک دن",
- dd: "%d دن",
- M: "ایک ماہ",
- MM: "%d ماہ",
- y: "ایک سال",
- yy: "%d سال"
+ future: '%s بعد',
+ past: '%s قبل',
+ s: 'چند سیکنڈ',
+ ss: '%d سیکنڈ',
+ m: 'ایک منٹ',
+ mm: '%d منٹ',
+ h: 'ایک گھنٹہ',
+ hh: '%d گھنٹے',
+ d: 'ایک دن',
+ dd: '%d دن',
+ M: 'ایک ماہ',
+ MM: '%d ماہ',
+ y: 'ایک سال',
+ yy: '%d سال'
},
preparse: function(e) {
- return e.replace(/،/g, ",")
+ return e.replace(/،/g, ',')
},
postformat: function(e) {
- return e.replace(/,/g, "،")
+ return e.replace(/,/g, '،')
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return r
}))
},
- "52bd": function(e, t, n) {
+ '52bd': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ss", {
- months: "Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni"
- .split("_"),
- monthsShort: "Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),
- weekdays: "Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),
- weekdaysShort: "Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),
- weekdaysMin: "Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),
+ var t = e.defineLocale('ss', {
+ months: 'Bhimbidvwane_Indlovana_Indlov\'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni'
+ .split('_'),
+ monthsShort: 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),
+ weekdays: 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split('_'),
+ weekdaysShort: 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),
+ weekdaysMin: 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "h:mm A",
- LTS: "h:mm:ss A",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY h:mm A",
- LLLL: "dddd, D MMMM YYYY h:mm A"
+ LT: 'h:mm A',
+ LTS: 'h:mm:ss A',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY h:mm A',
+ LLLL: 'dddd, D MMMM YYYY h:mm A'
},
calendar: {
- sameDay: "[Namuhla nga] LT",
- nextDay: "[Kusasa nga] LT",
- nextWeek: "dddd [nga] LT",
- lastDay: "[Itolo nga] LT",
- lastWeek: "dddd [leliphelile] [nga] LT",
- sameElse: "L"
+ sameDay: '[Namuhla nga] LT',
+ nextDay: '[Kusasa nga] LT',
+ nextWeek: 'dddd [nga] LT',
+ lastDay: '[Itolo nga] LT',
+ lastWeek: 'dddd [leliphelile] [nga] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "nga %s",
- past: "wenteka nga %s",
- s: "emizuzwana lomcane",
- ss: "%d mzuzwana",
- m: "umzuzu",
- mm: "%d emizuzu",
- h: "lihora",
- hh: "%d emahora",
- d: "lilanga",
- dd: "%d emalanga",
- M: "inyanga",
- MM: "%d tinyanga",
- y: "umnyaka",
- yy: "%d iminyaka"
+ future: 'nga %s',
+ past: 'wenteka nga %s',
+ s: 'emizuzwana lomcane',
+ ss: '%d mzuzwana',
+ m: 'umzuzu',
+ mm: '%d emizuzu',
+ h: 'lihora',
+ hh: '%d emahora',
+ d: 'lilanga',
+ dd: '%d emalanga',
+ M: 'inyanga',
+ MM: '%d tinyanga',
+ y: 'umnyaka',
+ yy: '%d iminyaka'
},
meridiemParse: /ekuseni|emini|entsambama|ebusuku/,
meridiem: function(e, t, n) {
- return e < 11 ? "ekuseni" : e < 15 ? "emini" : e < 19 ? "entsambama" : "ebusuku"
+ return e < 11 ? 'ekuseni' : e < 15 ? 'emini' : e < 19 ? 'entsambama' : 'ebusuku'
},
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "ekuseni" === t ? e : "emini" === t ? e >= 11 ? e : e + 12 : "entsambama" ===
- t || "ebusuku" === t ? 0 === e ? 0 : e + 12 : void 0
+ return 12 === e && (e = 0), 'ekuseni' === t ? e : 'emini' === t ? e >= 11 ? e : e + 12 : 'entsambama' ===
+ t || 'ebusuku' === t ? 0 === e ? 0 : e + 12 : void 0
},
dayOfMonthOrdinalParse: /\d{1,2}/,
- ordinal: "%d",
+ ordinal: '%d',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
5327: function(e, t, n) {
- "use strict";
- var r = n("f4fc"),
- a = n.n(r);
+ 'use strict'
+ var r = n('f4fc'),
+ a = n.n(r)
a.a
},
5341: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [n("div", {
- staticClass: "table-page-search-wrapper"
- }, [n("a-form", {
+ n = e._self._c || t
+ return n('div', [n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }, [n('a-form', {
attrs: {
- layout: "inline"
+ layout: 'inline'
},
nativeOn: {
keyup: function(t) {
- return !t.type.indexOf("key") && e._k(t.keyCode, "enter", 13, t.key, "Enter") ? null : e.searchByquery(
+ return !t.type.indexOf('key') && e._k(t.keyCode, 'enter', 13, t.key, 'Enter') ? null : e.searchByquery(
t)
}
}
- }, [e.queryInfo && e.queryInfo.length > 0 ? n("a-row", {
+ }, [e.queryInfo && e.queryInfo.length > 0 ? n('a-row', {
attrs: {
gutter: 24
}
}, [e._l(e.queryInfo, (function(t, r) {
- return ["1" === t.hidden ? ["datetime" == t.view && "single" != t.mode ? n("a-col", {
+ return ['1' === t.hidden ? ['datetime' == t.view && 'single' != t.mode ? n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.toggleSearchStatus,
- expression: "toggleSearchStatus"
+ expression: 'toggleSearchStatus'
}],
- key: "query" + r,
+ key: 'query' + r,
attrs: {
md: 12,
sm: 16
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1) : n("a-col", {
+ })], 1) : n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.toggleSearchStatus,
- expression: "toggleSearchStatus"
+ expression: 'toggleSearchStatus'
}],
- key: "query" + r,
+ key: 'query' + r,
attrs: {
md: 6,
sm: 8
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1)] : ["datetime" == t.view && "single" != t.mode ? n("a-col", {
- key: "query" + r,
+ })], 1)] : ['datetime' == t.view && 'single' != t.mode ? n('a-col', {
+ key: 'query' + r,
attrs: {
md: 12,
sm: 16
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1) : n("a-col", {
- key: "query" + r,
+ })], 1) : n('a-col', {
+ key: 'query' + r,
attrs: {
md: 6,
sm: 8
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
})], 1)]]
- })), n("a-col", {
+ })), n('a-col', {
attrs: {
md: 6,
sm: 8
}
- }, [n("span", {
- staticClass: "table-page-search-submitButtons",
+ }, [n('span', {
+ staticClass: 'table-page-search-submitButtons',
staticStyle: {
- float: "left",
- overflow: "hidden"
+ float: 'left',
+ overflow: 'hidden'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "search"
+ type: 'primary',
+ icon: 'search'
},
on: {
click: e.searchByquery
}
- }, [e._v("查询")]), n("a-button", {
+ }, [e._v('查询')]), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
attrs: {
- type: "primary",
- icon: "reload"
+ type: 'primary',
+ icon: 'reload'
},
on: {
click: e.searchReset
}
- }, [e._v("重置")]), n("a", {
+ }, [e._v('重置')]), n('a', {
on: {
click: e.handleToggleSearch
}
- }, [e._v("\n " + e._s(e.toggleSearchStatus ? "收起" : "展开") + "\n "), n(
- "a-icon", {
+ }, [e._v('\n ' + e._s(e.toggleSearchStatus ? '收起' : '展开') + '\n '), n(
+ 'a-icon', {
attrs: {
- type: e.toggleSearchStatus ? "up" : "down"
+ type: e.toggleSearchStatus ? 'up' : 'down'
}
- })], 1)], 1)])], 2) : e._e()], 1)], 1), e.showOperateButton ? n("div", {
- staticClass: "table-operator"
- }, [e.buttonSwitch.add ? n("a-button", {
+ })], 1)], 1)])], 2) : e._e()], 1)], 1), e.showOperateButton ? n('div', {
+ staticClass: 'table-operator'
+ }, [e.buttonSwitch.add ? n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.handleAdd
}
- }, [e._v("新增")]) : e._e(), e.buttonSwitch.import ? n("a-button", {
+ }, [e._v('新增')]) : e._e(), e.buttonSwitch.import ? n('a-button', {
attrs: {
- type: "primary",
- icon: "upload"
+ type: 'primary',
+ icon: 'upload'
},
on: {
click: e.handleImportXls
}
- }, [e._v("导入")]) : e._e(), e.buttonSwitch.export ? n("a-button", {
+ }, [e._v('导入')]) : e._e(), e.buttonSwitch.export ? n('a-button', {
attrs: {
- type: "primary",
- icon: "download"
+ type: 'primary',
+ icon: 'download'
},
on: {
click: e.handleExportXls
}
- }, [e._v("导出")]) : e._e(), e._l(e.cgButtonList, (function(t, r) {
- return e.cgButtonList && e.cgButtonList.length > 0 ? ["js" == t.optType ? n("a-button", {
- key: "cgbtn" + r,
+ }, [e._v('导出')]) : e._e(), e._l(e.cgButtonList, (function(t, r) {
+ return e.cgButtonList && e.cgButtonList.length > 0 ? ['js' == t.optType ? n('a-button', {
+ key: 'cgbtn' + r,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -29453,10 +29713,10 @@
return e.cgButtonJsHandler(t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : "action" == t.optType ? n("a-button", {
- key: "cgbtn" + r,
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : 'action' == t.optType ? n('a-button', {
+ key: 'cgbtn' + r,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -29464,9 +29724,9 @@
return e.cgButtonActionHandler(t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : e._e()] : e._e()
- })), 3 != e.table.type ? n("j-super-query", {
- ref: "superQuery",
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : e._e()] : e._e()
+ })), 3 != e.table.type ? n('j-super-query', {
+ ref: 'superQuery',
attrs: {
fieldList: e.superQuery.fieldList,
saveCode: e.$route.fullPath,
@@ -29475,92 +29735,92 @@
on: {
handleSuperQuery: e.handleSuperQuery
}
- }) : e._e(), e.buttonSwitch.batch_delete && 2 != e.table.type ? n("a-button", {
+ }) : e._e(), e.buttonSwitch.batch_delete && 2 != e.table.type ? n('a-button', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.table.selectedRowKeys.length > 0,
- expression: "table.selectedRowKeys.length > 0"
+ expression: 'table.selectedRowKeys.length > 0'
}],
attrs: {
- ghost: "",
- type: "primary",
- icon: "delete"
+ ghost: '',
+ type: 'primary',
+ icon: 'delete'
},
on: {
click: e.handleDelBatch
}
- }, [e._v("批量删除")]) : e._e()], 2) : e._e(), n("div", [n("div", {
- staticClass: "ant-alert ant-alert-info",
+ }, [e._v('批量删除')]) : e._e()], 2) : e._e(), n('div', [n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v("\n 已选择 "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v('\n 已选择 '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v(e._s(e.table.selectedRowKeys.length))]), e._v("项 \n "), n("a", {
+ }, [e._v(e._s(e.table.selectedRowKeys.length))]), e._v('项 \n '), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")]), n("span", {
+ }, [e._v('清空')]), n('span', {
staticStyle: {
- float: "right"
+ float: 'right'
}
- }, [n("a-popover", {
+ }, [n('a-popover', {
attrs: {
overlayStyle: {
- maxWidth: "500px"
+ maxWidth: '500px'
},
- title: "自定义列",
- trigger: "click",
- placement: "leftBottom"
+ title: '自定义列',
+ trigger: 'click',
+ placement: 'leftBottom'
},
on: {
visibleChange: e.popVisibleChange
}
- }, [n("a", [n("a-icon", {
+ }, [n('a', [n('a-icon', {
attrs: {
- type: "setting"
+ type: 'setting'
}
- })], 1), n("template", {
- slot: "content"
- }, [n("a-checkbox-group", {
+ })], 1), n('template', {
+ slot: 'content'
+ }, [n('a-checkbox-group', {
model: {
value: e.settingColumns,
callback: function(t) {
e.settingColumns = t
},
- expression: "settingColumns"
+ expression: 'settingColumns'
}
- }, [n("a-row", [e._l(e.defColumns, (function(t, r) {
- return ["rowIndex" != t.key && "action" != t.dataIndex ? [n("a-col", {
+ }, [n('a-row', [e._l(e.defColumns, (function(t, r) {
+ return ['rowIndex' != t.key && 'action' != t.dataIndex ? [n('a-col', {
key: r,
attrs: {
span: 12
}
- }, [n("a-checkbox", {
+ }, [n('a-checkbox', {
attrs: {
value: t.dataIndex
}
}, [e._v(e._s(t.title))])], 1)] : e._e()]
- }))], 2)], 1)], 1)], 2)], 1)]), n("a-table", {
+ }))], 2)], 1)], 1)], 2)], 1)]), n('a-table', {
class: {
- "j-table-force-nowrap": e.enableScrollBar
+ 'j-table-force-nowrap': e.enableScrollBar
},
staticStyle: {
- "min-height": "300px",
- "max-width": "100%"
+ 'min-height': '300px',
+ 'max-width': '100%'
},
attrs: {
- bordered: "",
- size: "middle",
- rowKey: "id",
+ bordered: '',
+ size: 'middle',
+ rowKey: 'id',
columns: e.tableColumn,
dataSource: e.table.dataSource,
pagination: e.table.pagination,
@@ -29573,260 +29833,260 @@
change: e.handleTableChange
},
scopedSlots: e._u([{
- key: "dateSlot",
+ key: 'dateSlot',
fn: function(t) {
- return [n("span", [e._v(e._s(e.getFormatDate(t)))])]
+ return [n('span', [e._v(e._s(e.getFormatDate(t)))])]
}
}, {
- key: "htmlSlot",
+ key: 'htmlSlot',
fn: function(t) {
- return [n("div", {
+ return [n('div', {
domProps: {
innerHTML: e._s(t)
}
})]
}
}, {
- key: "pcaSlot",
+ key: 'pcaSlot',
fn: function(t) {
- return [n("div", [e._v(e._s(e.getPcaText(t)))])]
+ return [n('div', [e._v(e._s(e.getPcaText(t)))])]
}
}, {
- key: "imgSlot",
+ key: 'imgSlot',
fn: function(t) {
- return [t ? n("img", {
+ return [t ? n('img', {
staticStyle: {
- "max-width": "80px",
- "font-size": "12px",
- "font-style": "italic"
+ 'max-width': '80px',
+ 'font-size': '12px',
+ 'font-style': 'italic'
},
attrs: {
src: e.getImgView(t),
- height: "25px",
- alt: ""
+ height: '25px',
+ alt: ''
}
- }) : n("span", {
+ }) : n('span', {
staticStyle: {
- "font-size": "12px",
- "font-style": "italic"
+ 'font-size': '12px',
+ 'font-style': 'italic'
}
- }, [e._v("无图片")])]
+ }, [e._v('无图片')])]
}
}, {
- key: "fileSlot",
+ key: 'fileSlot',
fn: function(t) {
- return [t ? n("a-button", {
+ return [t ? n('a-button', {
attrs: {
ghost: !0,
- type: "primary",
- icon: "download",
- size: "small"
+ type: 'primary',
+ icon: 'download',
+ size: 'small'
},
on: {
click: function(n) {
return e.downloadRowFile(t)
}
}
- }, [e._v("\n 下载\n ")]) : n("span", {
+ }, [e._v('\n 下载\n ')]) : n('span', {
staticStyle: {
- "font-size": "12px",
- "font-style": "italic"
+ 'font-size': '12px',
+ 'font-style': 'italic'
}
- }, [e._v("无文件")])]
+ }, [e._v('无文件')])]
}
}, {
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return n("span", {}, [e.hasBpmStatus ? ["1" == r.bpm_status || "" == r.bpm_status || null == r.bpm_status ?
- [e.buttonSwitch.update ? [n("a", {
+ return n('span', {}, [e.hasBpmStatus ? ['1' == r.bpm_status || '' == r.bpm_status || null == r.bpm_status ?
+ [e.buttonSwitch.update ? [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
})] : e._e()] : e._e()
- ] : [e.buttonSwitch.update ? [n("a", {
+ ] : [e.buttonSwitch.update ? [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- })] : e._e()], n("a-dropdown", [n("a", {
- staticClass: "ant-dropdown-link"
- }, [e._v("\n 更多 "), n("a-icon", {
+ })] : e._e()], n('a-dropdown', [n('a', {
+ staticClass: 'ant-dropdown-link'
+ }, [e._v('\n 更多 '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1), n("a-menu", {
+ })], 1), n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [e.buttonSwitch.detail ? n("a-menu-item", [n("a", {
+ slot: 'overlay'
+ }, [e.buttonSwitch.detail ? n('a-menu-item', [n('a', {
attrs: {
- href: "javascript:;"
+ href: 'javascript:;'
},
on: {
click: function(t) {
return e.handleDetail(r)
}
}
- }, [e._v("详情")])]) : e._e(), e.hasBpmStatus ? ["1" == r.bpm_status || "" == r.bpm_status ||
- null == r.bpm_status ? [e.buttonSwitch.bpm ? n("a-menu-item", [n("a", {
+ }, [e._v('详情')])]) : e._e(), e.hasBpmStatus ? ['1' == r.bpm_status || '' == r.bpm_status ||
+ null == r.bpm_status ? [e.buttonSwitch.bpm ? n('a-menu-item', [n('a', {
attrs: {
- href: "javascript:;"
+ href: 'javascript:;'
},
on: {
click: function(t) {
return e.startProcess(r)
}
}
- }, [e._v("提交流程")])]) : e._e(), e.buttonSwitch.delete ? n("a-menu-item", [n(
- "a-popconfirm", {
+ }, [e._v('提交流程')])]) : e._e(), e.buttonSwitch.delete ? n('a-menu-item', [n(
+ 'a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDeleteOne(r)
}
}
- }, [n("a", [e._v("删除")])])], 1) : e._e()] : e._e()
- ] : [e.buttonSwitch.delete ? n("a-menu-item", [n("a-popconfirm", {
+ }, [n('a', [e._v('删除')])])], 1) : e._e()] : e._e()
+ ] : [e.buttonSwitch.delete ? n('a-menu-item', [n('a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDeleteOne(r)
}
}
- }, [n("a", [e._v("删除")])])], 1) : e._e()], e._l(e.cgButtonLinkList, (function(t, a) {
+ }, [n('a', [e._v('删除')])])], 1) : e._e()], e._l(e.cgButtonLinkList, (function(t, a) {
return e.cgButtonLinkList && e.cgButtonLinkList.length > 0 ? [e.showLinkButton(t, r) ?
- n("a-menu-item", {
- key: "cgbtnLink" + a
- }, [n("a", {
+ n('a-menu-item', {
+ key: 'cgbtnLink' + a
+ }, [n('a', {
attrs: {
- href: "javascript:void(0);"
+ href: 'javascript:void(0);'
},
on: {
click: function(n) {
return e.cgButtonLinkHandler(r, t.buttonCode, t.optType)
}
}
- }, [t.buttonIcon ? n("a-icon", {
+ }, [t.buttonIcon ? n('a-icon', {
attrs: {
type: t.buttonIcon
}
- }) : e._e(), e._v("\n " + e._s(t.buttonName) +
- "\n ")], 1)]) : e._e()
+ }) : e._e(), e._v('\n ' + e._s(t.buttonName) +
+ '\n ')], 1)]) : e._e()
] : e._e()
}))], 2)], 1)], 2)
}
}])
- })], 1), n("online-common-modal", {
- ref: "modal",
+ })], 1), n('online-common-modal', {
+ ref: 'modal',
attrs: {
code: e.code,
- "table-type": e.table.type,
+ 'table-type': e.table.type,
foreignKeys: e.foreignKeys
},
on: {
success: e.handleFormSuccess,
schema: e.handleGetSchema
}
- }), n("j-import-modal", {
- ref: "importModal",
+ }), n('j-import-modal', {
+ ref: 'importModal',
attrs: {
url: e.getImportUrl(),
- biz: "importSingleOnly"
+ biz: 'importSingleOnly'
},
on: {
ok: e.importOk
}
- }), n("a-modal", e._g(e._b({}, "a-modal", e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
+ }), n('a-modal', e._g(e._b({}, 'a-modal', e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
.is, e._b({
- tag: "component"
- }, "component", e.hrefComponent.params, !1))], 1)], 1)
+ tag: 'component'
+ }, 'component', e.hrefComponent.params, !1))], 1)], 1)
},
a = [],
- i = n("598f"),
- o = i["a"],
- s = (n("2c7a"), n("2877")),
- c = Object(s["a"])(o, r, a, !1, null, "0ac35154", null);
- t["default"] = c.exports
+ i = n('598f'),
+ o = i['a'],
+ s = (n('2c7a'), n('2877')),
+ c = Object(s['a'])(o, r, a, !1, null, '0ac35154', null)
+ t['default'] = c.exports
},
- "53e2": function(e, t, n) {
- var r = n("07e3"),
- a = n("241e"),
- i = n("5559")("IE_PROTO"),
- o = Object.prototype;
+ '53e2': function(e, t, n) {
+ var r = n('07e3'),
+ a = n('241e'),
+ i = n('5559')('IE_PROTO'),
+ o = Object.prototype
e.exports = Object.getPrototypeOf || function(e) {
- return e = a(e), r(e, i) ? e[i] : "function" == typeof e.constructor && e instanceof e.constructor ? e.constructor
+ return e = a(e), r(e, i) ? e[i] : 'function' == typeof e.constructor && e instanceof e.constructor ? e.constructor
.prototype : e instanceof Object ? o : null
}
},
- "549b": function(e, t, n) {
- "use strict";
- var r = n("d864"),
- a = n("63b6"),
- i = n("241e"),
- o = n("b0dc"),
- s = n("3702"),
- c = n("b447"),
- l = n("20fd"),
- u = n("7cd6");
- a(a.S + a.F * !n("4ee1")((function(e) {
+ '549b': function(e, t, n) {
+ 'use strict'
+ var r = n('d864'),
+ a = n('63b6'),
+ i = n('241e'),
+ o = n('b0dc'),
+ s = n('3702'),
+ c = n('b447'),
+ l = n('20fd'),
+ u = n('7cd6')
+ a(a.S + a.F * !n('4ee1')((function(e) {
Array.from(e)
- })), "Array", {
+ })), 'Array', {
from: function(e) {
var t, n, a, d, h = i(e),
- f = "function" == typeof this ? this : Array,
+ f = 'function' == typeof this ? this : Array,
m = arguments.length,
p = m > 1 ? arguments[1] : void 0,
_ = void 0 !== p,
v = 0,
- b = u(h);
+ b = u(h)
if (_ && (p = r(p, m > 2 ? arguments[2] : void 0, 2)), void 0 == b || f == Array && s(b))
- for (t = c(h.length), n = new f(t); t > v; v++) l(n, v, _ ? p(h[v], v) : h[v]);
+ for (t = c(h.length), n = new f(t); t > v; v++) l(n, v, _ ? p(h[v], v) : h[v])
else
- for (d = b.call(h), n = new f; !(a = d.next()).done; v++) l(n, v, _ ? o(d, p, [a.value, v], !0) : a.value);
+ for (d = b.call(h), n = new f; !(a = d.next()).done; v++) l(n, v, _ ? o(d, p, [a.value, v], !0) : a.value)
return n.length = v, n
}
})
},
- "54a1": function(e, t, n) {
- n("6c1c"), n("1654"), e.exports = n("95d5")
+ '54a1': function(e, t, n) {
+ n('6c1c'), n('1654'), e.exports = n('95d5')
},
- "54ac": function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ '54ac': function(e, t, n) {
+ 'use strict'
+ n.d(t, 'a', (function() {
return l
- })), n.d(t, "b", (function() {
+ })), n.d(t, 'b', (function() {
return u
- })), n.d(t, "c", (function() {
+ })), n.d(t, 'c', (function() {
return d
- })), n.d(t, "d", (function() {
+ })), n.d(t, 'd', (function() {
return f
- }));
- var r = n("a34a"),
+ }))
+ var r = n('a34a'),
a = n.n(r),
- i = n("ca00");
- n("ad7d");
+ i = n('ca00')
+ n('ad7d')
function o(e) {
- return o = "function" === typeof Symbol && "symbol" === typeof Symbol.iterator ? function(e) {
+ return o = 'function' === typeof Symbol && 'symbol' === typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
- return e && "function" === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" :
+ return e && 'function' === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? 'symbol' :
typeof e
}, o(e)
}
@@ -29844,27 +30104,29 @@
function c(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- s(i, r, a, o, c, "next", e)
+ s(i, r, a, o, c, 'next', e)
}
function c(e) {
- s(i, r, a, o, c, "throw", e)
+ s(i, r, a, o, c, 'throw', e)
}
+
o(void 0)
}))
}
}
- var l = Symbol();
+
+ var l = Symbol()
function u(e, t) {
return new Promise((function(n) {
(function r() {
- var a = e.$refs[t];
+ var a = e.$refs[t]
a ? n(a) : setTimeout((function() {
r()
}), 10)
@@ -29878,15 +30140,15 @@
function h() {
return h = c(a.a.mark((function e(t, n, r) {
- var i, s, c;
+ var i, s, c
return a.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
- if (t && "function" === typeof t.validateFields) {
- e.next = 2;
+ if (t && 'function' === typeof t.validateFields) {
+ e.next = 2
break
}
- throw "form 参数需要的是一个form对象,而传入的却是".concat(o(t));
+ throw 'form 参数需要的是一个form对象,而传入的却是'.concat(o(t))
case 2:
return i = {}, e.next = 5, new Promise((function(e, n) {
t.validateFields((function(t, r) {
@@ -29895,17 +30157,17 @@
originError: t
}) : e(r)
}))
- }));
+ }))
case 5:
return s = e.sent, Object.assign(i, {
formValue: s
- }), e.next = 9, f(n, r);
+ }), e.next = 9, f(n, r)
case 9:
return c = e.sent, i = Object.assign(i, {
tablesValue: c
- }), e.abrupt("return", i);
+ }), e.abrupt('return', i)
case 12:
- case "end":
+ case 'end':
return e.stop()
}
}), e)
@@ -29913,19 +30175,19 @@
}
function f(e) {
- var t = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1];
- if (!Array.isArray(e)) throw "'validateTables'函数的'cases'参数需要的是一个数组,而传入的却是".concat(o(e));
+ var t = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1]
+ if (!Array.isArray(e)) throw '\'validateTables\'函数的\'cases\'参数需要的是一个数组,而传入的却是'.concat(o(e))
return new Promise((function(n, r) {
var a = [],
- o = 0;
+ o = 0
e && 0 !== e.length || n(),
function s() {
- var c = e[o];
+ var c = e[o]
c.validateTable().then((function(u) {
if (u) {
- var d, h = Object(i["c"])(c, "ATabPane");
+ var d, h = Object(i['c'])(c, 'ATabPane')
if (h && (d = h.$vnode.key, t)) {
- var f = Object(i["c"])(h, "Tabs");
+ var f = Object(i['c'])(h, 'Tabs')
f && f.setActiveKey && f.setActiveKey(d)
}
r({
@@ -29940,44 +30202,46 @@
}))
}
},
- "54eb": function(e, t, n) {
- var r = n("8eeb"),
- a = n("32f4");
+ '54eb': function(e, t, n) {
+ var r = n('8eeb'),
+ a = n('32f4')
function i(e, t) {
return r(e, a(e), t)
}
+
e.exports = i
},
5559: function(e, t, n) {
- var r = n("dbdb")("keys"),
- a = n("62a0");
+ var r = n('dbdb')('keys'),
+ a = n('62a0')
e.exports = function(e) {
return r[e] || (r[e] = a(e))
}
},
- "55a3": function(e, t) {
+ '55a3': function(e, t) {
function n(e) {
return this.__data__.has(e)
}
+
e.exports = n
},
- "55c9": function(e, t, n) {
+ '55c9': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),
- n = "ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),
+ var t = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),
+ n = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),
r = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i,
/^dic/i
],
a =
/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,
- i = e.defineLocale("es-us", {
- months: "enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split(
- "_"),
+ i = e.defineLocale('es-us', {
+ months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(
+ '_'),
monthsShort: function(e, r) {
return e ? /-MMM-/.test(r) ? n[e.month()] : t[e.month()] : t
},
@@ -29988,106 +30252,108 @@
monthsParse: r,
longMonthsParse: r,
shortMonthsParse: r,
- weekdays: "domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),
- weekdaysShort: "dom._lun._mar._mié._jue._vie._sáb.".split("_"),
- weekdaysMin: "do_lu_ma_mi_ju_vi_sá".split("_"),
+ weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),
+ weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),
+ weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "h:mm A",
- LTS: "h:mm:ss A",
- L: "MM/DD/YYYY",
- LL: "D [de] MMMM [de] YYYY",
- LLL: "D [de] MMMM [de] YYYY h:mm A",
- LLLL: "dddd, D [de] MMMM [de] YYYY h:mm A"
+ LT: 'h:mm A',
+ LTS: 'h:mm:ss A',
+ L: 'MM/DD/YYYY',
+ LL: 'D [de] MMMM [de] YYYY',
+ LLL: 'D [de] MMMM [de] YYYY h:mm A',
+ LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A'
},
calendar: {
sameDay: function() {
- return "[hoy a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[hoy a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
nextDay: function() {
- return "[mañana a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[mañana a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
nextWeek: function() {
- return "dddd [a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return 'dddd [a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
lastDay: function() {
- return "[ayer a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[ayer a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
lastWeek: function() {
- return "[el] dddd [pasado a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[el] dddd [pasado a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "en %s",
- past: "hace %s",
- s: "unos segundos",
- ss: "%d segundos",
- m: "un minuto",
- mm: "%d minutos",
- h: "una hora",
- hh: "%d horas",
- d: "un día",
- dd: "%d días",
- M: "un mes",
- MM: "%d meses",
- y: "un año",
- yy: "%d años"
+ future: 'en %s',
+ past: 'hace %s',
+ s: 'unos segundos',
+ ss: '%d segundos',
+ m: 'un minuto',
+ mm: '%d minutos',
+ h: 'una hora',
+ hh: '%d horas',
+ d: 'un día',
+ dd: '%d días',
+ M: 'un mes',
+ MM: '%d meses',
+ y: 'un año',
+ yy: '%d años'
},
dayOfMonthOrdinalParse: /\d{1,2}º/,
- ordinal: "%dº",
+ ordinal: '%dº',
week: {
dow: 0,
doy: 6
}
- });
+ })
return i
}))
},
- "565d": function(e, t, n) {},
- "567d": function(e, t, n) {
- "use strict";
- var r = n("f394"),
- a = n.n(r);
+ '565d': function(e, t, n) {
+ },
+ '567d': function(e, t, n) {
+ 'use strict'
+ var r = n('f394'),
+ a = n.n(r)
a.a
},
- "574b": function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- var _components_online_autoform_OnlineFormItem_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("0d4a"),
- _components_online_autoform_OnlineSubForm_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("910d"),
- _components_online_autoform_model_FormProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("e2ee"),
- lodash_pick__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("88bc"),
+ '574b': function(module, __webpack_exports__, __webpack_require__) {
+ 'use strict'
+ var _components_online_autoform_OnlineFormItem_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__('0d4a'),
+ _components_online_autoform_OnlineSubForm_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__('910d'),
+ _components_online_autoform_model_FormProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__('e2ee'),
+ lodash_pick__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__('88bc'),
lodash_pick__WEBPACK_IMPORTED_MODULE_3___default = __webpack_require__.n(
lodash_pick__WEBPACK_IMPORTED_MODULE_3__),
- lodash_debounce__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("b047"),
+ lodash_debounce__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__('b047'),
lodash_debounce__WEBPACK_IMPORTED_MODULE_4___default = __webpack_require__.n(
lodash_debounce__WEBPACK_IMPORTED_MODULE_4__),
- _components_online_autoform_model_UploadFile__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("c03e"),
- _api_manage__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("0fea"),
- _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("54ac"),
- _api_api__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("4ec3"),
- _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("4a62"),
- lodash__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("2ef0"),
+ _components_online_autoform_model_UploadFile__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__('c03e'),
+ _api_manage__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__('0fea'),
+ _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__('54ac'),
+ _api_api__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__('4ec3'),
+ _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__('4a62'),
+ lodash__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__('2ef0'),
lodash__WEBPACK_IMPORTED_MODULE_10___default = __webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_10__),
- _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("2546"),
- _utils_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__("ca00");
+ _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__('2546'),
+ _utils_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__('ca00')
function _typeof(e) {
- return _typeof = "function" === typeof Symbol && "symbol" === typeof Symbol.iterator ? function(e) {
+ return _typeof = 'function' === typeof Symbol && 'symbol' === typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
- return e && "function" === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" :
+ return e && 'function' === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? 'symbol' :
typeof e
}, _typeof(e)
}
function _createForOfIteratorHelper(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -30105,17 +30371,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -30137,21 +30403,21 @@
function _nonIterableSpread() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function _unsupportedIterableToArray(e, t) {
if (e) {
- if ("string" === typeof e) return _arrayLikeToArray(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
+ if ('string' === typeof e) return _arrayLikeToArray(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
}
}
function _iterableToArray(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function _arrayWithoutHoles(e) {
@@ -30159,16 +30425,17 @@
}
function _arrayLikeToArray(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
- __webpack_exports__["a"] = {
- name: "OnlineFormTabJVXE",
- mixins: [_mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_9__["a"]],
+
+ __webpack_exports__['a'] = {
+ name: 'OnlineFormTabJVXE',
+ mixins: [_mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_9__['a']],
components: {
- OnlineFormItem: _components_online_autoform_OnlineFormItem_vue__WEBPACK_IMPORTED_MODULE_0__["a"],
- OnlineSubForm: _components_online_autoform_OnlineSubForm_vue__WEBPACK_IMPORTED_MODULE_1__["a"]
+ OnlineFormItem: _components_online_autoform_OnlineFormItem_vue__WEBPACK_IMPORTED_MODULE_0__['a'],
+ OnlineSubForm: _components_online_autoform_OnlineSubForm_vue__WEBPACK_IMPORTED_MODULE_1__['a']
},
provide: function() {
return {
@@ -30180,7 +30447,7 @@
visible: !1,
confirmLoading: !1,
disableSubmit: !1,
- titleText: "操作",
+ titleText: '操作',
form: this.$form.createForm(this, {
onValuesChange: this.onValuesChange
}),
@@ -30192,44 +30459,46 @@
subTabInfo: [],
subDataSource: {},
submitLoading: !1,
- model: "",
+ model: '',
showFields: [],
fileFields: [],
- url: "",
- urlButtonAction: "/online/cgform/api/doButton",
- submitMethod: "",
+ url: '',
+ urlButtonAction: '/online/cgform/api/doButton',
+ submitMethod: '',
hasTab: !0,
- EnhanceJs: "",
+ EnhanceJs: '',
immediateEnhance: !1,
sh: {},
- tablename: "",
+ tablename: '',
treeListExpandKeys: [],
subActiveKey: 0,
- optMethod: "post",
+ optMethod: 'post',
urls: {
- loadFormItems: "/online/cgform/api/getFormItem/",
- loadEnhanceJs: "/online/cgform/api/getEnhanceJs/",
- optPre: "/online/cgform/api/form/"
+ loadFormItems: '/online/cgform/api/getFormItem/',
+ loadEnhanceJs: '/online/cgform/api/getEnhanceJs/',
+ optPre: '/online/cgform/api/form/'
},
treeForm: !1,
modalStyle: {
- position: "relative"
+ position: 'relative'
},
cgButtonList: [],
btnBoxVisible: !1,
btnBoxVisible2: !1,
- tempFormTemplate: ""
+ tempFormTemplate: ''
}
},
props: {
formSchema: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
},
uiSchema: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
},
showFooter: {
@@ -30249,7 +30518,7 @@
},
enhanceStr: {
type: String,
- default: "",
+ default: '',
required: !1
},
tableType: {
@@ -30264,39 +30533,39 @@
}
},
created: function() {
- var e = this;
- this.treeListExpandKeys = [], this.$bus.$on("popupCallbackMinitor", (function(t) {
- t && ("treeListAddEvent" === t.type ? e.treeListExpandKeys = t.expandedRowKeys : e.form.setFieldsValue(
+ var e = this
+ this.treeListExpandKeys = [], this.$bus.$on('popupCallbackMinitor', (function(t) {
+ t && ('treeListAddEvent' === t.type ? e.treeListExpandKeys = t.expandedRowKeys : e.form.setFieldsValue(
t))
}))
},
beforeDestroy: function() {
- this.$bus.$off("popupCallbackMinitor")
+ this.$bus.$off('popupCallbackMinitor')
},
mounted: function() {
this.createRootProperties()
},
methods: {
createRootProperties: function() {
- var e = this;
- this.tablename = this.formSchema.table;
+ var e = this
+ this.tablename = this.formSchema.table
var t = this.formSchema.properties,
n = this.uiSchema.formTemplate,
r = [],
a = [],
- i = [];
+ i = []
t && Object.keys(t).map((function(o) {
var s = t[o],
- c = e.uiSchema[o];
- if ("tab" == s.view) a.push(s), 1 == s.relationType ? e.initSubProperties(s, o) : (e.dealSubProerties(
+ c = e.uiSchema[o]
+ if ('tab' == s.view) a.push(s), 1 == s.relationType ? e.initSubProperties(s, o) : (e.dealSubProerties(
s), i.push({
key: o,
order: s.order
- }));
+ }))
else {
- e.$set(e.sh, o, !0), e.$set(e.sh, o + "_load", !0);
- var l = new _components_online_autoform_model_FormProperty__WEBPACK_IMPORTED_MODULE_2__["a"](o, s, c,
- e.formSchema.required, n);
+ e.$set(e.sh, o, !0), e.$set(e.sh, o + '_load', !0)
+ var l = new _components_online_autoform_model_FormProperty__WEBPACK_IMPORTED_MODULE_2__['a'](o, s, c,
+ e.formSchema.required, n)
l.checkOnlyMethod = lodash_debounce__WEBPACK_IMPORTED_MODULE_4___default()(e.checkOnlyFieldValue, 1e3),
r.push(l)
}
@@ -30313,42 +30582,42 @@
initSubProperties: function(e, t) {
var n = this.uiSchema.formTemplate,
r = [],
- a = {};
+ a = {}
Object.keys(e.properties).map((function(i) {
- var o = e.properties[i];
- a[i] = !0, a[i + "_load"] = !0;
- var s = new _components_online_autoform_model_FormProperty__WEBPACK_IMPORTED_MODULE_2__["a"](i, o, "",
- e.required, n);
+ var o = e.properties[i]
+ a[i] = !0, a[i + '_load'] = !0
+ var s = new _components_online_autoform_model_FormProperty__WEBPACK_IMPORTED_MODULE_2__['a'](i, o, '',
+ e.required, n)
s.subKey = t, r.push(s)
})), this.$set(this.sh, t, a), r.sort((function(e, t) {
return e.formSchema.order - t.formSchema.order
})), this.subProperties[t] = r, this.aaaca = [].concat(r)
},
add: function(e) {
- var t = this;
- this.show(), this.model = "", Object.keys(this.subDataSource).forEach((function(e) {
+ var t = this
+ this.show(), this.model = '', Object.keys(this.subDataSource).forEach((function(e) {
t.$set(t.subDataSource, e, [])
})), this.$nextTick((function() {
e && t.form.setFieldsValue(e), t.initFileFieldsValue({}), t.immediateEnhance = !0, t.loaded()
- })), this.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].ADD)
+ })), this.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].ADD)
},
edit: function(e) {
- var t = this;
+ var t = this
this.initFormData(e).then((function() {
t.immediateEnhance = !0, t.loaded()
- })), this.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].EDIT)
+ })), this.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].EDIT)
},
detail: function(e) {
- var t = this;
+ var t = this
this.initFormData(e).then((function() {
t.immediateEnhance = !0, t.online_form_disabled = !0, t.loaded()
}))
},
loaded: function() {
- this.enhanceStr && this.cgButtonJsHandler("loaded")
+ this.enhanceStr && this.cgButtonJsHandler('loaded')
},
initFormData: function(e) {
- var t = this;
+ var t = this
return new Promise((function(n) {
t.show(e), t.model = Object.assign({}, e), t.$nextTick((function() {
t.form.setFieldsValue(lodash_pick__WEBPACK_IMPORTED_MODULE_3___default.a.apply(void 0, [t.model].concat(
@@ -30360,34 +30629,34 @@
}))
},
show: function show(rd) {
- this.clearForm(), this.url = this.uiSchema.url, this.submitMethod = this.uiSchema.method;
+ this.clearForm(), this.url = this.uiSchema.url, this.submitMethod = this.uiSchema.method
var currFormShowFields = [],
currFileFields = [],
properties = this.formSchema.properties,
- link_down_flag = !1;
+ link_down_flag = !1
if (Object.keys(properties).forEach((function(e) {
- var t = properties[e];
- if ("link_down" == t.view) return link_down_flag = !0, !0;
- t.view.indexOf("upload") >= 0 || t.view.indexOf("file") >= 0 || t.view.indexOf("image") >= 0 ?
- currFileFields.push(e) : t.hidden || "tab" != t.view && currFormShowFields.push(e)
- })), rd && !0 === link_down_flag && this.$bus.$emit("formInitDataSuccess", rd), this.showFields = [].concat(
+ var t = properties[e]
+ if ('link_down' == t.view) return link_down_flag = !0, !0
+ t.view.indexOf('upload') >= 0 || t.view.indexOf('file') >= 0 || t.view.indexOf('image') >= 0 ?
+ currFileFields.push(e) : t.hidden || 'tab' != t.view && currFormShowFields.push(e)
+ })), rd && !0 === link_down_flag && this.$bus.$emit('formInitDataSuccess', rd), this.showFields = [].concat(
currFormShowFields), this.fileFields = [].concat(currFileFields), this.enhanceStr) {
- var Obj = eval("(" + this.enhanceStr + ")");
- this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_6__["c"],
- _api_manage__WEBPACK_IMPORTED_MODULE_6__["f"], _api_manage__WEBPACK_IMPORTED_MODULE_6__["a"]), this.cgButtonJsHandler(
- "show")
+ var Obj = eval('(' + this.enhanceStr + ')')
+ this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_6__['c'],
+ _api_manage__WEBPACK_IMPORTED_MODULE_6__['f'], _api_manage__WEBPACK_IMPORTED_MODULE_6__['a']), this.cgButtonJsHandler(
+ 'show')
}
},
clearForm: function() {
- this.online_form_disabled = !1, this.form.resetFields(), this.model = "", this.showFields = [], this.fileFields = [],
+ this.online_form_disabled = !1, this.form.resetFields(), this.model = '', this.showFields = [], this.fileFields = [],
this.immediateEnhance = !1, this.subActiveKey = 0
},
initFileFieldsValue: function(e) {
if (this.fileFields && this.fileFields.length > 0)
for (var t = 0; t < this.fileFields.length; t++) {
var n = this.fileFields[t],
- r = {};
- r[n] = Object(_components_online_autoform_model_UploadFile__WEBPACK_IMPORTED_MODULE_5__["b"])(e[n]),
+ r = {}
+ r[n] = Object(_components_online_autoform_model_UploadFile__WEBPACK_IMPORTED_MODULE_5__['b'])(e[n]),
this.form.setFieldsValue(r)
}
},
@@ -30395,7 +30664,7 @@
if (this.fileFields && this.fileFields.length > 0)
for (var t = 0; t < this.fileFields.length; t++) {
var n = this.fileFields[t],
- r = Object(_components_online_autoform_model_UploadFile__WEBPACK_IMPORTED_MODULE_5__["a"])(e[n]);
+ r = Object(_components_online_autoform_model_UploadFile__WEBPACK_IMPORTED_MODULE_5__['a'])(e[n])
e[n] = r
}
},
@@ -30403,29 +30672,29 @@
this.single ? this.handleSingleSubmit() : this.handleOne2ManySubmit()
},
handleApplyRequest: function(e) {
- var t = this;
+ var t = this
Object.keys(e).map((function(t) {
- Array.isArray(e[t]) && 0 == e[t].length && (e[t] = "")
- }));
- var n = this.url + "?tabletype=" + this.tableType;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_6__["e"])(n, e, this.submitMethod).then((function(n) {
- n.success ? (t.close(), n.result && (e["flow_submit_id"] = n.result), !0 === t.tree ? t.$emit(
- "onSuccess", e, t.treeListExpandKeys) : t.$emit("onSuccess", e), !1 === t.oa && t.$message.success(
+ Array.isArray(e[t]) && 0 == e[t].length && (e[t] = '')
+ }))
+ var n = this.url + '?tabletype=' + this.tableType
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_6__['e'])(n, e, this.submitMethod).then((function(n) {
+ n.success ? (t.close(), n.result && (e['flow_submit_id'] = n.result), !0 === t.tree ? t.$emit(
+ 'onSuccess', e, t.treeListExpandKeys) : t.$emit('onSuccess', e), !1 === t.oa && t.$message.success(
n.message)) : t.$message.warning(n.message)
}))
},
getHandleRefs: function(e) {
- var t = [];
+ var t = []
return e && e.length > 0 && e.forEach((function(e) {
Array.isArray(e) ? t.push(e[0]) : t.push(e)
})), t
},
handleOne2ManySubmit: function() {
- var e = this;
+ var e = this
this.getAllSubFormOrTable().then((function(t) {
- var n = e.getHandleRefs(t);
+ var n = e.getHandleRefs(t)
return n && n.length > 0 ? Object(
- _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__["c"])(e.form, n) : new Promise(
+ _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__['c'])(e.form, n) : new Promise(
(function(t, n) {
e.form.validateFields((function(e, r) {
e ? n() : t({
@@ -30434,28 +30703,29 @@
}))
}))
})).then((function(t) {
- var n = Object.assign({}, e.model, t.formValue);
+ var n = Object.assign({}, e.model, t.formValue)
if (e.transFileListToString(n), t.tablesValue)
- for (var r = Object.keys(e.subDataSource), a = 0; a < r.length; a++) n[r[a]] = t.tablesValue[a].tableData;
+ for (var r = Object.keys(e.subDataSource), a = 0; a < r.length; a++) n[r[a]] = t.tablesValue[a].tableData
return Promise.resolve(n)
})).then((function(t) {
e.getAllSubFormOrTable(1).then((function(n) {
- var r = e.getHandleRefs(n);
+ var r = e.getHandleRefs(n)
return r && r.length > 0 ? e.validFormsCust(r, t) : Promise.resolve(t)
})).then((function(t) {
e.handleApplyRequest(t)
- })).catch((function(e) {}))
+ })).catch((function(e) {
+ }))
})).catch((function(t) {
- t && t.error === _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__["a"] &&
- "number" === typeof t.index && (e.subActiveKey = t.paneKey || t.index)
+ t && t.error === _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__['a'] &&
+ 'number' === typeof t.index && (e.subActiveKey = t.paneKey || t.index)
}))
},
handleSingleSubmit: function() {
- var e = this;
+ var e = this
this.form.validateFields((function(t, n) {
if (!t) {
- e.transFileListToString(n);
- var r = Object.assign({}, e.model, n);
+ e.transFileListToString(n)
+ var r = Object.assign({}, e.model, n)
e.handleApplyRequest(r)
}
}))
@@ -30463,13 +30733,13 @@
getAllSubFormOrTable: function(e) {
var t, n = [],
r = this,
- a = _createForOfIteratorHelper(r.subTabInfo);
+ a = _createForOfIteratorHelper(r.subTabInfo)
try {
for (a.s(); !(t = a.n()).done;) {
- var i = t.value;
+ var i = t.value
1 == e ? 1 == i.relationType && n.push(Object(
- _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__["b"])(r, i.key)) : 1 != i.relationType &&
- n.push(Object(_components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__["b"])(r, i.key))
+ _components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__['b'])(r, i.key)) : 1 != i.relationType &&
+ n.push(Object(_components_jeecg_JVxeTable_utils_vxeUtils_js__WEBPACK_IMPORTED_MODULE_7__['b'])(r, i.key))
}
} catch (o) {
a.e(o)
@@ -30485,12 +30755,12 @@
}]) : this.form.setFieldsValue(e)
},
triggleChangeValue: function(e, t) {
- var n = {};
+ var n = {}
n[e] = t, this.form.setFieldsValue(n)
},
handleValueChange: function(e, t) {
- if (this.EnhanceJS && this.EnhanceJS[t + "_onlChange"]) {
- var n = this.EnhanceJS[t + "_onlChange"]();
+ if (this.EnhanceJS && this.EnhanceJS[t + '_onlChange']) {
+ var n = this.EnhanceJS[t + '_onlChange']()
n[e.column.key] && n[e.column.key](this, e)
}
},
@@ -30498,11 +30768,11 @@
this.EnhanceJS && this.EnhanceJS[e] && this.EnhanceJS[e](this)
},
onValuesChange: function(e, t) {
- if (!this.EnhanceJS || !this.EnhanceJS["onlChange"] || !1 === this.immediateEnhance) return !1;
- var n = Object.keys(t)[0];
- if (!n) return !1;
+ if (!this.EnhanceJS || !this.EnhanceJS['onlChange'] || !1 === this.immediateEnhance) return !1
+ var n = Object.keys(t)[0]
+ if (!n) return !1
var r = t[n],
- a = this.EnhanceJS["onlChange"]();
+ a = this.EnhanceJS['onlChange']()
if (a[n]) {
var i = {
row: this.form.getFieldsValue(),
@@ -30510,7 +30780,7 @@
key: n
},
value: r
- };
+ }
a[n](this, i)
}
},
@@ -30518,18 +30788,18 @@
this.clearSubRows(e), this.addSubRows(e, t)
},
addSubRows: function(e, t) {
- if (!t) return !1;
- "object" == _typeof(t) ? this.$refs[e][0].addRows(t, !0) : this.$message.error("你脑壳瓦钓了,传的什么参数!")
+ if (!t) return !1
+ 'object' == _typeof(t) ? this.$refs[e][0].addRows(t, !0) : this.$message.error('你脑壳瓦钓了,传的什么参数!')
},
clearSubRows: function(e) {
var t = [].concat(_toConsumableArray(this.$refs[e][0].getNewDataWithId()), _toConsumableArray(this.subDataSource[
- e]));
- if (!t || 0 == t.length) return !1;
+ e]))
+ if (!t || 0 == t.length) return !1
var n, r = [],
- a = _createForOfIteratorHelper(t);
+ a = _createForOfIteratorHelper(t)
try {
for (a.s(); !(n = a.n()).done;) {
- var i = n.value;
+ var i = n.value
r.push(i.id)
}
} catch (o) {
@@ -30540,17 +30810,17 @@
this.$refs[e][0].removeRowsById(r)
},
handleCgButtonClick: function(e, t, n) {
- var r = this;
- if ("js" == e) this.EnhanceJS[t] && this.EnhanceJS[t](this);
- else if ("action" == e) {
+ var r = this
+ if ('js' == e) this.EnhanceJS[t] && this.EnhanceJS[t](this)
+ else if ('action' == e) {
var a = {
formId: n,
buttonCode: t,
dataId: this.model.id,
uiFormData: Object.assign({}, this.model, this.form.getFieldsValue())
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_6__["f"])(this.urlButtonAction, a).then((function(e) {
- e.success ? r.$message.success("处理完成!") : r.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_6__['f'])(this.urlButtonAction, a).then((function(e) {
+ e.success ? r.$message.success('处理完成!') : r.$message.warning('处理失败!')
}))
}
},
@@ -30559,31 +30829,31 @@
tableName: this.tablename,
fieldName: e.field,
fieldVal: t
- };
- this.model.id && (r.dataId = this.model.id), Object(_api_api__WEBPACK_IMPORTED_MODULE_8__["b"])(r).then((
+ }
+ this.model.id && (r.dataId = this.model.id), Object(_api_api__WEBPACK_IMPORTED_MODULE_8__['b'])(r).then((
function(e) {
e.success ? n() : n(e.message)
}))
},
validFormsCust: function(e, t) {
- var n = this;
+ var n = this
return new Promise((function(r, a) {
var i = 0;
(function o() {
- var s = e[i];
+ var s = e[i]
s.getAll().then((function(n) {
Object.assign(t, n), ++i === e.length ? r(t) : o()
}), (function(e) {
- a(e);
- var t = Object(_utils_util__WEBPACK_IMPORTED_MODULE_12__["c"])(s, "ATabPane");
+ a(e)
+ var t = Object(_utils_util__WEBPACK_IMPORTED_MODULE_12__['c'])(s, 'ATabPane')
t && (n.subActiveKey = t.$vnode.key)
}))
})()
}))
},
loadMainFieldDefVal: function(e) {
- var t = this;
- Object(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["b"])({
+ var t = this
+ Object(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['b'])({
form: this.form,
properties: this.rootProperties,
action: e,
@@ -30593,14 +30863,14 @@
})
},
loadSubFieldDefVal: function(e, t, n, r) {
- var a = this;
- Object(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["c"])({
+ var a = this
+ Object(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['c'])({
subForms: e,
subTable: t,
row: n,
action: r,
getFormData: function() {
- var t = {};
+ var t = {}
return t = e.form ? e.form.getFieldsValue() : e.jvt.getTableData({
rowIds: [n.id]
})[0], {
@@ -30611,50 +30881,50 @@
})
},
executeMainFillRule: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
- e.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].RELOAD)
+ e.loadMainFieldDefVal(_comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].RELOAD)
}))
},
executeSubFillRule: function(e, t) {
- var n = this;
+ var n = this
this.$nextTick((function() {
n.subTabInfo.forEach((function(r) {
if (r.key === e) {
var a = t.row,
i = t.form,
- o = t.target;
+ o = t.target
n.loadSubFieldDefVal({
jvt: o,
form: i
- }, r, a, _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].RELOAD)
+ }, r, a, _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].RELOAD)
}
}))
}))
},
handleAdded: function(e) {
- e.target.$emit("executeFillRule", e)
+ e.target.$emit('executeFillRule', e)
},
handleExecuteFillRuleSub: function(e, t) {
var n = t.row,
r = t.form,
- a = t.target;
+ a = t.target
this.loadSubFieldDefVal({
jvt: a,
form: r
- }, e, n, _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__["a"].ADD)
+ }, e, n, _comp_online_autoform_model_FieldDefVal__WEBPACK_IMPORTED_MODULE_11__['a'].ADD)
},
setForeignKeysValue: function(e) {
- var t = this;
+ var t = this
this.$nextTick((function() {
t.form.setFieldsValue(e)
}))
},
changeOptions: function(e, t) {
- var n, r = _createForOfIteratorHelper(this.rootProperties);
+ var n, r = _createForOfIteratorHelper(this.rootProperties)
try {
for (r.s(); !(n = r.n()).done;) {
- var a = n.value;
+ var a = n.value
a.key === e && a.initOptions(t)
}
} catch (i) {
@@ -30664,10 +30934,10 @@
}
},
getSelectOptions: function(e) {
- var t, n = _createForOfIteratorHelper(this.rootProperties);
+ var t, n = _createForOfIteratorHelper(this.rootProperties)
try {
for (n.s(); !(t = n.n()).done;) {
- var r = t.value;
+ var r = t.value
if (r.key === e) return r.listSource
}
} catch (a) {
@@ -30679,17 +30949,17 @@
pcaOptionPositionSetting: function() {
this.$nextTick((function() {
var e = function(e) {
- var t = 0;
- while (e && "BODY" !== e.tagName) t += e.offsetLeft, e = e.offsetParent;
+ var t = 0
+ while (e && 'BODY' !== e.tagName) t += e.offsetLeft, e = e.offsetParent
return t
- };
+ }
setTimeout((function() {
- var t = document.getElementById("pca");
+ var t = document.getElementById('pca')
if (t) {
- var n = document.querySelector(".jeecg-online-modal"),
- r = Number(e(t)) - Number(e(n)) + 480 - Number(n.offsetWidth);
- r > 0 && (document.querySelector(" #pca .cascader-menu-list-wrap").style.left = 0 - r - 10 + "px",
- document.querySelector(" #pca .cascader-menu-list-wrap").style.top = "30px")
+ var n = document.querySelector('.jeecg-online-modal'),
+ r = Number(e(t)) - Number(e(n)) + 480 - Number(n.offsetWidth)
+ r > 0 && (document.querySelector(' #pca .cascader-menu-list-wrap').style.left = 0 - r - 10 + 'px',
+ document.querySelector(' #pca .cascader-menu-list-wrap').style.top = '30px')
}
}), 1e3)
}))
@@ -30698,7 +30968,7 @@
if (this.cgButtonList && 0 != this.cgButtonList.length) {
var t = this.cgButtonList.filter((function(t) {
return t.optPosition == e
- }));
+ }))
return t && t.length > 0
}
return !1
@@ -30707,7 +30977,7 @@
this.visible = !1, this.submitLoading = !1
},
openDoor: function() {
- var e = this;
+ var e = this
this.btnBoxVisible2 ? setTimeout((function() {
e.btnBoxVisible2 = !e.btnBoxVisible2
}), 1e3) : this.btnBoxVisible2 = !this.btnBoxVisible2, this.btnBoxVisible = !this.btnBoxVisible
@@ -30717,111 +30987,113 @@
},
dealSubProerties: function(e) {
e.columns.forEach((function(e) {
- "radio" === e.type && (e.type = "select")
+ 'radio' === e.type && (e.type = 'select')
}))
}
}
}
},
- "576c": function(e, t, n) {
+ '576c': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("tet", {
- months: "Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split(
- "_"),
- monthsShort: "Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),
- weekdays: "Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),
- weekdaysShort: "Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),
- weekdaysMin: "Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),
+ var t = e.defineLocale('tet', {
+ months: 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split(
+ '_'),
+ monthsShort: 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),
+ weekdays: 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),
+ weekdaysShort: 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),
+ weekdaysMin: 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Ohin iha] LT",
- nextDay: "[Aban iha] LT",
- nextWeek: "dddd [iha] LT",
- lastDay: "[Horiseik iha] LT",
- lastWeek: "dddd [semana kotuk] [iha] LT",
- sameElse: "L"
+ sameDay: '[Ohin iha] LT',
+ nextDay: '[Aban iha] LT',
+ nextWeek: 'dddd [iha] LT',
+ lastDay: '[Horiseik iha] LT',
+ lastWeek: 'dddd [semana kotuk] [iha] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "iha %s",
- past: "%s liuba",
- s: "segundu balun",
- ss: "segundu %d",
- m: "minutu ida",
- mm: "minutu %d",
- h: "oras ida",
- hh: "oras %d",
- d: "loron ida",
- dd: "loron %d",
- M: "fulan ida",
- MM: "fulan %d",
- y: "tinan ida",
- yy: "tinan %d"
+ future: 'iha %s',
+ past: '%s liuba',
+ s: 'segundu balun',
+ ss: 'segundu %d',
+ m: 'minutu ida',
+ mm: 'minutu %d',
+ h: 'oras ida',
+ hh: 'oras %d',
+ d: 'loron ida',
+ dd: 'loron %d',
+ M: 'fulan ida',
+ MM: 'fulan %d',
+ y: 'tinan ida',
+ yy: 'tinan %d'
},
dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === ~~(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "57a5": function(e, t, n) {
- var r = n("91e9"),
- a = r(Object.keys, Object);
+ '57a5': function(e, t, n) {
+ var r = n('91e9'),
+ a = r(Object.keys, Object)
e.exports = a
},
- "57ba": function(e, t, n) {
- "use strict";
- t.__esModule = !0;
- var r = n("4849"),
- a = i(r);
+ '57ba': function(e, t, n) {
+ 'use strict'
+ t.__esModule = !0
+ var r = n('4849'),
+ a = i(r)
function i(e) {
return e && e.__esModule ? e : {
default: e
}
}
+
t.default = function() {
function e(e, t) {
for (var n = 0; n < t.length; n++) {
- var r = t[n];
- r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), (0, a.default)(e,
+ var r = t[n]
+ r.enumerable = r.enumerable || !1, r.configurable = !0, 'value' in r && (r.writable = !0), (0, a.default)(e,
r.key, r)
}
}
+
return function(t, n, r) {
return n && e(t.prototype, n), r && e(t, r), t
}
}()
},
- "583c": function(e, t, n) {
- "use strict";
+ '583c': function(e, t, n) {
+ 'use strict'
function r(e, t) {
- if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function")
+ if (!(e instanceof t)) throw new TypeError('Cannot call a class as a function')
}
function a(e, t) {
for (var n = 0; n < t.length; n++) {
- var r = t[n];
- r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(
+ var r = t[n]
+ r.enumerable = r.enumerable || !1, r.configurable = !0, 'value' in r && (r.writable = !0), Object.defineProperty(
e, r.key, r)
}
}
@@ -30829,25 +31101,27 @@
function i(e, t, n) {
return t && a(e.prototype, t), n && a(e, n), e
}
- n.d(t, "a", (function() {
+
+ n.d(t, 'a', (function() {
return o
- }));
+ }))
var o = function() {
function e(t, n) {
r(this, e), this._express = t, this._record = n
}
+
return i(e, [{
- key: "show",
+ key: 'show',
get: function() {
- if (!this._express || "" == this._express) return !0;
- var e = this._express.split("#"),
+ if (!this._express || '' == this._express) return !0
+ var e = this._express.split('#'),
t = this._record[e[0]],
- n = e[1].toLowerCase();
- if ("eq" === n) return t == e[2];
- if ("ne" === n) return !(t == e[2]);
- if ("empty" === n) return "true" === e[2] || !0 === e[2] ? !t || "" == t : t && t.length > 0;
- if ("in" === n) {
- var r = e[2].split(",");
+ n = e[1].toLowerCase()
+ if ('eq' === n) return t == e[2]
+ if ('ne' === n) return !(t == e[2])
+ if ('empty' === n) return 'true' === e[2] || !0 === e[2] ? !t || '' == t : t && t.length > 0
+ if ('in' === n) {
+ var r = e[2].split(',')
return r.indexOf(String(t)) >= 0
}
return !1
@@ -30855,115 +31129,116 @@
}]), e
}()
},
- "584a": function(e, t) {
+ '584a': function(e, t) {
var n = e.exports = {
- version: "2.6.11"
- };
- "number" == typeof __e && (__e = n)
+ version: '2.6.11'
+ }
+ 'number' == typeof __e && (__e = n)
},
- "585a": function(e, t, n) {
+ '585a': function(e, t, n) {
(function(t) {
- var n = "object" == typeof t && t && t.Object === Object && t;
+ var n = 'object' == typeof t && t && t.Object === Object && t
e.exports = n
- }).call(this, n("c8ba"))
+ }).call(this, n('c8ba'))
},
5942: function(e, t, n) {
- "use strict";
- var r = n("b4a4"),
- a = n.n(r);
+ 'use strict'
+ var r = n('b4a4'),
+ a = n.n(r)
a.a
},
- "598a": function(e, t, n) {
+ '598a': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = ["ޖެނުއަރީ", "ފެބްރުއަރީ", "މާރިޗު", "އޭޕްރީލު", "މޭ", "ޖޫން", "ޖުލައި", "އޯގަސްޓު", "ސެޕްޓެމްބަރު",
- "އޮކްޓޯބަރު", "ނޮވެމްބަރު", "ޑިސެމްބަރު"
+ var t = ['ޖެނުއަރީ', 'ފެބްރުއަރީ', 'މާރިޗު', 'އޭޕްރީލު', 'މޭ', 'ޖޫން', 'ޖުލައި', 'އޯގަސްޓު', 'ސެޕްޓެމްބަރު',
+ 'އޮކްޓޯބަރު', 'ނޮވެމްބަރު', 'ޑިސެމްބަރު'
],
- n = ["އާދިއްތަ", "ހޯމަ", "އަންގާރަ", "ބުދަ", "ބުރާސްފަތި", "ހުކުރު", "ހޮނިހިރު"],
- r = e.defineLocale("dv", {
+ n = ['އާދިއްތަ', 'ހޯމަ', 'އަންގާރަ', 'ބުދަ', 'ބުރާސްފަތި', 'ހުކުރު', 'ހޮނިހިރު'],
+ r = e.defineLocale('dv', {
months: t,
monthsShort: t,
weekdays: n,
weekdaysShort: n,
- weekdaysMin: "އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),
+ weekdaysMin: 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "D/M/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'D/M/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
meridiemParse: /މކ|މފ/,
isPM: function(e) {
- return "މފ" === e
+ return 'މފ' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "މކ" : "މފ"
+ return e < 12 ? 'މކ' : 'މފ'
},
calendar: {
- sameDay: "[މިއަދު] LT",
- nextDay: "[މާދަމާ] LT",
- nextWeek: "dddd LT",
- lastDay: "[އިއްޔެ] LT",
- lastWeek: "[ފާއިތުވި] dddd LT",
- sameElse: "L"
+ sameDay: '[މިއަދު] LT',
+ nextDay: '[މާދަމާ] LT',
+ nextWeek: 'dddd LT',
+ lastDay: '[އިއްޔެ] LT',
+ lastWeek: '[ފާއިތުވި] dddd LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "ތެރޭގައި %s",
- past: "ކުރިން %s",
- s: "ސިކުންތުކޮޅެއް",
- ss: "d% ސިކުންތު",
- m: "މިނިޓެއް",
- mm: "މިނިޓު %d",
- h: "ގަޑިއިރެއް",
- hh: "ގަޑިއިރު %d",
- d: "ދުވަހެއް",
- dd: "ދުވަސް %d",
- M: "މަހެއް",
- MM: "މަސް %d",
- y: "އަހަރެއް",
- yy: "އަހަރު %d"
+ future: 'ތެރޭގައި %s',
+ past: 'ކުރިން %s',
+ s: 'ސިކުންތުކޮޅެއް',
+ ss: 'd% ސިކުންތު',
+ m: 'މިނިޓެއް',
+ mm: 'މިނިޓު %d',
+ h: 'ގަޑިއިރެއް',
+ hh: 'ގަޑިއިރު %d',
+ d: 'ދުވަހެއް',
+ dd: 'ދުވަސް %d',
+ M: 'މަހެއް',
+ MM: 'މަސް %d',
+ y: 'އަހަރެއް',
+ yy: 'އަހަރު %d'
},
preparse: function(e) {
- return e.replace(/،/g, ",")
+ return e.replace(/،/g, ',')
},
postformat: function(e) {
- return e.replace(/,/g, "،")
+ return e.replace(/,/g, '،')
},
week: {
dow: 7,
doy: 12
}
- });
+ })
return r
}))
},
- "598f": function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- var _api_manage__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("0fea"),
- _utils_util__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ca00"),
- _utils_mixin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("ac0d"),
- _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("b5ef"),
- _OnlineCommonModal__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("1e9d"),
- _components_online_autoform_OnlineQueryFormItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("d252"),
- _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("583c"),
- _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("4a62"),
- lodash__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("2ef0"),
+ '598f': function(module, __webpack_exports__, __webpack_require__) {
+ 'use strict'
+ var _api_manage__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__('0fea'),
+ _utils_util__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__('ca00'),
+ _utils_mixin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__('ac0d'),
+ _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__('b5ef'),
+ _OnlineCommonModal__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__('1e9d'),
+ _components_online_autoform_OnlineQueryFormItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__('d252'),
+ _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__('583c'),
+ _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__('4a62'),
+ lodash__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__('2ef0'),
lodash__WEBPACK_IMPORTED_MODULE_8___default = __webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_8__),
- vue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("8bbf"),
- vue__WEBPACK_IMPORTED_MODULE_9___default = __webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_9__);
+ vue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__('8bbf'),
+ vue__WEBPACK_IMPORTED_MODULE_9___default = __webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_9__)
function _createForOfIteratorHelper(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -30981,17 +31256,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -31009,23 +31284,23 @@
function _unsupportedIterableToArray(e, t) {
if (e) {
- if ("string" === typeof e) return _arrayLikeToArray(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
+ if ('string' === typeof e) return _arrayLikeToArray(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
}
}
function _arrayLikeToArray(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
function ownKeys(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -31035,7 +31310,7 @@
function _objectSpread(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? ownKeys(Object(n), !0).forEach((function(t) {
_defineProperty(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -31054,59 +31329,62 @@
writable: !0
}) : e[t] = n, e
}
+
var metaPagination = {
current: 1,
pageSize: 10,
- pageSizeOptions: ["10", "20", "30"],
+ pageSizeOptions: ['10', '20', '30'],
showTotal: function(e, t) {
- return t[0] + "-" + t[1] + " 共" + e + "条"
+ return t[0] + '-' + t[1] + ' 共' + e + '条'
},
showQuickJumper: !0,
showSizeChanger: !0,
total: 0
- };
- __webpack_exports__["a"] = {
- name: "OnlineCommonList",
- mixins: [_mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_3__["a"],
- _utils_mixin__WEBPACK_IMPORTED_MODULE_2__["a"], _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_7__["a"]
+ }
+ __webpack_exports__['a'] = {
+ name: 'OnlineCommonList',
+ mixins: [_mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_3__['a'],
+ _utils_mixin__WEBPACK_IMPORTED_MODULE_2__['a'], _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_7__['a']
],
components: {
- OnlineCommonModal: _OnlineCommonModal__WEBPACK_IMPORTED_MODULE_4__["default"],
- OnlineQueryFormItem: _components_online_autoform_OnlineQueryFormItem__WEBPACK_IMPORTED_MODULE_5__["a"]
+ OnlineCommonModal: _OnlineCommonModal__WEBPACK_IMPORTED_MODULE_4__['default'],
+ OnlineQueryFormItem: _components_online_autoform_OnlineQueryFormItem__WEBPACK_IMPORTED_MODULE_5__['a']
},
props: {
code: {
type: String,
required: !1,
- default: ""
+ default: ''
},
model: {
type: Object,
required: !1,
- default: function() {}
+ default: function() {
+ }
},
main: {
type: Object,
required: !1,
- default: function() {}
+ default: function() {
+ }
}
},
data: function() {
return {
url: {
- getQueryInfo: "/online/cgform/api/getQueryInfo/",
- getColumns: "/online/cgform/api/getColumns/",
- getData: "/online/cgform/api/getData/",
- optPre: "/online/cgform/api/form/",
- exportXls: "/online/cgform/api/exportXls/",
- buttonAction: "/online/cgform/api/doButton",
- startProcess: "/act/process/extActProcess/startMutilProcess"
+ getQueryInfo: '/online/cgform/api/getQueryInfo/',
+ getColumns: '/online/cgform/api/getColumns/',
+ getData: '/online/cgform/api/getData/',
+ optPre: '/online/cgform/api/form/',
+ exportXls: '/online/cgform/api/exportXls/',
+ buttonAction: '/online/cgform/api/doButton',
+ startProcess: '/act/process/extActProcess/startMutilProcess'
},
lodash: lodash__WEBPACK_IMPORTED_MODULE_8___default.a,
table: {
loading: !1,
type: 1,
- relationType: "",
+ relationType: '',
scroll: {
x: !1
},
@@ -31119,18 +31397,18 @@
queryParamsMap: {},
superQuery: {
fieldList: [],
- params: "",
- matchType: "and"
+ params: '',
+ matchType: 'and'
},
isorter: {
- column: "id",
- order: "desc"
+ column: 'id',
+ order: 'desc'
},
checkboxFlag: !0,
dictOptions: {},
- formTemplate: "",
- description: "",
- currentTableName: "",
+ formTemplate: '',
+ description: '',
+ currentTableName: '',
cgButtonLinkList: [],
cgButtonList: [],
EnhanceJS: {},
@@ -31146,19 +31424,19 @@
bpm: !0
},
actionColumn: {
- title: "操作",
- dataIndex: "action",
+ title: '操作',
+ dataIndex: 'action',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
},
- align: "center",
+ align: 'center',
width: 150
},
hasBpmStatus: !1,
queryInfo: [],
foreignKeys: [],
toggleSearchStatus: !1,
- flowCodePre: "onl_",
+ flowCodePre: 'onl_',
settingColumns: [],
defColumns: [],
acceptHrefParams: {}
@@ -31167,7 +31445,7 @@
computed: {
rowSelectionConfig: function() {
return 2 == this.table.type ? {
- type: "radio",
+ type: 'radio',
selectedRowKeys: this.table.selectedRowKeys,
onChange: this.handleChangeInTableSelect
} : this.checkboxFlag ? {
@@ -31195,15 +31473,15 @@
}
},
tableColumn: function() {
- var e = this;
- if (!this.settingColumns || this.settingColumns.length <= 0) return this.defColumns;
+ var e = this
+ if (!this.settingColumns || this.settingColumns.length <= 0) return this.defColumns
var t = this.defColumns.filter((function(t) {
- return "rowIndex" == t.key || "action" == t.dataIndex || !!e.settingColumns.includes(t.dataIndex)
- }));
+ return 'rowIndex' == t.key || 'action' == t.dataIndex || !!e.settingColumns.includes(t.dataIndex)
+ }))
return t
},
localCode: function() {
- return "onl_" + this.currentTableName
+ return 'onl_' + this.currentTableName
}
},
watch: {
@@ -31215,68 +31493,69 @@
}
}
},
- mounted: function() {},
+ mounted: function() {
+ },
methods: {
initListByModel: function(e) {
- var t = this;
- if ("Y" == this.model.checkboxFlag ? this.checkboxFlag = !0 : this.checkboxFlag = !1, this.table.type =
- this.model.tableType, this.table.relationType = this.model.relationType, "Y" == this.model.paginationFlag
+ var t = this
+ if ('Y' == this.model.checkboxFlag ? this.checkboxFlag = !0 : this.checkboxFlag = !1, this.table.type =
+ this.model.tableType, this.table.relationType = this.model.relationType, 'Y' == this.model.paginationFlag
) {
- var n = _objectSpread({}, metaPagination);
- 2 === this.table.type && (n.pageSize = 5, n.pageSizeOptions = ["5", "10", "15"]), this.table.pagination =
+ var n = _objectSpread({}, metaPagination)
+ 2 === this.table.type && (n.pageSize = 5, n.pageSizeOptions = ['5', '10', '15']), this.table.pagination =
n
- } else this.table.pagination = !1;
- this.foreignKeys = this.model.foreignKeys;
- var r = {};
+ } else this.table.pagination = !1
+ this.foreignKeys = this.model.foreignKeys
+ var r = {}
this.model.fieldHrefSlots.forEach((function(e) {
return r[e.slotName] = e
})), this.dictOptions = this.model.dictOptions, this.formTemplate = this.model.formTemplate, this.description =
this.model.description, this.currentTableName = this.model.currentTableName, this.initCgButtonList(this.model
- .cgButtonList), this.initCgEnhanceJs(this.model.enhanceJs), this.initButtonSwitch(this.model.hideColumns);
+ .cgButtonList), this.initCgEnhanceJs(this.model.enhanceJs), this.initButtonSwitch(this.model.hideColumns)
for (var a = this.model.columns, i = function(e) {
Object.keys(a[e]).map((function(t) {
null == a[e][t] && delete a[e][t]
})), t.handleColumnHrefAndDict(a[e], r), t.handleColumnShowLength(a[e])
- }, o = 0; o < a.length; o++) i(o);
+ }, o = 0; o < a.length; o++) i(o)
a.push(this.actionColumn), this.defColumns = a, this.settingColumnsHandler(a), this.hasBpmStatusFilter(),
this.queryParam || (this.queryParam = {}), this.loadData(), this.initQueryInfo(), this.table.selectedRowKeys = [],
this.handleAcceptHrefParams()
},
initCgButtonList: function(e) {
var t = [],
- n = [];
+ n = []
if (e && e.length > 0)
for (var r = 0; r < e.length; r++) {
- var a = e[r];
- "button" == a.buttonStyle ? n.push(a) : "link" == a.buttonStyle && t.push(a)
+ var a = e[r]
+ 'button' == a.buttonStyle ? n.push(a) : 'link' == a.buttonStyle && t.push(a)
}
this.cgButtonLinkList = [].concat(t), this.cgButtonList = [].concat(n)
},
cgButtonActionHandler: function(e) {
- var t = this;
+ var t = this
if (!this.table.selectedRowKeys || 0 == this.table.selectedRowKeys.length) return this.$message.warning(
- "请先选中一条记录"), !1;
- if (this.table.selectedRowKeys.length > 1) return this.$message.warning("请只选中一条记录"), !1;
+ '请先选中一条记录'), !1
+ if (this.table.selectedRowKeys.length > 1) return this.$message.warning('请只选中一条记录'), !1
var n = {
formId: this.code,
buttonCode: e,
dataId: this.table.selectedRowKeys[0]
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__["f"])(this.url.buttonAction, n).then((function(e) {
- e.success ? (t.loadData(), t.$message.success("处理完成!")) : t.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__['f'])(this.url.buttonAction, n).then((function(e) {
+ e.success ? (t.loadData(), t.$message.success('处理完成!')) : t.$message.warning('处理失败!')
}))
},
cgButtonLinkHandler: function(e, t, n) {
- var r = this;
- if ("js" == n) this.EnhanceJS[t] && this.EnhanceJS[t](this, e);
- else if ("action" == n) {
+ var r = this
+ if ('js' == n) this.EnhanceJS[t] && this.EnhanceJS[t](this, e)
+ else if ('action' == n) {
var a = {
formId: this.code,
buttonCode: t,
dataId: e.id
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__["f"])(this.url.buttonAction, a).then((function(e) {
- e.success ? (r.loadData(), r.$message.success("处理完成!")) : r.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__['f'])(this.url.buttonAction, a).then((function(e) {
+ e.success ? (r.loadData(), r.$message.success('处理完成!')) : r.$message.warning('处理失败!')
}))
}
},
@@ -31285,14 +31564,14 @@
},
initCgEnhanceJs: function initCgEnhanceJs(enhanceJs) {
if (enhanceJs) {
- var Obj = eval("(" + enhanceJs + ")");
- this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_0__["c"],
- _api_manage__WEBPACK_IMPORTED_MODULE_0__["f"], _api_manage__WEBPACK_IMPORTED_MODULE_0__["a"]), this.cgButtonJsHandler(
- "created")
- } else this.EnhanceJS = ""
+ var Obj = eval('(' + enhanceJs + ')')
+ this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_0__['c'],
+ _api_manage__WEBPACK_IMPORTED_MODULE_0__['f'], _api_manage__WEBPACK_IMPORTED_MODULE_0__['a']), this.cgButtonJsHandler(
+ 'created')
+ } else this.EnhanceJS = ''
},
initButtonSwitch: function(e) {
- var t = this;
+ var t = this
e && e.length > 0 && Object.keys(this.buttonSwitch).forEach((function(n) {
e.indexOf(n) >= 0 && (t.buttonSwitch[n] = !1)
}))
@@ -31300,10 +31579,10 @@
hasBpmStatusFilter: function() {
var e, t = this.table.columns,
n = [],
- r = _createForOfIteratorHelper(t);
+ r = _createForOfIteratorHelper(t)
try {
for (r.s(); !(e = r.n()).done;) {
- var a = e.value;
+ var a = e.value
n.push(a.dataIndex)
}
} catch (i) {
@@ -31311,18 +31590,18 @@
} finally {
r.f()
}
- n.includes("bpm_status") || n.includes("BPM_STATUS") ? this.hasBpmStatus = !0 : this.hasBpmStatus = !1
+ n.includes('bpm_status') || n.includes('BPM_STATUS') ? this.hasBpmStatus = !0 : this.hasBpmStatus = !1
},
loadData: function(e) {
- var t = this;
+ var t = this
if (this.onClearSelected(), this.table.pagination) {
- if (1 == e && (this.table.pagination.current = 1), !1 === this.initDependQueryParam()) return !1;
- this.table.loading = !0;
- var n = this.getQueryParams();
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__["c"])("".concat(this.url.getData).concat(this.code), n).then(
+ if (1 == e && (this.table.pagination.current = 1), !1 === this.initDependQueryParam()) return !1
+ this.table.loading = !0
+ var n = this.getQueryParams()
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__['c'])(''.concat(this.url.getData).concat(this.code), n).then(
(function(e) {
if (e.success) {
- var n = e.result;
+ var n = e.result
Number(n.total) > 0 ? (t.table.pagination.total = Number(n.total), t.table.dataSource = n.records) :
(t.table.pagination.total = 0, t.table.dataSource = [])
} else t.$message.warning(e.message)
@@ -31332,14 +31611,14 @@
} else this.loadDataNoPage()
},
loadDataNoPage: function() {
- var e = this;
- if (!1 === this.initDependQueryParam()) return !1;
- this.table.loading = !0;
- var t = this.getQueryParams();
- t["pageSize"] = -521, Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__["c"])("".concat(this.url.getData).concat(
- this.code), Object(_utils_util__WEBPACK_IMPORTED_MODULE_1__["a"])(t)).then((function(t) {
+ var e = this
+ if (!1 === this.initDependQueryParam()) return !1
+ this.table.loading = !0
+ var t = this.getQueryParams()
+ t['pageSize'] = -521, Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__['c'])(''.concat(this.url.getData).concat(
+ this.code), Object(_utils_util__WEBPACK_IMPORTED_MODULE_1__['a'])(t)).then((function(t) {
if (t.success) {
- var n = t.result;
+ var n = t.result
Number(n.total) > 0 ? e.table.dataSource = n.records : e.table.dataSource = []
} else e.$message.warning(t.message)
})).finally((function() {
@@ -31347,67 +31626,67 @@
}))
},
handleAcceptHrefParams: function(e) {
- var t = this;
+ var t = this
this.acceptHrefParams = {}, e && Object.keys(e).map((function(n) {
t.queryParam[n] = e[n], t.acceptHrefParams[n] = e[n]
}))
},
getQueryParams: function() {
- var e = Object.assign({}, this.acceptHrefParams, this.queryParam, this.isorter);
+ var e = Object.assign({}, this.acceptHrefParams, this.queryParam, this.isorter)
return e.pageNo = this.table.pagination.current, e.pageSize = this.table.pagination.pageSize, e.superQueryMatchType =
this.superQuery.matchType, e.superQueryParams = encodeURIComponent(this.superQuery.params), Object(
- _utils_util__WEBPACK_IMPORTED_MODULE_1__["a"])(e)
+ _utils_util__WEBPACK_IMPORTED_MODULE_1__['a'])(e)
},
initQueryInfo: function() {
var e = this,
t = {
tabletype: this.table.type
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__["c"])("".concat(this.url.getQueryInfo).concat(this.code),
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__['c'])(''.concat(this.url.getQueryInfo).concat(this.code),
t).then((function(t) {
t.success ? e.queryInfo = t.result : e.$message.warning(t.message)
}))
},
handleAdd: function() {
1 == this.table.relationType && this.table.dataSource && this.table.dataSource.length > 0 ? this.$message.warning(
- "一对一的表只能新增一条数据") : (this.cgButtonJsHandler("beforeAdd"), this.$refs.modal.add(this.formTemplate, this.main))
+ '一对一的表只能新增一条数据') : (this.cgButtonJsHandler('beforeAdd'), this.$refs.modal.add(this.formTemplate, this.main))
},
handleEdit: function(e) {
- this.cgButtonLinkHandler(e, "beforeEdit", "js"), this.$refs.modal.edit(this.formTemplate, e.id)
+ this.cgButtonLinkHandler(e, 'beforeEdit', 'js'), this.$refs.modal.edit(this.formTemplate, e.id)
},
handleDetail: function(e) {
this.$refs.modal.detail(this.formTemplate, e.id)
},
handleDeleteOne: function(e) {
- this.cgButtonLinkHandler(e, "beforeDelete", "js"), this.handleDelete(e.id)
+ this.cgButtonLinkHandler(e, 'beforeDelete', 'js'), this.handleDelete(e.id)
},
handleDelete: function(e) {
var t = this,
- n = this.url.optPre + this.code + "/" + e + "?tabletype=" + this.table.type;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__["a"])(n).then((function(e) {
+ n = this.url.optPre + this.code + '/' + e + '?tabletype=' + this.table.type
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__['a'])(n).then((function(e) {
e.success ? (t.$message.success(e.message), t.loadData()) : t.$message.warning(e.message)
}))
},
getImgView: function(e) {
- return e && e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(","))), Object(
- _api_manage__WEBPACK_IMPORTED_MODULE_0__["d"])(e)
+ return e && e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(','))), Object(
+ _api_manage__WEBPACK_IMPORTED_MODULE_0__['d'])(e)
},
downloadRowFile: function(e) {
if (e) {
- e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(",")));
- var t = Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__["d"])(e);
+ e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(',')))
+ var t = Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__['d'])(e)
window.open(t)
- } else this.$message.warning("未知的文件")
+ } else this.$message.warning('未知的文件')
},
handleDelBatch: function() {
- if (this.table.selectedRowKeys.length <= 0) return this.$message.warning("请选择一条记录!"), !1;
- var e = "",
- t = this;
+ if (this.table.selectedRowKeys.length <= 0) return this.$message.warning('请选择一条记录!'), !1
+ var e = '',
+ t = this
t.table.selectedRowKeys.forEach((function(t) {
- e += t + ","
+ e += t + ','
})), t.$confirm({
- title: "确认删除",
- content: "是否删除选中数据?",
+ title: '确认删除',
+ content: '是否删除选中数据?',
onOk: function() {
t.handleDelete(e), t.onClearSelected()
}
@@ -31418,53 +31697,53 @@
},
handleExportXls: function() {
var e = this,
- t = this.queryParam;
- t["exportSingleOnly"] = 1, t["selections"] = "", this.table.selectedRowKeys && this.table.selectedRowKeys.length >
- 0 && (t["selections"] = this.table.selectedRowKeys.join(","));
- var n = JSON.stringify(Object(_utils_util__WEBPACK_IMPORTED_MODULE_1__["a"])(t)),
- r = this.url.exportXls + this.code + "?tabletype=" + this.table.type;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__["b"])(r, {
+ t = this.queryParam
+ t['exportSingleOnly'] = 1, t['selections'] = '', this.table.selectedRowKeys && this.table.selectedRowKeys.length >
+ 0 && (t['selections'] = this.table.selectedRowKeys.join(','))
+ var n = JSON.stringify(Object(_utils_util__WEBPACK_IMPORTED_MODULE_1__['a'])(t)),
+ r = this.url.exportXls + this.code + '?tabletype=' + this.table.type
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__['b'])(r, {
paramsStr: n
}).then((function(t) {
if (t && 0 !== t.size)
- if ("undefined" !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t]), e.description +
- ".xls");
+ if ('undefined' !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t]), e.description +
+ '.xls')
else {
var n = window.URL.createObjectURL(new Blob([t])),
- r = document.createElement("a");
- r.style.display = "none", r.href = n, r.setAttribute("download", e.description + ".xls"), document.body
+ r = document.createElement('a')
+ r.style.display = 'none', r.href = n, r.setAttribute('download', e.description + '.xls'), document.body
.appendChild(r), r.click(), document.body.removeChild(r), window.URL.revokeObjectURL(n)
}
- else e.$message.warning("文件下载失败")
+ else e.$message.warning('文件下载失败')
}))
},
onClearSelected: function() {
this.table.selectedRowKeys = [], this.table.selectionRows = [], 2 === this.table.type && this.$emit(
- "seleted", {})
+ 'seleted', {})
},
clearAll: function() {
this.table.selectedRowKeys = [], this.table.selectionRows = [], this.table.dataSource = []
},
handleChangeInTableSelect: function(e, t) {
this.table.selectedRowKeys = e, this.table.selectionRows = t, this.selectedRowKeys = e, 2 === this.table.type &&
- this.$emit("seleted", t[0])
+ this.$emit('seleted', t[0])
},
handleTableChange: function(e, t, n) {
- Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = "ascend" == n.order ?
- "asc" : "desc"), this.table.pagination && (this.table.pagination = e), this.loadData()
+ Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = 'ascend' == n.order ?
+ 'asc' : 'desc'), this.table.pagination && (this.table.pagination = e), this.loadData()
},
initDependQueryParam: function() {
if (3 == this.table.type) {
- if (!this.foreignKeys || 0 == this.foreignKeys.length) return this.$message.error("子表【".concat(this.description,
- "】外键配置未找到!")), !1;
- if (!this.main) return !1;
- var e, t = _createForOfIteratorHelper(this.foreignKeys);
+ if (!this.foreignKeys || 0 == this.foreignKeys.length) return this.$message.error('子表【'.concat(this.description,
+ '】外键配置未找到!')), !1
+ if (!this.main) return !1
+ var e, t = _createForOfIteratorHelper(this.foreignKeys)
try {
for (t.s(); !(e = t.n()).done;) {
- var n = e.value;
- if (!this.main[n.key] || 0 == this.main[n.key].length) return !1;
- var r = _objectSpread({}, this.queryParam);
- r[n.field] = this.main[n.key], r["tabletype"] = this.table.type, this.$set(this.queryParamsMap, this.code,
+ var n = e.value
+ if (!this.main[n.key] || 0 == this.main[n.key].length) return !1
+ var r = _objectSpread({}, this.queryParam)
+ r[n.field] = this.main[n.key], r['tabletype'] = this.table.type, this.$set(this.queryParamsMap, this.code,
r)
}
} catch (a) {
@@ -31476,11 +31755,11 @@
return !0
},
clickThenCheck: function(e) {
- var t = this;
+ var t = this
return {
on: {
click: function() {
- 2 === t.table.type && t.handleChangeInTableSelect(e.id.split(","), [e])
+ 2 === t.table.type && t.handleChangeInTableSelect(e.id.split(','), [e])
}
}
}
@@ -31489,11 +31768,11 @@
this.loadData()
},
handleGetSchema: function(e) {
- var t = this;
+ var t = this
e && e.properties && function() {
var n = function(e, t) {
- var n = t.view || t.type || "string";
- n = "inputNumber" === n ? "number" : n;
+ var n = t.view || t.type || 'string'
+ n = 'inputNumber' === n ? 'number' : n
var r = {
type: n,
value: t.key,
@@ -31503,30 +31782,30 @@
dictText: t.dictText,
options: t.enum || t.options,
order: t.order
- };
- "popup" === n && (r["popup"] = {
+ }
+ 'popup' === n && (r['popup'] = {
code: t.popupCode || t.code,
- field: t.orgFields.split(",")[0],
- orgFields: t.orgFields.split(",")[0],
- destFields: t.destFields.split(",")[0]
+ field: t.orgFields.split(',')[0],
+ orgFields: t.orgFields.split(',')[0],
+ destFields: t.destFields.split(',')[0]
}), e.push(r)
},
r = [],
a = function(t) {
- if (!e.properties.hasOwnProperty(t)) return "continue";
- var a = e.properties[t];
- if ("tab" === a.view && 0 == a.relationType) {
+ if (!e.properties.hasOwnProperty(t)) return 'continue'
+ var a = e.properties[t]
+ if ('tab' === a.view && 0 == a.relationType) {
var i = {
- type: "sub-table",
+ type: 'sub-table',
value: a.key,
text: a.describe,
children: []
- };
+ }
if (a.columns) {
- var o, s = _createForOfIteratorHelper(a.columns);
+ var o, s = _createForOfIteratorHelper(a.columns)
try {
for (s.s(); !(o = s.n()).done;) {
- var c = o.value;
+ var c = o.value
n(i.children, c)
}
} catch (u) {
@@ -31536,30 +31815,30 @@
}
}
r.push(i)
- } else if ("tab" === a.view && 1 == a.relationType) {
+ } else if ('tab' === a.view && 1 == a.relationType) {
var l = {
- type: "sub-table",
+ type: 'sub-table',
value: a.key,
text: a.describe,
children: []
- };
+ }
Object.keys(a.properties).map((function(e) {
- a.properties[e]["key"] = e, n(l.children, a.properties[e])
+ a.properties[e]['key'] = e, n(l.children, a.properties[e])
})), r.push(l)
} else a.key = t, n(r, a)
- };
- for (var i in e.properties) a(i);
+ }
+ for (var i in e.properties) a(i)
for (var o = 0; o < r.length; o++)
for (var s = o + 1; s < r.length; s++) {
var c = r[o],
- l = r[s];
+ l = r[s]
c.order > l.order && (r[o] = l, r[s] = c)
}
t.superQuery.fieldList = r
}()
},
getImportUrl: function() {
- var e = "/online/cgform/api/importXls/" + this.code + "?tabletype=" + this.table.type;
+ var e = '/online/cgform/api/importXls/' + this.code + '?tabletype=' + this.table.type
return e
},
importOk: function() {
@@ -31575,18 +31854,18 @@
this.toggleSearchStatus = !this.toggleSearchStatus
},
startProcess: function(e) {
- var t = this;
+ var t = this
this.$confirm({
- title: "提示",
- content: "确认提交流程吗?",
+ title: '提示',
+ content: '确认提交流程吗?',
onOk: function() {
var n = {
flowCode: t.flowCodePre + t.currentTableName,
id: e.id,
- formUrl: "modules/bpm/task/form/OnlineFormDetail",
- formUrlMobile: "check/onlineForm/detail"
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__["f"])(t.url.startProcess, n).then((function(e) {
+ formUrl: 'modules/bpm/task/form/OnlineFormDetail',
+ formUrlMobile: 'check/onlineForm/detail'
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_0__['f'])(t.url.startProcess, n).then((function(e) {
e.success ? (t.$message.success(e.message), t.loadData(), t.onClearSelected()) : t.$message.warning(
e.message)
}))
@@ -31594,21 +31873,21 @@
})
},
showLinkButton: function(e, t) {
- var n = new _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_6__["a"](e.exp, t);
+ var n = new _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_6__['a'](e.exp, t)
return n.show
},
handleSuperQuery: function(e, t) {
- e && 0 !== e.length ? this.superQuery.params = JSON.stringify(e) : this.superQuery.params = "", this.superQuery
+ e && 0 !== e.length ? this.superQuery.params = JSON.stringify(e) : this.superQuery.params = '', this.superQuery
.matchType = t, this.loadData(1)
},
getForeignKeyValueString: function() {
if (3 === this.table.type) {
- var e = {};
+ var e = {}
if (this.main) {
- var t, n = _createForOfIteratorHelper(this.foreignKeys);
+ var t, n = _createForOfIteratorHelper(this.foreignKeys)
try {
for (n.s(); !(t = n.n()).done;) {
- var r = t.value;
+ var r = t.value
e[r.field] = this.main[r.key]
}
} catch (a) {
@@ -31619,119 +31898,119 @@
}
return JSON.stringify(e)
}
- return ""
+ return ''
},
getFormatDate: function(e) {
- if (!e) return "";
- var t = e;
+ if (!e) return ''
+ var t = e
return t.length > 10 && (t = t.substring(0, 10)), t
},
settingColumnsHandler: function(e) {
var t = this,
- n = vue__WEBPACK_IMPORTED_MODULE_9___default.a.ls.get(this.localCode);
- n && 0 != n.length ? this.settingColumns = n.split(",") : (this.settingColumns = [], e.forEach((function(e) {
- t.settingColumns.indexOf(e["dataIndex"]) < 0 && t.settingColumns.push(e["dataIndex"])
+ n = vue__WEBPACK_IMPORTED_MODULE_9___default.a.ls.get(this.localCode)
+ n && 0 != n.length ? this.settingColumns = n.split(',') : (this.settingColumns = [], e.forEach((function(e) {
+ t.settingColumns.indexOf(e['dataIndex']) < 0 && t.settingColumns.push(e['dataIndex'])
})))
},
popVisibleChange: function(e) {
this.settingColumns && this.settingColumns.length > 0 && vue__WEBPACK_IMPORTED_MODULE_9___default.a.ls.set(
- this.localCode, this.settingColumns.join(","))
+ this.localCode, this.settingColumns.join(','))
}
}
}
},
- "5a1b": function(e, t, n) {
- "use strict";
- n.r(t);
+ '5a1b': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", {
- staticClass: "table-page-search-wrapper"
- }, [n("a-form", {
+ n = e._self._c || t
+ return n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }, [n('a-form', {
attrs: {
- layout: "inline"
+ layout: 'inline'
},
nativeOn: {
keyup: function(t) {
- return !t.type.indexOf("key") && e._k(t.keyCode, "enter", 13, t.key, "Enter") ? null : e.handleSearchQuery(
+ return !t.type.indexOf('key') && e._k(t.keyCode, 'enter', 13, t.key, 'Enter') ? null : e.handleSearchQuery(
t)
}
}
- }, [e.queryInfo && e.queryInfo.length > 0 ? n("a-row", {
+ }, [e.queryInfo && e.queryInfo.length > 0 ? n('a-row', {
attrs: {
gutter: 24
}
}, [e._l(e.queryInfo, (function(t, r) {
- return [n("a-col", {
+ return [n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
- value: "1" !== t.hidden || e.showMoreQueryParams,
- expression: "item.hidden !== '1' || showMoreQueryParams"
+ name: 'show',
+ rawName: 'v-show',
+ value: '1' !== t.hidden || e.showMoreQueryParams,
+ expression: 'item.hidden !== \'1\' || showMoreQueryParams'
}],
- key: "query" + r,
+ key: 'query' + r,
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
})], 1)]
- })), n("a-col", {
+ })), n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("div", {
- staticClass: "table-page-search-submitButtons table-operator"
- }, [n("a-button", {
+ }, [n('div', {
+ staticClass: 'table-page-search-submitButtons table-operator'
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "search"
+ type: 'primary',
+ icon: 'search'
},
on: {
click: e.handleSearchQuery
}
- }, [e._v("查询")]), n("a-button", {
+ }, [e._v('查询')]), n('a-button', {
attrs: {
- type: "primary",
- icon: "reload"
+ type: 'primary',
+ icon: 'reload'
},
on: {
click: e.handleSearchReset
}
- }, [e._v("重置")]), n("a-button", {
+ }, [e._v('重置')]), n('a-button', {
attrs: {
- type: "link"
+ type: 'link'
},
on: {
click: e.handleToggleSearch
}
- }, [e._v("\n " + e._s(e.showMoreQueryParams ? "收起" : "展开") + "\n "), n(
- "a-icon", {
+ }, [e._v('\n ' + e._s(e.showMoreQueryParams ? '收起' : '展开') + '\n '), n(
+ 'a-icon', {
attrs: {
- type: e.showMoreQueryParams ? "up" : "down"
+ type: e.showMoreQueryParams ? 'up' : 'down'
}
})], 1)], 1)])], 2) : e._e()], 1)], 1)
},
a = [],
- i = n("0fea"),
- o = n("d252"),
+ i = n('0fea'),
+ o = n('d252'),
s = {
- name: "CgformAutoListQueryParams",
- inject: ["handleSearchQuery", "handleSearchReset"],
+ name: 'CgformAutoListQueryParams',
+ inject: ['handleSearchQuery', 'handleSearchReset'],
components: {
- OnlineQueryFormItem: o["a"]
+ OnlineQueryFormItem: o['a']
},
props: {
url: {
@@ -31748,7 +32027,7 @@
}
},
watch: {
- "url.getQueryInfo": {
+ 'url.getQueryInfo': {
immediate: !0,
handler: function() {
this.initial()
@@ -31760,8 +32039,8 @@
this.loadQueryInfo(), this.showMoreQueryParams = !1
},
loadQueryInfo: function() {
- var e = this;
- Object(i["c"])(this.url.getQueryInfo).then((function(t) {
+ var e = this
+ Object(i['c'])(this.url.getQueryInfo).then((function(t) {
t.success ? e.queryInfo = t.result : e.$message.warning(t.message)
}))
},
@@ -31771,34 +32050,34 @@
}
},
c = s,
- l = n("2877"),
- u = Object(l["a"])(c, r, a, !1, null, "9fa020d2", null);
- t["default"] = u.exports
+ l = n('2877'),
+ u = Object(l['a'])(c, r, a, !1, null, '9fa020d2', null)
+ t['default'] = u.exports
},
- "5af5": function(e, t, n) {
- "use strict";
+ '5af5': function(e, t, n) {
+ 'use strict'
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [n("a-form", {
+ n = e._self._c || t
+ return n('div', [n('a-form', {
staticStyle: {
- "margin-top": "8px"
+ 'margin-top': '8px'
},
attrs: {
form: e.form
}
- }, [n("j-form-container", {
+ }, [n('j-form-container', {
attrs: {
disabled: e.online_form_disabled
}
- }, [n("online-form-item", {
+ }, [n('online-form-item', {
attrs: {
- slot: "detail",
+ slot: 'detail',
properties: e.rootProperties
},
- slot: "detail"
- })], 1)], 1), e.hasTab ? n("a-tabs", {
+ slot: 'detail'
+ })], 1)], 1), e.hasTab ? n('a-tabs', {
attrs: {
defaultActiveKey: 0
},
@@ -31807,31 +32086,31 @@
callback: function(t) {
e.subActiveKey = t
},
- expression: "subActiveKey"
+ expression: 'subActiveKey'
}
}, e._l(e.subTabInfo, (function(t, r) {
- return n("a-tab-pane", {
+ return n('a-tab-pane', {
key: r,
attrs: {
tab: t.describe,
forceRender: !0
}
- }, [1 == t.relationType ? n("div", {
+ }, [1 == t.relationType ? n('div', {
staticStyle: {
- "overflow-y": "auto",
- "overflow-x": "hidden",
- "max-height": "300px"
+ 'overflow-y': 'auto',
+ 'overflow-x': 'hidden',
+ 'max-height': '300px'
}
- }, [n("j-form-container", {
+ }, [n('j-form-container', {
attrs: {
disabled: e.online_form_disabled
}
- }, [n("online-sub-form", {
+ }, [n('online-sub-form', {
ref: t.key,
refInFor: !0,
attrs: {
- slot: "detail",
- "main-id": e.model.id,
+ slot: 'detail',
+ 'main-id': e.model.id,
table: t.key,
properties: e.subProperties[t.key]
},
@@ -31843,16 +32122,16 @@
return e.handleSubFormExecuteFillRule(t.key)
}
},
- slot: "detail"
- })], 1)], 1) : n("j-vxe-table", {
+ slot: 'detail'
+ })], 1)], 1) : n('j-vxe-table', {
ref: t.key,
refInFor: !0,
attrs: {
- toolbar: "",
- "keep-source": "",
- "row-number": "",
- "row-selection": "",
- height: "auto",
+ toolbar: '',
+ 'keep-source': '',
+ 'row-number': '',
+ 'row-selection': '',
+ height: 'auto',
maxHeight: 488,
disabled: e.online_form_disabled,
columns: t.columns,
@@ -31869,108 +32148,108 @@
}
}
})], 1)
- })), 1) : e._e(), e.showFooter ? n("div", {
+ })), 1) : e._e(), e.showFooter ? n('div', {
staticStyle: {
- width: "100%",
- "text-align": "center",
- "margin-top": "5px"
+ width: '100%',
+ 'text-align': 'center',
+ 'margin-top': '5px'
}
- }, [n("a-button", {
+ }, [n('a-button', {
staticStyle: {
- width: "126px"
+ width: '126px'
},
attrs: {
- icon: "check",
- type: "primary",
+ icon: 'check',
+ type: 'primary',
loading: e.submitLoading
},
on: {
click: e.handleSubmit
}
- }, [e._v("\n 提交\n ")])], 1) : e._e()], 1)
+ }, [e._v('\n 提交\n ')])], 1) : e._e()], 1)
},
a = [],
- i = n("4598"),
- o = i["a"],
- s = n("2877"),
- c = Object(s["a"])(o, r, a, !1, null, null, null);
- t["a"] = c.exports
+ i = n('4598'),
+ o = i['a'],
+ s = n('2877'),
+ c = Object(s['a'])(o, r, a, !1, null, null, null)
+ t['a'] = c.exports
},
- "5aff": function(e, t, n) {
+ '5aff': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "'inji",
- 5: "'inji",
- 8: "'inji",
- 70: "'inji",
- 80: "'inji",
- 2: "'nji",
- 7: "'nji",
- 20: "'nji",
- 50: "'nji",
- 3: "'ünji",
- 4: "'ünji",
- 100: "'ünji",
- 6: "'njy",
- 9: "'unjy",
- 10: "'unjy",
- 30: "'unjy",
- 60: "'ynjy",
- 90: "'ynjy"
+ 1: '\'inji',
+ 5: '\'inji',
+ 8: '\'inji',
+ 70: '\'inji',
+ 80: '\'inji',
+ 2: '\'nji',
+ 7: '\'nji',
+ 20: '\'nji',
+ 50: '\'nji',
+ 3: '\'ünji',
+ 4: '\'ünji',
+ 100: '\'ünji',
+ 6: '\'njy',
+ 9: '\'unjy',
+ 10: '\'unjy',
+ 30: '\'unjy',
+ 60: '\'ynjy',
+ 90: '\'ynjy'
},
- n = e.defineLocale("tk", {
- months: "Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),
- monthsShort: "Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),
- weekdays: "Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),
- weekdaysShort: "Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),
- weekdaysMin: "Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),
+ n = e.defineLocale('tk', {
+ months: 'Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr'.split('_'),
+ monthsShort: 'Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek'.split('_'),
+ weekdays: 'Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe'.split('_'),
+ weekdaysShort: 'Ýek_Duş_Siş_Çar_Pen_Ann_Şen'.split('_'),
+ weekdaysMin: 'Ýk_Dş_Sş_Çr_Pn_An_Şn'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[bugün sagat] LT",
- nextDay: "[ertir sagat] LT",
- nextWeek: "[indiki] dddd [sagat] LT",
- lastDay: "[düýn] LT",
- lastWeek: "[geçen] dddd [sagat] LT",
- sameElse: "L"
+ sameDay: '[bugün sagat] LT',
+ nextDay: '[ertir sagat] LT',
+ nextWeek: '[indiki] dddd [sagat] LT',
+ lastDay: '[düýn] LT',
+ lastWeek: '[geçen] dddd [sagat] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s soň",
- past: "%s öň",
- s: "birnäçe sekunt",
- m: "bir minut",
- mm: "%d minut",
- h: "bir sagat",
- hh: "%d sagat",
- d: "bir gün",
- dd: "%d gün",
- M: "bir aý",
- MM: "%d aý",
- y: "bir ýyl",
- yy: "%d ýyl"
+ future: '%s soň',
+ past: '%s öň',
+ s: 'birnäçe sekunt',
+ m: 'bir minut',
+ mm: '%d minut',
+ h: 'bir sagat',
+ hh: '%d sagat',
+ d: 'bir gün',
+ dd: '%d gün',
+ M: 'bir aý',
+ MM: '%d aý',
+ y: 'bir ýyl',
+ yy: '%d ýyl'
},
ordinal: function(e, n) {
switch (n) {
- case "d":
- case "D":
- case "Do":
- case "DD":
- return e;
+ case 'd':
+ case 'D':
+ case 'Do':
+ case 'DD':
+ return e
default:
- if (0 === e) return e + "'unjy";
+ if (0 === e) return e + '\'unjy'
var r = e % 10,
a = e % 100 - r,
- i = e >= 100 ? 100 : null;
+ i = e >= 100 ? 100 : null
return e + (t[r] || t[a] || t[i])
}
},
@@ -31978,98 +32257,100 @@
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
- "5b01": function(e, t, n) {
- var r = n("8eeb"),
- a = n("ec69");
+ '5b01': function(e, t, n) {
+ var r = n('8eeb'),
+ a = n('ec69')
function i(e, t) {
return e && r(t, a(t), e)
}
+
e.exports = i
},
- "5b14": function(e, t, n) {
+ '5b14': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");
+ var t = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(' ')
function n(e, t, n, r) {
- var a = e;
+ var a = e
switch (n) {
- case "s":
- return r || t ? "néhány másodperc" : "néhány másodperce";
- case "ss":
- return a + (r || t) ? " másodperc" : " másodperce";
- case "m":
- return "egy" + (r || t ? " perc" : " perce");
- case "mm":
- return a + (r || t ? " perc" : " perce");
- case "h":
- return "egy" + (r || t ? " óra" : " órája");
- case "hh":
- return a + (r || t ? " óra" : " órája");
- case "d":
- return "egy" + (r || t ? " nap" : " napja");
- case "dd":
- return a + (r || t ? " nap" : " napja");
- case "M":
- return "egy" + (r || t ? " hónap" : " hónapja");
- case "MM":
- return a + (r || t ? " hónap" : " hónapja");
- case "y":
- return "egy" + (r || t ? " év" : " éve");
- case "yy":
- return a + (r || t ? " év" : " éve")
+ case 's':
+ return r || t ? 'néhány másodperc' : 'néhány másodperce'
+ case 'ss':
+ return a + (r || t) ? ' másodperc' : ' másodperce'
+ case 'm':
+ return 'egy' + (r || t ? ' perc' : ' perce')
+ case 'mm':
+ return a + (r || t ? ' perc' : ' perce')
+ case 'h':
+ return 'egy' + (r || t ? ' óra' : ' órája')
+ case 'hh':
+ return a + (r || t ? ' óra' : ' órája')
+ case 'd':
+ return 'egy' + (r || t ? ' nap' : ' napja')
+ case 'dd':
+ return a + (r || t ? ' nap' : ' napja')
+ case 'M':
+ return 'egy' + (r || t ? ' hónap' : ' hónapja')
+ case 'MM':
+ return a + (r || t ? ' hónap' : ' hónapja')
+ case 'y':
+ return 'egy' + (r || t ? ' év' : ' éve')
+ case 'yy':
+ return a + (r || t ? ' év' : ' éve')
}
- return ""
+ return ''
}
function r(e) {
- return (e ? "" : "[múlt] ") + "[" + t[this.day()] + "] LT[-kor]"
+ return (e ? '' : '[múlt] ') + '[' + t[this.day()] + '] LT[-kor]'
}
- var a = e.defineLocale("hu", {
- months: "január_február_március_április_május_június_július_augusztus_szeptember_október_november_december"
- .split("_"),
- monthsShort: "jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),
- weekdays: "vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),
- weekdaysShort: "vas_hét_kedd_sze_csüt_pén_szo".split("_"),
- weekdaysMin: "v_h_k_sze_cs_p_szo".split("_"),
+
+ var a = e.defineLocale('hu', {
+ months: 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'
+ .split('_'),
+ monthsShort: 'jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec'.split('_'),
+ weekdays: 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'),
+ weekdaysShort: 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'),
+ weekdaysMin: 'v_h_k_sze_cs_p_szo'.split('_'),
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "YYYY.MM.DD.",
- LL: "YYYY. MMMM D.",
- LLL: "YYYY. MMMM D. H:mm",
- LLLL: "YYYY. MMMM D., dddd H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'YYYY.MM.DD.',
+ LL: 'YYYY. MMMM D.',
+ LLL: 'YYYY. MMMM D. H:mm',
+ LLLL: 'YYYY. MMMM D., dddd H:mm'
},
meridiemParse: /de|du/i,
isPM: function(e) {
- return "u" === e.charAt(1).toLowerCase()
+ return 'u' === e.charAt(1).toLowerCase()
},
meridiem: function(e, t, n) {
- return e < 12 ? !0 === n ? "de" : "DE" : !0 === n ? "du" : "DU"
+ return e < 12 ? !0 === n ? 'de' : 'DE' : !0 === n ? 'du' : 'DU'
},
calendar: {
- sameDay: "[ma] LT[-kor]",
- nextDay: "[holnap] LT[-kor]",
+ sameDay: '[ma] LT[-kor]',
+ nextDay: '[holnap] LT[-kor]',
nextWeek: function() {
return r.call(this, !0)
},
- lastDay: "[tegnap] LT[-kor]",
+ lastDay: '[tegnap] LT[-kor]',
lastWeek: function() {
return r.call(this, !1)
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "%s múlva",
- past: "%s",
+ future: '%s múlva',
+ past: '%s',
s: n,
ss: n,
m: n,
@@ -32084,101 +32365,102 @@
yy: n
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return a
}))
},
- "5b4e": function(e, t, n) {
- var r = n("36c3"),
- a = n("b447"),
- i = n("0fc9");
+ '5b4e': function(e, t, n) {
+ var r = n('36c3'),
+ a = n('b447'),
+ i = n('0fc9')
e.exports = function(e) {
return function(t, n, o) {
var s, c = r(t),
l = a(c.length),
- u = i(o, l);
+ u = i(o, l)
if (e && n != n) {
while (l > u)
if (s = c[u++], s != s) return !0
} else
for (; l > u; u++)
- if ((e || u in c) && c[u] === n) return e || u || 0;
+ if ((e || u in c) && c[u] === n) return e || u || 0
return !e && -1
}
}
},
- "5b90": function(e, t, n) {
- "use strict";
+ '5b90': function(e, t, n) {
+ 'use strict'
function r(e, t) {
var n = window.Element.prototype,
- r = n.matches || n.mozMatchesSelector || n.msMatchesSelector || n.oMatchesSelector || n.webkitMatchesSelector;
- if (!e || 1 !== e.nodeType) return !1;
- var a = e.parentNode;
- if (r) return r.call(e, t);
+ r = n.matches || n.mozMatchesSelector || n.msMatchesSelector || n.oMatchesSelector || n.webkitMatchesSelector
+ if (!e || 1 !== e.nodeType) return !1
+ var a = e.parentNode
+ if (r) return r.call(e, t)
for (var i = a.querySelectorAll(t), o = i.length, s = 0; s < o; s++)
- if (i[s] === e) return !0;
+ if (i[s] === e) return !0
return !1
}
+
e.exports = r
},
- "5ba2": function(e, t, n) {
- "use strict";
- n.r(t);
+ '5ba2': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-modal", {
+ n = e._self._c || t
+ return n('j-modal', {
attrs: {
- title: "Online权限授权",
+ title: 'Online权限授权',
visible: e.visible,
width: 900,
maskClosable: !1,
- fullscreen: "",
- "switch-fullscreen": "",
+ fullscreen: '',
+ 'switch-fullscreen': '',
okButtonProps: {
style: {
- display: "none"
+ display: 'none'
}
},
- cancelText: "关闭",
+ cancelText: '关闭',
confirmLoading: e.confirmLoading
},
on: {
- "update:visible": function(t) {
+ 'update:visible': function(t) {
e.visible = t
}
}
- }, [n("a-row", [n("a-col", {
+ }, [n('a-row', [n('a-col', {
attrs: {
span: 12
}
- }, [n("a-tabs", [n("a-tab-pane", {
- key: "1",
+ }, [n('a-tabs', [n('a-tab-pane', {
+ key: '1',
attrs: {
- tab: "角色授权",
- forceRender: ""
+ tab: '角色授权',
+ forceRender: ''
}
- }, [n("ls-role", {
- ref: "roleRef",
+ }, [n('ls-role', {
+ ref: 'roleRef',
on: {
select: e.onSelectRole
}
- })], 1)], 1)], 1), n("a-col", {
+ })], 1)], 1)], 1), n('a-col', {
attrs: {
span: 1
}
- }), n("a-col", {
+ }), n('a-col', {
attrs: {
span: 11
}
- }, [n("a-tabs", {
+ }, [n('a-tabs', {
on: {
change: e.authTabChange
},
@@ -32187,94 +32469,95 @@
callback: function(t) {
e.activeKey = t
},
- expression: "activeKey"
+ expression: 'activeKey'
}
- }, [n("a-tab-pane", {
- key: "a",
+ }, [n('a-tab-pane', {
+ key: 'a',
attrs: {
- tab: "字段权限",
- forceRender: ""
+ tab: '字段权限',
+ forceRender: ''
}
- }, [n("auth-column-tree", {
- ref: e.rightTreeRef["a"],
+ }, [n('auth-column-tree', {
+ ref: e.rightTreeRef['a'],
attrs: {
- "cgform-id": e.cgformId
+ 'cgform-id': e.cgformId
}
- })], 1), n("a-tab-pane", {
- key: "b",
+ })], 1), n('a-tab-pane', {
+ key: 'b',
attrs: {
- tab: "按钮权限",
- forceRender: ""
+ tab: '按钮权限',
+ forceRender: ''
}
- }, [n("auth-button-tree", {
- ref: e.rightTreeRef["b"],
+ }, [n('auth-button-tree', {
+ ref: e.rightTreeRef['b'],
attrs: {
- "cgform-id": e.cgformId
+ 'cgform-id': e.cgformId
}
- })], 1), n("a-tab-pane", {
- key: "c",
+ })], 1), n('a-tab-pane', {
+ key: 'c',
attrs: {
- tab: "数据权限",
- forceRender: ""
+ tab: '数据权限',
+ forceRender: ''
}
- }, [n("auth-data-tree", {
- ref: e.rightTreeRef["c"],
+ }, [n('auth-data-tree', {
+ ref: e.rightTreeRef['c'],
attrs: {
- "cgform-id": e.cgformId
+ 'cgform-id': e.cgformId
}
})], 1)], 1)], 1)], 1)], 1)
},
a = [],
- i = n("1f4f"),
- o = n("c3b1"),
- s = n("8676"),
- c = n("9c52"),
- l = n("f5b0"),
- u = n("fbc7"),
+ i = n('1f4f'),
+ o = n('c3b1'),
+ s = n('8676'),
+ c = n('9c52'),
+ l = n('f5b0'),
+ u = n('fbc7'),
d = {
- name: "AuthSetter",
+ name: 'AuthSetter',
components: {
- LsRole: i["default"],
- LsDepart: o["default"],
- LsUser: s["default"],
- AuthDataTree: c["default"],
- AuthButtonTree: u["default"],
- AuthColumnTree: l["default"]
+ LsRole: i['default'],
+ LsDepart: o['default'],
+ LsUser: s['default'],
+ AuthDataTree: c['default'],
+ AuthButtonTree: u['default'],
+ AuthColumnTree: l['default']
},
data: function() {
return {
visible: !1,
- cgformId: "",
+ cgformId: '',
confirmLoading: !1,
- activeKey: "a",
+ activeKey: 'a',
rightTreeRef: {
- a: "fieldRef",
- b: "buttonRef",
- c: "dataref"
+ a: 'fieldRef',
+ b: 'buttonRef',
+ c: 'dataref'
},
- activeRole: ""
+ activeRole: ''
}
},
methods: {
show: function(e) {
this.cgformId && this.cgformId != e && this.reset(), this.cgformId = e, this.visible = !0, this.activeKey =
- "a"
+ 'a'
},
reset: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
- e.$refs.roleRef.clearRow();
- var t = e.rightTreeRef[e.activeKey];
+ e.$refs.roleRef.clearRow()
+ var t = e.rightTreeRef[e.activeKey]
e.$refs[t].clear()
}))
},
onSelectRole: function(e) {
this.activeRole = e, this.authTabChange(this.activeKey)
},
- onSelectDepart: function(e) {},
+ onSelectDepart: function(e) {
+ },
authTabChange: function(e) {
var t = this,
- n = this.rightTreeRef[e];
+ n = this.rightTreeRef[e]
this.$nextTick((function() {
t.activeRole && t.$refs[n].loadChecked(t.activeRole)
}))
@@ -32282,229 +32565,233 @@
}
},
h = d,
- f = n("2877"),
- m = Object(f["a"])(h, r, a, !1, null, "1e00c6b7", null);
- t["default"] = m.exports
+ f = n('2877'),
+ m = Object(f['a'])(h, r, a, !1, null, '1e00c6b7', null)
+ t['default'] = m.exports
},
- "5c3a": function(e, t, n) {
+ '5c3a': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("zh-cn", {
- months: "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),
- monthsShort: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
- weekdays: "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),
- weekdaysShort: "周日_周一_周二_周三_周四_周五_周六".split("_"),
- weekdaysMin: "日_一_二_三_四_五_六".split("_"),
+ var t = e.defineLocale('zh-cn', {
+ months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),
+ monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
+ weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
+ weekdaysShort: '周日_周一_周二_周三_周四_周五_周六'.split('_'),
+ weekdaysMin: '日_一_二_三_四_五_六'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY/MM/DD",
- LL: "YYYY年M月D日",
- LLL: "YYYY年M月D日Ah点mm分",
- LLLL: "YYYY年M月D日ddddAh点mm分",
- l: "YYYY/M/D",
- ll: "YYYY年M月D日",
- lll: "YYYY年M月D日 HH:mm",
- llll: "YYYY年M月D日dddd HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY/MM/DD',
+ LL: 'YYYY年M月D日',
+ LLL: 'YYYY年M月D日Ah点mm分',
+ LLLL: 'YYYY年M月D日ddddAh点mm分',
+ l: 'YYYY/M/D',
+ ll: 'YYYY年M月D日',
+ lll: 'YYYY年M月D日 HH:mm',
+ llll: 'YYYY年M月D日dddd HH:mm'
},
meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "凌晨" === t || "早上" === t || "上午" === t ? e : "下午" === t || "晚上" === t ? e +
+ return 12 === e && (e = 0), '凌晨' === t || '早上' === t || '上午' === t ? e : '下午' === t || '晚上' === t ? e +
12 : e >= 11 ? e : e + 12
},
meridiem: function(e, t, n) {
- var r = 100 * e + t;
- return r < 600 ? "凌晨" : r < 900 ? "早上" : r < 1130 ? "上午" : r < 1230 ? "中午" : r < 1800 ? "下午" : "晚上"
+ var r = 100 * e + t
+ return r < 600 ? '凌晨' : r < 900 ? '早上' : r < 1130 ? '上午' : r < 1230 ? '中午' : r < 1800 ? '下午' : '晚上'
},
calendar: {
- sameDay: "[今天]LT",
- nextDay: "[明天]LT",
+ sameDay: '[今天]LT',
+ nextDay: '[明天]LT',
nextWeek: function(e) {
- return e.week() !== this.week() ? "[下]dddLT" : "[本]dddLT"
+ return e.week() !== this.week() ? '[下]dddLT' : '[本]dddLT'
},
- lastDay: "[昨天]LT",
+ lastDay: '[昨天]LT',
lastWeek: function(e) {
- return this.week() !== e.week() ? "[上]dddLT" : "[本]dddLT"
+ return this.week() !== e.week() ? '[上]dddLT' : '[本]dddLT'
},
- sameElse: "L"
+ sameElse: 'L'
},
dayOfMonthOrdinalParse: /\d{1,2}(日|月|周)/,
ordinal: function(e, t) {
switch (t) {
- case "d":
- case "D":
- case "DDD":
- return e + "日";
- case "M":
- return e + "月";
- case "w":
- case "W":
- return e + "周";
+ case 'd':
+ case 'D':
+ case 'DDD':
+ return e + '日'
+ case 'M':
+ return e + '月'
+ case 'w':
+ case 'W':
+ return e + '周'
default:
return e
}
},
relativeTime: {
- future: "%s后",
- past: "%s前",
- s: "几秒",
- ss: "%d 秒",
- m: "1 分钟",
- mm: "%d 分钟",
- h: "1 小时",
- hh: "%d 小时",
- d: "1 天",
- dd: "%d 天",
- M: "1 个月",
- MM: "%d 个月",
- y: "1 年",
- yy: "%d 年"
+ future: '%s后',
+ past: '%s前',
+ s: '几秒',
+ ss: '%d 秒',
+ m: '1 分钟',
+ mm: '%d 分钟',
+ h: '1 小时',
+ hh: '%d 小时',
+ d: '1 天',
+ dd: '%d 天',
+ M: '1 个月',
+ MM: '%d 个月',
+ y: '1 年',
+ yy: '%d 年'
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "5c79": function(e, t, n) {},
- "5cbb": function(e, t, n) {
+ '5c79': function(e, t, n) {
+ },
+ '5cbb': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("te", {
- months: "జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),
- monthsShort: "జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),
+ var t = e.defineLocale('te', {
+ months: 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split('_'),
+ monthsShort: 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split('_'),
monthsParseExact: !0,
- weekdays: "ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),
- weekdaysShort: "ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),
- weekdaysMin: "ఆ_సో_మం_బు_గు_శు_శ".split("_"),
+ weekdays: 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split('_'),
+ weekdaysShort: 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'),
+ weekdaysMin: 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'),
longDateFormat: {
- LT: "A h:mm",
- LTS: "A h:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, A h:mm",
- LLLL: "dddd, D MMMM YYYY, A h:mm"
+ LT: 'A h:mm',
+ LTS: 'A h:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, A h:mm',
+ LLLL: 'dddd, D MMMM YYYY, A h:mm'
},
calendar: {
- sameDay: "[నేడు] LT",
- nextDay: "[రేపు] LT",
- nextWeek: "dddd, LT",
- lastDay: "[నిన్న] LT",
- lastWeek: "[గత] dddd, LT",
- sameElse: "L"
+ sameDay: '[నేడు] LT',
+ nextDay: '[రేపు] LT',
+ nextWeek: 'dddd, LT',
+ lastDay: '[నిన్న] LT',
+ lastWeek: '[గత] dddd, LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s లో",
- past: "%s క్రితం",
- s: "కొన్ని క్షణాలు",
- ss: "%d సెకన్లు",
- m: "ఒక నిమిషం",
- mm: "%d నిమిషాలు",
- h: "ఒక గంట",
- hh: "%d గంటలు",
- d: "ఒక రోజు",
- dd: "%d రోజులు",
- M: "ఒక నెల",
- MM: "%d నెలలు",
- y: "ఒక సంవత్సరం",
- yy: "%d సంవత్సరాలు"
+ future: '%s లో',
+ past: '%s క్రితం',
+ s: 'కొన్ని క్షణాలు',
+ ss: '%d సెకన్లు',
+ m: 'ఒక నిమిషం',
+ mm: '%d నిమిషాలు',
+ h: 'ఒక గంట',
+ hh: '%d గంటలు',
+ d: 'ఒక రోజు',
+ dd: '%d రోజులు',
+ M: 'ఒక నెల',
+ MM: '%d నెలలు',
+ y: 'ఒక సంవత్సరం',
+ yy: '%d సంవత్సరాలు'
},
dayOfMonthOrdinalParse: /\d{1,2}వ/,
- ordinal: "%dవ",
+ ordinal: '%dవ',
meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "రాత్రి" === t ? e < 4 ? e : e + 12 : "ఉదయం" === t ? e : "మధ్యాహ్నం" === t ?
- e >= 10 ? e : e + 12 : "సాయంత్రం" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'రాత్రి' === t ? e < 4 ? e : e + 12 : 'ఉదయం' === t ? e : 'మధ్యాహ్నం' === t ?
+ e >= 10 ? e : e + 12 : 'సాయంత్రం' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 4 ? "రాత్రి" : e < 10 ? "ఉదయం" : e < 17 ? "మధ్యాహ్నం" : e < 20 ? "సాయంత్రం" : "రాత్రి"
+ return e < 4 ? 'రాత్రి' : e < 10 ? 'ఉదయం' : e < 17 ? 'మధ్యాహ్నం' : e < 20 ? 'సాయంత్రం' : 'రాత్రి'
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return t
}))
},
- "5d89": function(e, t, n) {
- var r = n("f8af");
+ '5d89': function(e, t, n) {
+ var r = n('f8af')
function a(e, t) {
- var n = t ? r(e.buffer) : e.buffer;
+ var n = t ? r(e.buffer) : e.buffer
return new e.constructor(n, e.byteOffset, e.byteLength)
}
+
e.exports = a
},
- "5e2e": function(e, t, n) {
- var r = n("28c9"),
- a = n("69d5"),
- i = n("b4c0"),
- o = n("fba5"),
- s = n("67ca");
+ '5e2e': function(e, t, n) {
+ var r = n('28c9'),
+ a = n('69d5'),
+ i = n('b4c0'),
+ o = n('fba5'),
+ s = n('67ca')
function c(e) {
var t = -1,
- n = null == e ? 0 : e.length;
- this.clear();
+ n = null == e ? 0 : e.length
+ this.clear()
while (++t < n) {
- var r = e[t];
+ var r = e[t]
this.set(r[0], r[1])
}
}
- c.prototype.clear = r, c.prototype["delete"] = a, c.prototype.get = i, c.prototype.has = o, c.prototype.set = s,
+
+ c.prototype.clear = r, c.prototype['delete'] = a, c.prototype.get = i, c.prototype.has = o, c.prototype.set = s,
e.exports = c
},
- "5ecc": function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ '5ecc': function(e, t, n) {
+ 'use strict'
+ n.d(t, 'a', (function() {
return r
- }));
- var r = "jeecg-"
+ }))
+ var r = 'jeecg-'
},
- "5efb": function(e, t, n) {
- "use strict";
- var r = n("92fa"),
+ '5efb': function(e, t, n) {
+ 'use strict'
+ var r = n('92fa'),
a = n.n(r),
- i = n("41b2"),
+ i = n('41b2'),
o = n.n(i),
- s = n("6042"),
+ s = n('6042'),
c = n.n(s),
- l = n("c544"),
- u = n("b6bb"),
- d = n("4df5"),
- h = void 0;
+ l = n('c544'),
+ u = n('b6bb'),
+ d = n('4df5'),
+ h = void 0
function f(e) {
return !e || null === e.offsetParent
}
function m(e) {
- var t = (e || "").match(/rgba?\((\d*), (\d*), (\d*)(, [\.\d]*)?\)/);
+ var t = (e || '').match(/rgba?\((\d*), (\d*), (\d*)(, [\.\d]*)?\)/)
return !(t && t[1] && t[2] && t[3]) || !(t[1] === t[2] && t[2] === t[3])
}
+
var p = {
- name: "Wave",
- props: ["insertExtraNode"],
+ name: 'Wave',
+ props: ['insertExtraNode'],
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
- var t = e.$el;
+ var t = e.$el
1 === t.nodeType && (e.instance = e.bindAnimationEvent(t))
}))
},
inject: {
configProvider: {
default: function() {
- return d["a"]
+ return d['a']
}
}
},
@@ -32514,52 +32801,52 @@
},
methods: {
onClick: function(e, t) {
- if (!(!e || f(e) || e.className.indexOf("-leave") >= 0)) {
- var n = this.$props.insertExtraNode;
- this.extraNode = document.createElement("div");
- var r = this.extraNode;
- r.className = "ant-click-animating-node";
- var a = this.getAttributeName();
- e.removeAttribute(a), e.setAttribute(a, "true"), h = h || document.createElement("style"), t && "#ffffff" !==
- t && "rgb(255, 255, 255)" !== t && m(t) && !/rgba\(\d*, \d*, \d*, 0\)/.test(t) && "transparent" !== t &&
+ if (!(!e || f(e) || e.className.indexOf('-leave') >= 0)) {
+ var n = this.$props.insertExtraNode
+ this.extraNode = document.createElement('div')
+ var r = this.extraNode
+ r.className = 'ant-click-animating-node'
+ var a = this.getAttributeName()
+ e.removeAttribute(a), e.setAttribute(a, 'true'), h = h || document.createElement('style'), t && '#ffffff' !==
+ t && 'rgb(255, 255, 255)' !== t && m(t) && !/rgba\(\d*, \d*, \d*, 0\)/.test(t) && 'transparent' !== t &&
(this.csp && this.csp.nonce && (h.nonce = this.csp.nonce), r.style.borderColor = t, h.innerHTML =
- "\n [ant-click-animating-without-extra-node='true']::after, .ant-click-animating-node {\n --antd-wave-shadow-color: " +
- t + ";\n }", document.body.contains(h) || document.body.appendChild(h)), n && e.appendChild(r),
- l["a"].addStartEventListener(e, this.onTransitionStart), l["a"].addEndEventListener(e, this.onTransitionEnd)
+ '\n [ant-click-animating-without-extra-node=\'true\']::after, .ant-click-animating-node {\n --antd-wave-shadow-color: ' +
+ t + ';\n }', document.body.contains(h) || document.body.appendChild(h)), n && e.appendChild(r),
+ l['a'].addStartEventListener(e, this.onTransitionStart), l['a'].addEndEventListener(e, this.onTransitionEnd)
}
},
onTransitionStart: function(e) {
if (!this.destroy) {
- var t = this.$el;
+ var t = this.$el
e && e.target === t && (this.animationStart || this.resetEffect(t))
}
},
onTransitionEnd: function(e) {
- e && "fadeEffect" === e.animationName && this.resetEffect(e.target)
+ e && 'fadeEffect' === e.animationName && this.resetEffect(e.target)
},
getAttributeName: function() {
- var e = this.$props.insertExtraNode;
- return e ? "ant-click-animating" : "ant-click-animating-without-extra-node"
+ var e = this.$props.insertExtraNode
+ return e ? 'ant-click-animating' : 'ant-click-animating-without-extra-node'
},
bindAnimationEvent: function(e) {
- var t = this;
- if (e && e.getAttribute && !e.getAttribute("disabled") && !(e.className.indexOf("disabled") >= 0)) {
+ var t = this
+ if (e && e.getAttribute && !e.getAttribute('disabled') && !(e.className.indexOf('disabled') >= 0)) {
var n = function(n) {
- if ("INPUT" !== n.target.tagName && !f(n.target)) {
- t.resetEffect(e);
- var r = getComputedStyle(e).getPropertyValue("border-top-color") || getComputedStyle(e).getPropertyValue(
- "border-color") || getComputedStyle(e).getPropertyValue("background-color");
+ if ('INPUT' !== n.target.tagName && !f(n.target)) {
+ t.resetEffect(e)
+ var r = getComputedStyle(e).getPropertyValue('border-top-color') || getComputedStyle(e).getPropertyValue(
+ 'border-color') || getComputedStyle(e).getPropertyValue('background-color')
t.clickWaveTimeoutId = window.setTimeout((function() {
return t.onClick(e, r)
- }), 0), u["a"].cancel(t.animationStartId), t.animationStart = !0, t.animationStartId = Object(u["a"])
+ }), 0), u['a'].cancel(t.animationStartId), t.animationStart = !0, t.animationStartId = Object(u['a'])
((function() {
t.animationStart = !1
}), 10)
}
- };
- return e.addEventListener("click", n, !0), {
+ }
+ return e.addEventListener('click', n, !0), {
cancel: function() {
- e.removeEventListener("click", n, !0)
+ e.removeEventListener('click', n, !0)
}
}
}
@@ -32567,41 +32854,41 @@
resetEffect: function(e) {
if (e && e !== this.extraNode && e instanceof Element) {
var t = this.$props.insertExtraNode,
- n = this.getAttributeName();
- e.setAttribute(n, "false"), h && (h.innerHTML = ""), t && this.extraNode && e.contains(this.extraNode) &&
- e.removeChild(this.extraNode), l["a"].removeStartEventListener(e, this.onTransitionStart), l["a"].removeEndEventListener(
+ n = this.getAttributeName()
+ e.setAttribute(n, 'false'), h && (h.innerHTML = ''), t && this.extraNode && e.contains(this.extraNode) &&
+ e.removeChild(this.extraNode), l['a'].removeStartEventListener(e, this.onTransitionStart), l['a'].removeEndEventListener(
e, this.onTransitionEnd)
}
}
},
render: function() {
- return this.configProvider.csp && (this.csp = this.configProvider.csp), this.$slots["default"] && this.$slots[
- "default"][0]
+ return this.configProvider.csp && (this.csp = this.configProvider.csp), this.$slots['default'] && this.$slots[
+ 'default'][0]
}
},
- _ = n("0c63"),
- v = n("b92b"),
- b = n("daa3"),
+ _ = n('0c63'),
+ v = n('b92b'),
+ b = n('daa3'),
y = /^[\u4e00-\u9fa5]{2}$/,
g = y.test.bind(y),
- M = Object(v["a"])(),
+ M = Object(v['a'])(),
w = {
- name: "AButton",
+ name: 'AButton',
inheritAttrs: !1,
__ANT_BUTTON: !0,
props: M,
inject: {
configProvider: {
default: function() {
- return d["a"]
+ return d['a']
}
}
},
data: function() {
return {
sizeMap: {
- large: "lg",
- small: "sm"
+ large: 'lg',
+ small: 'sm'
},
sLoading: !!this.loading,
hasTwoCNChar: !1
@@ -32620,30 +32907,30 @@
u = this.icon,
d = this.$slots,
h = this.configProvider.getPrefixCls,
- f = h("btn", t),
+ f = h('btn', t),
m = !1 !== this.configProvider.autoInsertSpaceInButton,
- p = "";
+ p = ''
switch (a) {
- case "large":
- p = "lg";
- break;
- case "small":
- p = "sm";
- break;
+ case 'large':
+ p = 'lg'
+ break
+ case 'small':
+ p = 'sm'
+ break
default:
break
}
- var _ = o ? "loading" : u,
- v = Object(b["c"])(d["default"]);
- return e = {}, c()(e, "" + f, !0), c()(e, f + "-" + n, n), c()(e, f + "-" + r, r), c()(e, f + "-" + p, p),
- c()(e, f + "-icon-only", 0 === v.length && _), c()(e, f + "-loading", o), c()(e, f + "-background-ghost",
- s || "ghost" === n), c()(e, f + "-two-chinese-chars", i && m), c()(e, f + "-block", l), e
+ var _ = o ? 'loading' : u,
+ v = Object(b['c'])(d['default'])
+ return e = {}, c()(e, '' + f, !0), c()(e, f + '-' + n, n), c()(e, f + '-' + r, r), c()(e, f + '-' + p, p),
+ c()(e, f + '-icon-only', 0 === v.length && _), c()(e, f + '-loading', o), c()(e, f + '-background-ghost',
+ s || 'ghost' === n), c()(e, f + '-two-chinese-chars', i && m), c()(e, f + '-block', l), e
}
},
watch: {
loading: function(e, t) {
- var n = this;
- t && "boolean" !== typeof t && clearTimeout(this.delayTimeout), e && "boolean" !== typeof e && e.delay ?
+ var n = this
+ t && 'boolean' !== typeof t && clearTimeout(this.delayTimeout), e && 'boolean' !== typeof e && e.delay ?
this.delayTimeout = setTimeout((function() {
n.sLoading = !!e
}), e.delay) : this.sLoading = !!e
@@ -32660,31 +32947,31 @@
},
methods: {
fixTwoCNChar: function() {
- var e = this.$refs.buttonNode;
+ var e = this.$refs.buttonNode
if (e) {
- var t = e.textContent;
+ var t = e.textContent
this.isNeedInserted() && g(t) ? this.hasTwoCNChar || (this.hasTwoCNChar = !0) : this.hasTwoCNChar && (
this.hasTwoCNChar = !1)
}
},
handleClick: function(e) {
- var t = this.$data.sLoading;
- t || this.$emit("click", e)
+ var t = this.$data.sLoading
+ t || this.$emit('click', e)
},
insertSpace: function(e, t) {
var n = this.$createElement,
- r = t ? " " : "";
- if ("string" === typeof e.text) {
- var a = e.text.trim();
- return g(a) && (a = a.split("").join(r)), n("span", [a])
+ r = t ? ' ' : ''
+ if ('string' === typeof e.text) {
+ var a = e.text.trim()
+ return g(a) && (a = a.split('').join(r)), n('span', [a])
}
return e
},
isNeedInserted: function() {
var e = this.$slots,
t = this.type,
- n = Object(b["f"])(this, "icon");
- return e["default"] && 1 === e["default"].length && !n && "link" !== t
+ n = Object(b['f'])(this, 'icon')
+ return e['default'] && 1 === e['default'].length && !n && 'link' !== t
}
},
render: function() {
@@ -32698,151 +32985,151 @@
l = this.sLoading,
u = this.$slots,
d = this.$attrs,
- h = Object(b["f"])(this, "icon"),
+ h = Object(b['f'])(this, 'icon'),
f = {
attrs: o()({}, d, {
disabled: s
}),
class: i,
- on: o()({}, Object(b["j"])(this), {
+ on: o()({}, Object(b['j'])(this), {
click: c
})
},
- m = l ? "loading" : h,
- v = m ? t(_["a"], {
+ m = l ? 'loading' : h,
+ v = m ? t(_['a'], {
attrs: {
type: m
}
}) : null,
- y = Object(b["c"])(u["default"]),
+ y = Object(b['c'])(u['default']),
g = !1 !== this.configProvider.autoInsertSpaceInButton,
M = y.map((function(t) {
return e.insertSpace(t, e.isNeedInserted() && g)
- }));
- if (void 0 !== d.href) return t("a", a()([f, {
- ref: "buttonNode"
- }]), [v, M]);
- var w = t("button", a()([f, {
- ref: "buttonNode",
+ }))
+ if (void 0 !== d.href) return t('a', a()([f, {
+ ref: 'buttonNode'
+ }]), [v, M])
+ var w = t('button', a()([f, {
+ ref: 'buttonNode',
attrs: {
- type: r || "button"
+ type: r || 'button'
}
- }]), [v, M]);
- return "link" === n ? w : t(p, [w])
+ }]), [v, M])
+ return 'link' === n ? w : t(p, [w])
}
},
- L = n("83ab"),
- O = n("db14");
- w.Group = L["b"], w.install = function(e) {
- e.use(O["a"]), e.component(w.name, w), e.component(L["b"].name, L["b"])
- };
- t["a"] = w
+ L = n('83ab'),
+ O = n('db14')
+ w.Group = L['b'], w.install = function(e) {
+ e.use(O['a']), e.component(w.name, w), e.component(L['b'].name, L['b'])
+ }
+ t['a'] = w
},
- "5f63": function(e, t, n) {
- "use strict";
- n.r(t);
+ '5f63': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-modal", {
+ n = e._self._c || t
+ return n('j-modal', {
attrs: {
title: e.title,
- width: "1200px",
+ width: '1200px',
visible: e.visible,
maskClosable: !1,
confirmLoading: e.confirmLoading,
- fullscreen: "",
- switchFullscreen: "",
- cancelText: "关闭"
+ fullscreen: '',
+ switchFullscreen: '',
+ cancelText: '关闭'
},
on: {
ok: e.handleOk,
cancel: e.handleCancel
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), n("a-button", {
+ }, [e._v('关闭')]), n('a-button', {
attrs: {
- type: "primary",
+ type: 'primary',
loading: e.confirmLoading
},
on: {
click: e.handleOk
}
- }, [e._v("保存")]), e.aiTestMode ? n("div", {
+ }, [e._v('保存')]), e.aiTestMode ? n('div', {
staticStyle: {
- display: "inline-block",
- float: "left"
+ display: 'inline-block',
+ float: 'left'
}
- }, [n("a-select", {
+ }, [n('a-select', {
staticStyle: {
- width: "250px",
- margin: "0 10px 0 20px"
+ width: '250px',
+ margin: '0 10px 0 20px'
},
attrs: {
- placeholder: "请选择测试的表类型"
+ placeholder: '请选择测试的表类型'
},
model: {
value: e.aiTestTable,
callback: function(t) {
e.aiTestTable = t
},
- expression: "aiTestTable"
+ expression: 'aiTestTable'
}
}, e._l(e.aiTableList, (function(t, r) {
- return n("a-select-option", {
+ return n('a-select-option', {
key: r,
attrs: {
value: t.name
}
- }, [e._v(e._s(t.title + "(" + t.name + ")"))])
- })), 1), n("a-button", {
+ }, [e._v(e._s(t.title + '(' + t.name + ')'))])
+ })), 1), n('a-button', {
attrs: {
- type: "primary",
- ghost: ""
+ type: 'primary',
+ ghost: ''
},
on: {
click: e.initVirtualData
}
- }, [e._v("生成数据>>")])], 1) : e._e()], 1), n("a-spin", {
+ }, [e._v('生成数据>>')])], 1) : e._e()], 1), n('a-spin', {
attrs: {
spinning: e.confirmLoading
}
- }, [n("a-form", {
+ }, [n('a-form', {
class: {
- "online-config-cust": !0
+ 'online-config-cust': !0
},
attrs: {
form: e.form,
- layout: "inline"
+ layout: 'inline'
}
- }, [n("a-list", [n("a-list-item", [n("a-row", {
+ }, [n('a-list', [n('a-list-item', [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 24
}
- }, [n("a-row", {
+ }, [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: {
@@ -32851,125 +33138,125 @@
wrapperCol: {
span: 18
},
- label: "表名"
+ label: '表名'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["tableName", e.validatorRules.tableName],
- expression: "['tableName', validatorRules.tableName ]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['tableName', e.validatorRules.tableName],
+ expression: '[\'tableName\', validatorRules.tableName ]'
}],
attrs: {
readOnly: e.editPageFlag,
- placeholder: "请输入表名"
+ placeholder: '请输入表名'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "表描述"
+ label: '表描述'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["tableTxt", e.validatorRules.tableTxt],
- expression: "['tableTxt', validatorRules.tableTxt ]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['tableTxt', e.validatorRules.tableTxt],
+ expression: '[\'tableTxt\', validatorRules.tableTxt ]'
}],
attrs: {
- placeholder: "请输入表描述"
+ placeholder: '请输入表描述'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "表类型"
+ label: '表类型'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["tableType", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['tableType', {
initialValue: 1
}],
- expression: "[ 'tableType', {initialValue: 1}]"
+ expression: '[ \'tableType\', {initialValue: 1}]'
}],
on: {
change: e.handleChangeInTableType
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
value: 1
}
- }, [e._v("单表")]), n("a-select-option", {
+ }, [e._v('单表')]), n('a-select-option', {
attrs: {
value: 2
}
- }, [e._v("主表")]), n("a-select-option", {
+ }, [e._v('主表')]), n('a-select-option', {
attrs: {
value: 3
}
- }, [e._v("附表")])], 1)], 1)], 1)], 1), e.showRelationType ? n("a-row", {
+ }, [e._v('附表')])], 1)], 1)], 1)], 1), e.showRelationType ? n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 4,
push: 17
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
wrapperCol: {
span: 24
}
}
- }, [n("a-radio-group", {
+ }, [n('a-radio-group', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["relationType", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['relationType', {
initialValue: 0
}],
- expression: "[ 'relationType', {initialValue:0}]"
+ expression: '[ \'relationType\', {initialValue:0}]'
}]
- }, [n("a-radio", {
+ }, [n('a-radio', {
attrs: {
value: 0
}
- }, [e._v("一对多")]), n("a-radio", {
+ }, [e._v('一对多')]), n('a-radio', {
attrs: {
value: 1
}
- }, [e._v("一对一")])], 1)], 1)], 1), n("a-col", {
+ }, [e._v('一对一')])], 1)], 1)], 1), n('a-col', {
attrs: {
span: 3,
push: 17
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: {
@@ -32978,504 +33265,504 @@
wrapperCol: {
span: 17
},
- label: "序号"
+ label: '序号'
}
- }, [n("a-input-number", {
+ }, [n('a-input-number', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["tabOrderNum", e.validatorRules.tabOrderNum],
- expression: "[ 'tabOrderNum', validatorRules.tabOrderNum]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['tabOrderNum', e.validatorRules.tabOrderNum],
+ expression: '[ \'tabOrderNum\', validatorRules.tabOrderNum]'
}],
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
- placeholder: "请输入序号"
+ placeholder: '请输入序号'
}
- })], 1)], 1)], 1) : e._e()], 1)], 1)], 1), n("a-list-item", [n("a-row", {
+ })], 1)], 1)], 1) : e._e()], 1)], 1)], 1), n('a-list-item', [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "表单分类"
+ label: '表单分类'
}
- }, [n("j-dict-select-tag", {
+ }, [n('j-dict-select-tag', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["formCategory", {
- initialValue: "temp"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['formCategory', {
+ initialValue: 'temp'
}],
- expression: "[ 'formCategory', {initialValue: 'temp'}]"
+ expression: '[ \'formCategory\', {initialValue: \'temp\'}]'
}],
attrs: {
- "dict-code": "ol_form_biz_type",
- "trigger-change": !0,
- placeholder: "请选择"
+ 'dict-code': 'ol_form_biz_type',
+ 'trigger-change': !0,
+ placeholder: '请选择'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "主键策略"
+ label: '主键策略'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["idType", {
- initialValue: "UUID"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['idType', {
+ initialValue: 'UUID'
}],
- expression: "[ 'idType', {initialValue: 'UUID'}]"
+ expression: '[ \'idType\', {initialValue: \'UUID\'}]'
}],
on: {
change: e.handleChangeInIdType
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "UUID"
+ value: 'UUID'
}
- }, [e._v("ID_WORKER(分布式自增)")])], 1)], 1)], 1), n("a-col", {
+ }, [e._v('ID_WORKER(分布式自增)')])], 1)], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "使用表单设计"
+ label: '使用表单设计'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["isDesForm", {
- initialValue: "N"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['isDesForm', {
+ initialValue: 'N'
}],
- expression: "[ 'isDesForm', {initialValue: 'N'}]"
+ expression: '[ \'isDesForm\', {initialValue: \'N\'}]'
}],
on: {
change: e.handleChangeInIsDesForm
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "Y"
+ value: 'Y'
}
- }, [e._v("是")]), n("a-select-option", {
+ }, [e._v('是')]), n('a-select-option', {
attrs: {
- value: "N"
+ value: 'N'
}
- }, [e._v("否")])], 1)], 1)], 1), e.showIdSequence ? n("a-col", {
+ }, [e._v('否')])], 1)], 1)], 1), e.showIdSequence ? n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "序号名称"
+ label: '序号名称'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["idSequence", e.validatorRules.idSequence],
- expression: "['idSequence', validatorRules.idSequence]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['idSequence', e.validatorRules.idSequence],
+ expression: '[\'idSequence\', validatorRules.idSequence]'
}],
attrs: {
- placeholder: "请输入序号名称"
+ placeholder: '请输入序号名称'
}
- })], 1)], 1) : e._e()], 1)], 1), n("a-list-item", [n("a-row", {
+ })], 1)], 1) : e._e()], 1)], 1), n('a-list-item', [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "主题模板"
+ label: '主题模板'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["themeTemplate", {
- initialValue: "normal"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['themeTemplate', {
+ initialValue: 'normal'
}],
- expression: "[ 'themeTemplate',{initialValue:'normal'}]"
+ expression: '[ \'themeTemplate\',{initialValue:\'normal\'}]'
}],
attrs: {
- placeholder: "请选择主题模板",
+ placeholder: '请选择主题模板',
disabled: e.templateFlag
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "normal"
+ value: 'normal'
}
- }, [e._v("默认主题")]), n("a-select-option", {
+ }, [e._v('默认主题')]), n('a-select-option', {
attrs: {
- value: "erp"
+ value: 'erp'
}
- }, [e._v("ERP主题(一对多)")]), n("a-select-option", {
+ }, [e._v('ERP主题(一对多)')]), n('a-select-option', {
attrs: {
- value: "innerTable"
+ value: 'innerTable'
}
- }, [e._v("内嵌子表主题(一对多)")]), n("a-select-option", {
+ }, [e._v('内嵌子表主题(一对多)')]), n('a-select-option', {
attrs: {
- value: "tab"
+ value: 'tab'
}
- }, [e._v("TAB主题(一对多)")])], 1)], 1)], 1), n("a-col", {
+ }, [e._v('TAB主题(一对多)')])], 1)], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "表单风格"
+ label: '表单风格'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["formTemplate", {
- initialValue: "1"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['formTemplate', {
+ initialValue: '1'
}],
- expression: "[ 'formTemplate',{initialValue:'1'}]"
+ expression: '[ \'formTemplate\',{initialValue:\'1\'}]'
}],
attrs: {
- placeholder: "请选择PC表单风格"
+ placeholder: '请选择PC表单风格'
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "1"
+ value: '1'
}
- }, [e._v("一列")]), n("a-select-option", {
+ }, [e._v('一列')]), n('a-select-option', {
attrs: {
- value: "2"
+ value: '2'
}
- }, [e._v("两列")]), n("a-select-option", {
+ }, [e._v('两列')]), n('a-select-option', {
attrs: {
- value: "3"
+ value: '3'
}
- }, [e._v("三列")]), n("a-select-option", {
+ }, [e._v('三列')]), n('a-select-option', {
attrs: {
- value: "4"
+ value: '4'
}
- }, [e._v("四列")])], 1)], 1)], 1), e._e(), n("a-col", {
+ }, [e._v('四列')])], 1)], 1)], 1), e._e(), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "滚动条"
+ label: '滚动条'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["scroll", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['scroll', {
initialValue: 1
}],
- expression: "[ 'scroll', {initialValue: 1}]"
+ expression: '[ \'scroll\', {initialValue: 1}]'
}]
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
value: 1
}
- }, [e._v("有")]), n("a-select-option", {
+ }, [e._v('有')]), n('a-select-option', {
attrs: {
value: 0
}
- }, [e._v("无")])], 1)], 1)], 1)], 1)], 1), n("a-list-item", [n("a-row", {
+ }, [e._v('无')])], 1)], 1)], 1)], 1)], 1), n('a-list-item', [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "显示复选框"
+ label: '显示复选框'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["isCheckbox", {
- initialValue: "Y"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['isCheckbox', {
+ initialValue: 'Y'
}],
- expression: "[ 'isCheckbox', {initialValue: 'Y'}]"
+ expression: '[ \'isCheckbox\', {initialValue: \'Y\'}]'
}]
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "Y"
+ value: 'Y'
}
- }, [e._v("是")]), n("a-select-option", {
+ }, [e._v('是')]), n('a-select-option', {
attrs: {
- value: "N"
+ value: 'N'
}
- }, [e._v("否")])], 1)], 1)], 1), n("a-col", {
+ }, [e._v('否')])], 1)], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "是否分页"
+ label: '是否分页'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["isPage", {
- initialValue: "Y"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['isPage', {
+ initialValue: 'Y'
}],
- expression: "[ 'isPage', {initialValue: 'Y'}]"
+ expression: '[ \'isPage\', {initialValue: \'Y\'}]'
}]
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "Y"
+ value: 'Y'
}
- }, [e._v("是")]), n("a-select-option", {
+ }, [e._v('是')]), n('a-select-option', {
attrs: {
- value: "N"
+ value: 'N'
}
- }, [e._v("否")])], 1)], 1)], 1), n("a-col", {
+ }, [e._v('否')])], 1)], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "是否树"
+ label: '是否树'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["isTree", {
- initialValue: "N"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['isTree', {
+ initialValue: 'N'
}],
- expression: "[ 'isTree', {initialValue: 'N'}]"
+ expression: '[ \'isTree\', {initialValue: \'N\'}]'
}],
on: {
change: e.handleChangeInIsTree
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "Y"
+ value: 'Y'
}
- }, [e._v("是")]), n("a-select-option", {
+ }, [e._v('是')]), n('a-select-option', {
attrs: {
- value: "N"
+ value: 'N'
}
- }, [e._v("否")])], 1)], 1)], 1)], 1)], 1), n("a-list-item", [n("a-row", {
+ }, [e._v('否')])], 1)], 1)], 1)], 1)], 1), n('a-list-item', [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [e.showDesFormCode ? n("a-col", {
+ }, [e.showDesFormCode ? n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "表单编码"
+ label: '表单编码'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["desFormCode", e.validatorRules.desFormCode],
- expression: " ['desFormCode', validatorRules.desFormCode]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['desFormCode', e.validatorRules.desFormCode],
+ expression: ' [\'desFormCode\', validatorRules.desFormCode]'
}],
attrs: {
- placeholder: "表单编码"
+ placeholder: '表单编码'
}
- })], 1)], 1) : e._e()], 1)], 1), e.showTreeParentIdField ? n("a-list-item", [n("a-row", {
+ })], 1)], 1) : e._e()], 1)], 1), e.showTreeParentIdField ? n('a-list-item', [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "树表单父ID"
+ label: '树表单父ID'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["treeParentIdField", e.validatorRules.treeParentIdField],
- expression: " ['treeParentIdField', validatorRules.treeParentIdField]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['treeParentIdField', e.validatorRules.treeParentIdField],
+ expression: ' [\'treeParentIdField\', validatorRules.treeParentIdField]'
}],
attrs: {
- placeholder: "请输入树表单父ID字段名"
+ placeholder: '请输入树表单父ID字段名'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
staticStyle: {
- display: "none"
+ display: 'none'
},
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "是否有子节点字段"
+ label: '是否有子节点字段'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["treeIdField", e.validatorRules.treeIdField],
- expression: " ['treeIdField', validatorRules.treeIdField]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['treeIdField', e.validatorRules.treeIdField],
+ expression: ' [\'treeIdField\', validatorRules.treeIdField]'
}],
attrs: {
- placeholder: "请输入是否有子节点字段名"
+ placeholder: '请输入是否有子节点字段名'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.threeCol.label,
wrapperCol: e.threeCol.wrapper,
- label: "树开表单列"
+ label: '树开表单列'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["treeFieldname", e.validatorRules.treeFieldname],
- expression: " ['treeFieldname', validatorRules.treeFieldname]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['treeFieldname', e.validatorRules.treeFieldname],
+ expression: ' [\'treeFieldname\', validatorRules.treeFieldname]'
}],
attrs: {
- placeholder: "请输入树开表单列字段名"
+ placeholder: '请输入树开表单列字段名'
}
- })], 1)], 1)], 1)], 1) : e._e(), e.showSubTable ? n("a-list-item", [n("a-row", {
+ })], 1)], 1)], 1)], 1) : e._e(), e.showSubTable ? n('a-list-item', [n('a-row', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
gutter: e.gutter
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
labelCol: e.oneCol.label,
wrapperCol: e.oneCol.wrapper,
- label: "附表"
+ label: '附表'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["subTableStr"],
- expression: " ['subTableStr']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['subTableStr'],
+ expression: ' [\'subTableStr\']'
}],
attrs: {
disabled: !0
}
- })], 1)], 1)], 1)], 1) : e._e()], 1)], 1), n("a-spin", {
+ })], 1)], 1)], 1)], 1) : e._e()], 1)], 1), n('a-spin', {
attrs: {
spinning: e.tableLoading
}
- }, [n("a-tabs", {
+ }, [n('a-tabs', {
on: {
change: e.handleChangeInTabs
},
@@ -33484,18 +33771,18 @@
callback: function(t) {
e.activeKey = t
},
- expression: "activeKey"
+ expression: 'activeKey'
}
- }, [n("a-tab-pane", {
- key: "1",
+ }, [n('a-tab-pane', {
+ key: '1',
attrs: {
- tab: "数据库属性",
+ tab: '数据库属性',
forceRender: !0
}
- }, [n("db-attribute-table", {
- ref: "table1",
+ }, [n('db-attribute-table', {
+ ref: 'table1',
attrs: {
- "action-button": e.actionButton
+ 'action-button': e.actionButton
},
on: {
added: e.handleAdded,
@@ -33504,81 +33791,82 @@
inserted: e.handleInserted,
syncDbType: e.handleSyncDbType
}
- })], 1), n("a-tab-pane", {
- key: "2",
+ })], 1), n('a-tab-pane', {
+ key: '2',
attrs: {
- tab: "页面属性",
+ tab: '页面属性',
forceRender: !0
}
- }, [n("page-attribute-table", {
- ref: "table2"
- })], 1), n("a-tab-pane", {
- key: "3",
+ }, [n('page-attribute-table', {
+ ref: 'table2'
+ })], 1), n('a-tab-pane', {
+ key: '3',
attrs: {
- tab: "校验字段",
+ tab: '校验字段',
forceRender: !0
}
- }, [n("check-dict-table", {
- ref: "table3"
- })], 1), n("a-tab-pane", {
- key: "4",
+ }, [n('check-dict-table', {
+ ref: 'table3'
+ })], 1), n('a-tab-pane', {
+ key: '4',
attrs: {
- tab: "外键",
+ tab: '外键',
forceRender: !0
}
- }, [n("foreign-key-table", {
- ref: "table4",
+ }, [n('foreign-key-table', {
+ ref: 'table4',
attrs: {
- "action-button": e.actionButton
+ 'action-button': e.actionButton
}
- })], 1), n("a-tab-pane", {
- key: "5",
+ })], 1), n('a-tab-pane', {
+ key: '5',
attrs: {
- tab: "索引",
+ tab: '索引',
forceRender: !0
}
- }, [n("index-table", {
- ref: "table5",
+ }, [n('index-table', {
+ ref: 'table5',
attrs: {
- "action-button": e.actionButton
+ 'action-button': e.actionButton
}
- })], 1), n("a-tab-pane", {
- key: "6",
+ })], 1), n('a-tab-pane', {
+ key: '6',
attrs: {
- tab: "查询配置",
+ tab: '查询配置',
forceRender: !0
}
- }, [n("query-table", {
- ref: "table6",
+ }, [n('query-table', {
+ ref: 'table6',
on: {
query: e.queryFieldSetting
}
})], 1)], 1)], 1)], 1)], 2)
},
a = [],
- i = n("a34a"),
+ i = n('a34a'),
o = n.n(i),
- s = n("c99d"),
- c = n("89c4"),
- l = n("1b50"),
- u = n("f12d"),
- d = n("afb7"),
- h = n("d0f6"),
- f = n("addb"),
- m = n("e2e0"),
- p = n("0fea"),
- _ = n("88bc"),
+ s = n('c99d'),
+ c = n('89c4'),
+ l = n('1b50'),
+ u = n('f12d'),
+ d = n('afb7'),
+ h = n('d0f6'),
+ f = n('addb'),
+ m = n('e2e0'),
+ p = n('0fea'),
+ _ = n('88bc'),
v = n.n(_),
- b = n("ca00"),
- y = n("f654");
+ b = n('ca00'),
+ y = n('f654')
function g(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = S(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = S(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -33596,17 +33884,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -33635,17 +33923,18 @@
function w(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- M(i, r, a, o, s, "next", e)
+ M(i, r, a, o, s, 'next', e)
}
function s(e) {
- M(i, r, a, o, s, "throw", e)
+ M(i, r, a, o, s, 'throw', e)
}
+
o(void 0)
}))
}
@@ -33657,31 +33946,31 @@
function O() {
throw new TypeError(
- "Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function S(e, t) {
if (e) {
- if ("string" === typeof e) return k(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? k(e, t) : void 0
+ if ('string' === typeof e) return k(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? k(e, t) : void 0
}
}
function k(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
function C(e, t) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) {
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) {
var n = [],
r = !0,
a = !1,
- i = void 0;
+ i = void 0
try {
for (var o, s = e[Symbol.iterator](); !(r = (o = s.next()).done); r = !0)
if (n.push(o.value), t && n.length === t) break
@@ -33689,7 +33978,7 @@
a = !0, i = c
} finally {
try {
- r || null == s["return"] || s["return"]()
+ r || null == s['return'] || s['return']()
} finally {
if (a) throw i
}
@@ -33701,16 +33990,17 @@
function T(e) {
if (Array.isArray(e)) return e
}
+
var x = {
- name: "OnlCgformHeadModal",
- mixins: [y["AiTestOnlineMixin"]],
+ name: 'OnlCgformHeadModal',
+ mixins: [y['AiTestOnlineMixin']],
components: {
- "db-attribute-table": s["default"],
- PageAttributeTable: c["default"],
- CheckDictTable: l["default"],
- ForeignKeyTable: u["default"],
- IndexTable: d["default"],
- QueryTable: h["default"]
+ 'db-attribute-table': s['default'],
+ PageAttributeTable: c['default'],
+ CheckDictTable: l['default'],
+ ForeignKeyTable: u['default'],
+ IndexTable: d['default'],
+ QueryTable: h['default']
},
provide: function() {
return {
@@ -33725,11 +34015,11 @@
}
},
data: function() {
- var e = this;
+ var e = this
return {
- title: "操作",
+ title: '操作',
visible: !1,
- activeKey: "1",
+ activeKey: '1',
model: {},
gutter: 8,
showRelationType: !1,
@@ -33759,7 +34049,7 @@
tableName: {
rules: [{
required: !0,
- message: "请输入表名!"
+ message: '请输入表名!'
}, {
validator: this.validateTableName
}]
@@ -33767,78 +34057,80 @@
tableTxt: {
rules: [{
required: !0,
- message: "请输入表说明!"
+ message: '请输入表说明!'
}]
},
idSequence: {
rules: [{
required: !0,
- message: "请输入序号名称!"
+ message: '请输入序号名称!'
}]
},
treeParentIdField: {
rules: [{
required: !0,
- message: "请输入树表单父ID!"
+ message: '请输入树表单父ID!'
}]
},
treeFieldname: {
rules: [{
required: !0,
- message: "请输入树开表单列!"
+ message: '请输入树开表单列!'
}]
},
treeIdField: {
rules: [{
required: !0,
- message: "请输入是否有子节点字段名!"
+ message: '请输入是否有子节点字段名!'
}]
},
tabOrderNum: {
initialValue: 1,
rules: [{
required: !0,
- message: "请输入序号!"
+ message: '请输入序号!'
}]
},
desFormCode: {
rules: [{
required: !0,
- message: "请输入表单设计器编码!"
+ message: '请输入表单设计器编码!'
}]
}
},
url: {
- add: "/online/cgform/head/add",
- edit: "/online/cgform/head/edit",
- addAll: "/online/cgform/api/addAll",
- editAll: "/online/cgform/api/editAll",
- queryField: "/online/cgform/field/listByHeadId",
- queryIndex: "/online/cgform/index/listByHeadId",
- checkOnlyTable: "/online/cgform/api/checkOnlyTable"
+ add: '/online/cgform/head/add',
+ edit: '/online/cgform/head/edit',
+ addAll: '/online/cgform/api/addAll',
+ editAll: '/online/cgform/api/editAll',
+ queryField: '/online/cgform/field/listByHeadId',
+ queryIndex: '/online/cgform/index/listByHeadId',
+ checkOnlyTable: '/online/cgform/api/checkOnlyTable'
},
treeFieldAdded: !1,
tree_field_id: [],
VALIDATE_NO_PASSED: Symbol(),
editPageFlag: !1,
- syncAllTableNowDebounce: Object(b["g"])((function() {
+ syncAllTableNowDebounce: Object(b['g'])((function() {
e.syncAllTableNowPromise()
}), 150),
fieldTempIds: [],
showDesFormCode: !1,
templateFlag: !1,
- metaTableName: ""
+ metaTableName: ''
}
},
watch: {},
- created: function() {},
- mounted: function() {},
+ created: function() {
+ },
+ mounted: function() {
+ },
methods: {
getRefPromise: function(e) {
- var t = this;
+ var t = this
return new Promise((function(n) {
(function r() {
- var a = t.$refs[e];
+ var a = t.$refs[e]
a ? n(a) : setTimeout((function() {
r()
}), 10)
@@ -33846,7 +34138,7 @@
}))
},
add: function() {
- var e = this;
+ var e = this
this.treeFieldAdded = !1, this.editPageFlag = !1, this.getAllTable().then((function(t) {
var n = L(t, 6),
r = n[0],
@@ -33855,58 +34147,65 @@
o = n[3],
s = (n[4], n[5]),
c = [],
- l = Object(f["getMasterTableInitialData"])();
+ l = Object(f['getMasterTableInitialData'])()
l.forEach((function(e, t) {
- e.id = Object(b["d"])(), c.push(e.id)
+ e.id = Object(b['d'])(), c.push(e.id)
})), e.fieldTempIds = c, setTimeout((function() {
setTimeout((function() {
- Object(f["setDataSource"])(a, l), Object(f["setDataSource"])(i, l), Object(f["setDataSource"])
- (o, l), Object(f["setDataSource"])(s, l)
- }), 1), Object(f["setDataSource"])(r, l)
+ Object(f['setDataSource'])(a, l), Object(f['setDataSource'])(i, l), Object(f['setDataSource'])
+ (o, l), Object(f['setDataSource'])(s, l)
+ }), 1), Object(f['setDataSource'])(r, l)
}), 1)
- })), this.edit({}, "add")
+ })), this.edit({}, 'add')
},
edit: function(e) {
- var t = this,
- n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : "";
- this.metaTableName = "", this.initialAllTable(), this.activeKey = "1", this.visible = !0, this.form.resetFields(),
- this.model = Object.assign({}, e), this.treeFieldAdded = "Y" == e.isTree;
- var r = v()(this.model, "themeTemplate", "tableName", "scroll", "tableType", "tableVersion", "tableTxt",
- "isCheckbox", "isDbSynch", "isPage", "isTree", "idSequence", "idType", "queryMode", "relationType",
- "subTableStr", "tabOrderNum", "treeParentIdField", "treeIdField", "treeFieldname", "formCategory",
- "formTemplate", "formTemplateMobile", "isDesForm", "desFormCode");
+ debugger
+ var t = this
+ var n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : ''
+ this.metaTableName = ''
+ this.initialAllTable()
+ this.activeKey = '1'
+ this.visible = !0
+ this.form.resetFields()
+ this.model = Object.assign({}, e),this.treeFieldAdded = 'Y' == e.isTree
+ var r = v()(this.model, 'themeTemplate', 'tableName', 'scroll', 'tableType', 'tableVersion', 'tableTxt',
+ 'isCheckbox', 'isDbSynch', 'isPage', 'isTree', 'idSequence', 'idType', 'queryMode', 'relationType',
+ 'subTableStr', 'tabOrderNum', 'treeParentIdField', 'treeIdField', 'treeFieldname', 'formCategory',
+ 'formTemplate', 'formTemplateMobile', 'isDesForm', 'desFormCode')
this.tableJsonGetHelper(r), this.initialAllShowItem(r), this.$nextTick((function() {
- t.form.setFieldsValue(r), t.metaTableName = r["tableName"]
- })), "add" !== n && (this.tableLoading = !0, this.editPageFlag = 1 != this.model.tableVersion, Promise.all(
- [Object(p["c"])(this.url.queryField, {
+ t.form.setFieldsValue(r), t.metaTableName = r['tableName']
+ })), 'add' !== n && (this.tableLoading = !0, this.editPageFlag = 1 != this.model.tableVersion, Promise.all(
+ [Object(p['c'])(this.url.queryField, {
headId: this.model.id
- }), this.getRefPromise("table1"), this.getRefPromise("table2"), this.getRefPromise("table3"), this.getRefPromise(
- "table4"), this.getRefPromise("table6")]).then((function(e) {
+ }), this.getRefPromise('table1'), this.getRefPromise('table2'), this.getRefPromise('table3'), this.getRefPromise(
+ 'table4'), this.getRefPromise('table6')]).then((function(e) {
var n = L(e, 6),
r = n[0].result,
a = n[1],
i = n[2],
o = n[3],
s = n[4],
- c = n[5];
- t.fieldsJsonGetHelper(r), a.deleteIds = [], a.selectedRowKeys = [], Object(f["setDataSource"])(a, r,
+ c = n[5]
+ t.fieldsJsonGetHelper(r), a.deleteIds = [], a.selectedRowKeys = [], Object(f['setDataSource'])(a, r,
!0), setTimeout((function() {
- Object(f["setDataSource"])(i, r), Object(f["setDataSource"])(o, r), Object(f["setDataSource"])(c,
- r), Object(f["setDataSource"])(s, r)
+ Object(f['setDataSource'])(i, r), Object(f['setDataSource'])(o, r), Object(f['setDataSource'])(c,
+ r), Object(f['setDataSource'])(s, r)
}), 100)
- })).catch((function(e) {})).then((function() {
+ })).catch((function(e) {
+ })).then((function() {
t.tableLoading = !1
- })), Promise.all([Object(p["c"])(this.url.queryIndex, {
+ })), Promise.all([Object(p['c'])(this.url.queryIndex, {
headId: this.model.id
- }), this.getRefPromise("table5")]).then((function(e) {
+ }), this.getRefPromise('table5')]).then((function(e) {
var t = L(e, 2),
n = t[0].result,
- r = t[1];
- Object(f["setDataSource"])(r, n)
- })).catch((function(e) {})))
+ r = t[1]
+ Object(f['setDataSource'])(r, n)
+ })).catch((function(e) {
+ })))
},
close: function() {
- this.$emit("close"), this.visible = !1
+ this.$emit('close'), this.visible = !1
},
handleOk: function() {
this.validateFields()
@@ -33915,27 +34214,27 @@
this.close()
},
initialAllShowItem: function(e) {
- this.handleChangeInTableType(e.tableType || 1), this.handleChangeInIsTree(e.isTree || "N"), this.handleChangeInIdType(
- e.idType || "UUID"), this.showSubTable = 2 === (e.tableType || 1), this.handleChangeInIsDesForm(e.isDesForm ||
- "N")
+ this.handleChangeInTableType(e.tableType || 1), this.handleChangeInIsTree(e.isTree || 'N'), this.handleChangeInIdType(
+ e.idType || 'UUID'), this.showSubTable = 2 === (e.tableType || 1), this.handleChangeInIsDesForm(e.isDesForm ||
+ 'N')
},
handleChangeInTableType: function(e) {
1 === e ? (this.templateFlag = !0, this.form.setFieldsValue({
- themeTemplate: "normal"
- })) : this.templateFlag = !1, this.showRelationType = 3 === e, this.getRefPromise("table2").then((
+ themeTemplate: 'normal'
+ })) : this.templateFlag = !1, this.showRelationType = 3 === e, this.getRefPromise('table2').then((
function(t) {
t.changePageType(3 == e)
}))
},
handleChangeInIsTree: function(e) {
- this.showTreeParentIdField = "Y" === e, "Y" === e ? this.addTreeNeedField() : this.deleteTreeNeedField()
+ this.showTreeParentIdField = 'Y' === e, 'Y' === e ? this.addTreeNeedField() : this.deleteTreeNeedField()
},
handleChangeInIdType: function(e) {
- this.showIdSequence = "SEQUENCE" === e
+ this.showIdSequence = 'SEQUENCE' === e
},
getAllTable: function() {
- return Promise.all([this.getRefPromise("table1"), this.getRefPromise("table2"), this.getRefPromise(
- "table3"), this.getRefPromise("table4"), this.getRefPromise("table5"), this.getRefPromise("table6")])
+ return Promise.all([this.getRefPromise('table1'), this.getRefPromise('table2'), this.getRefPromise(
+ 'table3'), this.getRefPromise('table4'), this.getRefPromise('table5'), this.getRefPromise('table6')])
},
initialAllTable: function() {
this.getAllTable().then((function(e) {
@@ -33945,11 +34244,11 @@
}))
},
handleChangeInTabs: function(e) {
- -1 !== ["2", "3", "4", "5", "6"].indexOf(e) && Promise.all([this.getRefPromise("table1"), this.getRefPromise(
- "table".concat(e))]).then((function(e) {
+ -1 !== ['2', '3', '4', '5', '6'].indexOf(e) && Promise.all([this.getRefPromise('table1'), this.getRefPromise(
+ 'table'.concat(e))]).then((function(e) {
var t = L(e, 2),
n = t[0],
- r = t[1];
+ r = t[1]
n.$refs.editableTable.resetScrollTop(), r.syncTable(n)
}))
},
@@ -33961,16 +34260,16 @@
},
handleDragged: function(e) {
var t = e.oldIndex,
- n = e.newIndex;
- e.target;
+ n = e.newIndex
+ e.target
this.syncAllOrderNumNow(t, n)
},
handleInserted: function(e) {
var t = this,
n = e.insertIndex,
- r = e.target;
+ r = e.target
this.syncAllTableNowPromise().then((function(e) {
- var a = r.$refs.editableTable.rows.length - 1;
+ var a = r.$refs.editableTable.rows.length - 1
t.syncAllOrderNumNow(a, n)
}))
},
@@ -33982,7 +34281,7 @@
}))
},
handleSyncDbType: function(e) {
- this.getRefPromise("table2").then((function(t) {
+ this.getRefPromise('table2').then((function(t) {
t.syncFieldShowType(e.row)
}))
},
@@ -33993,26 +34292,26 @@
return this.getAllTable().then((function(e) {
return new Promise(function() {
var t = w(o.a.mark((function t(n, r) {
- var a, i, s, c, l, u;
+ var a, i, s, c, l, u
return o.a.wrap((function(t) {
while (1) switch (t.prev = t.next) {
case 0:
return a = L(e, 6), i = a[0], s = a[1], c = a[2], l = a[3], a[4], u = a[5], t.next = 3,
- s.syncTable(i);
+ s.syncTable(i)
case 3:
- return t.next = 5, c.syncTable(i);
+ return t.next = 5, c.syncTable(i)
case 5:
- return t.next = 7, l.syncTable(i);
+ return t.next = 7, l.syncTable(i)
case 7:
- return t.next = 9, u.syncTable(i);
+ return t.next = 9, u.syncTable(i)
case 9:
- n();
+ n()
case 10:
- case "end":
+ case 'end':
return t.stop()
}
}), t)
- })));
+ })))
return function(e, n) {
return t.apply(this, arguments)
}
@@ -34020,33 +34319,33 @@
}))
},
validateFields: function() {
- var e = this;
- this.confirmLoading = !0;
- var t = {};
+ var e = this
+ this.confirmLoading = !0
+ var t = {}
new Promise((function(t, n) {
e.form.validateFields((function(r, a) {
- r ? n(m["b"]) : (2 != a.tableType && 3 != a.tableType || "Y" == a.isTree && (e.$message.warning(
- "主表和附表不支持树类型!"), n(m["b"])), t({
+ r ? n(m['b']) : (2 != a.tableType && 3 != a.tableType || 'Y' == a.isTree && (e.$message.warning(
+ '主表和附表不支持树类型!'), n(m['b'])), t({
values: a
}))
}))
})).then((function(n) {
return Object.assign(t, n), e.validateTableFields()
})).then((function(n) {
- Object.assign(t, n);
- var r = e.classifyIntoFormData(t);
+ Object.assign(t, n)
+ var r = e.classifyIntoFormData(t)
return e.requestAddOrEdit(r)
})).catch((function(t) {
- e.confirmLoading = !1, t.error, m["b"]
+ e.confirmLoading = !1, t.error, m['b']
}))
},
requestAddOrEdit: function(e) {
- var t = this;
+ var t = this
if (this.confirmLoading = !0, e.fields && e.fields.length > 0) {
- var n, r = g(e.fields);
+ var n, r = g(e.fields)
try {
for (r.s(); !(n = r.n()).done;) {
- var a = n.value;
+ var a = n.value
a.dbFieldName = a.dbFieldName.toLowerCase()
}
} catch (s) {
@@ -34055,12 +34354,12 @@
r.f()
}
}
- e.head && e.head.tableName && (e.head.tableName = e.head.tableName.toLowerCase().trim());
- var i = "post",
- o = this.url.addAll;
- this.model.id && (i = "put", o = this.url.editAll), Object(p["e"])(o, e, i).then((function(n) {
- n.success ? (t.refreshCacheTableName(t.metaTableName, e.head["tableName"]), t.$message.success(n.message),
- t.$emit("ok"), t.close()) : t.$message.warning(n.message)
+ e.head && e.head.tableName && (e.head.tableName = e.head.tableName.toLowerCase().trim())
+ var i = 'post',
+ o = this.url.addAll
+ this.model.id && (i = 'put', o = this.url.editAll), Object(p['e'])(o, e, i).then((function(n) {
+ n.success ? (t.refreshCacheTableName(t.metaTableName, e.head['tableName']), t.$message.success(n.message),
+ t.$emit('ok'), t.close()) : t.$message.warning(n.message)
})).finally((function() {
t.confirmLoading = !1
}))
@@ -34071,33 +34370,33 @@
head: {},
fields: [],
indexs: []
- };
+ }
return n.head = Object.assign(this.model, e.values), e.table1.values.forEach((function(r, a) {
var i = r.id,
- o = Object.assign({}, r);
- o["order_num"] = a;
- var s = e.table2.values[a];
- o = Object.assign(s, o);
- var c = e.table3.values[a];
- o = Object.assign(c, o);
- var l = e.table4.values[a];
- o = Object.assign(l, o);
- var u = e.table6.values[a];
- o = Object.assign(u, o), null == i || "" === i ? delete o.id : o.id = i, t.fieldTempIds.includes(o.id) &&
+ o = Object.assign({}, r)
+ o['order_num'] = a
+ var s = e.table2.values[a]
+ o = Object.assign(s, o)
+ var c = e.table3.values[a]
+ o = Object.assign(c, o)
+ var l = e.table4.values[a]
+ o = Object.assign(l, o)
+ var u = e.table6.values[a]
+ o = Object.assign(u, o), null == i || '' === i ? delete o.id : o.id = i, t.fieldTempIds.includes(o.id) &&
delete o.id, n.fields.push(o)
})), n.deleteFieldIds = e.table1.deleteIds, n.indexs = e.table5.values, n.deleteIndexIds = e.table5.deleteIds,
n
},
validateTableFields: function() {
var e = this,
- t = this;
+ t = this
return new Promise((function(n, r) {
e.getAllTable().then((function(e) {
var t, n = [],
- r = g(e);
+ r = g(e)
try {
for (r.s(); !(t = r.n()).done;) {
- var a = t.value;
+ var a = t.value
n.push(a.$refs.editableTable)
}
} catch (i) {
@@ -34105,57 +34404,57 @@
} finally {
r.f()
}
- return Object(m["e"])(n, !0)
+ return Object(m['e'])(n, !0)
})).then((function(e) {
- var t = {};
+ var t = {}
e.forEach((function(e, n) {
- t["table".concat(n + 1)] = e
+ t['table'.concat(n + 1)] = e
})), n(t)
})).catch((function() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};
- e.error === m["b"] && (t.activeKey = (e.index + 1).toString()), r(e)
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}
+ e.error === m['b'] && (t.activeKey = (e.index + 1).toString()), r(e)
}))
}))
},
validateTableName: function(e, t, n) {
if (t) {
- var r = new RegExp("^[a-zA-Z]{1}_.*");
- if (r.test(t)) n("不能以单个字母加下划线开头");
- else if (new RegExp("^[0-9]*$").test(t)) n("不能全部是数字");
+ var r = new RegExp('^[a-zA-Z]{1}_.*')
+ if (r.test(t)) n('不能以单个字母加下划线开头')
+ else if (new RegExp('^[0-9]*$').test(t)) n('不能全部是数字')
else {
var a = {
- id: this.model.id ? this.model.id : "",
+ id: this.model.id ? this.model.id : '',
tbname: t
- };
- Object(p["c"])(this.url.checkOnlyTable, a).then((function(e) {
- e.success && -1 == e.result && n("表名已存在!"), n()
+ }
+ Object(p['c'])(this.url.checkOnlyTable, a).then((function(e) {
+ e.success && -1 == e.result && n('表名已存在!'), n()
}))
}
} else n()
},
deleteTreeNeedField: function() {
- var e = this;
+ var e = this
this.tree_field_id && this.tree_field_id.length > 0 && this.getAllTable().then((function(t) {
var n = L(t, 1),
- r = n[0];
+ r = n[0]
r.tableDeleteLines(e.tree_field_id), e.tree_field_id = [], e.treeFieldAdded = !1
}))
},
addTreeNeedField: function() {
- var e = this;
+ var e = this
this.treeFieldAdded || (this.getAllTable().then((function(t) {
var n = L(t, 3),
r = n[0],
a = n[1],
i = n[2],
- o = Object(f["getTreeNeedFields"])();
+ o = Object(f['getTreeNeedFields'])()
o = o.filter((function(e) {
var t = r.dataSource.map((function(e) {
return e.dbFieldName
- }));
+ }))
return !t.includes(e.dbFieldName)
})), e.tree_field_id = [], o.forEach((function(t) {
- var n = Object(b["d"])() + "__tempid";
+ var n = Object(b['d'])() + '__tempid'
e.tree_field_id.push(n), t.id = n
})), r.$refs.editableTable._pushByDataSource(o), a.$refs.editableTable._pushByDataSource(o), i.$refs
.editableTable._pushByDataSource(o), e.$nextTick((function() {
@@ -34163,8 +34462,8 @@
}))
})), this.treeFieldAdded = !0), this.$nextTick((function() {
e.form.setFieldsValue({
- treeIdField: "has_child",
- treeParentIdField: "pid"
+ treeIdField: 'has_child',
+ treeParentIdField: 'pid'
})
}))
},
@@ -34172,7 +34471,7 @@
this.$refs.table2.enableQuery(e)
},
handleChangeInIsDesForm: function(e) {
- this.showDesFormCode = "Y" === e
+ this.showDesFormCode = 'Y' === e
},
handleChangeTableName: function(e) {
this.metaTableName = e.target.value
@@ -34180,93 +34479,94 @@
}
},
z = x,
- D = (n("c792"), n("2877")),
- j = Object(D["a"])(z, r, a, !1, null, "3083d490", null);
- t["default"] = j.exports
+ D = (n('c792'), n('2877')),
+ j = Object(D['a'])(z, r, a, !1, null, '3083d490', null)
+ t['default'] = j.exports
},
- "5fbd": function(e, t, n) {
+ '5fbd': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("sv", {
- months: "januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),
- monthsShort: "jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),
- weekdays: "söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),
- weekdaysShort: "sön_mån_tis_ons_tor_fre_lör".split("_"),
- weekdaysMin: "sö_må_ti_on_to_fr_lö".split("_"),
+ var t = e.defineLocale('sv', {
+ months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split('_'),
+ monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),
+ weekdays: 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),
+ weekdaysShort: 'sön_mån_tis_ons_tor_fre_lör'.split('_'),
+ weekdaysMin: 'sö_må_ti_on_to_fr_lö'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY-MM-DD",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY [kl.] HH:mm",
- LLLL: "dddd D MMMM YYYY [kl.] HH:mm",
- lll: "D MMM YYYY HH:mm",
- llll: "ddd D MMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY-MM-DD',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY [kl.] HH:mm',
+ LLLL: 'dddd D MMMM YYYY [kl.] HH:mm',
+ lll: 'D MMM YYYY HH:mm',
+ llll: 'ddd D MMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Idag] LT",
- nextDay: "[Imorgon] LT",
- lastDay: "[Igår] LT",
- nextWeek: "[På] dddd LT",
- lastWeek: "[I] dddd[s] LT",
- sameElse: "L"
+ sameDay: '[Idag] LT',
+ nextDay: '[Imorgon] LT',
+ lastDay: '[Igår] LT',
+ nextWeek: '[På] dddd LT',
+ lastWeek: '[I] dddd[s] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "om %s",
- past: "för %s sedan",
- s: "några sekunder",
- ss: "%d sekunder",
- m: "en minut",
- mm: "%d minuter",
- h: "en timme",
- hh: "%d timmar",
- d: "en dag",
- dd: "%d dagar",
- M: "en månad",
- MM: "%d månader",
- y: "ett år",
- yy: "%d år"
+ future: 'om %s',
+ past: 'för %s sedan',
+ s: 'några sekunder',
+ ss: '%d sekunder',
+ m: 'en minut',
+ mm: '%d minuter',
+ h: 'en timme',
+ hh: '%d timmar',
+ d: 'en dag',
+ dd: '%d dagar',
+ M: 'en månad',
+ MM: '%d månader',
+ y: 'ett år',
+ yy: '%d år'
},
dayOfMonthOrdinalParse: /\d{1,2}(\:e|\:a)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? ":e" : 1 === t || 2 === t ? ":a" : ":e";
+ n = 1 === ~~(e % 100 / 10) ? ':e' : 1 === t || 2 === t ? ':a' : ':e'
return e + n
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "5fd1": function(e, t, n) {
- "use strict";
- n.r(t);
+ '5fd1': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
- staticClass: "j-inner-table-wrapper",
+ n = e._self._c || t
+ return n('a-card', {
+ staticClass: 'j-inner-table-wrapper',
attrs: {
bordered: !1
}
- }, [n("cgform-auto-list-query-params", {
+ }, [n('cgform-auto-list-query-params', {
attrs: {
url: e.url,
queryParam: e.queryParam,
dictOptions: e.dictOptions
},
on: {
- query: function(e) {},
+ query: function(e) {
+ },
reset: e.handleSearchReset
}
- }), n("cgform-auto-list-buttons", {
+ }), n('cgform-auto-list-buttons', {
attrs: {
url: e.url,
table: e.table,
@@ -34274,7 +34574,7 @@
buttonSwitch: e.buttonSwitch,
superQuery: e.superQuery
}
- }), n("cgform-auto-list-table", {
+ }), n('cgform-auto-list-table', {
attrs: {
url: e.url,
table: e.table,
@@ -34292,20 +34592,20 @@
expand: e.handleExpand
},
scopedSlots: e._u([{
- key: "expandedRowRender",
+ key: 'expandedRowRender',
fn: function(t) {
- return [n("a-tabs", {
+ return [n('a-tabs', {
attrs: {
- tabPosition: "top"
+ tabPosition: 'top'
}
}, e._l(e.subTableList, (function(e) {
- return n("a-tab-pane", {
+ return n('a-tab-pane', {
key: e.key,
attrs: {
tab: e.tab,
- forceRender: ""
+ forceRender: ''
}
- }, [n("auto-inner-sub-table", {
+ }, [n('auto-inner-sub-table', {
attrs: {
record: t,
subTable: e
@@ -34314,8 +34614,8 @@
})), 1)]
}
}])
- }), n("onl-cgform-auto-modal", {
- ref: "modal",
+ }), n('onl-cgform-auto-modal', {
+ ref: 'modal',
attrs: {
code: e.code
},
@@ -34326,19 +34626,19 @@
})], 1)
},
a = [],
- i = n("b22c"),
- o = n("e8c2"),
- s = n("094a"),
+ i = n('b22c'),
+ o = n('e8c2'),
+ s = n('094a'),
c = {
- name: "OnlCgFormAutoList",
- mixins: [s["default"]],
+ name: 'OnlCgFormAutoList',
+ mixins: [s['default']],
components: {
- OnlCgformAutoModal: o["default"],
- AutoInnerSubTable: i["default"]
+ OnlCgformAutoModal: o['default'],
+ AutoInnerSubTable: i['default']
},
data: function() {
return {
- description: "在线表单内嵌子表功能测试页面",
+ description: '在线表单内嵌子表功能测试页面',
subTableList: [],
expandedRowKeys: []
}
@@ -34346,10 +34646,10 @@
methods: {
handleSchema: function(e) {
if (e && e.properties) {
- var t = [];
+ var t = []
Object.keys(e.properties).forEach((function(n) {
- var r = e.properties[n];
- "tab" === r.view && t.push({
+ var r = e.properties[n]
+ 'tab' === r.view && t.push({
id: r.id,
tab: r.describe,
key: r.key,
@@ -34369,27 +34669,28 @@
}
},
l = c,
- u = (n("60a9"), n("2877")),
- d = Object(u["a"])(l, r, a, !1, null, null, null);
- t["default"] = d.exports
+ u = (n('60a9'), n('2877')),
+ d = Object(u['a'])(l, r, a, !1, null, null, null)
+ t['default'] = d.exports
},
- "5ff1": function(e, t, n) {
- "use strict";
- var r = n("1508"),
- a = n.n(r);
+ '5ff1': function(e, t, n) {
+ 'use strict'
+ var r = n('1508'),
+ a = n.n(r)
a.a
},
6042: function(e, t, n) {
- "use strict";
- t.__esModule = !0;
- var r = n("4849"),
- a = i(r);
+ 'use strict'
+ t.__esModule = !0
+ var r = n('4849'),
+ a = i(r)
function i(e) {
return e && e.__esModule ? e : {
default: e
}
}
+
t.default = function(e, t, n) {
return t in e ? (0, a.default)(e, t, {
value: n,
@@ -34400,155 +34701,158 @@
}
},
6044: function(e, t, n) {
- var r = n("0b07"),
- a = r(Object, "create");
+ var r = n('0b07'),
+ a = r(Object, 'create')
e.exports = a
},
- "60a9": function(e, t, n) {
- "use strict";
- var r = n("226f"),
- a = n.n(r);
+ '60a9': function(e, t, n) {
+ 'use strict'
+ var r = n('226f'),
+ a = n.n(r)
a.a
},
- "60aa": function(e, t, n) {
- "use strict";
+ '60aa': function(e, t, n) {
+ 'use strict'
function r(e) {
- return e || (e = "朝阳区"), "北京市 ".concat(e)
+ return e || (e = '朝阳区'), '北京市 '.concat(e)
}
- n.r(t), n.d(t, "demoFieldDefVal_getAddress", (function() {
+
+ n.r(t), n.d(t, 'demoFieldDefVal_getAddress', (function() {
return r
}))
},
- "60ed": function(e, t, n) {
- var r = n("3729"),
- a = n("2dcb"),
- i = n("1310"),
- o = "[object Object]",
+ '60ed': function(e, t, n) {
+ var r = n('3729'),
+ a = n('2dcb'),
+ i = n('1310'),
+ o = '[object Object]',
s = Function.prototype,
c = Object.prototype,
l = s.toString,
u = c.hasOwnProperty,
- d = l.call(Object);
+ d = l.call(Object)
function h(e) {
- if (!i(e) || r(e) != o) return !1;
- var t = a(e);
- if (null === t) return !0;
- var n = u.call(t, "constructor") && t.constructor;
- return "function" == typeof n && n instanceof n && l.call(n) == d
+ if (!i(e) || r(e) != o) return !1
+ var t = a(e)
+ if (null === t) return !0
+ var n = u.call(t, 'constructor') && t.constructor
+ return 'function' == typeof n && n instanceof n && l.call(n) == d
}
+
e.exports = h
},
6117: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js language configuration
- var t = e.defineLocale("ug-cn", {
- months: "يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),
- monthsShort: "يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split(
- "_"),
- weekdays: "يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),
- weekdaysShort: "يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),
- weekdaysMin: "يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),
+ var t = e.defineLocale('ug-cn', {
+ months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split('_'),
+ monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(
+ '_'),
+ weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split('_'),
+ weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),
+ weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY-MM-DD",
- LL: "YYYY-يىلىM-ئاينىڭD-كۈنى",
- LLL: "YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",
- LLLL: "dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY-MM-DD',
+ LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى',
+ LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',
+ LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm'
},
meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "يېرىم كېچە" === t || "سەھەر" === t || "چۈشتىن بۇرۇن" === t ? e :
- "چۈشتىن كېيىن" === t || "كەچ" === t ? e + 12 : e >= 11 ? e : e + 12
+ return 12 === e && (e = 0), 'يېرىم كېچە' === t || 'سەھەر' === t || 'چۈشتىن بۇرۇن' === t ? e :
+ 'چۈشتىن كېيىن' === t || 'كەچ' === t ? e + 12 : e >= 11 ? e : e + 12
},
meridiem: function(e, t, n) {
- var r = 100 * e + t;
- return r < 600 ? "يېرىم كېچە" : r < 900 ? "سەھەر" : r < 1130 ? "چۈشتىن بۇرۇن" : r < 1230 ? "چۈش" : r <
- 1800 ? "چۈشتىن كېيىن" : "كەچ"
+ var r = 100 * e + t
+ return r < 600 ? 'يېرىم كېچە' : r < 900 ? 'سەھەر' : r < 1130 ? 'چۈشتىن بۇرۇن' : r < 1230 ? 'چۈش' : r <
+ 1800 ? 'چۈشتىن كېيىن' : 'كەچ'
},
calendar: {
- sameDay: "[بۈگۈن سائەت] LT",
- nextDay: "[ئەتە سائەت] LT",
- nextWeek: "[كېلەركى] dddd [سائەت] LT",
- lastDay: "[تۆنۈگۈن] LT",
- lastWeek: "[ئالدىنقى] dddd [سائەت] LT",
- sameElse: "L"
+ sameDay: '[بۈگۈن سائەت] LT',
+ nextDay: '[ئەتە سائەت] LT',
+ nextWeek: '[كېلەركى] dddd [سائەت] LT',
+ lastDay: '[تۆنۈگۈن] LT',
+ lastWeek: '[ئالدىنقى] dddd [سائەت] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s كېيىن",
- past: "%s بۇرۇن",
- s: "نەچچە سېكونت",
- ss: "%d سېكونت",
- m: "بىر مىنۇت",
- mm: "%d مىنۇت",
- h: "بىر سائەت",
- hh: "%d سائەت",
- d: "بىر كۈن",
- dd: "%d كۈن",
- M: "بىر ئاي",
- MM: "%d ئاي",
- y: "بىر يىل",
- yy: "%d يىل"
+ future: '%s كېيىن',
+ past: '%s بۇرۇن',
+ s: 'نەچچە سېكونت',
+ ss: '%d سېكونت',
+ m: 'بىر مىنۇت',
+ mm: '%d مىنۇت',
+ h: 'بىر سائەت',
+ hh: '%d سائەت',
+ d: 'بىر كۈن',
+ dd: '%d كۈن',
+ M: 'بىر ئاي',
+ MM: '%d ئاي',
+ y: 'بىر يىل',
+ yy: '%d يىل'
},
dayOfMonthOrdinalParse: /\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,
ordinal: function(e, t) {
switch (t) {
- case "d":
- case "D":
- case "DDD":
- return e + "-كۈنى";
- case "w":
- case "W":
- return e + "-ھەپتە";
+ case 'd':
+ case 'D':
+ case 'DDD':
+ return e + '-كۈنى'
+ case 'w':
+ case 'W':
+ return e + '-ھەپتە'
default:
return e
}
},
preparse: function(e) {
- return e.replace(/،/g, ",")
+ return e.replace(/،/g, ',')
},
postformat: function(e) {
- return e.replace(/,/g, "،")
+ return e.replace(/,/g, '،')
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- "61fe": function(e, t, n) {
- var r = n("5b90");
+ '61fe': function(e, t, n) {
+ var r = n('5b90')
e.exports = function(e, t, n) {
n = n || document, e = {
parentNode: e
- };
+ }
while ((e = e.parentNode) && e !== n)
if (r(e, t)) return e
}
},
- "62a0": function(e, t) {
+ '62a0': function(e, t) {
var n = 0,
- r = Math.random();
+ r = Math.random()
e.exports = function(e) {
- return "Symbol(".concat(void 0 === e ? "" : e, ")_", (++n + r).toString(36))
+ return 'Symbol('.concat(void 0 === e ? '' : e, ')_', (++n + r).toString(36))
}
},
- "62e4": function(e, t) {
+ '62e4': function(e, t) {
e.exports = function(e) {
- return e.webpackPolyfill || (e.deprecate = function() {}, e.paths = [], e.children || (e.children = []),
- Object.defineProperty(e, "loaded", {
+ return e.webpackPolyfill || (e.deprecate = function() {
+ }, e.paths = [], e.children || (e.children = []),
+ Object.defineProperty(e, 'loaded', {
enumerable: !0,
get: function() {
return e.l
}
- }), Object.defineProperty(e, "id", {
+ }), Object.defineProperty(e, 'id', {
enumerable: !0,
get: function() {
return e.i
@@ -34556,13 +34860,13 @@
}), e.webpackPolyfill = 1), e
}
},
- "63b6": function(e, t, n) {
- var r = n("e53d"),
- a = n("584a"),
- i = n("d864"),
- o = n("35e8"),
- s = n("07e3"),
- c = "prototype",
+ '63b6': function(e, t, n) {
+ var r = n('e53d'),
+ a = n('584a'),
+ i = n('d864'),
+ o = n('35e8'),
+ s = n('07e3'),
+ c = 'prototype',
l = function(e, t, n) {
var u, d, h, f = e & l.F,
m = e & l.G,
@@ -34572,214 +34876,215 @@
b = e & l.W,
y = m ? a : a[t] || (a[t] = {}),
g = y[c],
- M = m ? r : p ? r[t] : (r[t] || {})[c];
+ M = m ? r : p ? r[t] : (r[t] || {})[c]
for (u in m && (n = t), n) d = !f && M && void 0 !== M[u], d && s(y, u) || (h = d ? M[u] : n[u], y[u] = m &&
- "function" != typeof M[u] ? n[u] : v && d ? i(h, r) : b && M[u] == h ? function(e) {
+ 'function' != typeof M[u] ? n[u] : v && d ? i(h, r) : b && M[u] == h ? function(e) {
var t = function(t, n, r) {
if (this instanceof e) {
switch (arguments.length) {
case 0:
- return new e;
+ return new e
case 1:
- return new e(t);
+ return new e(t)
case 2:
return new e(t, n)
}
return new e(t, n, r)
}
return e.apply(this, arguments)
- };
+ }
return t[c] = e[c], t
- }(h) : _ && "function" == typeof h ? i(Function.call, h) : h, _ && ((y.virtual || (y.virtual = {}))[u] = h,
+ }(h) : _ && 'function' == typeof h ? i(Function.call, h) : h, _ && ((y.virtual || (y.virtual = {}))[u] = h,
e & l.R && g && !g[u] && o(g, u, h)))
- };
+ }
l.F = 1, l.G = 2, l.S = 4, l.P = 8, l.B = 16, l.W = 32, l.U = 64, l.R = 128, e.exports = l
},
6403: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ms-my", {
- months: "Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),
- monthsShort: "Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),
- weekdays: "Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),
- weekdaysShort: "Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),
- weekdaysMin: "Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),
+ var t = e.defineLocale('ms-my', {
+ months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),
+ monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),
+ weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),
+ weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),
+ weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),
longDateFormat: {
- LT: "HH.mm",
- LTS: "HH.mm.ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY [pukul] HH.mm",
- LLLL: "dddd, D MMMM YYYY [pukul] HH.mm"
+ LT: 'HH.mm',
+ LTS: 'HH.mm.ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY [pukul] HH.mm',
+ LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm'
},
meridiemParse: /pagi|tengahari|petang|malam/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "pagi" === t ? e : "tengahari" === t ? e >= 11 ? e : e + 12 : "petang" ===
- t || "malam" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'pagi' === t ? e : 'tengahari' === t ? e >= 11 ? e : e + 12 : 'petang' ===
+ t || 'malam' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 11 ? "pagi" : e < 15 ? "tengahari" : e < 19 ? "petang" : "malam"
+ return e < 11 ? 'pagi' : e < 15 ? 'tengahari' : e < 19 ? 'petang' : 'malam'
},
calendar: {
- sameDay: "[Hari ini pukul] LT",
- nextDay: "[Esok pukul] LT",
- nextWeek: "dddd [pukul] LT",
- lastDay: "[Kelmarin pukul] LT",
- lastWeek: "dddd [lepas pukul] LT",
- sameElse: "L"
+ sameDay: '[Hari ini pukul] LT',
+ nextDay: '[Esok pukul] LT',
+ nextWeek: 'dddd [pukul] LT',
+ lastDay: '[Kelmarin pukul] LT',
+ lastWeek: 'dddd [lepas pukul] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "dalam %s",
- past: "%s yang lepas",
- s: "beberapa saat",
- ss: "%d saat",
- m: "seminit",
- mm: "%d minit",
- h: "sejam",
- hh: "%d jam",
- d: "sehari",
- dd: "%d hari",
- M: "sebulan",
- MM: "%d bulan",
- y: "setahun",
- yy: "%d tahun"
+ future: 'dalam %s',
+ past: '%s yang lepas',
+ s: 'beberapa saat',
+ ss: '%d saat',
+ m: 'seminit',
+ mm: '%d minit',
+ h: 'sejam',
+ hh: '%d jam',
+ d: 'sehari',
+ dd: '%d hari',
+ M: 'sebulan',
+ MM: '%d bulan',
+ y: 'setahun',
+ yy: '%d tahun'
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- "656b": function(e, t, n) {
- var r = n("e2e4"),
- a = n("f4d6");
+ '656b': function(e, t, n) {
+ var r = n('e2e4'),
+ a = n('f4d6')
function i(e, t) {
- t = r(t, e);
+ t = r(t, e)
var n = 0,
- i = t.length;
- while (null != e && n < i) e = e[a(t[n++])];
+ i = t.length
+ while (null != e && n < i) e = e[a(t[n++])]
return n && n == i ? e : void 0
}
+
e.exports = i
},
- "65db": function(e, t, n) {
+ '65db': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("eo", {
- months: "januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split(
- "_"),
- monthsShort: "jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),
- weekdays: "dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),
- weekdaysShort: "dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),
- weekdaysMin: "di_lu_ma_me_ĵa_ve_sa".split("_"),
+ var t = e.defineLocale('eo', {
+ months: 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split(
+ '_'),
+ monthsShort: 'jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec'.split('_'),
+ weekdays: 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'),
+ weekdaysShort: 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'),
+ weekdaysMin: 'di_lu_ma_me_ĵa_ve_sa'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY-MM-DD",
- LL: "[la] D[-an de] MMMM, YYYY",
- LLL: "[la] D[-an de] MMMM, YYYY HH:mm",
- LLLL: "dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",
- llll: "ddd, [la] D[-an de] MMM, YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY-MM-DD',
+ LL: '[la] D[-an de] MMMM, YYYY',
+ LLL: '[la] D[-an de] MMMM, YYYY HH:mm',
+ LLLL: 'dddd[n], [la] D[-an de] MMMM, YYYY HH:mm',
+ llll: 'ddd, [la] D[-an de] MMM, YYYY HH:mm'
},
meridiemParse: /[ap]\.t\.m/i,
isPM: function(e) {
- return "p" === e.charAt(0).toLowerCase()
+ return 'p' === e.charAt(0).toLowerCase()
},
meridiem: function(e, t, n) {
- return e > 11 ? n ? "p.t.m." : "P.T.M." : n ? "a.t.m." : "A.T.M."
+ return e > 11 ? n ? 'p.t.m.' : 'P.T.M.' : n ? 'a.t.m.' : 'A.T.M.'
},
calendar: {
- sameDay: "[Hodiaŭ je] LT",
- nextDay: "[Morgaŭ je] LT",
- nextWeek: "dddd[n je] LT",
- lastDay: "[Hieraŭ je] LT",
- lastWeek: "[pasintan] dddd[n je] LT",
- sameElse: "L"
+ sameDay: '[Hodiaŭ je] LT',
+ nextDay: '[Morgaŭ je] LT',
+ nextWeek: 'dddd[n je] LT',
+ lastDay: '[Hieraŭ je] LT',
+ lastWeek: '[pasintan] dddd[n je] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "post %s",
- past: "antaŭ %s",
- s: "kelkaj sekundoj",
- ss: "%d sekundoj",
- m: "unu minuto",
- mm: "%d minutoj",
- h: "unu horo",
- hh: "%d horoj",
- d: "unu tago",
- dd: "%d tagoj",
- M: "unu monato",
- MM: "%d monatoj",
- y: "unu jaro",
- yy: "%d jaroj"
+ future: 'post %s',
+ past: 'antaŭ %s',
+ s: 'kelkaj sekundoj',
+ ss: '%d sekundoj',
+ m: 'unu minuto',
+ mm: '%d minutoj',
+ h: 'unu horo',
+ hh: '%d horoj',
+ d: 'unu tago',
+ dd: '%d tagoj',
+ M: 'unu monato',
+ MM: '%d monatoj',
+ y: 'unu jaro',
+ yy: '%d jaroj'
},
dayOfMonthOrdinalParse: /\d{1,2}a/,
- ordinal: "%da",
+ ordinal: '%da',
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- "662b": function(e, t, n) {
- "use strict";
- n.r(t);
+ '662b': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
+ n = e._self._c || t
+ return n('a-card', {
staticStyle: {
- height: "100%"
+ height: '100%'
},
attrs: {
bordered: !1
}
- }, [n("onldf-component", {
- ref: "compo",
+ }, [n('onldf-component', {
+ ref: 'compo',
attrs: {
- "tb-name": e.tbName,
- "data-id": e.dataId,
- "show-footer": !0
+ 'tb-name': e.tbName,
+ 'data-id': e.dataId,
+ 'show-footer': !0
}
})], 1)
},
a = [],
- i = n("39c7"),
+ i = n('39c7'),
o = {
- name: "OnlineDynamicForm",
+ name: 'OnlineDynamicForm',
components: {
- OnldfComponent: i["default"]
+ OnldfComponent: i['default']
},
data: function() {
return {
- tbName: "",
- dataId: ""
+ tbName: '',
+ dataId: ''
}
},
created: function() {
- var e = this;
+ var e = this
this.tbName = this.$route.params.table, this.dataId = this.$route.params.id, this.$nextTick((function() {
e.$refs.compo.loadFormItems()
}))
}
},
s = o,
- c = n("2877"),
- l = Object(c["a"])(s, r, a, !1, null, null, null);
- t["default"] = l.exports
+ c = n('2877'),
+ l = Object(c['a'])(s, r, a, !1, null, null, null)
+ t['default'] = l.exports
},
- "66cb": function(e, t, n) {
+ '66cb': function(e, t, n) {
var r;
(function(a) {
var i = /^\s+/,
@@ -34788,12 +35093,12 @@
c = a.round,
l = a.min,
u = a.max,
- d = a.random;
+ d = a.random
function h(e, t) {
- if (e = e || "", t = t || {}, e instanceof h) return e;
- if (!(this instanceof h)) return new h(e, t);
- var n = f(e);
+ if (e = e || '', t = t || {}, e instanceof h) return e
+ if (!(this instanceof h)) return new h(e, t)
+ var n = f(e)
this._originalInput = e, this._r = n.r, this._g = n.g, this._b = n.b, this._a = n.a, this._roundA = c(100 *
this._a) / 100, this._format = t.format || n.format, this._gradientType = t.gradientType, this._r < 1 && (
this._r = c(this._r)), this._g < 1 && (this._g = c(this._g)), this._b < 1 && (this._b = c(this._b)), this._ok =
@@ -34811,11 +35116,11 @@
a = null,
i = null,
o = !1,
- s = !1;
- return "string" == typeof e && (e = G(e)), "object" == typeof e && (J(e.r) && J(e.g) && J(e.b) ? (t = m(e.r,
- e.g, e.b), o = !0, s = "%" === String(e.r).substr(-1) ? "prgb" : "rgb") : J(e.h) && J(e.s) && J(e.v) ? (r =
- K(e.s), a = K(e.v), t = b(e.h, r, a), o = !0, s = "hsv") : J(e.h) && J(e.s) && J(e.l) && (r = K(e.s), i =
- K(e.l), t = _(e.h, r, i), o = !0, s = "hsl"), e.hasOwnProperty("a") && (n = e.a)), n = V(n), {
+ s = !1
+ return 'string' == typeof e && (e = G(e)), 'object' == typeof e && (J(e.r) && J(e.g) && J(e.b) ? (t = m(e.r,
+ e.g, e.b), o = !0, s = '%' === String(e.r).substr(-1) ? 'prgb' : 'rgb') : J(e.h) && J(e.s) && J(e.v) ? (r =
+ K(e.s), a = K(e.v), t = b(e.h, r, a), o = !0, s = 'hsv') : J(e.h) && J(e.s) && J(e.l) && (r = K(e.s), i =
+ K(e.l), t = _(e.h, r, i), o = !0, s = 'hsl'), e.hasOwnProperty('a') && (n = e.a)), n = V(n), {
ok: o,
format: e.format || s,
r: l(255, u(t.r, 0)),
@@ -34834,22 +35139,22 @@
}
function p(e, t, n) {
- e = I(e, 255), t = I(t, 255), n = I(n, 255);
+ e = I(e, 255), t = I(t, 255), n = I(n, 255)
var r, a, i = u(e, t, n),
o = l(e, t, n),
- s = (i + o) / 2;
- if (i == o) r = a = 0;
+ s = (i + o) / 2
+ if (i == o) r = a = 0
else {
- var c = i - o;
+ var c = i - o
switch (a = s > .5 ? c / (2 - i - o) : c / (i + o), i) {
case e:
- r = (t - n) / c + (t < n ? 6 : 0);
- break;
+ r = (t - n) / c + (t < n ? 6 : 0)
+ break
case t:
- r = (n - e) / c + 2;
- break;
+ r = (n - e) / c + 2
+ break
case n:
- r = (e - t) / c + 4;
+ r = (e - t) / c + 4
break
}
r /= 6
@@ -34862,16 +35167,17 @@
}
function _(e, t, n) {
- var r, a, i;
+ var r, a, i
function o(e, t, n) {
return n < 0 && (n += 1), n > 1 && (n -= 1), n < 1 / 6 ? e + 6 * (t - e) * n : n < .5 ? t : n < 2 / 3 ? e +
(t - e) * (2 / 3 - n) * 6 : e
}
- if (e = I(e, 360), t = I(t, 100), n = I(n, 100), 0 === t) r = a = i = n;
+
+ if (e = I(e, 360), t = I(t, 100), n = I(n, 100), 0 === t) r = a = i = n
else {
var s = n < .5 ? n * (1 + t) : n + t - n * t,
- c = 2 * n - s;
+ c = 2 * n - s
r = o(c, s, e + 1 / 3), a = o(c, s, e), i = o(c, s, e - 1 / 3)
}
return {
@@ -34882,22 +35188,22 @@
}
function v(e, t, n) {
- e = I(e, 255), t = I(t, 255), n = I(n, 255);
+ e = I(e, 255), t = I(t, 255), n = I(n, 255)
var r, a, i = u(e, t, n),
o = l(e, t, n),
s = i,
- c = i - o;
- if (a = 0 === i ? 0 : c / i, i == o) r = 0;
+ c = i - o
+ if (a = 0 === i ? 0 : c / i, i == o) r = 0
else {
switch (i) {
case e:
- r = (t - n) / c + (t < n ? 6 : 0);
- break;
+ r = (t - n) / c + (t < n ? 6 : 0)
+ break
case t:
- r = (n - e) / c + 2;
- break;
+ r = (n - e) / c + 2
+ break
case n:
- r = (e - t) / c + 4;
+ r = (e - t) / c + 4
break
}
r /= 6
@@ -34910,7 +35216,7 @@
}
function b(e, t, n) {
- e = 6 * I(e, 360), t = I(t, 100), n = I(n, 100);
+ e = 6 * I(e, 360), t = I(t, 100), n = I(n, 100)
var r = a.floor(e),
i = e - r,
o = n * (1 - t),
@@ -34919,7 +35225,7 @@
l = r % 6,
u = [n, s, o, o, c, n][l],
d = [c, n, n, s, o, o][l],
- h = [o, o, c, n, n, s][l];
+ h = [o, o, c, n, n, s][l]
return {
r: 255 * u,
g: 255 * d,
@@ -34928,32 +35234,32 @@
}
function y(e, t, n, r) {
- var a = [B(c(e).toString(16)), B(c(t).toString(16)), B(c(n).toString(16))];
+ var a = [B(c(e).toString(16)), B(c(t).toString(16)), B(c(n).toString(16))]
return r && a[0].charAt(0) == a[0].charAt(1) && a[1].charAt(0) == a[1].charAt(1) && a[2].charAt(0) == a[2].charAt(
- 1) ? a[0].charAt(0) + a[1].charAt(0) + a[2].charAt(0) : a.join("")
+ 1) ? a[0].charAt(0) + a[1].charAt(0) + a[2].charAt(0) : a.join('')
}
function g(e, t, n, r, a) {
- var i = [B(c(e).toString(16)), B(c(t).toString(16)), B(c(n).toString(16)), B(W(r))];
+ var i = [B(c(e).toString(16)), B(c(t).toString(16)), B(c(n).toString(16)), B(W(r))]
return a && i[0].charAt(0) == i[0].charAt(1) && i[1].charAt(0) == i[1].charAt(1) && i[2].charAt(0) == i[2].charAt(
1) && i[3].charAt(0) == i[3].charAt(1) ? i[0].charAt(0) + i[1].charAt(0) + i[2].charAt(0) + i[3].charAt(0) :
- i.join("")
+ i.join('')
}
function M(e, t, n, r) {
- var a = [B(W(r)), B(c(e).toString(16)), B(c(t).toString(16)), B(c(n).toString(16))];
- return a.join("")
+ var a = [B(W(r)), B(c(e).toString(16)), B(c(t).toString(16)), B(c(n).toString(16))]
+ return a.join('')
}
function w(e, t) {
- t = 0 === t ? 0 : t || 10;
- var n = h(e).toHsl();
+ t = 0 === t ? 0 : t || 10
+ var n = h(e).toHsl()
return n.s -= t / 100, n.s = R(n.s), h(n)
}
function L(e, t) {
- t = 0 === t ? 0 : t || 10;
- var n = h(e).toHsl();
+ t = 0 === t ? 0 : t || 10
+ var n = h(e).toHsl()
return n.s += t / 100, n.s = R(n.s), h(n)
}
@@ -34962,38 +35268,38 @@
}
function S(e, t) {
- t = 0 === t ? 0 : t || 10;
- var n = h(e).toHsl();
+ t = 0 === t ? 0 : t || 10
+ var n = h(e).toHsl()
return n.l += t / 100, n.l = R(n.l), h(n)
}
function k(e, t) {
- t = 0 === t ? 0 : t || 10;
- var n = h(e).toRgb();
+ t = 0 === t ? 0 : t || 10
+ var n = h(e).toRgb()
return n.r = u(0, l(255, n.r - c(-t / 100 * 255))), n.g = u(0, l(255, n.g - c(-t / 100 * 255))), n.b = u(0,
l(255, n.b - c(-t / 100 * 255))), h(n)
}
function C(e, t) {
- t = 0 === t ? 0 : t || 10;
- var n = h(e).toHsl();
+ t = 0 === t ? 0 : t || 10
+ var n = h(e).toHsl()
return n.l -= t / 100, n.l = R(n.l), h(n)
}
function T(e, t) {
var n = h(e).toHsl(),
- r = (n.h + t) % 360;
+ r = (n.h + t) % 360
return n.h = r < 0 ? 360 + r : r, h(n)
}
function x(e) {
- var t = h(e).toHsl();
+ var t = h(e).toHsl()
return t.h = (t.h + 180) % 360, h(t)
}
function z(e) {
var t = h(e).toHsl(),
- n = t.h;
+ n = t.h
return [h(e), h({
h: (n + 120) % 360,
s: t.s,
@@ -35007,7 +35313,7 @@
function D(e) {
var t = h(e).toHsl(),
- n = t.h;
+ n = t.h
return [h(e), h({
h: (n + 90) % 360,
s: t.s,
@@ -35025,7 +35331,7 @@
function j(e) {
var t = h(e).toHsl(),
- n = t.h;
+ n = t.h
return [h(e), h({
h: (n + 72) % 360,
s: t.s,
@@ -35038,29 +35344,30 @@
}
function H(e, t, n) {
- t = t || 6, n = n || 30;
+ t = t || 6, n = n || 30
var r = h(e).toHsl(),
a = 360 / n,
- i = [h(e)];
- for (r.h = (r.h - (a * t >> 1) + 720) % 360; --t;) r.h = (r.h + a) % 360, i.push(h(r));
+ i = [h(e)]
+ for (r.h = (r.h - (a * t >> 1) + 720) % 360; --t;) r.h = (r.h + a) % 360, i.push(h(r))
return i
}
function E(e, t) {
- t = t || 6;
+ t = t || 6
var n = h(e).toHsv(),
r = n.h,
a = n.s,
i = n.v,
o = [],
- s = 1 / t;
+ s = 1 / t
while (t--) o.push(h({
h: r,
s: a,
v: i
- })), i = (i + s) % 1;
+ })), i = (i + s) % 1
return o
}
+
h.prototype = {
isDark: function() {
return this.getBrightness() < 128
@@ -35081,11 +35388,11 @@
return this._a
},
getBrightness: function() {
- var e = this.toRgb();
+ var e = this.toRgb()
return (299 * e.r + 587 * e.g + 114 * e.b) / 1e3
},
getLuminance: function() {
- var e, t, n, r, i, o, s = this.toRgb();
+ var e, t, n, r, i, o, s = this.toRgb()
return e = s.r / 255, t = s.g / 255, n = s.b / 255, r = e <= .03928 ? e / 12.92 : a.pow((e + .055) /
1.055, 2.4), i = t <= .03928 ? t / 12.92 : a.pow((t + .055) / 1.055, 2.4), o = n <= .03928 ? n / 12.92 :
a.pow((n + .055) / 1.055, 2.4), .2126 * r + .7152 * i + .0722 * o
@@ -35094,7 +35401,7 @@
return this._a = V(e), this._roundA = c(100 * this._a) / 100, this
},
toHsv: function() {
- var e = v(this._r, this._g, this._b);
+ var e = v(this._r, this._g, this._b)
return {
h: 360 * e.h,
s: e.s,
@@ -35106,12 +35413,12 @@
var e = v(this._r, this._g, this._b),
t = c(360 * e.h),
n = c(100 * e.s),
- r = c(100 * e.v);
- return 1 == this._a ? "hsv(" + t + ", " + n + "%, " + r + "%)" : "hsva(" + t + ", " + n + "%, " + r +
- "%, " + this._roundA + ")"
+ r = c(100 * e.v)
+ return 1 == this._a ? 'hsv(' + t + ', ' + n + '%, ' + r + '%)' : 'hsva(' + t + ', ' + n + '%, ' + r +
+ '%, ' + this._roundA + ')'
},
toHsl: function() {
- var e = p(this._r, this._g, this._b);
+ var e = p(this._r, this._g, this._b)
return {
h: 360 * e.h,
s: e.s,
@@ -35123,21 +35430,21 @@
var e = p(this._r, this._g, this._b),
t = c(360 * e.h),
n = c(100 * e.s),
- r = c(100 * e.l);
- return 1 == this._a ? "hsl(" + t + ", " + n + "%, " + r + "%)" : "hsla(" + t + ", " + n + "%, " + r +
- "%, " + this._roundA + ")"
+ r = c(100 * e.l)
+ return 1 == this._a ? 'hsl(' + t + ', ' + n + '%, ' + r + '%)' : 'hsla(' + t + ', ' + n + '%, ' + r +
+ '%, ' + this._roundA + ')'
},
toHex: function(e) {
return y(this._r, this._g, this._b, e)
},
toHexString: function(e) {
- return "#" + this.toHex(e)
+ return '#' + this.toHex(e)
},
toHex8: function(e) {
return g(this._r, this._g, this._b, this._a, e)
},
toHex8String: function(e) {
- return "#" + this.toHex8(e)
+ return '#' + this.toHex8(e)
},
toRgb: function() {
return {
@@ -35148,54 +35455,54 @@
}
},
toRgbString: function() {
- return 1 == this._a ? "rgb(" + c(this._r) + ", " + c(this._g) + ", " + c(this._b) + ")" : "rgba(" + c(
- this._r) + ", " + c(this._g) + ", " + c(this._b) + ", " + this._roundA + ")"
+ return 1 == this._a ? 'rgb(' + c(this._r) + ', ' + c(this._g) + ', ' + c(this._b) + ')' : 'rgba(' + c(
+ this._r) + ', ' + c(this._g) + ', ' + c(this._b) + ', ' + this._roundA + ')'
},
toPercentageRgb: function() {
return {
- r: c(100 * I(this._r, 255)) + "%",
- g: c(100 * I(this._g, 255)) + "%",
- b: c(100 * I(this._b, 255)) + "%",
+ r: c(100 * I(this._r, 255)) + '%',
+ g: c(100 * I(this._g, 255)) + '%',
+ b: c(100 * I(this._b, 255)) + '%',
a: this._a
}
},
toPercentageRgbString: function() {
- return 1 == this._a ? "rgb(" + c(100 * I(this._r, 255)) + "%, " + c(100 * I(this._g, 255)) + "%, " + c(
- 100 * I(this._b, 255)) + "%)" : "rgba(" + c(100 * I(this._r, 255)) + "%, " + c(100 * I(this._g, 255)) +
- "%, " + c(100 * I(this._b, 255)) + "%, " + this._roundA + ")"
+ return 1 == this._a ? 'rgb(' + c(100 * I(this._r, 255)) + '%, ' + c(100 * I(this._g, 255)) + '%, ' + c(
+ 100 * I(this._b, 255)) + '%)' : 'rgba(' + c(100 * I(this._r, 255)) + '%, ' + c(100 * I(this._g, 255)) +
+ '%, ' + c(100 * I(this._b, 255)) + '%, ' + this._roundA + ')'
},
toName: function() {
- return 0 === this._a ? "transparent" : !(this._a < 1) && (A[y(this._r, this._g, this._b, !0)] || !1)
+ return 0 === this._a ? 'transparent' : !(this._a < 1) && (A[y(this._r, this._g, this._b, !0)] || !1)
},
toFilter: function(e) {
- var t = "#" + M(this._r, this._g, this._b, this._a),
+ var t = '#' + M(this._r, this._g, this._b, this._a),
n = t,
- r = this._gradientType ? "GradientType = 1, " : "";
+ r = this._gradientType ? 'GradientType = 1, ' : ''
if (e) {
- var a = h(e);
- n = "#" + M(a._r, a._g, a._b, a._a)
+ var a = h(e)
+ n = '#' + M(a._r, a._g, a._b, a._a)
}
- return "progid:DXImageTransform.Microsoft.gradient(" + r + "startColorstr=" + t + ",endColorstr=" + n +
- ")"
+ return 'progid:DXImageTransform.Microsoft.gradient(' + r + 'startColorstr=' + t + ',endColorstr=' + n +
+ ')'
},
toString: function(e) {
- var t = !!e;
- e = e || this._format;
+ var t = !!e
+ e = e || this._format
var n = !1,
r = this._a < 1 && this._a >= 0,
- a = !t && r && ("hex" === e || "hex6" === e || "hex3" === e || "hex4" === e || "hex8" === e || "name" ===
- e);
- return a ? "name" === e && 0 === this._a ? this.toName() : this.toRgbString() : ("rgb" === e && (n = this
- .toRgbString()), "prgb" === e && (n = this.toPercentageRgbString()), "hex" !== e && "hex6" !== e || (n =
- this.toHexString()), "hex3" === e && (n = this.toHexString(!0)), "hex4" === e && (n = this.toHex8String(
- !0)), "hex8" === e && (n = this.toHex8String()), "name" === e && (n = this.toName()), "hsl" === e && (
- n = this.toHslString()), "hsv" === e && (n = this.toHsvString()), n || this.toHexString())
+ a = !t && r && ('hex' === e || 'hex6' === e || 'hex3' === e || 'hex4' === e || 'hex8' === e || 'name' ===
+ e)
+ return a ? 'name' === e && 0 === this._a ? this.toName() : this.toRgbString() : ('rgb' === e && (n = this
+ .toRgbString()), 'prgb' === e && (n = this.toPercentageRgbString()), 'hex' !== e && 'hex6' !== e || (n =
+ this.toHexString()), 'hex3' === e && (n = this.toHexString(!0)), 'hex4' === e && (n = this.toHex8String(
+ !0)), 'hex8' === e && (n = this.toHex8String()), 'name' === e && (n = this.toName()), 'hsl' === e && (
+ n = this.toHslString()), 'hsv' === e && (n = this.toHsvString()), n || this.toHexString())
},
clone: function() {
return h(this.toString())
},
_applyModification: function(e, t) {
- var n = e.apply(null, [this].concat([].slice.call(t)));
+ var n = e.apply(null, [this].concat([].slice.call(t)))
return this._r = n._r, this._g = n._g, this._b = n._b, this.setAlpha(n._a), this
},
lighten: function() {
@@ -35241,9 +35548,9 @@
return this._applyCombination(D, arguments)
}
}, h.fromRatio = function(e, t) {
- if ("object" == typeof e) {
- var n = {};
- for (var r in e) e.hasOwnProperty(r) && (n[r] = "a" === r ? e[r] : K(e[r]));
+ if ('object' == typeof e) {
+ var n = {}
+ for (var r in e) e.hasOwnProperty(r) && (n[r] = 'a' === r ? e[r] : K(e[r]))
e = n
}
return h(e, t)
@@ -35256,7 +35563,7 @@
b: d()
})
}, h.mix = function(e, t, n) {
- n = 0 === n ? 0 : n || 50;
+ n = 0 === n ? 0 : n || 50
var r = h(e).toRgb(),
a = h(t).toRgb(),
i = n / 100,
@@ -35265,193 +35572,193 @@
g: (a.g - r.g) * i + r.g,
b: (a.b - r.b) * i + r.b,
a: (a.a - r.a) * i + r.a
- };
+ }
return h(o)
}, h.readability = function(e, t) {
var n = h(e),
- r = h(t);
+ r = h(t)
return (a.max(n.getLuminance(), r.getLuminance()) + .05) / (a.min(n.getLuminance(), r.getLuminance()) + .05)
}, h.isReadable = function(e, t, n) {
- var r, a, i = h.readability(e, t);
+ var r, a, i = h.readability(e, t)
switch (a = !1, r = Q(n), r.level + r.size) {
- case "AAsmall":
- case "AAAlarge":
- a = i >= 4.5;
- break;
- case "AAlarge":
- a = i >= 3;
- break;
- case "AAAsmall":
- a = i >= 7;
+ case 'AAsmall':
+ case 'AAAlarge':
+ a = i >= 4.5
+ break
+ case 'AAlarge':
+ a = i >= 3
+ break
+ case 'AAAsmall':
+ a = i >= 7
break
}
return a
}, h.mostReadable = function(e, t, n) {
var r, a, i, o, s = null,
- c = 0;
- n = n || {}, a = n.includeFallbackColors, i = n.level, o = n.size;
- for (var l = 0; l < t.length; l++) r = h.readability(e, t[l]), r > c && (c = r, s = h(t[l]));
+ c = 0
+ n = n || {}, a = n.includeFallbackColors, i = n.level, o = n.size
+ for (var l = 0; l < t.length; l++) r = h.readability(e, t[l]), r > c && (c = r, s = h(t[l]))
return h.isReadable(e, s, {
level: i,
size: o
- }) || !a ? s : (n.includeFallbackColors = !1, h.mostReadable(e, ["#fff", "#000"], n))
- };
+ }) || !a ? s : (n.includeFallbackColors = !1, h.mostReadable(e, ['#fff', '#000'], n))
+ }
var P = h.names = {
- aliceblue: "f0f8ff",
- antiquewhite: "faebd7",
- aqua: "0ff",
- aquamarine: "7fffd4",
- azure: "f0ffff",
- beige: "f5f5dc",
- bisque: "ffe4c4",
- black: "000",
- blanchedalmond: "ffebcd",
- blue: "00f",
- blueviolet: "8a2be2",
- brown: "a52a2a",
- burlywood: "deb887",
- burntsienna: "ea7e5d",
- cadetblue: "5f9ea0",
- chartreuse: "7fff00",
- chocolate: "d2691e",
- coral: "ff7f50",
- cornflowerblue: "6495ed",
- cornsilk: "fff8dc",
- crimson: "dc143c",
- cyan: "0ff",
- darkblue: "00008b",
- darkcyan: "008b8b",
- darkgoldenrod: "b8860b",
- darkgray: "a9a9a9",
- darkgreen: "006400",
- darkgrey: "a9a9a9",
- darkkhaki: "bdb76b",
- darkmagenta: "8b008b",
- darkolivegreen: "556b2f",
- darkorange: "ff8c00",
- darkorchid: "9932cc",
- darkred: "8b0000",
- darksalmon: "e9967a",
- darkseagreen: "8fbc8f",
- darkslateblue: "483d8b",
- darkslategray: "2f4f4f",
- darkslategrey: "2f4f4f",
- darkturquoise: "00ced1",
- darkviolet: "9400d3",
- deeppink: "ff1493",
- deepskyblue: "00bfff",
- dimgray: "696969",
- dimgrey: "696969",
- dodgerblue: "1e90ff",
- firebrick: "b22222",
- floralwhite: "fffaf0",
- forestgreen: "228b22",
- fuchsia: "f0f",
- gainsboro: "dcdcdc",
- ghostwhite: "f8f8ff",
- gold: "ffd700",
- goldenrod: "daa520",
- gray: "808080",
- green: "008000",
- greenyellow: "adff2f",
- grey: "808080",
- honeydew: "f0fff0",
- hotpink: "ff69b4",
- indianred: "cd5c5c",
- indigo: "4b0082",
- ivory: "fffff0",
- khaki: "f0e68c",
- lavender: "e6e6fa",
- lavenderblush: "fff0f5",
- lawngreen: "7cfc00",
- lemonchiffon: "fffacd",
- lightblue: "add8e6",
- lightcoral: "f08080",
- lightcyan: "e0ffff",
- lightgoldenrodyellow: "fafad2",
- lightgray: "d3d3d3",
- lightgreen: "90ee90",
- lightgrey: "d3d3d3",
- lightpink: "ffb6c1",
- lightsalmon: "ffa07a",
- lightseagreen: "20b2aa",
- lightskyblue: "87cefa",
- lightslategray: "789",
- lightslategrey: "789",
- lightsteelblue: "b0c4de",
- lightyellow: "ffffe0",
- lime: "0f0",
- limegreen: "32cd32",
- linen: "faf0e6",
- magenta: "f0f",
- maroon: "800000",
- mediumaquamarine: "66cdaa",
- mediumblue: "0000cd",
- mediumorchid: "ba55d3",
- mediumpurple: "9370db",
- mediumseagreen: "3cb371",
- mediumslateblue: "7b68ee",
- mediumspringgreen: "00fa9a",
- mediumturquoise: "48d1cc",
- mediumvioletred: "c71585",
- midnightblue: "191970",
- mintcream: "f5fffa",
- mistyrose: "ffe4e1",
- moccasin: "ffe4b5",
- navajowhite: "ffdead",
- navy: "000080",
- oldlace: "fdf5e6",
- olive: "808000",
- olivedrab: "6b8e23",
- orange: "ffa500",
- orangered: "ff4500",
- orchid: "da70d6",
- palegoldenrod: "eee8aa",
- palegreen: "98fb98",
- paleturquoise: "afeeee",
- palevioletred: "db7093",
- papayawhip: "ffefd5",
- peachpuff: "ffdab9",
- peru: "cd853f",
- pink: "ffc0cb",
- plum: "dda0dd",
- powderblue: "b0e0e6",
- purple: "800080",
- rebeccapurple: "663399",
- red: "f00",
- rosybrown: "bc8f8f",
- royalblue: "4169e1",
- saddlebrown: "8b4513",
- salmon: "fa8072",
- sandybrown: "f4a460",
- seagreen: "2e8b57",
- seashell: "fff5ee",
- sienna: "a0522d",
- silver: "c0c0c0",
- skyblue: "87ceeb",
- slateblue: "6a5acd",
- slategray: "708090",
- slategrey: "708090",
- snow: "fffafa",
- springgreen: "00ff7f",
- steelblue: "4682b4",
- tan: "d2b48c",
- teal: "008080",
- thistle: "d8bfd8",
- tomato: "ff6347",
- turquoise: "40e0d0",
- violet: "ee82ee",
- wheat: "f5deb3",
- white: "fff",
- whitesmoke: "f5f5f5",
- yellow: "ff0",
- yellowgreen: "9acd32"
+ aliceblue: 'f0f8ff',
+ antiquewhite: 'faebd7',
+ aqua: '0ff',
+ aquamarine: '7fffd4',
+ azure: 'f0ffff',
+ beige: 'f5f5dc',
+ bisque: 'ffe4c4',
+ black: '000',
+ blanchedalmond: 'ffebcd',
+ blue: '00f',
+ blueviolet: '8a2be2',
+ brown: 'a52a2a',
+ burlywood: 'deb887',
+ burntsienna: 'ea7e5d',
+ cadetblue: '5f9ea0',
+ chartreuse: '7fff00',
+ chocolate: 'd2691e',
+ coral: 'ff7f50',
+ cornflowerblue: '6495ed',
+ cornsilk: 'fff8dc',
+ crimson: 'dc143c',
+ cyan: '0ff',
+ darkblue: '00008b',
+ darkcyan: '008b8b',
+ darkgoldenrod: 'b8860b',
+ darkgray: 'a9a9a9',
+ darkgreen: '006400',
+ darkgrey: 'a9a9a9',
+ darkkhaki: 'bdb76b',
+ darkmagenta: '8b008b',
+ darkolivegreen: '556b2f',
+ darkorange: 'ff8c00',
+ darkorchid: '9932cc',
+ darkred: '8b0000',
+ darksalmon: 'e9967a',
+ darkseagreen: '8fbc8f',
+ darkslateblue: '483d8b',
+ darkslategray: '2f4f4f',
+ darkslategrey: '2f4f4f',
+ darkturquoise: '00ced1',
+ darkviolet: '9400d3',
+ deeppink: 'ff1493',
+ deepskyblue: '00bfff',
+ dimgray: '696969',
+ dimgrey: '696969',
+ dodgerblue: '1e90ff',
+ firebrick: 'b22222',
+ floralwhite: 'fffaf0',
+ forestgreen: '228b22',
+ fuchsia: 'f0f',
+ gainsboro: 'dcdcdc',
+ ghostwhite: 'f8f8ff',
+ gold: 'ffd700',
+ goldenrod: 'daa520',
+ gray: '808080',
+ green: '008000',
+ greenyellow: 'adff2f',
+ grey: '808080',
+ honeydew: 'f0fff0',
+ hotpink: 'ff69b4',
+ indianred: 'cd5c5c',
+ indigo: '4b0082',
+ ivory: 'fffff0',
+ khaki: 'f0e68c',
+ lavender: 'e6e6fa',
+ lavenderblush: 'fff0f5',
+ lawngreen: '7cfc00',
+ lemonchiffon: 'fffacd',
+ lightblue: 'add8e6',
+ lightcoral: 'f08080',
+ lightcyan: 'e0ffff',
+ lightgoldenrodyellow: 'fafad2',
+ lightgray: 'd3d3d3',
+ lightgreen: '90ee90',
+ lightgrey: 'd3d3d3',
+ lightpink: 'ffb6c1',
+ lightsalmon: 'ffa07a',
+ lightseagreen: '20b2aa',
+ lightskyblue: '87cefa',
+ lightslategray: '789',
+ lightslategrey: '789',
+ lightsteelblue: 'b0c4de',
+ lightyellow: 'ffffe0',
+ lime: '0f0',
+ limegreen: '32cd32',
+ linen: 'faf0e6',
+ magenta: 'f0f',
+ maroon: '800000',
+ mediumaquamarine: '66cdaa',
+ mediumblue: '0000cd',
+ mediumorchid: 'ba55d3',
+ mediumpurple: '9370db',
+ mediumseagreen: '3cb371',
+ mediumslateblue: '7b68ee',
+ mediumspringgreen: '00fa9a',
+ mediumturquoise: '48d1cc',
+ mediumvioletred: 'c71585',
+ midnightblue: '191970',
+ mintcream: 'f5fffa',
+ mistyrose: 'ffe4e1',
+ moccasin: 'ffe4b5',
+ navajowhite: 'ffdead',
+ navy: '000080',
+ oldlace: 'fdf5e6',
+ olive: '808000',
+ olivedrab: '6b8e23',
+ orange: 'ffa500',
+ orangered: 'ff4500',
+ orchid: 'da70d6',
+ palegoldenrod: 'eee8aa',
+ palegreen: '98fb98',
+ paleturquoise: 'afeeee',
+ palevioletred: 'db7093',
+ papayawhip: 'ffefd5',
+ peachpuff: 'ffdab9',
+ peru: 'cd853f',
+ pink: 'ffc0cb',
+ plum: 'dda0dd',
+ powderblue: 'b0e0e6',
+ purple: '800080',
+ rebeccapurple: '663399',
+ red: 'f00',
+ rosybrown: 'bc8f8f',
+ royalblue: '4169e1',
+ saddlebrown: '8b4513',
+ salmon: 'fa8072',
+ sandybrown: 'f4a460',
+ seagreen: '2e8b57',
+ seashell: 'fff5ee',
+ sienna: 'a0522d',
+ silver: 'c0c0c0',
+ skyblue: '87ceeb',
+ slateblue: '6a5acd',
+ slategray: '708090',
+ slategrey: '708090',
+ snow: 'fffafa',
+ springgreen: '00ff7f',
+ steelblue: '4682b4',
+ tan: 'd2b48c',
+ teal: '008080',
+ thistle: 'd8bfd8',
+ tomato: 'ff6347',
+ turquoise: '40e0d0',
+ violet: 'ee82ee',
+ wheat: 'f5deb3',
+ white: 'fff',
+ whitesmoke: 'f5f5f5',
+ yellow: 'ff0',
+ yellowgreen: '9acd32'
},
- A = h.hexNames = Y(P);
+ A = h.hexNames = Y(P)
function Y(e) {
- var t = {};
- for (var n in e) e.hasOwnProperty(n) && (t[e[n]] = n);
+ var t = {}
+ for (var n in e) e.hasOwnProperty(n) && (t[e[n]] = n)
return t
}
@@ -35460,8 +35767,8 @@
}
function I(e, t) {
- $(e) && (e = "100%");
- var n = N(e);
+ $(e) && (e = '100%')
+ var n = N(e)
return e = l(t, u(0, parseFloat(e))), n && (e = parseInt(e * t, 10) / 100), a.abs(e - t) < 1e-6 ? 1 : e % t /
parseFloat(t)
}
@@ -35475,19 +35782,19 @@
}
function $(e) {
- return "string" == typeof e && -1 != e.indexOf(".") && 1 === parseFloat(e)
+ return 'string' == typeof e && -1 != e.indexOf('.') && 1 === parseFloat(e)
}
function N(e) {
- return "string" === typeof e && -1 != e.indexOf("%")
+ return 'string' === typeof e && -1 != e.indexOf('%')
}
function B(e) {
- return 1 == e.length ? "0" + e : "" + e
+ return 1 == e.length ? '0' + e : '' + e
}
function K(e) {
- return e <= 1 && (e = 100 * e + "%"), e
+ return e <= 1 && (e = 100 * e + '%'), e
}
function W(e) {
@@ -35497,42 +35804,43 @@
function q(e) {
return F(e) / 255
}
+
var U = function() {
- var e = "[-\\+]?\\d+%?",
- t = "[-\\+]?\\d*\\.\\d+%?",
- n = "(?:" + t + ")|(?:" + e + ")",
- r = "[\\s|\\(]+(" + n + ")[,|\\s]+(" + n + ")[,|\\s]+(" + n + ")\\s*\\)?",
- a = "[\\s|\\(]+(" + n + ")[,|\\s]+(" + n + ")[,|\\s]+(" + n + ")[,|\\s]+(" + n + ")\\s*\\)?";
+ var e = '[-\\+]?\\d+%?',
+ t = '[-\\+]?\\d*\\.\\d+%?',
+ n = '(?:' + t + ')|(?:' + e + ')',
+ r = '[\\s|\\(]+(' + n + ')[,|\\s]+(' + n + ')[,|\\s]+(' + n + ')\\s*\\)?',
+ a = '[\\s|\\(]+(' + n + ')[,|\\s]+(' + n + ')[,|\\s]+(' + n + ')[,|\\s]+(' + n + ')\\s*\\)?'
return {
CSS_UNIT: new RegExp(n),
- rgb: new RegExp("rgb" + r),
- rgba: new RegExp("rgba" + a),
- hsl: new RegExp("hsl" + r),
- hsla: new RegExp("hsla" + a),
- hsv: new RegExp("hsv" + r),
- hsva: new RegExp("hsva" + a),
+ rgb: new RegExp('rgb' + r),
+ rgba: new RegExp('rgba' + a),
+ hsl: new RegExp('hsl' + r),
+ hsla: new RegExp('hsla' + a),
+ hsv: new RegExp('hsv' + r),
+ hsva: new RegExp('hsva' + a),
hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/
}
- }();
+ }()
function J(e) {
return !!U.CSS_UNIT.exec(e)
}
function G(e) {
- e = e.replace(i, "").replace(o, "").toLowerCase();
- var t, n = !1;
- if (P[e]) e = P[e], n = !0;
- else if ("transparent" == e) return {
+ e = e.replace(i, '').replace(o, '').toLowerCase()
+ var t, n = !1
+ if (P[e]) e = P[e], n = !0
+ else if ('transparent' == e) return {
r: 0,
g: 0,
b: 0,
a: 0,
- format: "name"
- };
+ format: 'name'
+ }
return (t = U.rgb.exec(e)) ? {
r: t[1],
g: t[2],
@@ -35565,151 +35873,154 @@
g: F(t[2]),
b: F(t[3]),
a: q(t[4]),
- format: n ? "name" : "hex8"
+ format: n ? 'name' : 'hex8'
} : (t = U.hex6.exec(e)) ? {
r: F(t[1]),
g: F(t[2]),
b: F(t[3]),
- format: n ? "name" : "hex"
+ format: n ? 'name' : 'hex'
} : (t = U.hex4.exec(e)) ? {
- r: F(t[1] + "" + t[1]),
- g: F(t[2] + "" + t[2]),
- b: F(t[3] + "" + t[3]),
- a: q(t[4] + "" + t[4]),
- format: n ? "name" : "hex8"
+ r: F(t[1] + '' + t[1]),
+ g: F(t[2] + '' + t[2]),
+ b: F(t[3] + '' + t[3]),
+ a: q(t[4] + '' + t[4]),
+ format: n ? 'name' : 'hex8'
} : !!(t = U.hex3.exec(e)) && {
- r: F(t[1] + "" + t[1]),
- g: F(t[2] + "" + t[2]),
- b: F(t[3] + "" + t[3]),
- format: n ? "name" : "hex"
+ r: F(t[1] + '' + t[1]),
+ g: F(t[2] + '' + t[2]),
+ b: F(t[3] + '' + t[3]),
+ format: n ? 'name' : 'hex'
}
}
function Q(e) {
- var t, n;
+ var t, n
return e = e || {
- level: "AA",
- size: "small"
- }, t = (e.level || "AA").toUpperCase(), n = (e.size || "small").toLowerCase(), "AA" !== t && "AAA" !== t &&
- (t = "AA"), "small" !== n && "large" !== n && (n = "small"), {
+ level: 'AA',
+ size: 'small'
+ }, t = (e.level || 'AA').toUpperCase(), n = (e.size || 'small').toLowerCase(), 'AA' !== t && 'AAA' !== t &&
+ (t = 'AA'), 'small' !== n && 'large' !== n && (n = 'small'), {
level: t,
size: n
}
}
+
e.exports ? e.exports = h : (r = function() {
return h
}.call(t, n, t, e), void 0 === r || (e.exports = r))
})(Math)
},
6718: function(e, t, n) {
- var r = n("e53d"),
- a = n("584a"),
- i = n("b8e3"),
- o = n("ccb9"),
- s = n("d9f6").f;
+ var r = n('e53d'),
+ a = n('584a'),
+ i = n('b8e3'),
+ o = n('ccb9'),
+ s = n('d9f6').f
e.exports = function(e) {
- var t = a.Symbol || (a.Symbol = i ? {} : r.Symbol || {});
- "_" == e.charAt(0) || e in t || s(t, e, {
+ var t = a.Symbol || (a.Symbol = i ? {} : r.Symbol || {})
+ '_' == e.charAt(0) || e in t || s(t, e, {
value: o.f(e)
})
}
},
6747: function(e, t) {
- var n = Array.isArray;
+ var n = Array.isArray
e.exports = n
},
6784: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = ["جنوري", "فيبروري", "مارچ", "اپريل", "مئي", "جون", "جولاءِ", "آگسٽ", "سيپٽمبر", "آڪٽوبر", "نومبر",
- "ڊسمبر"
+ var t = ['جنوري', 'فيبروري', 'مارچ', 'اپريل', 'مئي', 'جون', 'جولاءِ', 'آگسٽ', 'سيپٽمبر', 'آڪٽوبر', 'نومبر',
+ 'ڊسمبر'
],
- n = ["آچر", "سومر", "اڱارو", "اربع", "خميس", "جمع", "ڇنڇر"],
- r = e.defineLocale("sd", {
+ n = ['آچر', 'سومر', 'اڱارو', 'اربع', 'خميس', 'جمع', 'ڇنڇر'],
+ r = e.defineLocale('sd', {
months: t,
monthsShort: t,
weekdays: n,
weekdaysShort: n,
weekdaysMin: n,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd، D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd، D MMMM YYYY HH:mm'
},
meridiemParse: /صبح|شام/,
isPM: function(e) {
- return "شام" === e
+ return 'شام' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "صبح" : "شام"
+ return e < 12 ? 'صبح' : 'شام'
},
calendar: {
- sameDay: "[اڄ] LT",
- nextDay: "[سڀاڻي] LT",
- nextWeek: "dddd [اڳين هفتي تي] LT",
- lastDay: "[ڪالهه] LT",
- lastWeek: "[گزريل هفتي] dddd [تي] LT",
- sameElse: "L"
+ sameDay: '[اڄ] LT',
+ nextDay: '[سڀاڻي] LT',
+ nextWeek: 'dddd [اڳين هفتي تي] LT',
+ lastDay: '[ڪالهه] LT',
+ lastWeek: '[گزريل هفتي] dddd [تي] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s پوء",
- past: "%s اڳ",
- s: "چند سيڪنڊ",
- ss: "%d سيڪنڊ",
- m: "هڪ منٽ",
- mm: "%d منٽ",
- h: "هڪ ڪلاڪ",
- hh: "%d ڪلاڪ",
- d: "هڪ ڏينهن",
- dd: "%d ڏينهن",
- M: "هڪ مهينو",
- MM: "%d مهينا",
- y: "هڪ سال",
- yy: "%d سال"
+ future: '%s پوء',
+ past: '%s اڳ',
+ s: 'چند سيڪنڊ',
+ ss: '%d سيڪنڊ',
+ m: 'هڪ منٽ',
+ mm: '%d منٽ',
+ h: 'هڪ ڪلاڪ',
+ hh: '%d ڪلاڪ',
+ d: 'هڪ ڏينهن',
+ dd: '%d ڏينهن',
+ M: 'هڪ مهينو',
+ MM: '%d مهينا',
+ y: 'هڪ سال',
+ yy: '%d سال'
},
preparse: function(e) {
- return e.replace(/،/g, ",")
+ return e.replace(/،/g, ',')
},
postformat: function(e) {
- return e.replace(/,/g, "،")
+ return e.replace(/,/g, '،')
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return r
}))
},
- "67ca": function(e, t, n) {
- var r = n("cb5a");
+ '67ca': function(e, t, n) {
+ var r = n('cb5a')
function a(e, t) {
var n = this.__data__,
- a = r(n, e);
+ a = r(n, e)
return a < 0 ? (++this.size, n.push([e, t])) : n[a][1] = t, this
}
+
e.exports = a
},
6887: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n) {
var r = {
- mm: "munutenn",
- MM: "miz",
- dd: "devezh"
- };
- return e + " " + a(r[n], e)
+ mm: 'munutenn',
+ MM: 'miz',
+ dd: 'devezh'
+ }
+ return e + ' ' + a(r[n], e)
}
function n(e) {
@@ -35719,9 +36030,9 @@
case 4:
case 5:
case 9:
- return e + " bloaz";
+ return e + ' bloaz'
default:
- return e + " vloaz"
+ return e + ' vloaz'
}
}
@@ -35735,12 +36046,13 @@
function i(e) {
var t = {
- m: "v",
- b: "v",
- d: "z"
- };
+ m: 'v',
+ b: 'v',
+ d: 'z'
+ }
return void 0 === t[e.charAt(0)] ? e : t[e.charAt(0)] + e.substring(1)
}
+
var o = [/^gen/i, /^c[ʼ\']hwe/i, /^meu/i, /^ebr/i, /^mae/i, /^(mez|eve)/i, /^gou/i, /^eos/i, /^gwe/i,
/^her/i, /^du/i, /^ker/i
],
@@ -35751,12 +36063,12 @@
u = [/^sul/i, /^lun/i, /^meurzh/i, /^merc[ʼ\']her/i, /^yaou/i, /^gwener/i, /^sadorn/i],
d = [/^Sul/i, /^Lun/i, /^Meu/i, /^Mer/i, /^Yao/i, /^Gwe/i, /^Sad/i],
h = [/^Su/i, /^Lu/i, /^Me([^r]|$)/i, /^Mer/i, /^Ya/i, /^Gw/i, /^Sa/i],
- f = e.defineLocale("br", {
- months: "Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),
- monthsShort: "Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),
- weekdays: "Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),
- weekdaysShort: "Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),
- weekdaysMin: "Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),
+ f = e.defineLocale('br', {
+ months: 'Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split('_'),
+ monthsShort: 'Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'),
+ weekdays: 'Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn'.split('_'),
+ weekdaysShort: 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'),
+ weekdaysMin: 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'),
weekdaysParse: h,
fullWeekdaysParse: u,
shortWeekdaysParse: d,
@@ -35769,40 +36081,40 @@
longMonthsParse: o,
shortMonthsParse: o,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D [a viz] MMMM YYYY",
- LLL: "D [a viz] MMMM YYYY HH:mm",
- LLLL: "dddd, D [a viz] MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D [a viz] MMMM YYYY',
+ LLL: 'D [a viz] MMMM YYYY HH:mm',
+ LLLL: 'dddd, D [a viz] MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Hiziv da] LT",
- nextDay: "[Warcʼhoazh da] LT",
- nextWeek: "dddd [da] LT",
- lastDay: "[Decʼh da] LT",
- lastWeek: "dddd [paset da] LT",
- sameElse: "L"
+ sameDay: '[Hiziv da] LT',
+ nextDay: '[Warcʼhoazh da] LT',
+ nextWeek: 'dddd [da] LT',
+ lastDay: '[Decʼh da] LT',
+ lastWeek: 'dddd [paset da] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "a-benn %s",
- past: "%s ʼzo",
- s: "un nebeud segondennoù",
- ss: "%d eilenn",
- m: "ur vunutenn",
+ future: 'a-benn %s',
+ past: '%s ʼzo',
+ s: 'un nebeud segondennoù',
+ ss: '%d eilenn',
+ m: 'ur vunutenn',
mm: t,
- h: "un eur",
- hh: "%d eur",
- d: "un devezh",
+ h: 'un eur',
+ hh: '%d eur',
+ d: 'un devezh',
dd: t,
- M: "ur miz",
+ M: 'ur miz',
MM: t,
- y: "ur bloaz",
+ y: 'ur bloaz',
yy: n
},
dayOfMonthOrdinalParse: /\d{1,2}(añ|vet)/,
ordinal: function(e) {
- var t = 1 === e ? "añ" : "vet";
+ var t = 1 === e ? 'añ' : 'vet'
return e + t
},
week: {
@@ -35811,166 +36123,168 @@
},
meridiemParse: /a.m.|g.m./,
isPM: function(e) {
- return "g.m." === e
+ return 'g.m.' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "a.m." : "g.m."
+ return e < 12 ? 'a.m.' : 'g.m.'
}
- });
+ })
return f
}))
},
- "688b": function(e, t, n) {
+ '688b': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("mi", {
- months: "Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea"
- .split("_"),
- monthsShort: "Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),
+ var t = e.defineLocale('mi', {
+ months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'
+ .split('_'),
+ monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split('_'),
monthsRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
monthsStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
monthsShortRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
monthsShortStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,
- weekdays: "Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),
- weekdaysShort: "Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),
- weekdaysMin: "Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),
+ weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),
+ weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),
+ weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY [i] HH:mm",
- LLLL: "dddd, D MMMM YYYY [i] HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY [i] HH:mm',
+ LLLL: 'dddd, D MMMM YYYY [i] HH:mm'
},
calendar: {
- sameDay: "[i teie mahana, i] LT",
- nextDay: "[apopo i] LT",
- nextWeek: "dddd [i] LT",
- lastDay: "[inanahi i] LT",
- lastWeek: "dddd [whakamutunga i] LT",
- sameElse: "L"
+ sameDay: '[i teie mahana, i] LT',
+ nextDay: '[apopo i] LT',
+ nextWeek: 'dddd [i] LT',
+ lastDay: '[inanahi i] LT',
+ lastWeek: 'dddd [whakamutunga i] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "i roto i %s",
- past: "%s i mua",
- s: "te hēkona ruarua",
- ss: "%d hēkona",
- m: "he meneti",
- mm: "%d meneti",
- h: "te haora",
- hh: "%d haora",
- d: "he ra",
- dd: "%d ra",
- M: "he marama",
- MM: "%d marama",
- y: "he tau",
- yy: "%d tau"
+ future: 'i roto i %s',
+ past: '%s i mua',
+ s: 'te hēkona ruarua',
+ ss: '%d hēkona',
+ m: 'he meneti',
+ mm: '%d meneti',
+ h: 'te haora',
+ hh: '%d haora',
+ d: 'he ra',
+ dd: '%d ra',
+ M: 'he marama',
+ MM: '%d marama',
+ y: 'he tau',
+ yy: '%d tau'
},
dayOfMonthOrdinalParse: /\d{1,2}º/,
- ordinal: "%dº",
+ ordinal: '%dº',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
6909: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("mk", {
- months: "јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),
- monthsShort: "јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),
- weekdays: "недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),
- weekdaysShort: "нед_пон_вто_сре_чет_пет_саб".split("_"),
- weekdaysMin: "нe_пo_вт_ср_че_пе_сa".split("_"),
+ var t = e.defineLocale('mk', {
+ months: 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split('_'),
+ monthsShort: 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),
+ weekdays: 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split('_'),
+ weekdaysShort: 'нед_пон_вто_сре_чет_пет_саб'.split('_'),
+ weekdaysMin: 'нe_пo_вт_ср_че_пе_сa'.split('_'),
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "D.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY H:mm",
- LLLL: "dddd, D MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'D.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY H:mm',
+ LLLL: 'dddd, D MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[Денес во] LT",
- nextDay: "[Утре во] LT",
- nextWeek: "[Во] dddd [во] LT",
- lastDay: "[Вчера во] LT",
+ sameDay: '[Денес во] LT',
+ nextDay: '[Утре во] LT',
+ nextWeek: '[Во] dddd [во] LT',
+ lastDay: '[Вчера во] LT',
lastWeek: function() {
switch (this.day()) {
case 0:
case 3:
case 6:
- return "[Изминатата] dddd [во] LT";
+ return '[Изминатата] dddd [во] LT'
case 1:
case 2:
case 4:
case 5:
- return "[Изминатиот] dddd [во] LT"
+ return '[Изминатиот] dddd [во] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "за %s",
- past: "пред %s",
- s: "неколку секунди",
- ss: "%d секунди",
- m: "една минута",
- mm: "%d минути",
- h: "еден час",
- hh: "%d часа",
- d: "еден ден",
- dd: "%d дена",
- M: "еден месец",
- MM: "%d месеци",
- y: "една година",
- yy: "%d години"
+ future: 'за %s',
+ past: 'пред %s',
+ s: 'неколку секунди',
+ ss: '%d секунди',
+ m: 'една минута',
+ mm: '%d минути',
+ h: 'еден час',
+ hh: '%d часа',
+ d: 'еден ден',
+ dd: '%d дена',
+ M: 'еден месец',
+ MM: '%d месеци',
+ y: 'една година',
+ yy: '%d години'
},
dayOfMonthOrdinalParse: /\d{1,2}-(ев|ен|ти|ви|ри|ми)/,
ordinal: function(e) {
var t = e % 10,
- n = e % 100;
- return 0 === e ? e + "-ев" : 0 === n ? e + "-ен" : n > 10 && n < 20 ? e + "-ти" : 1 === t ? e + "-ви" :
- 2 === t ? e + "-ри" : 7 === t || 8 === t ? e + "-ми" : e + "-ти"
+ n = e % 100
+ return 0 === e ? e + '-ев' : 0 === n ? e + '-ен' : n > 10 && n < 20 ? e + '-ти' : 1 === t ? e + '-ви' :
+ 2 === t ? e + '-ри' : 7 === t || 8 === t ? e + '-ми' : e + '-ти'
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- "69d2": function(e, t, n) {},
- "69d3": function(e, t, n) {
- n("6718")("asyncIterator")
+ '69d2': function(e, t, n) {
},
- "69d5": function(e, t, n) {
- var r = n("cb5a"),
+ '69d3': function(e, t, n) {
+ n('6718')('asyncIterator')
+ },
+ '69d5': function(e, t, n) {
+ var r = n('cb5a'),
a = Array.prototype,
- i = a.splice;
+ i = a.splice
function o(e) {
var t = this.__data__,
- n = r(t, e);
- if (n < 0) return !1;
- var a = t.length - 1;
+ n = r(t, e)
+ if (n < 0) return !1
+ var a = t.length - 1
return n == a ? t.pop() : i.call(t, n, 1), --this.size, !0
}
+
e.exports = o
},
- "6a21": function(e, t, n) {
- "use strict";
- var r = {};
+ '6a21': function(e, t, n) {
+ 'use strict'
+ var r = {}
function a(e, t) {
0
@@ -35983,47 +36297,48 @@
function o(e, t) {
i(a, e, t)
}
- var s = o;
- t["a"] = function(e, t) {
- var n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : "";
- s(e, "[antdv: " + t + "] " + n)
+
+ var s = o
+ t['a'] = function(e, t) {
+ var n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : ''
+ s(e, '[antdv: ' + t + '] ' + n)
}
},
- "6abf": function(e, t, n) {
- var r = n("e6f3"),
- a = n("1691").concat("length", "prototype");
+ '6abf': function(e, t, n) {
+ var r = n('e6f3'),
+ a = n('1691').concat('length', 'prototype')
t.f = Object.getOwnPropertyNames || function(e) {
return r(e, a)
}
},
- "6b4c": function(e, t) {
- var n = {}.toString;
+ '6b4c': function(e, t) {
+ var n = {}.toString
e.exports = function(e) {
return n.call(e).slice(8, -1)
}
},
- "6b9b": function(e, t, n) {
- "use strict";
- n.r(t);
+ '6b9b': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [n("a-table", {
+ n = e._self._c || t
+ return n('div', [n('a-table', {
attrs: {
- bordered: "",
- rowKey: "code",
+ bordered: '',
+ rowKey: 'code',
loading: e.loading,
columns: e.columns,
dataSource: e.dataSource,
pagination: !1
},
scopedSlots: e._u([{
- key: "switch",
+ key: 'switch',
fn: function(t, r) {
- return [n("a-switch", {
+ return [n('a-switch', {
attrs: {
- size: "small",
+ size: 'small',
checked: 1 === r.status
},
on: {
@@ -36034,17 +36349,17 @@
})]
}
}])
- }, [n("template", {
- slot: "control"
- }, [e._v("\n 可见\n ")])], 2)], 1)
+ }, [n('template', {
+ slot: 'control'
+ }, [e._v('\n 可见\n ')])], 2)], 1)
},
a = [],
- i = n("0fea");
+ i = n('0fea')
function o(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -36054,7 +36369,7 @@
function s(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? o(Object(n), !0).forEach((function(t) {
c(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : o(
@@ -36075,12 +36390,13 @@
}
function l(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = u(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = u(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -36098,17 +36414,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -36126,57 +36442,58 @@
function u(e, t) {
if (e) {
- if ("string" === typeof e) return d(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? d(e, t) : void 0
+ if ('string' === typeof e) return d(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? d(e, t) : void 0
}
}
function d(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var h = [{
- code: "add",
- title: "新增",
+ code: 'add',
+ title: '新增',
status: 0
}, {
- code: "update",
- title: "编辑",
+ code: 'update',
+ title: '编辑',
status: 0
}, {
- code: "delete",
- title: "删除",
+ code: 'delete',
+ title: '删除',
status: 0
}, {
- code: "batch_delete",
- title: "批量删除",
+ code: 'batch_delete',
+ title: '批量删除',
status: 0
}, {
- code: "export",
- title: "导出",
+ code: 'export',
+ title: '导出',
status: 0
}, {
- code: "import",
- title: "导入",
+ code: 'import',
+ title: '导入',
status: 0
}, {
- code: "bpm",
- title: "提交流程",
+ code: 'bpm',
+ title: '提交流程',
status: 0
}, {
- code: "super_query",
- title: "高级查询",
+ code: 'super_query',
+ title: '高级查询',
status: 0
}],
f = {
- name: "AuthButtonConfig",
+ name: 'AuthButtonConfig',
props: {
headId: {
type: String,
- default: "",
+ default: '',
required: !0
}
},
@@ -36184,41 +36501,41 @@
headId: {
immediate: !0,
handler: function() {
- this.cgformId = this.headId.split("?")[0], this.loadButtons()
+ this.cgformId = this.headId.split('?')[0], this.loadButtons()
}
}
},
data: function() {
return {
- description: "按钮权限管理页面",
- cgformId: "",
+ description: '按钮权限管理页面',
+ cgformId: '',
loading: !1,
dataSource: [],
pageType: 2,
pageControlList: 3,
pageControlForm: 5,
- url: "/online/cgform/api/authButton",
+ url: '/online/cgform/api/authButton',
columns: [{
- title: "启用",
- key: "rowIndex",
+ title: '启用',
+ key: 'rowIndex',
width: 80,
- align: "center",
+ align: 'center',
scopedSlots: {
- customRender: "switch"
+ customRender: 'switch'
}
}, {
- title: "名称",
- dataIndex: "title",
- align: "center"
+ title: '名称',
+ dataIndex: 'title',
+ align: 'center'
}, {
- title: "编码",
- dataIndex: "code",
- align: "center"
+ title: '编码',
+ dataIndex: 'code',
+ align: 'center'
}, {
- title: "权限控制",
- key: "control",
+ title: '权限控制',
+ key: 'control',
scopedSlots: {
- customRender: "control"
+ customRender: 'control'
},
width: 180
}]
@@ -36237,29 +36554,29 @@
type: this.pageType,
control: 5,
status: 1
- };
- e.id && (n["id"] = e.id), Object(i["f"])("".concat(this.url), n).then((function(n) {
+ }
+ e.id && (n['id'] = e.id), Object(i['f'])(''.concat(this.url), n).then((function(n) {
n.success && t.dataSource.map((function(t) {
- t.code == e.code && (t["status"] = 1, t["id"] = n.result.id)
+ t.code == e.code && (t['status'] = 1, t['id'] = n.result.id)
}))
}))
},
stopAuthButton: function(e) {
- var t = this;
- Object(i["g"])("".concat(this.url, "/").concat(e)).then((function(n) {
+ var t = this
+ Object(i['g'])(''.concat(this.url, '/').concat(e)).then((function(n) {
n.success && t.dataSource.map((function(t) {
t.id == e && (t.status = 0)
}))
}))
},
loadButtons: function() {
- var e = this;
- Object(i["c"])("".concat(this.url, "/").concat(this.cgformId)).then((function(t) {
+ var e = this
+ Object(i['c'])(''.concat(this.url, '/').concat(this.cgformId)).then((function(t) {
if (t.success) {
var n = t.result,
r = n.buttonList,
a = n.authList,
- i = [];
+ i = []
e.initFixedButton(a, i), e.initCustomButton(a, r, i), e.dataSource = i
} else e.dataSource = [], e.$message.warning(t.message)
}))
@@ -36267,19 +36584,19 @@
initFixedButton: function(e, t) {
var n, r = this,
a = JSON.parse(JSON.stringify(h)),
- i = l(a);
+ i = l(a)
try {
var o = function() {
- var a = n.value;
- a.status = 0;
+ var a = n.value
+ a.status = 0
var i = e.filter((function(e) {
return e.code == a.code
- }));
- if (a["page"] = r.pageControlList, i && i.length > 0) {
- var o = s({}, a);
+ }))
+ if (a['page'] = r.pageControlList, i && i.length > 0) {
+ var o = s({}, a)
t.push(Object.assign({}, o, i[0]))
} else t.push(a)
- };
+ }
for (i.s(); !(n = i.n()).done;) o()
} catch (c) {
i.e(c)
@@ -36289,7 +36606,7 @@
},
initCustomButton: function(e, t, n) {
var r, a = this,
- i = l(t);
+ i = l(t)
try {
var o = function() {
var t = r.value,
@@ -36300,10 +36617,10 @@
code: t.buttonCode,
title: t.buttonName,
status: 0,
- page: "form" == t.buttonStyle ? a.pageControlForm : a.pageControlList
- };
+ page: 'form' == t.buttonStyle ? a.pageControlForm : a.pageControlList
+ }
i && i.length > 0 ? n.push(Object.assign(o, i[0])) : n.push(o)
- };
+ }
for (i.s(); !(r = i.n()).done;) o()
} catch (s) {
i.e(s)
@@ -36314,102 +36631,103 @@
}
},
m = f,
- p = n("2877"),
- _ = Object(p["a"])(m, r, a, !1, null, "7c943ff0", null);
- t["default"] = _.exports
+ p = n('2877'),
+ _ = Object(p['a'])(m, r, a, !1, null, '7c943ff0', null)
+ t['default'] = _.exports
},
- "6bb4": function(e, t, n) {
- "use strict";
+ '6bb4': function(e, t, n) {
+ 'use strict'
function r(e, t) {
- var n = t;
+ var n = t
while (n) {
- if (n === e) return !0;
+ if (n === e) return !0
n = n.parentNode
}
return !1
}
- n.d(t, "a", (function() {
+
+ n.d(t, 'a', (function() {
return r
}))
},
- "6c1c": function(e, t, n) {
- n("c367");
- for (var r = n("e53d"), a = n("35e8"), i = n("481b"), o = n("5168")("toStringTag"), s =
- "CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList"
- .split(","), c = 0; c < s.length; c++) {
+ '6c1c': function(e, t, n) {
+ n('c367')
+ for (var r = n('e53d'), a = n('35e8'), i = n('481b'), o = n('5168')('toStringTag'), s =
+ 'CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList'
+ .split(','), c = 0; c < s.length; c++) {
var l = s[c],
u = r[l],
- d = u && u.prototype;
+ d = u && u.prototype
d && !d[o] && a(d, o, l), i[l] = i.Array
}
},
- "6ce3": function(e, t, n) {
+ '6ce3': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("nb", {
- months: "januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),
- monthsShort: "jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),
+ var t = e.defineLocale('nb', {
+ months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),
+ monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split('_'),
monthsParseExact: !0,
- weekdays: "søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),
- weekdaysShort: "sø._ma._ti._on._to._fr._lø.".split("_"),
- weekdaysMin: "sø_ma_ti_on_to_fr_lø".split("_"),
+ weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),
+ weekdaysShort: 'sø._ma._ti._on._to._fr._lø.'.split('_'),
+ weekdaysMin: 'sø_ma_ti_on_to_fr_lø'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY [kl.] HH:mm",
- LLLL: "dddd D. MMMM YYYY [kl.] HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY [kl.] HH:mm',
+ LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm'
},
calendar: {
- sameDay: "[i dag kl.] LT",
- nextDay: "[i morgen kl.] LT",
- nextWeek: "dddd [kl.] LT",
- lastDay: "[i går kl.] LT",
- lastWeek: "[forrige] dddd [kl.] LT",
- sameElse: "L"
+ sameDay: '[i dag kl.] LT',
+ nextDay: '[i morgen kl.] LT',
+ nextWeek: 'dddd [kl.] LT',
+ lastDay: '[i går kl.] LT',
+ lastWeek: '[forrige] dddd [kl.] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "om %s",
- past: "%s siden",
- s: "noen sekunder",
- ss: "%d sekunder",
- m: "ett minutt",
- mm: "%d minutter",
- h: "en time",
- hh: "%d timer",
- d: "en dag",
- dd: "%d dager",
- M: "en måned",
- MM: "%d måneder",
- y: "ett år",
- yy: "%d år"
+ future: 'om %s',
+ past: '%s siden',
+ s: 'noen sekunder',
+ ss: '%d sekunder',
+ m: 'ett minutt',
+ mm: '%d minutter',
+ h: 'en time',
+ hh: '%d timer',
+ d: 'en dag',
+ dd: '%d dager',
+ M: 'en måned',
+ MM: '%d måneder',
+ y: 'ett år',
+ yy: '%d år'
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "6d08": function(e, t, n) {
+ '6d08': function(e, t, n) {
(function(t) {
(function() {
- var n, r, a, i, o, s;
- "undefined" !== typeof performance && null !== performance && performance.now ? e.exports = function() {
+ var n, r, a, i, o, s
+ 'undefined' !== typeof performance && null !== performance && performance.now ? e.exports = function() {
return performance.now()
- } : "undefined" !== typeof t && null !== t && t.hrtime ? (e.exports = function() {
+ } : 'undefined' !== typeof t && null !== t && t.hrtime ? (e.exports = function() {
return (n() - o) / 1e6
}, r = t.hrtime, n = function() {
- var e;
+ var e
return e = r(), 1e9 * e[0] + e[1]
}, i = n(), s = 1e9 * t.uptime(), o = i - s) : Date.now ? (e.exports = function() {
return Date.now() - a
@@ -36417,158 +36735,160 @@
return (new Date).getTime() - a
}, a = (new Date).getTime())
}).call(this)
- }).call(this, n("f28c"))
+ }).call(this, n('f28c'))
},
- "6d79": function(e, t, n) {
+ '6d79': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 0: "-ші",
- 1: "-ші",
- 2: "-ші",
- 3: "-ші",
- 4: "-ші",
- 5: "-ші",
- 6: "-шы",
- 7: "-ші",
- 8: "-ші",
- 9: "-шы",
- 10: "-шы",
- 20: "-шы",
- 30: "-шы",
- 40: "-шы",
- 50: "-ші",
- 60: "-шы",
- 70: "-ші",
- 80: "-ші",
- 90: "-шы",
- 100: "-ші"
+ 0: '-ші',
+ 1: '-ші',
+ 2: '-ші',
+ 3: '-ші',
+ 4: '-ші',
+ 5: '-ші',
+ 6: '-шы',
+ 7: '-ші',
+ 8: '-ші',
+ 9: '-шы',
+ 10: '-шы',
+ 20: '-шы',
+ 30: '-шы',
+ 40: '-шы',
+ 50: '-ші',
+ 60: '-шы',
+ 70: '-ші',
+ 80: '-ші',
+ 90: '-шы',
+ 100: '-ші'
},
- n = e.defineLocale("kk", {
- months: "қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),
- monthsShort: "қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),
- weekdays: "жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),
- weekdaysShort: "жек_дүй_сей_сәр_бей_жұм_сен".split("_"),
- weekdaysMin: "жк_дй_сй_ср_бй_жм_сн".split("_"),
+ n = e.defineLocale('kk', {
+ months: 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split('_'),
+ monthsShort: 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'),
+ weekdays: 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split('_'),
+ weekdaysShort: 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'),
+ weekdaysMin: 'жк_дй_сй_ср_бй_жм_сн'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Бүгін сағат] LT",
- nextDay: "[Ертең сағат] LT",
- nextWeek: "dddd [сағат] LT",
- lastDay: "[Кеше сағат] LT",
- lastWeek: "[Өткен аптаның] dddd [сағат] LT",
- sameElse: "L"
+ sameDay: '[Бүгін сағат] LT',
+ nextDay: '[Ертең сағат] LT',
+ nextWeek: 'dddd [сағат] LT',
+ lastDay: '[Кеше сағат] LT',
+ lastWeek: '[Өткен аптаның] dddd [сағат] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s ішінде",
- past: "%s бұрын",
- s: "бірнеше секунд",
- ss: "%d секунд",
- m: "бір минут",
- mm: "%d минут",
- h: "бір сағат",
- hh: "%d сағат",
- d: "бір күн",
- dd: "%d күн",
- M: "бір ай",
- MM: "%d ай",
- y: "бір жыл",
- yy: "%d жыл"
+ future: '%s ішінде',
+ past: '%s бұрын',
+ s: 'бірнеше секунд',
+ ss: '%d секунд',
+ m: 'бір минут',
+ mm: '%d минут',
+ h: 'бір сағат',
+ hh: '%d сағат',
+ d: 'бір күн',
+ dd: '%d күн',
+ M: 'бір ай',
+ MM: '%d ай',
+ y: 'бір жыл',
+ yy: '%d жыл'
},
dayOfMonthOrdinalParse: /\d{1,2}-(ші|шы)/,
ordinal: function(e) {
var n = e % 10,
- r = e >= 100 ? 100 : null;
+ r = e >= 100 ? 100 : null
return e + (t[e] || t[n] || t[r])
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
- "6d83": function(e, t, n) {
+ '6d83': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ar-tn", {
- months: "جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),
- monthsShort: "جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),
- weekdays: "الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),
- weekdaysShort: "أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),
- weekdaysMin: "ح_ن_ث_ر_خ_ج_س".split("_"),
+ var t = e.defineLocale('ar-tn', {
+ months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
+ monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
+ weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
+ weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
+ weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[اليوم على الساعة] LT",
- nextDay: "[غدا على الساعة] LT",
- nextWeek: "dddd [على الساعة] LT",
- lastDay: "[أمس على الساعة] LT",
- lastWeek: "dddd [على الساعة] LT",
- sameElse: "L"
+ sameDay: '[اليوم على الساعة] LT',
+ nextDay: '[غدا على الساعة] LT',
+ nextWeek: 'dddd [على الساعة] LT',
+ lastDay: '[أمس على الساعة] LT',
+ lastWeek: 'dddd [على الساعة] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "في %s",
- past: "منذ %s",
- s: "ثوان",
- ss: "%d ثانية",
- m: "دقيقة",
- mm: "%d دقائق",
- h: "ساعة",
- hh: "%d ساعات",
- d: "يوم",
- dd: "%d أيام",
- M: "شهر",
- MM: "%d أشهر",
- y: "سنة",
- yy: "%d سنوات"
+ future: 'في %s',
+ past: 'منذ %s',
+ s: 'ثوان',
+ ss: '%d ثانية',
+ m: 'دقيقة',
+ mm: '%d دقائق',
+ h: 'ساعة',
+ hh: '%d ساعات',
+ d: 'يوم',
+ dd: '%d أيام',
+ M: 'شهر',
+ MM: '%d أشهر',
+ y: 'سنة',
+ yy: '%d سنوات'
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "6dd8": function(e, t, n) {
- "use strict";
+ '6dd8': function(e, t, n) {
+ 'use strict';
(function(e) {
var n = function() {
- if ("undefined" !== typeof Map) return Map;
+ if ('undefined' !== typeof Map) return Map
function e(e, t) {
- var n = -1;
+ var n = -1
return e.some((function(e, r) {
return e[0] === t && (n = r, !0)
})), n
}
+
return function() {
function t() {
this.__entries__ = []
}
- return Object.defineProperty(t.prototype, "size", {
+
+ return Object.defineProperty(t.prototype, 'size', {
get: function() {
return this.__entries__.length
},
@@ -36576,46 +36896,46 @@
configurable: !0
}), t.prototype.get = function(t) {
var n = e(this.__entries__, t),
- r = this.__entries__[n];
+ r = this.__entries__[n]
return r && r[1]
}, t.prototype.set = function(t, n) {
- var r = e(this.__entries__, t);
+ var r = e(this.__entries__, t)
~r ? this.__entries__[r][1] = n : this.__entries__.push([t, n])
}, t.prototype.delete = function(t) {
var n = this.__entries__,
- r = e(n, t);
+ r = e(n, t)
~r && n.splice(r, 1)
}, t.prototype.has = function(t) {
return !!~e(this.__entries__, t)
}, t.prototype.clear = function() {
this.__entries__.splice(0)
}, t.prototype.forEach = function(e, t) {
- void 0 === t && (t = null);
+ void 0 === t && (t = null)
for (var n = 0, r = this.__entries__; n < r.length; n++) {
- var a = r[n];
+ var a = r[n]
e.call(t, a[1], a[0])
}
}, t
}()
}(),
- r = "undefined" !== typeof window && "undefined" !== typeof document && window.document === document,
+ r = 'undefined' !== typeof window && 'undefined' !== typeof document && window.document === document,
a = function() {
- return "undefined" !== typeof e && e.Math === Math ? e : "undefined" !== typeof self && self.Math === Math ?
- self : "undefined" !== typeof window && window.Math === Math ? window : Function("return this")()
+ return 'undefined' !== typeof e && e.Math === Math ? e : 'undefined' !== typeof self && self.Math === Math ?
+ self : 'undefined' !== typeof window && window.Math === Math ? window : Function('return this')()
}(),
i = function() {
- return "function" === typeof requestAnimationFrame ? requestAnimationFrame.bind(a) : function(e) {
+ return 'function' === typeof requestAnimationFrame ? requestAnimationFrame.bind(a) : function(e) {
return setTimeout((function() {
return e(Date.now())
}), 1e3 / 60)
}
}(),
- o = 2;
+ o = 2
function s(e, t) {
var n = !1,
r = !1,
- a = 0;
+ a = 0
function s() {
n && (n = !1, e()), r && l()
@@ -36626,60 +36946,63 @@
}
function l() {
- var e = Date.now();
+ var e = Date.now()
if (n) {
- if (e - a < o) return;
+ if (e - a < o) return
r = !0
- } else n = !0, r = !1, setTimeout(c, t);
+ } else n = !0, r = !1, setTimeout(c, t)
a = e
}
+
return l
}
+
var c = 20,
- l = ["top", "right", "bottom", "left", "width", "height", "size", "weight"],
- u = "undefined" !== typeof MutationObserver,
+ l = ['top', 'right', 'bottom', 'left', 'width', 'height', 'size', 'weight'],
+ u = 'undefined' !== typeof MutationObserver,
d = function() {
function e() {
this.connected_ = !1, this.mutationEventsAdded_ = !1, this.mutationsObserver_ = null, this.observers_ = [],
this.onTransitionEnd_ = this.onTransitionEnd_.bind(this), this.refresh = s(this.refresh.bind(this), c)
}
+
return e.prototype.addObserver = function(e) {
~this.observers_.indexOf(e) || this.observers_.push(e), this.connected_ || this.connect_()
}, e.prototype.removeObserver = function(e) {
var t = this.observers_,
- n = t.indexOf(e);
+ n = t.indexOf(e)
~n && t.splice(n, 1), !t.length && this.connected_ && this.disconnect_()
}, e.prototype.refresh = function() {
- var e = this.updateObservers_();
+ var e = this.updateObservers_()
e && this.refresh()
}, e.prototype.updateObservers_ = function() {
var e = this.observers_.filter((function(e) {
return e.gatherActive(), e.hasActive()
- }));
+ }))
return e.forEach((function(e) {
return e.broadcastActive()
})), e.length > 0
}, e.prototype.connect_ = function() {
- r && !this.connected_ && (document.addEventListener("transitionend", this.onTransitionEnd_), window.addEventListener(
- "resize", this.refresh), u ? (this.mutationsObserver_ = new MutationObserver(this.refresh), this.mutationsObserver_
+ r && !this.connected_ && (document.addEventListener('transitionend', this.onTransitionEnd_), window.addEventListener(
+ 'resize', this.refresh), u ? (this.mutationsObserver_ = new MutationObserver(this.refresh), this.mutationsObserver_
.observe(document, {
attributes: !0,
childList: !0,
characterData: !0,
subtree: !0
- })) : (document.addEventListener("DOMSubtreeModified", this.refresh), this.mutationEventsAdded_ = !0),
+ })) : (document.addEventListener('DOMSubtreeModified', this.refresh), this.mutationEventsAdded_ = !0),
this.connected_ = !0)
}, e.prototype.disconnect_ = function() {
- r && this.connected_ && (document.removeEventListener("transitionend", this.onTransitionEnd_), window.removeEventListener(
- "resize", this.refresh), this.mutationsObserver_ && this.mutationsObserver_.disconnect(), this.mutationEventsAdded_ &&
- document.removeEventListener("DOMSubtreeModified", this.refresh), this.mutationsObserver_ = null, this.mutationEventsAdded_ = !
+ r && this.connected_ && (document.removeEventListener('transitionend', this.onTransitionEnd_), window.removeEventListener(
+ 'resize', this.refresh), this.mutationsObserver_ && this.mutationsObserver_.disconnect(), this.mutationEventsAdded_ &&
+ document.removeEventListener('DOMSubtreeModified', this.refresh), this.mutationsObserver_ = null, this.mutationEventsAdded_ = !
1, this.connected_ = !1)
}, e.prototype.onTransitionEnd_ = function(e) {
var t = e.propertyName,
- n = void 0 === t ? "" : t,
+ n = void 0 === t ? '' : t,
r = l.some((function(e) {
return !!~n.indexOf(e)
- }));
+ }))
r && this.refresh()
}, e.getInstance = function() {
return this.instance_ || (this.instance_ = new e), this.instance_
@@ -36687,7 +37010,7 @@
}(),
h = function(e, t) {
for (var n = 0, r = Object.keys(t); n < r.length; n++) {
- var a = r[n];
+ var a = r[n]
Object.defineProperty(e, a, {
value: t[a],
enumerable: !1,
@@ -36698,62 +37021,63 @@
return e
},
f = function(e) {
- var t = e && e.ownerDocument && e.ownerDocument.defaultView;
+ var t = e && e.ownerDocument && e.ownerDocument.defaultView
return t || a
},
- m = O(0, 0, 0, 0);
+ m = O(0, 0, 0, 0)
function p(e) {
return parseFloat(e) || 0
}
function _(e) {
- for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
+ for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n]
return t.reduce((function(t, n) {
- var r = e["border-" + n + "-width"];
+ var r = e['border-' + n + '-width']
return t + p(r)
}), 0)
}
function v(e) {
- for (var t = ["top", "right", "bottom", "left"], n = {}, r = 0, a = t; r < a.length; r++) {
+ for (var t = ['top', 'right', 'bottom', 'left'], n = {}, r = 0, a = t; r < a.length; r++) {
var i = a[r],
- o = e["padding-" + i];
+ o = e['padding-' + i]
n[i] = p(o)
}
return n
}
function b(e) {
- var t = e.getBBox();
+ var t = e.getBBox()
return O(0, 0, t.width, t.height)
}
function y(e) {
var t = e.clientWidth,
- n = e.clientHeight;
- if (!t && !n) return m;
+ n = e.clientHeight
+ if (!t && !n) return m
var r = f(e).getComputedStyle(e),
a = v(r),
i = a.left + a.right,
o = a.top + a.bottom,
s = p(r.width),
- c = p(r.height);
- if ("border-box" === r.boxSizing && (Math.round(s + i) !== t && (s -= _(r, "left", "right") + i), Math.round(
- c + o) !== n && (c -= _(r, "top", "bottom") + o)), !M(e)) {
+ c = p(r.height)
+ if ('border-box' === r.boxSizing && (Math.round(s + i) !== t && (s -= _(r, 'left', 'right') + i), Math.round(
+ c + o) !== n && (c -= _(r, 'top', 'bottom') + o)), !M(e)) {
var l = Math.round(s + i) - t,
- u = Math.round(c + o) - n;
+ u = Math.round(c + o) - n
1 !== Math.abs(l) && (s -= l), 1 !== Math.abs(u) && (c -= u)
}
return O(a.left, a.top, s, c)
}
+
var g = function() {
- return "undefined" !== typeof SVGGraphicsElement ? function(e) {
+ return 'undefined' !== typeof SVGGraphicsElement ? function(e) {
return e instanceof f(e).SVGGraphicsElement
} : function(e) {
- return e instanceof f(e).SVGElement && "function" === typeof e.getBBox
+ return e instanceof f(e).SVGElement && 'function' === typeof e.getBBox
}
- }();
+ }()
function M(e) {
return e === f(e).document.documentElement
@@ -36768,8 +37092,8 @@
n = e.y,
r = e.width,
a = e.height,
- i = "undefined" !== typeof DOMRectReadOnly ? DOMRectReadOnly : Object,
- o = Object.create(i.prototype);
+ i = 'undefined' !== typeof DOMRectReadOnly ? DOMRectReadOnly : Object,
+ o = Object.create(i.prototype)
return h(o, {
x: t,
y: n,
@@ -36790,52 +37114,56 @@
height: r
}
}
+
var S = function() {
function e(e) {
this.broadcastWidth = 0, this.broadcastHeight = 0, this.contentRect_ = O(0, 0, 0, 0), this.target = e
}
+
return e.prototype.isActive = function() {
- var e = w(this.target);
+ var e = w(this.target)
return this.contentRect_ = e, e.width !== this.broadcastWidth || e.height !== this.broadcastHeight
}, e.prototype.broadcastRect = function() {
- var e = this.contentRect_;
+ var e = this.contentRect_
return this.broadcastWidth = e.width, this.broadcastHeight = e.height, e
}, e
}(),
k = function() {
function e(e, t) {
- var n = L(t);
+ var n = L(t)
h(this, {
target: e,
contentRect: n
})
}
+
return e
}(),
C = function() {
function e(e, t, r) {
- if (this.activeObservations_ = [], this.observations_ = new n, "function" !== typeof e) throw new TypeError(
- "The callback provided as parameter 1 is not a function.");
+ if (this.activeObservations_ = [], this.observations_ = new n, 'function' !== typeof e) throw new TypeError(
+ 'The callback provided as parameter 1 is not a function.')
this.callback_ = e, this.controller_ = t, this.callbackCtx_ = r
}
+
return e.prototype.observe = function(e) {
- if (!arguments.length) throw new TypeError("1 argument required, but only 0 present.");
- if ("undefined" !== typeof Element && Element instanceof Object) {
- if (!(e instanceof f(e).Element)) throw new TypeError('parameter 1 is not of type "Element".');
- var t = this.observations_;
+ if (!arguments.length) throw new TypeError('1 argument required, but only 0 present.')
+ if ('undefined' !== typeof Element && Element instanceof Object) {
+ if (!(e instanceof f(e).Element)) throw new TypeError('parameter 1 is not of type "Element".')
+ var t = this.observations_
t.has(e) || (t.set(e, new S(e)), this.controller_.addObserver(this), this.controller_.refresh())
}
}, e.prototype.unobserve = function(e) {
- if (!arguments.length) throw new TypeError("1 argument required, but only 0 present.");
- if ("undefined" !== typeof Element && Element instanceof Object) {
- if (!(e instanceof f(e).Element)) throw new TypeError('parameter 1 is not of type "Element".');
- var t = this.observations_;
+ if (!arguments.length) throw new TypeError('1 argument required, but only 0 present.')
+ if ('undefined' !== typeof Element && Element instanceof Object) {
+ if (!(e instanceof f(e).Element)) throw new TypeError('parameter 1 is not of type "Element".')
+ var t = this.observations_
t.has(e) && (t.delete(e), t.size || this.controller_.removeObserver(this))
}
}, e.prototype.disconnect = function() {
this.clearActive(), this.observations_.clear(), this.controller_.removeObserver(this)
}, e.prototype.gatherActive = function() {
- var e = this;
+ var e = this
this.clearActive(), this.observations_.forEach((function(t) {
t.isActive() && e.activeObservations_.push(t)
}))
@@ -36844,7 +37172,7 @@
var e = this.callbackCtx_,
t = this.activeObservations_.map((function(e) {
return new k(e.target, e.broadcastRect())
- }));
+ }))
this.callback_.call(e, t, e), this.clearActive()
}
}, e.prototype.clearActive = function() {
@@ -36853,242 +37181,245 @@
return this.activeObservations_.length > 0
}, e
}(),
- T = "undefined" !== typeof WeakMap ? new WeakMap : new n,
+ T = 'undefined' !== typeof WeakMap ? new WeakMap : new n,
x = function() {
function e(t) {
- if (!(this instanceof e)) throw new TypeError("Cannot call a class as a function.");
- if (!arguments.length) throw new TypeError("1 argument required, but only 0 present.");
+ if (!(this instanceof e)) throw new TypeError('Cannot call a class as a function.')
+ if (!arguments.length) throw new TypeError('1 argument required, but only 0 present.')
var n = d.getInstance(),
- r = new C(t, n, this);
+ r = new C(t, n, this)
T.set(this, r)
}
+
return e
}();
- ["observe", "unobserve", "disconnect"].forEach((function(e) {
+ ['observe', 'unobserve', 'disconnect'].forEach((function(e) {
x.prototype[e] = function() {
- var t;
+ var t
return (t = T.get(this))[e].apply(t, arguments)
}
- }));
+ }))
var z = function() {
- return "undefined" !== typeof a.ResizeObserver ? a.ResizeObserver : x
- }();
- t["a"] = z
- }).call(this, n("c8ba"))
+ return 'undefined' !== typeof a.ResizeObserver ? a.ResizeObserver : x
+ }()
+ t['a'] = z
+ }).call(this, n('c8ba'))
},
- "6e98": function(e, t, n) {
+ '6e98': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("it", {
- months: "gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split(
- "_"),
- monthsShort: "gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),
- weekdays: "domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),
- weekdaysShort: "dom_lun_mar_mer_gio_ven_sab".split("_"),
- weekdaysMin: "do_lu_ma_me_gi_ve_sa".split("_"),
+ var t = e.defineLocale('it', {
+ months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(
+ '_'),
+ monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),
+ weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split('_'),
+ weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),
+ weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
sameDay: function() {
- return "[Oggi a" + (this.hours() > 1 ? "lle " : 0 === this.hours() ? " " : "ll'") + "]LT"
+ return '[Oggi a' + (this.hours() > 1 ? 'lle ' : 0 === this.hours() ? ' ' : 'll\'') + ']LT'
},
nextDay: function() {
- return "[Domani a" + (this.hours() > 1 ? "lle " : 0 === this.hours() ? " " : "ll'") + "]LT"
+ return '[Domani a' + (this.hours() > 1 ? 'lle ' : 0 === this.hours() ? ' ' : 'll\'') + ']LT'
},
nextWeek: function() {
- return "dddd [a" + (this.hours() > 1 ? "lle " : 0 === this.hours() ? " " : "ll'") + "]LT"
+ return 'dddd [a' + (this.hours() > 1 ? 'lle ' : 0 === this.hours() ? ' ' : 'll\'') + ']LT'
},
lastDay: function() {
- return "[Ieri a" + (this.hours() > 1 ? "lle " : 0 === this.hours() ? " " : "ll'") + "]LT"
+ return '[Ieri a' + (this.hours() > 1 ? 'lle ' : 0 === this.hours() ? ' ' : 'll\'') + ']LT'
},
lastWeek: function() {
switch (this.day()) {
case 0:
- return "[La scorsa] dddd [a" + (this.hours() > 1 ? "lle " : 0 === this.hours() ? " " : "ll'") +
- "]LT";
+ return '[La scorsa] dddd [a' + (this.hours() > 1 ? 'lle ' : 0 === this.hours() ? ' ' : 'll\'') +
+ ']LT'
default:
- return "[Lo scorso] dddd [a" + (this.hours() > 1 ? "lle " : 0 === this.hours() ? " " : "ll'") +
- "]LT"
+ return '[Lo scorso] dddd [a' + (this.hours() > 1 ? 'lle ' : 0 === this.hours() ? ' ' : 'll\'') +
+ ']LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "tra %s",
- past: "%s fa",
- s: "alcuni secondi",
- ss: "%d secondi",
- m: "un minuto",
- mm: "%d minuti",
- h: "un'ora",
- hh: "%d ore",
- d: "un giorno",
- dd: "%d giorni",
- M: "un mese",
- MM: "%d mesi",
- y: "un anno",
- yy: "%d anni"
+ future: 'tra %s',
+ past: '%s fa',
+ s: 'alcuni secondi',
+ ss: '%d secondi',
+ m: 'un minuto',
+ mm: '%d minuti',
+ h: 'un\'ora',
+ hh: '%d ore',
+ d: 'un giorno',
+ dd: '%d giorni',
+ M: 'un mese',
+ MM: '%d mesi',
+ y: 'un anno',
+ yy: '%d anni'
},
dayOfMonthOrdinalParse: /\d{1,2}º/,
- ordinal: "%dº",
+ ordinal: '%dº',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "6eb7": function(e, t, n) {},
- "6f12": function(e, t, n) {
+ '6eb7': function(e, t, n) {
+ },
+ '6f12': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("it-ch", {
- months: "gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split(
- "_"),
- monthsShort: "gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),
- weekdays: "domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),
- weekdaysShort: "dom_lun_mar_mer_gio_ven_sab".split("_"),
- weekdaysMin: "do_lu_ma_me_gi_ve_sa".split("_"),
+ var t = e.defineLocale('it-ch', {
+ months: 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split(
+ '_'),
+ monthsShort: 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),
+ weekdays: 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split('_'),
+ weekdaysShort: 'dom_lun_mar_mer_gio_ven_sab'.split('_'),
+ weekdaysMin: 'do_lu_ma_me_gi_ve_sa'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Oggi alle] LT",
- nextDay: "[Domani alle] LT",
- nextWeek: "dddd [alle] LT",
- lastDay: "[Ieri alle] LT",
+ sameDay: '[Oggi alle] LT',
+ nextDay: '[Domani alle] LT',
+ nextWeek: 'dddd [alle] LT',
+ lastDay: '[Ieri alle] LT',
lastWeek: function() {
switch (this.day()) {
case 0:
- return "[la scorsa] dddd [alle] LT";
+ return '[la scorsa] dddd [alle] LT'
default:
- return "[lo scorso] dddd [alle] LT"
+ return '[lo scorso] dddd [alle] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
future: function(e) {
- return (/^[0-9].+$/.test(e) ? "tra" : "in") + " " + e
+ return (/^[0-9].+$/.test(e) ? 'tra' : 'in') + ' ' + e
},
- past: "%s fa",
- s: "alcuni secondi",
- ss: "%d secondi",
- m: "un minuto",
- mm: "%d minuti",
- h: "un'ora",
- hh: "%d ore",
- d: "un giorno",
- dd: "%d giorni",
- M: "un mese",
- MM: "%d mesi",
- y: "un anno",
- yy: "%d anni"
+ past: '%s fa',
+ s: 'alcuni secondi',
+ ss: '%d secondi',
+ m: 'un minuto',
+ mm: '%d minuti',
+ h: 'un\'ora',
+ hh: '%d ore',
+ d: 'un giorno',
+ dd: '%d giorni',
+ M: 'un mese',
+ MM: '%d mesi',
+ y: 'un anno',
+ yy: '%d anni'
},
dayOfMonthOrdinalParse: /\d{1,2}º/,
- ordinal: "%dº",
+ ordinal: '%dº',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "6f50": function(e, t, n) {
+ '6f50': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("en-nz", {
- months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
- monthsShort: "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
- weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
- weekdaysShort: "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
- weekdaysMin: "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
+ var t = e.defineLocale('en-nz', {
+ months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
+ monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
+ weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
+ weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
+ weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
longDateFormat: {
- LT: "h:mm A",
- LTS: "h:mm:ss A",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY h:mm A",
- LLLL: "dddd, D MMMM YYYY h:mm A"
+ LT: 'h:mm A',
+ LTS: 'h:mm:ss A',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY h:mm A',
+ LLLL: 'dddd, D MMMM YYYY h:mm A'
},
calendar: {
- sameDay: "[Today at] LT",
- nextDay: "[Tomorrow at] LT",
- nextWeek: "dddd [at] LT",
- lastDay: "[Yesterday at] LT",
- lastWeek: "[Last] dddd [at] LT",
- sameElse: "L"
+ sameDay: '[Today at] LT',
+ nextDay: '[Tomorrow at] LT',
+ nextWeek: 'dddd [at] LT',
+ lastDay: '[Yesterday at] LT',
+ lastWeek: '[Last] dddd [at] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "in %s",
- past: "%s ago",
- s: "a few seconds",
- ss: "%d seconds",
- m: "a minute",
- mm: "%d minutes",
- h: "an hour",
- hh: "%d hours",
- d: "a day",
- dd: "%d days",
- M: "a month",
- MM: "%d months",
- y: "a year",
- yy: "%d years"
+ future: 'in %s',
+ past: '%s ago',
+ s: 'a few seconds',
+ ss: '%d seconds',
+ m: 'a minute',
+ mm: '%d minutes',
+ h: 'an hour',
+ hh: '%d hours',
+ d: 'a day',
+ dd: '%d days',
+ M: 'a month',
+ MM: '%d months',
+ y: 'a year',
+ yy: '%d years'
},
dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === ~~(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "6f6c": function(e, t) {
- var n = /\w*$/;
+ '6f6c': function(e, t) {
+ var n = /\w*$/
function r(e) {
- var t = new e.constructor(e.source, n.exec(e));
+ var t = new e.constructor(e.source, n.exec(e))
return t.lastIndex = e.lastIndex, t
}
+
e.exports = r
},
- "6fcd": function(e, t, n) {
- var r = n("50d8"),
- a = n("d370"),
- i = n("6747"),
- o = n("0d24"),
- s = n("c098"),
- c = n("73ac"),
+ '6fcd': function(e, t, n) {
+ var r = n('50d8'),
+ a = n('d370'),
+ i = n('6747'),
+ o = n('0d24'),
+ s = n('c098'),
+ c = n('73ac'),
l = Object.prototype,
- u = l.hasOwnProperty;
+ u = l.hasOwnProperty
function d(e, t) {
var n = i(e),
@@ -37097,160 +37428,161 @@
h = !n && !l && !d && c(e),
f = n || l || d || h,
m = f ? r(e.length, String) : [],
- p = m.length;
- for (var _ in e) !t && !u.call(e, _) || f && ("length" == _ || d && ("offset" == _ || "parent" == _) || h && (
- "buffer" == _ || "byteLength" == _ || "byteOffset" == _) || s(_, p)) || m.push(_);
+ p = m.length
+ for (var _ in e) !t && !u.call(e, _) || f && ('length' == _ || d && ('offset' == _ || 'parent' == _) || h && (
+ 'buffer' == _ || 'byteLength' == _ || 'byteOffset' == _) || s(_, p)) || m.push(_)
return m
}
+
e.exports = d
},
7118: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),
- n = "jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),
- r = e.defineLocale("fy", {
- months: "jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split(
- "_"),
+ var t = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split('_'),
+ n = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),
+ r = e.defineLocale('fy', {
+ months: 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split(
+ '_'),
monthsShort: function(e, r) {
return e ? /-MMM-/.test(r) ? n[e.month()] : t[e.month()] : t
},
monthsParseExact: !0,
- weekdays: "snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),
- weekdaysShort: "si._mo._ti._wo._to._fr._so.".split("_"),
- weekdaysMin: "Si_Mo_Ti_Wo_To_Fr_So".split("_"),
+ weekdays: 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split('_'),
+ weekdaysShort: 'si._mo._ti._wo._to._fr._so.'.split('_'),
+ weekdaysMin: 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD-MM-YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD-MM-YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[hjoed om] LT",
- nextDay: "[moarn om] LT",
- nextWeek: "dddd [om] LT",
- lastDay: "[juster om] LT",
- lastWeek: "[ôfrûne] dddd [om] LT",
- sameElse: "L"
+ sameDay: '[hjoed om] LT',
+ nextDay: '[moarn om] LT',
+ nextWeek: 'dddd [om] LT',
+ lastDay: '[juster om] LT',
+ lastWeek: '[ôfrûne] dddd [om] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "oer %s",
- past: "%s lyn",
- s: "in pear sekonden",
- ss: "%d sekonden",
- m: "ien minút",
- mm: "%d minuten",
- h: "ien oere",
- hh: "%d oeren",
- d: "ien dei",
- dd: "%d dagen",
- M: "ien moanne",
- MM: "%d moannen",
- y: "ien jier",
- yy: "%d jierren"
+ future: 'oer %s',
+ past: '%s lyn',
+ s: 'in pear sekonden',
+ ss: '%d sekonden',
+ m: 'ien minút',
+ mm: '%d minuten',
+ h: 'ien oere',
+ hh: '%d oeren',
+ d: 'ien dei',
+ dd: '%d dagen',
+ M: 'ien moanne',
+ MM: '%d moannen',
+ y: 'ien jier',
+ yy: '%d jierren'
},
dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/,
ordinal: function(e) {
- return e + (1 === e || 8 === e || e >= 20 ? "ste" : "de")
+ return e + (1 === e || 8 === e || e >= 20 ? 'ste' : 'de')
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return r
}))
},
- "717a": function(e, t, n) {
- "use strict";
- n.r(t);
+ '717a': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
attrs: {
title: e.title,
width: 800,
visible: e.visible,
confirmLoading: e.confirmLoading,
- cancelText: "关闭"
+ cancelText: '关闭'
},
on: {
ok: e.handleOk,
cancel: e.handleCancel
}
- }, [n("a-spin", {
+ }, [n('a-spin', {
attrs: {
spinning: e.confirmLoading
}
- }, [n("a-form", {
+ }, [n('a-form', {
attrs: {
form: e.form
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
labelCol: e.labelCol,
wrapperCol: e.wrapperCol,
- label: "按钮编码"
+ label: '按钮编码'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["buttonCode", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['buttonCode', {
rules: [{
required: !0,
- message: "请输入按钮编码!"
+ message: '请输入按钮编码!'
}]
}],
- expression: "['buttonCode',{rules: [{ required: true, message: '请输入按钮编码!' }]}]"
+ expression: '[\'buttonCode\',{rules: [{ required: true, message: \'请输入按钮编码!\' }]}]'
}],
attrs: {
- placeholder: "请输入按钮编码"
+ placeholder: '请输入按钮编码'
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
labelCol: e.labelCol,
wrapperCol: e.wrapperCol,
- label: "按钮名称"
+ label: '按钮名称'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["buttonName", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['buttonName', {
rules: [{
required: !0,
- message: "请输入按钮名称!"
+ message: '请输入按钮名称!'
}]
}],
- expression: "['buttonName',{rules: [{ required: true, message: '请输入按钮名称!' }]}]"
+ expression: '[\'buttonName\',{rules: [{ required: true, message: \'请输入按钮名称!\' }]}]'
}],
attrs: {
- placeholder: "请输入按钮名称"
+ placeholder: '请输入按钮名称'
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
labelCol: e.labelCol,
wrapperCol: e.wrapperCol,
- label: "按钮样式"
+ label: '按钮样式'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["buttonStyle"],
- expression: "['buttonStyle']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['buttonStyle'],
+ expression: '[\'buttonStyle\']'
}],
attrs: {
- placeholder: "请选择按钮样式",
+ placeholder: '请选择按钮样式',
getPopupContainer: function(e) {
return e.parentNode
}
@@ -37258,189 +37590,189 @@
on: {
change: e.handleStyleChange
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "link"
+ value: 'link'
}
- }, [e._v("link")]), n("a-select-option", {
+ }, [e._v('link')]), n('a-select-option', {
attrs: {
- value: "button"
+ value: 'button'
}
- }, [e._v("button")]), n("a-select-option", {
+ }, [e._v('button')]), n('a-select-option', {
attrs: {
- value: "form"
+ value: 'form'
}
- }, [e._v("form")])], 1)], 1), n("a-form-item", {
+ }, [e._v('form')])], 1)], 1), n('a-form-item', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.formButton,
- expression: "formButton"
+ expression: 'formButton'
}],
attrs: {
labelCol: e.labelCol,
wrapperCol: e.wrapperCol,
- label: "按钮位置"
+ label: '按钮位置'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["optPosition", {
- initialValue: "2"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['optPosition', {
+ initialValue: '2'
}],
- expression: "['optPosition',{initialValue:'2'}]"
+ expression: '[\'optPosition\',{initialValue:\'2\'}]'
}],
attrs: {
- placeholder: "请选择按钮位置",
+ placeholder: '请选择按钮位置',
getPopupContainer: function(e) {
return e.parentNode
}
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "1"
+ value: '1'
}
- }, [e._v("侧面")]), n("a-select-option", {
+ }, [e._v('侧面')]), n('a-select-option', {
attrs: {
- value: "2"
+ value: '2'
}
- }, [e._v("底部")])], 1)], 1), n("a-form-item", {
+ }, [e._v('底部')])], 1)], 1), n('a-form-item', {
attrs: {
labelCol: e.labelCol,
wrapperCol: e.wrapperCol,
- label: "按钮类型"
+ label: '按钮类型'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["optType"],
- expression: "['optType']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['optType'],
+ expression: '[\'optType\']'
}],
attrs: {
- placeholder: "请选择按钮类型",
+ placeholder: '请选择按钮类型',
getPopupContainer: function(e) {
return e.parentNode
}
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "js"
+ value: 'js'
}
- }, [e._v("js")]), n("a-select-option", {
+ }, [e._v('js')]), n('a-select-option', {
attrs: {
- value: "action"
+ value: 'action'
}
- }, [e._v("action")])], 1)], 1), n("a-form-item", {
+ }, [e._v('action')])], 1)], 1), n('a-form-item', {
attrs: {
labelCol: e.labelCol,
wrapperCol: e.wrapperCol,
- label: "排序"
+ label: '排序'
}
- }, [n("a-input-number", {
+ }, [n('a-input-number', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["orderNum"],
- expression: "[ 'orderNum']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['orderNum'],
+ expression: '[ \'orderNum\']'
}],
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
- placeholder: "请输入按钮排序"
+ placeholder: '请输入按钮排序'
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
labelCol: e.labelCol,
wrapperCol: e.wrapperCol,
- label: "按钮图标"
+ label: '按钮图标'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["buttonIcon"],
- expression: "['buttonIcon']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['buttonIcon'],
+ expression: '[\'buttonIcon\']'
}],
attrs: {
- placeholder: "请输入按钮图标"
+ placeholder: '请输入按钮图标'
}
- }, [n("a-tooltip", {
+ }, [n('a-tooltip', {
attrs: {
- slot: "suffix",
- title: "a-icon type"
+ slot: 'suffix',
+ title: 'a-icon type'
},
- slot: "suffix"
- }, [n("a-icon", {
+ slot: 'suffix'
+ }, [n('a-icon', {
staticStyle: {
- color: "rgba(0,0,0,.45)"
+ color: 'rgba(0,0,0,.45)'
},
attrs: {
- type: "info-circle"
+ type: 'info-circle'
}
- })], 1)], 1)], 1), n("a-form-item", {
+ })], 1)], 1)], 1), n('a-form-item', {
attrs: {
labelCol: e.labelCol,
wrapperCol: e.wrapperCol,
- label: "表达式"
+ label: '表达式'
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["exp"],
- expression: "['exp']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['exp'],
+ expression: '[\'exp\']'
}],
attrs: {
- placeholder: "请输入表达式"
+ placeholder: '请输入表达式'
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
labelCol: e.labelCol,
wrapperCol: e.wrapperCol,
- label: "按钮状态"
+ label: '按钮状态'
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["buttonStatus"],
- expression: "['buttonStatus']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['buttonStatus'],
+ expression: '[\'buttonStatus\']'
}],
attrs: {
- placeholder: "请选择按钮状态",
+ placeholder: '请选择按钮状态',
getPopupContainer: function(e) {
return e.parentNode
}
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "1"
+ value: '1'
}
- }, [e._v("激活")]), n("a-select-option", {
+ }, [e._v('激活')]), n('a-select-option', {
attrs: {
- value: "0"
+ value: '0'
}
- }, [e._v("未激活")])], 1)], 1)], 1)], 1)], 1)
+ }, [e._v('未激活')])], 1)], 1)], 1)], 1)], 1)
},
a = [],
- i = n("0fea"),
- o = n("88bc"),
+ i = n('0fea'),
+ o = n('88bc'),
s = n.n(o),
c = {
- name: "OnlCgformButtonModal",
+ name: 'OnlCgformButtonModal',
props: {
code: {
type: String,
required: !0,
- default: ""
+ default: ''
}
},
data: function() {
return {
- title: "操作",
+ title: '操作',
visible: !1,
model: {},
labelCol: {
@@ -37463,44 +37795,45 @@
form: this.$form.createForm(this),
validatorRules: {},
url: {
- add: "/online/cgform/button/add",
- edit: "/online/cgform/button/edit"
+ add: '/online/cgform/button/add',
+ edit: '/online/cgform/button/edit'
},
formButton: !1
}
},
- created: function() {},
+ created: function() {
+ },
methods: {
add: function() {
this.edit({
- buttonStyle: "link",
- optType: "js",
- buttonStatus: "1"
+ buttonStyle: 'link',
+ optType: 'js',
+ buttonStatus: '1'
})
},
edit: function(e) {
- var t = this;
- this.form.resetFields(), this.model = Object.assign({}, e), this.formButton = "form" === e.buttonStyle,
+ var t = this
+ this.form.resetFields(), this.model = Object.assign({}, e), this.formButton = 'form' === e.buttonStyle,
this.visible = !0, this.$nextTick((function() {
- t.form.setFieldsValue(s()(t.model, "optPosition", "buttonCode", "buttonIcon", "buttonName",
- "buttonStatus", "buttonStyle", "exp", "optType", "orderNum"))
+ t.form.setFieldsValue(s()(t.model, 'optPosition', 'buttonCode', 'buttonIcon', 'buttonName',
+ 'buttonStatus', 'buttonStyle', 'exp', 'optType', 'orderNum'))
}))
},
close: function() {
- this.$emit("close"), this.visible = !1
+ this.$emit('close'), this.visible = !1
},
handleOk: function() {
var e = this,
- t = this;
+ t = this
this.form.validateFields((function(n, r) {
if (!n) {
- t.confirmLoading = !0;
- var a = "",
- o = "";
- e.model.id ? (a += e.url.edit, o = "put") : (a += e.url.add, o = "post");
- var s = Object.assign(e.model, r);
- s.cgformHeadId = e.code, Object(i["e"])(a, s, o).then((function(e) {
- e.success ? (t.$message.success(e.message), t.$emit("ok")) : t.$message.warning(e.message)
+ t.confirmLoading = !0
+ var a = '',
+ o = ''
+ e.model.id ? (a += e.url.edit, o = 'put') : (a += e.url.add, o = 'post')
+ var s = Object.assign(e.model, r)
+ s.cgformHeadId = e.code, Object(i['e'])(a, s, o).then((function(e) {
+ e.success ? (t.$message.success(e.message), t.$emit('ok')) : t.$message.warning(e.message)
})).finally((function() {
t.confirmLoading = !1, t.close()
}))
@@ -37511,194 +37844,194 @@
this.close()
},
handleStyleChange: function(e) {
- this.formButton = "form" === e
+ this.formButton = 'form' === e
}
}
},
l = c,
- u = n("2877"),
- d = Object(u["a"])(l, r, a, !1, null, "4ee03748", null);
- t["default"] = d.exports
+ u = n('2877'),
+ d = Object(u['a'])(l, r, a, !1, null, '4ee03748', null)
+ t['default'] = d.exports
},
- "71c1": function(e, t, n) {
- var r = n("3a38"),
- a = n("25eb");
+ '71c1': function(e, t, n) {
+ var r = n('3a38'),
+ a = n('25eb')
e.exports = function(e) {
return function(t, n) {
var i, o, s = String(a(t)),
c = r(n),
- l = s.length;
- return c < 0 || c >= l ? e ? "" : void 0 : (i = s.charCodeAt(c), i < 55296 || i > 56319 || c + 1 === l || (
+ l = s.length
+ return c < 0 || c >= l ? e ? '' : void 0 : (i = s.charCodeAt(c), i < 55296 || i > 56319 || c + 1 === l || (
o = s.charCodeAt(c + 1)) < 56320 || o > 57343 ? e ? s.charAt(c) : i : e ? s.slice(c, c + 2) : o - 56320 +
(i - 55296 << 10) + 65536)
}
}
},
- "725c": function(e, t, n) {
- "use strict";
- n.r(t);
+ '725c': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
+ n = e._self._c || t
+ return n('a-card', {
staticStyle: {
- height: "100%"
+ height: '100%'
},
attrs: {
bordered: !1
}
- }, [n("div", {
- staticClass: "table-page-search-wrapper"
- }, [n("a-form", {
+ }, [n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }, [n('a-form', {
attrs: {
- layout: "inline"
+ layout: 'inline'
},
nativeOn: {
keyup: function(t) {
- return !t.type.indexOf("key") && e._k(t.keyCode, "enter", 13, t.key, "Enter") ? null : e.searchByquery(
+ return !t.type.indexOf('key') && e._k(t.keyCode, 'enter', 13, t.key, 'Enter') ? null : e.searchByquery(
t)
}
}
- }, [e.queryInfo && e.queryInfo.length > 0 ? n("a-row", {
+ }, [e.queryInfo && e.queryInfo.length > 0 ? n('a-row', {
attrs: {
gutter: 24
}
}, [e._l(e.queryInfo, (function(t, r) {
- return ["1" === t.hidden ? ["datetime" == t.view ? n("a-col", {
+ return ['1' === t.hidden ? ['datetime' == t.view ? n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.toggleSearchStatus,
- expression: "toggleSearchStatus"
+ expression: 'toggleSearchStatus'
}],
- key: "query" + r,
+ key: 'query' + r,
attrs: {
md: 12,
sm: 16
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1) : n("a-col", {
+ })], 1) : n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.toggleSearchStatus,
- expression: "toggleSearchStatus"
+ expression: 'toggleSearchStatus'
}],
- key: "query" + r,
+ key: 'query' + r,
attrs: {
md: 6,
sm: 8
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1)] : ["datetime" == t.view ? n("a-col", {
- key: "query" + r,
+ })], 1)] : ['datetime' == t.view ? n('a-col', {
+ key: 'query' + r,
attrs: {
md: 12,
sm: 16
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1) : n("a-col", {
- key: "query" + r,
+ })], 1) : n('a-col', {
+ key: 'query' + r,
attrs: {
md: 6,
sm: 8
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
})], 1)]]
- })), n("a-col", {
+ })), n('a-col', {
attrs: {
md: 6,
sm: 8
}
- }, [n("span", {
- staticClass: "table-page-search-submitButtons",
+ }, [n('span', {
+ staticClass: 'table-page-search-submitButtons',
staticStyle: {
- float: "left",
- overflow: "hidden"
+ float: 'left',
+ overflow: 'hidden'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "search"
+ type: 'primary',
+ icon: 'search'
},
on: {
click: e.searchByquery
}
- }, [e._v("查询")]), n("a-button", {
+ }, [e._v('查询')]), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
attrs: {
- type: "primary",
- icon: "reload"
+ type: 'primary',
+ icon: 'reload'
},
on: {
click: e.searchReset
}
- }, [e._v("重置")]), n("a", {
+ }, [e._v('重置')]), n('a', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
on: {
click: e.handleToggleSearch
}
- }, [e._v("\n " + e._s(e.toggleSearchStatus ? "收起" : "展开") + "\n "), n(
- "a-icon", {
+ }, [e._v('\n ' + e._s(e.toggleSearchStatus ? '收起' : '展开') + '\n '), n(
+ 'a-icon', {
attrs: {
- type: e.toggleSearchStatus ? "up" : "down"
+ type: e.toggleSearchStatus ? 'up' : 'down'
}
- })], 1)], 1)])], 2) : e._e()], 1)], 1), n("div", {
- staticClass: "table-operator"
- }, [e.buttonSwitch.add ? n("a-button", {
+ })], 1)], 1)])], 2) : e._e()], 1)], 1), n('div', {
+ staticClass: 'table-operator'
+ }, [e.buttonSwitch.add ? n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.handleAdd
}
- }, [e._v("新增")]) : e._e(), e.buttonSwitch.import ? n("a-button", {
+ }, [e._v('新增')]) : e._e(), e.buttonSwitch.import ? n('a-button', {
attrs: {
- type: "primary",
- icon: "upload"
+ type: 'primary',
+ icon: 'upload'
},
on: {
click: e.handleImportXls
}
- }, [e._v("导入")]) : e._e(), e.buttonSwitch.export ? n("a-button", {
+ }, [e._v('导入')]) : e._e(), e.buttonSwitch.export ? n('a-button', {
attrs: {
- type: "primary",
- icon: "download"
+ type: 'primary',
+ icon: 'download'
},
on: {
click: e.handleExportXls
}
- }, [e._v("导出")]) : e._e(), e._l(e.cgButtonList, (function(t, r) {
- return e.cgButtonList && e.cgButtonList.length > 0 ? ["js" == t.optType ? n("a-button", {
- key: "cgbtn" + r,
+ }, [e._v('导出')]) : e._e(), e._l(e.cgButtonList, (function(t, r) {
+ return e.cgButtonList && e.cgButtonList.length > 0 ? ['js' == t.optType ? n('a-button', {
+ key: 'cgbtn' + r,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -37706,10 +38039,10 @@
return e.cgButtonJsHandler(t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : "action" == t.optType ? n("a-button", {
- key: "cgbtn" + r,
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : 'action' == t.optType ? n('a-button', {
+ key: 'cgbtn' + r,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -37717,51 +38050,51 @@
return e.cgButtonActionHandler(t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : e._e()] : e._e()
- })), e.buttonSwitch.batch_delete ? n("a-button", {
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : e._e()] : e._e()
+ })), e.buttonSwitch.batch_delete ? n('a-button', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.selectedRowKeys.length > 0,
- expression: "selectedRowKeys.length > 0"
+ expression: 'selectedRowKeys.length > 0'
}],
attrs: {
- ghost: "",
- type: "primary",
- icon: "delete"
+ ghost: '',
+ type: 'primary',
+ icon: 'delete'
},
on: {
click: e.handleDelBatch
}
- }, [e._v("批量删除")]) : e._e()], 2), n("div", [n("div", {
- staticClass: "ant-alert ant-alert-info",
+ }, [e._v('批量删除')]) : e._e()], 2), n('div', [n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v("\n 已选择 "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v('\n 已选择 '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v(e._s(e.selectedRowKeys.length))]), e._v("项 \n "), n("a", {
+ }, [e._v(e._s(e.selectedRowKeys.length))]), e._v('项 \n '), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")])]), n("a-table", e._b({
- ref: "cgformTreeList",
+ }, [e._v('清空')])]), n('a-table', e._b({
+ ref: 'cgformTreeList',
class: {
- "j-table-force-nowrap": e.enableScrollBar
+ 'j-table-force-nowrap': e.enableScrollBar
},
staticStyle: {
- "min-height": "300px"
+ 'min-height': '300px'
},
attrs: {
- size: "middle",
- rowKey: "id",
+ size: 'middle',
+ rowKey: 'id',
columns: e.columns,
dataSource: e.dataSource,
pagination: e.pagination,
@@ -37775,491 +38108,498 @@
expandedRowsChange: e.handleExpandedRowsChange
},
scopedSlots: e._u([{
- key: "dateSlot",
+ key: 'dateSlot',
fn: function(t) {
- return [n("span", [e._v(e._s(e.getDateNoTime(t)))])]
+ return [n('span', [e._v(e._s(e.getDateNoTime(t)))])]
}
}, {
- key: "htmlSlot",
+ key: 'htmlSlot',
fn: function(t) {
- return [n("div", {
+ return [n('div', {
domProps: {
innerHTML: e._s(t)
}
})]
}
}, {
- key: "pcaSlot",
+ key: 'pcaSlot',
fn: function(t) {
- return [n("div", [e._v(e._s(e.getPcaText(t)))])]
+ return [n('div', [e._v(e._s(e.getPcaText(t)))])]
}
}, {
- key: "imgSlot",
+ key: 'imgSlot',
fn: function(t) {
- return [t ? n("img", {
+ return [t ? n('img', {
staticStyle: {
- "max-width": "80px",
- "font-size": "12px",
- "font-style": "italic"
+ 'max-width': '80px',
+ 'font-size': '12px',
+ 'font-style': 'italic'
},
attrs: {
src: e.getImgView(t),
- height: "25px",
- alt: ""
+ height: '25px',
+ alt: ''
}
- }) : n("span", {
+ }) : n('span', {
staticStyle: {
- "font-size": "12px",
- "font-style": "italic"
+ 'font-size': '12px',
+ 'font-style': 'italic'
}
- }, [e._v("无图片")])]
+ }, [e._v('无图片')])]
}
}, {
- key: "fileSlot",
+ key: 'fileSlot',
fn: function(t) {
- return [t ? n("a-button", {
+ return [t ? n('a-button', {
attrs: {
ghost: !0,
- type: "primary",
- icon: "download",
- size: "small"
+ type: 'primary',
+ icon: 'download',
+ size: 'small'
},
on: {
click: function(n) {
return e.downloadRowFile(t)
}
}
- }, [e._v("\n 下载\n ")]) : n("span", {
+ }, [e._v('\n 下载\n ')]) : n('span', {
staticStyle: {
- "font-size": "12px",
- "font-style": "italic"
+ 'font-size': '12px',
+ 'font-style': 'italic'
}
- }, [e._v("无文件")])]
+ }, [e._v('无文件')])]
}
}, {
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return n("span", {}, [e.showOptButton("update", r) ? [n("a", {
+ return n('span', {}, [e.showOptButton('update', r) ? [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- })] : e._e(), n("a-dropdown", [n("a", {
- staticClass: "ant-dropdown-link"
- }, [e._v("\n 更多 "), n("a-icon", {
+ })] : e._e(), n('a-dropdown', [n('a', {
+ staticClass: 'ant-dropdown-link'
+ }, [e._v('\n 更多 '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1), n("a-menu", {
+ })], 1), n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [n("a-menu-item", [n("a", {
+ slot: 'overlay'
+ }, [n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.handleDetail(r)
}
}
- }, [e._v("详情")])]), n("a-menu-item", [n("a", {
+ }, [e._v('详情')])]), n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.handleAddChild(r)
}
}
- }, [e._v("添加下级")])]), e.showSubmitFlowButton(r) ? n("a-menu-item", [n("a", {
+ }, [e._v('添加下级')])]), e.showSubmitFlowButton(r) ? n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.startProcess(r)
}
}
- }, [e._v("提交流程")])]) : e._e(), e.showOptButton("delete", r) ? n("a-menu-item", [n(
- "a-popconfirm", {
+ }, [e._v('提交流程')])]) : e._e(), e.showOptButton('delete', r) ? n('a-menu-item', [n(
+ 'a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDeleteOne(r)
}
}
- }, [n("a", [e._v("删除")])])], 1) : e._e(), e._l(e.cgButtonLinkList, (function(t, a) {
- return e.cgButtonLinkList && e.cgButtonLinkList.length > 0 ? [n("a-menu-item", {
- key: "cgbtnLink" + a
- }, [n("a", {
+ }, [n('a', [e._v('删除')])])], 1) : e._e(), e._l(e.cgButtonLinkList, (function(t, a) {
+ return e.cgButtonLinkList && e.cgButtonLinkList.length > 0 ? [n('a-menu-item', {
+ key: 'cgbtnLink' + a
+ }, [n('a', {
attrs: {
- href: "javascript:void(0);"
+ href: 'javascript:void(0);'
},
on: {
click: function(n) {
return e.cgButtonLinkHandler(r, t.buttonCode, t.optType)
}
}
- }, [t.buttonIcon ? n("a-icon", {
+ }, [t.buttonIcon ? n('a-icon', {
attrs: {
type: t.buttonIcon
}
- }) : e._e(), e._v("\n " + e._s(t.buttonName) +
- "\n ")], 1)])] : e._e()
+ }) : e._e(), e._v('\n ' + e._s(t.buttonName) +
+ '\n ')], 1)])] : e._e()
}))], 2)], 1)], 2)
}
}])
- }, "a-table", e.tableProps, !1)), n("onl-cgform-auto-modal", {
- ref: "modal",
+ }, 'a-table', e.tableProps, !1)), n('onl-cgform-auto-modal', {
+ ref: 'modal',
attrs: {
code: e.code
},
on: {
success: e.handleFormSuccess
}
- }), n("j-import-modal", {
- ref: "importModal",
+ }), n('j-import-modal', {
+ ref: 'importModal',
attrs: {
url: e.getImportUrl()
},
on: {
ok: e.importOk
}
- }), n("a-modal", e._g(e._b({}, "a-modal", e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
+ }), n('a-modal', e._g(e._b({}, 'a-modal', e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
.is, e._b({
- tag: "component"
- }, "component", e.hrefComponent.params, !1))], 1)], 1)])
+ tag: 'component'
+ }, 'component', e.hrefComponent.params, !1))], 1)], 1)])
},
a = [],
- i = n("d0cb"),
- o = i["a"],
- s = (n("25c0"), n("527b"), n("bc85"), n("2877")),
- c = Object(s["a"])(o, r, a, !1, null, "753490b4", null);
- t["default"] = c.exports
+ i = n('d0cb'),
+ o = i['a'],
+ s = (n('25c0'), n('527b'), n('bc85'), n('2877')),
+ c = Object(s['a'])(o, r, a, !1, null, '753490b4', null)
+ t['default'] = c.exports
},
- "72af": function(e, t, n) {
- var r = n("99cd"),
- a = r();
+ '72af': function(e, t, n) {
+ var r = n('99cd'),
+ a = r()
e.exports = a
},
- "72f0": function(e, t) {
+ '72f0': function(e, t) {
function n(e) {
return function() {
return e
}
}
+
e.exports = n
},
7320: function(e, t, n) {
- "use strict";
- var r = n("2deb"),
- a = n("41b2"),
+ 'use strict'
+ var r = n('2deb'),
+ a = n('41b2'),
i = n.n(a),
o = {
- today: "Today",
- now: "Now",
- backToToday: "Back to today",
- ok: "Ok",
- clear: "Clear",
- month: "Month",
- year: "Year",
- timeSelect: "select time",
- dateSelect: "select date",
- weekSelect: "Choose a week",
- monthSelect: "Choose a month",
- yearSelect: "Choose a year",
- decadeSelect: "Choose a decade",
- yearFormat: "YYYY",
- dateFormat: "M/D/YYYY",
- dayFormat: "D",
- dateTimeFormat: "M/D/YYYY HH:mm:ss",
+ today: 'Today',
+ now: 'Now',
+ backToToday: 'Back to today',
+ ok: 'Ok',
+ clear: 'Clear',
+ month: 'Month',
+ year: 'Year',
+ timeSelect: 'select time',
+ dateSelect: 'select date',
+ weekSelect: 'Choose a week',
+ monthSelect: 'Choose a month',
+ yearSelect: 'Choose a year',
+ decadeSelect: 'Choose a decade',
+ yearFormat: 'YYYY',
+ dateFormat: 'M/D/YYYY',
+ dayFormat: 'D',
+ dateTimeFormat: 'M/D/YYYY HH:mm:ss',
monthBeforeYear: !0,
- previousMonth: "Previous month (PageUp)",
- nextMonth: "Next month (PageDown)",
- previousYear: "Last year (Control + left)",
- nextYear: "Next year (Control + right)",
- previousDecade: "Last decade",
- nextDecade: "Next decade",
- previousCentury: "Last century",
- nextCentury: "Next century"
+ previousMonth: 'Previous month (PageUp)',
+ nextMonth: 'Next month (PageDown)',
+ previousYear: 'Last year (Control + left)',
+ nextYear: 'Next year (Control + right)',
+ previousDecade: 'Last decade',
+ nextDecade: 'Next decade',
+ previousCentury: 'Last century',
+ nextCentury: 'Next century'
},
s = {
- placeholder: "Select time"
+ placeholder: 'Select time'
},
c = s,
l = {
lang: i()({
- placeholder: "Select date",
- rangePlaceholder: ["Start date", "End date"]
+ placeholder: 'Select date',
+ rangePlaceholder: ['Start date', 'End date']
}, o),
timePickerLocale: i()({}, c)
},
u = l,
d = u,
h = {
- "btn:save": "Save",
- "btn:cancel": "Cancel",
- "btn:clear": "Clear"
- };
- t["a"] = {
- locale: "en",
- Pagination: r["a"],
+ 'btn:save': 'Save',
+ 'btn:cancel': 'Cancel',
+ 'btn:clear': 'Clear'
+ }
+ t['a'] = {
+ locale: 'en',
+ Pagination: r['a'],
DatePicker: u,
TimePicker: c,
Calendar: d,
ColorPicker: h,
global: {
- placeholder: "Please select"
+ placeholder: 'Please select'
},
Table: {
- filterTitle: "Filter menu",
- filterConfirm: "OK",
- filterReset: "Reset",
- selectAll: "Select current page",
- selectInvert: "Invert current page",
- sortTitle: "Sort",
- expand: "Expand row",
- collapse: "Collapse row"
+ filterTitle: 'Filter menu',
+ filterConfirm: 'OK',
+ filterReset: 'Reset',
+ selectAll: 'Select current page',
+ selectInvert: 'Invert current page',
+ sortTitle: 'Sort',
+ expand: 'Expand row',
+ collapse: 'Collapse row'
},
Modal: {
- okText: "OK",
- cancelText: "Cancel",
- justOkText: "OK"
+ okText: 'OK',
+ cancelText: 'Cancel',
+ justOkText: 'OK'
},
Popconfirm: {
- okText: "OK",
- cancelText: "Cancel"
+ okText: 'OK',
+ cancelText: 'Cancel'
},
Transfer: {
- titles: ["", ""],
- searchPlaceholder: "Search here",
- itemUnit: "item",
- itemsUnit: "items"
+ titles: ['', ''],
+ searchPlaceholder: 'Search here',
+ itemUnit: 'item',
+ itemsUnit: 'items'
},
Upload: {
- uploading: "Uploading...",
- removeFile: "Remove file",
- uploadError: "Upload error",
- previewFile: "Preview file",
- downloadFile: "Download file"
+ uploading: 'Uploading...',
+ removeFile: 'Remove file',
+ uploadError: 'Upload error',
+ previewFile: 'Preview file',
+ downloadFile: 'Download file'
},
Empty: {
- description: "No Data"
+ description: 'No Data'
},
Icon: {
- icon: "icon"
+ icon: 'icon'
},
Text: {
- edit: "Edit",
- copy: "Copy",
- copied: "Copied",
- expand: "Expand"
+ edit: 'Edit',
+ copy: 'Copy',
+ copied: 'Copied',
+ expand: 'Expand'
},
PageHeader: {
- back: "Back"
+ back: 'Back'
}
}
},
7333: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("en-il", {
- months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
- monthsShort: "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
- weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
- weekdaysShort: "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
- weekdaysMin: "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
+ var t = e.defineLocale('en-il', {
+ months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
+ monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
+ weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
+ weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
+ weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Today at] LT",
- nextDay: "[Tomorrow at] LT",
- nextWeek: "dddd [at] LT",
- lastDay: "[Yesterday at] LT",
- lastWeek: "[Last] dddd [at] LT",
- sameElse: "L"
+ sameDay: '[Today at] LT',
+ nextDay: '[Tomorrow at] LT',
+ nextWeek: 'dddd [at] LT',
+ lastDay: '[Yesterday at] LT',
+ lastWeek: '[Last] dddd [at] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "in %s",
- past: "%s ago",
- s: "a few seconds",
- ss: "%d seconds",
- m: "a minute",
- mm: "%d minutes",
- h: "an hour",
- hh: "%d hours",
- d: "a day",
- dd: "%d days",
- M: "a month",
- MM: "%d months",
- y: "a year",
- yy: "%d years"
+ future: 'in %s',
+ past: '%s ago',
+ s: 'a few seconds',
+ ss: '%d seconds',
+ m: 'a minute',
+ mm: '%d minutes',
+ h: 'an hour',
+ hh: '%d hours',
+ d: 'a day',
+ dd: '%d days',
+ M: 'a month',
+ MM: '%d months',
+ y: 'a year',
+ yy: '%d years'
},
dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === ~~(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
}
- });
+ })
return t
}))
},
- "73ac": function(e, t, n) {
- var r = n("743f"),
- a = n("b047f"),
- i = n("99d3"),
+ '73ac': function(e, t, n) {
+ var r = n('743f'),
+ a = n('b047f'),
+ i = n('99d3'),
o = i && i.isTypedArray,
- s = o ? a(o) : r;
+ s = o ? a(o) : r
e.exports = s
},
- "743f": function(e, t, n) {
- var r = n("3729"),
- a = n("b218"),
- i = n("1310"),
- o = "[object Arguments]",
- s = "[object Array]",
- c = "[object Boolean]",
- l = "[object Date]",
- u = "[object Error]",
- d = "[object Function]",
- h = "[object Map]",
- f = "[object Number]",
- m = "[object Object]",
- p = "[object RegExp]",
- _ = "[object Set]",
- v = "[object String]",
- b = "[object WeakMap]",
- y = "[object ArrayBuffer]",
- g = "[object DataView]",
- M = "[object Float32Array]",
- w = "[object Float64Array]",
- L = "[object Int8Array]",
- O = "[object Int16Array]",
- S = "[object Int32Array]",
- k = "[object Uint8Array]",
- C = "[object Uint8ClampedArray]",
- T = "[object Uint16Array]",
- x = "[object Uint32Array]",
- z = {};
+ '743f': function(e, t, n) {
+ var r = n('3729'),
+ a = n('b218'),
+ i = n('1310'),
+ o = '[object Arguments]',
+ s = '[object Array]',
+ c = '[object Boolean]',
+ l = '[object Date]',
+ u = '[object Error]',
+ d = '[object Function]',
+ h = '[object Map]',
+ f = '[object Number]',
+ m = '[object Object]',
+ p = '[object RegExp]',
+ _ = '[object Set]',
+ v = '[object String]',
+ b = '[object WeakMap]',
+ y = '[object ArrayBuffer]',
+ g = '[object DataView]',
+ M = '[object Float32Array]',
+ w = '[object Float64Array]',
+ L = '[object Int8Array]',
+ O = '[object Int16Array]',
+ S = '[object Int32Array]',
+ k = '[object Uint8Array]',
+ C = '[object Uint8ClampedArray]',
+ T = '[object Uint16Array]',
+ x = '[object Uint32Array]',
+ z = {}
function D(e) {
return i(e) && a(e.length) && !!z[r(e)]
}
+
z[M] = z[w] = z[L] = z[O] = z[S] = z[k] = z[C] = z[T] = z[x] = !0, z[o] = z[s] = z[y] = z[c] = z[g] = z[l] = z[
u] = z[d] = z[h] = z[f] = z[m] = z[p] = z[_] = z[v] = z[b] = !1, e.exports = D
},
- "74dc": function(e, t, n) {
+ '74dc': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("sw", {
- months: "Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),
- monthsShort: "Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),
- weekdays: "Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),
- weekdaysShort: "Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),
- weekdaysMin: "J2_J3_J4_J5_Al_Ij_J1".split("_"),
+ var t = e.defineLocale('sw', {
+ months: 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split('_'),
+ monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),
+ weekdays: 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split('_'),
+ weekdaysShort: 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),
+ weekdaysMin: 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "hh:mm A",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'hh:mm A',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[leo saa] LT",
- nextDay: "[kesho saa] LT",
- nextWeek: "[wiki ijayo] dddd [saat] LT",
- lastDay: "[jana] LT",
- lastWeek: "[wiki iliyopita] dddd [saat] LT",
- sameElse: "L"
+ sameDay: '[leo saa] LT',
+ nextDay: '[kesho saa] LT',
+ nextWeek: '[wiki ijayo] dddd [saat] LT',
+ lastDay: '[jana] LT',
+ lastWeek: '[wiki iliyopita] dddd [saat] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s baadaye",
- past: "tokea %s",
- s: "hivi punde",
- ss: "sekunde %d",
- m: "dakika moja",
- mm: "dakika %d",
- h: "saa limoja",
- hh: "masaa %d",
- d: "siku moja",
- dd: "siku %d",
- M: "mwezi mmoja",
- MM: "miezi %d",
- y: "mwaka mmoja",
- yy: "miaka %d"
+ future: '%s baadaye',
+ past: 'tokea %s',
+ s: 'hivi punde',
+ ss: 'sekunde %d',
+ m: 'dakika moja',
+ mm: 'dakika %d',
+ h: 'saa limoja',
+ hh: 'masaa %d',
+ d: 'siku moja',
+ dd: 'siku %d',
+ M: 'mwezi mmoja',
+ MM: 'miezi %d',
+ y: 'mwaka mmoja',
+ yy: 'miaka %d'
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
7530: function(e, t, n) {
- var r = n("1a8c"),
+ var r = n('1a8c'),
a = Object.create,
i = function() {
- function e() {}
+ function e() {
+ }
+
return function(t) {
- if (!r(t)) return {};
- if (a) return a(t);
- e.prototype = t;
- var n = new e;
+ if (!r(t)) return {}
+ if (a) return a(t)
+ e.prototype = t
+ var n = new e
return e.prototype = void 0, n
}
- }();
+ }()
e.exports = i
},
- "75b0": function(e, t, n) {},
- "765d": function(e, t, n) {
- n("6718")("observable")
+ '75b0': function(e, t, n) {
},
- "76b4": function(e, t, n) {},
- "76dd": function(e, t, n) {
- var r = n("ce86");
+ '765d': function(e, t, n) {
+ n('6718')('observable')
+ },
+ '76b4': function(e, t, n) {
+ },
+ '76dd': function(e, t, n) {
+ var r = n('ce86')
function a(e) {
- return null == e ? "" : r(e)
+ return null == e ? '' : r(e)
}
+
e.exports = a
},
7746: function(e, t, n) {
- "use strict";
+ 'use strict'
var r = this && this.__importDefault || function(e) {
return e && e.__esModule ? e : {
default: e
}
- };
- Object.defineProperty(t, "__esModule", {
+ }
+ Object.defineProperty(t, '__esModule', {
value: !0
- });
- var a = r(n("66cb")),
+ })
+ var a = r(n('66cb')),
i = 2,
o = 16,
s = 5,
c = 5,
l = 15,
u = 5,
- d = 4;
+ d = 4
function h(e, t, n) {
- var r;
+ var r
return r = Math.round(e.h) >= 60 && Math.round(e.h) <= 240 ? n ? Math.round(e.h) - i * t : Math.round(e.h) + i *
t : n ? Math.round(e.h) + i * t : Math.round(e.h) - i * t, r < 0 ? r += 360 : r >= 360 && (r -= 360), r
}
@@ -38267,7 +38607,7 @@
function f(e, t, n) {
return 0 === e.h && 0 === e.s ? e.s : (r = n ? Math.round(100 * e.s) - o * t : t === d ? Math.round(100 * e.s) +
o : Math.round(100 * e.s) + s * t, r > 100 && (r = 100), n && t === u && r > 10 && (r = 10), r < 6 && (r = 6),
- r);
+ r)
var r
}
@@ -38282,95 +38622,99 @@
h: h(i, r, !0),
s: f(i, r, !0),
v: m(i, r, !0)
- }).toHexString();
+ }).toHexString()
t.push(o)
}
- t.push(n.toHexString());
+ t.push(n.toHexString())
for (r = 1; r <= d; r += 1) {
i = n.toHsv(), o = a.default({
h: h(i, r),
s: f(i, r),
v: m(i, r)
- }).toHexString();
+ }).toHexString()
t.push(o)
}
return t
}
+
t.default = p
},
- "77d3": function(e, t, n) {},
+ '77d3': function(e, t, n) {
+ },
7948: function(e, t) {
function n(e, t) {
var n = -1,
r = null == e ? 0 : e.length,
- a = Array(r);
- while (++n < r) a[n] = t(e[n], n, e);
+ a = Array(r)
+ while (++n < r) a[n] = t(e[n], n, e)
return a
}
+
e.exports = n
},
- "794b": function(e, t, n) {
- e.exports = !n("8e60") && !n("294c")((function() {
- return 7 != Object.defineProperty(n("1ec9")("div"), "a", {
+ '794b': function(e, t, n) {
+ e.exports = !n('8e60') && !n('294c')((function() {
+ return 7 != Object.defineProperty(n('1ec9')('div'), 'a', {
get: function() {
return 7
}
}).a
}))
},
- "79aa": function(e, t) {
+ '79aa': function(e, t) {
e.exports = function(e) {
- if ("function" != typeof e) throw TypeError(e + " is not a function!");
+ if ('function' != typeof e) throw TypeError(e + ' is not a function!')
return e
}
},
- "79bc": function(e, t, n) {
- var r = n("0b07"),
- a = n("2b3e"),
- i = r(a, "Map");
+ '79bc': function(e, t, n) {
+ var r = n('0b07'),
+ a = n('2b3e'),
+ i = r(a, 'Map')
e.exports = i
},
- "7a09": function(e, t, n) {
- "use strict";
- var r = n("8063"),
- a = n.n(r);
+ '7a09': function(e, t, n) {
+ 'use strict'
+ var r = n('8063'),
+ a = n.n(r)
a.a
},
- "7a48": function(e, t, n) {
- var r = n("6044"),
+ '7a48': function(e, t, n) {
+ var r = n('6044'),
a = Object.prototype,
- i = a.hasOwnProperty;
+ i = a.hasOwnProperty
function o(e) {
- var t = this.__data__;
+ var t = this.__data__
return r ? void 0 !== t[e] : i.call(t, e)
}
+
e.exports = o
},
- "7a58": function(e, t, n) {
- "use strict";
- n.r(t);
+ '7a58': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", {
- staticClass: "double-check-ty"
- }, [n("a-table", {
+ n = e._self._c || t
+ return n('div', {
+ staticClass: 'double-check-ty'
+ }, [n('a-table', {
attrs: {
- bordered: "",
- rowKey: "code",
+ bordered: '',
+ rowKey: 'code',
loading: e.loading,
columns: e.columns,
dataSource: e.dataSource,
pagination: !1
},
scopedSlots: e._u([{
- key: "switch",
+ key: 'switch',
fn: function(t, r) {
- return [n("a-switch", {
+ return [n('a-switch', {
attrs: {
- size: "small",
+ size: 'small',
checked: 1 === r.status
},
on: {
@@ -38381,9 +38725,9 @@
})]
}
}, {
- key: "list",
+ key: 'list',
fn: function(t, r) {
- return [n("a-checkbox", {
+ return [n('a-checkbox', {
attrs: {
checked: r.listShow,
disabled: 0 === r.status
@@ -38393,12 +38737,12 @@
return e.updateCheck(t, r.code, 1)
}
}
- }, [e._v("\n 可见\n ")])]
+ }, [e._v('\n 可见\n ')])]
}
}, {
- key: "form",
+ key: 'form',
fn: function(t, r) {
- return [n("a-checkbox", {
+ return [n('a-checkbox', {
attrs: {
checked: r.formShow,
disabled: 0 === r.status
@@ -38408,7 +38752,7 @@
return e.updateCheck(t, r.code, 2)
}
}
- }, [e._v("\n 可见\n ")]), n("a-checkbox", {
+ }, [e._v('\n 可见\n ')]), n('a-checkbox', {
attrs: {
checked: r.formEditable,
disabled: 0 === r.status
@@ -38418,19 +38762,19 @@
return e.updateCheck(t, r.code, 3)
}
}
- }, [e._v("\n 可编辑\n ")])]
+ }, [e._v('\n 可编辑\n ')])]
}
}])
})], 1)
},
a = [],
- i = n("2f62"),
- o = n("0fea");
+ i = n('2f62'),
+ o = n('0fea')
function s(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -38440,7 +38784,7 @@
function c(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? s(Object(n), !0).forEach((function(t) {
l(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : s(
@@ -38459,12 +38803,13 @@
writable: !0
}) : e[t] = n, e
}
+
var u = {
- name: "AuthColumnConfig",
+ name: 'AuthColumnConfig',
props: {
headId: {
type: String,
- default: "",
+ default: '',
required: !0
}
},
@@ -38472,60 +38817,60 @@
headId: {
immediate: !0,
handler: function() {
- this.cgformId = this.headId.split("?")[0], this.loadColumns()
+ this.cgformId = this.headId.split('?')[0], this.loadColumns()
}
}
},
data: function() {
return {
- description: "字段权限管理页面",
- cgformId: "",
+ description: '字段权限管理页面',
+ cgformId: '',
loading: !1,
dataSource: [],
columns: [{
- title: "启用",
- key: "rowIndex",
+ title: '启用',
+ key: 'rowIndex',
width: 80,
- align: "center",
+ align: 'center',
scopedSlots: {
- customRender: "switch"
+ customRender: 'switch'
}
}, {
- title: "字段名称",
- dataIndex: "code",
+ title: '字段名称',
+ dataIndex: 'code',
width: 200
}, {
- title: "字段描述",
- dataIndex: "title",
+ title: '字段描述',
+ dataIndex: 'title',
width: 200
}, {
- title: "列表控制",
- key: "list",
+ title: '列表控制',
+ key: 'list',
scopedSlots: {
- customRender: "list"
+ customRender: 'list'
},
width: 120
}, {
- title: "表单控制",
- key: "form",
+ title: '表单控制',
+ key: 'form',
scopedSlots: {
- customRender: "form"
+ customRender: 'form'
},
width: 180
}],
- url: "/online/cgform/api/authColumn"
+ url: '/online/cgform/api/authColumn'
}
},
- methods: c(c({}, Object(i["c"])({
- storeFields: "SET_AUTHFIELDS"
+ methods: c(c({}, Object(i['c'])({
+ storeFields: 'SET_AUTHFIELDS'
})), {}, {
loadColumns: function() {
var e = this,
- t = ["id"];
- Object(o["c"])("".concat(this.url, "/").concat(this.cgformId)).then((function(n) {
+ t = ['id']
+ Object(o['c'])(''.concat(this.url, '/').concat(this.cgformId)).then((function(n) {
if (n.success) {
var r = [],
- a = [];
+ a = []
n.result.map((function(e) {
t.indexOf(e.code) < 0 && (1 != e.isShowForm && 1 != e.isShowList || r.push(e), a.push({
text: e.title,
@@ -38541,8 +38886,8 @@
cgformId: this.cgformId,
code: t,
status: e ? 1 : 0
- };
- Object(o["g"])("".concat(this.url), r).then((function(e) {
+ }
+ Object(o['g'])(''.concat(this.url), r).then((function(e) {
e.success && n.dataSource.map((function(e) {
e.code == t && (e.formEditable || e.formShow || e.listShow || (e.formEditable = !0, e.formShow = !
0, e.listShow = !0), e.status = Math.abs(e.status - 1))
@@ -38559,8 +38904,8 @@
listShow: a,
formShow: a,
formEditable: a
- };
- Object(o["f"])("".concat(this.url), i).then((function(e) {
+ }
+ Object(o['f'])(''.concat(this.url), i).then((function(e) {
e.success ? r.dataSource.map((function(e) {
e.code == t && (1 == n ? e.listShow = a : 2 == n ? e.formShow = a : 3 == n && (e.formEditable =
a))
@@ -38583,91 +38928,94 @@
})
},
d = u,
- h = (n("ce9f"), n("2877")),
- f = Object(h["a"])(d, r, a, !1, null, null, null);
- t["default"] = f.exports
+ h = (n('ce9f'), n('2877')),
+ f = Object(h['a'])(d, r, a, !1, null, null, null)
+ t['default'] = f.exports
},
- "7a77": function(e, t, n) {
- "use strict";
+ '7a77': function(e, t, n) {
+ 'use strict'
function r(e) {
this.message = e
}
+
r.prototype.toString = function() {
- return "Cancel" + (this.message ? ": " + this.message : "")
+ return 'Cancel' + (this.message ? ': ' + this.message : '')
}, r.prototype.__CANCEL__ = !0, e.exports = r
},
- "7aac": function(e, t, n) {
- "use strict";
- var r = n("c532");
+ '7aac': function(e, t, n) {
+ 'use strict'
+ var r = n('c532')
e.exports = r.isStandardBrowserEnv() ? function() {
return {
write: function(e, t, n, a, i, o) {
- var s = [];
- s.push(e + "=" + encodeURIComponent(t)), r.isNumber(n) && s.push("expires=" + new Date(n).toGMTString()),
- r.isString(a) && s.push("path=" + a), r.isString(i) && s.push("domain=" + i), !0 === o && s.push("secure"),
- document.cookie = s.join("; ")
+ var s = []
+ s.push(e + '=' + encodeURIComponent(t)), r.isNumber(n) && s.push('expires=' + new Date(n).toGMTString()),
+ r.isString(a) && s.push('path=' + a), r.isString(i) && s.push('domain=' + i), !0 === o && s.push('secure'),
+ document.cookie = s.join('; ')
},
read: function(e) {
- var t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
+ var t = document.cookie.match(new RegExp('(^|;\\s*)(' + e + ')=([^;]*)'))
return t ? decodeURIComponent(t[3]) : null
},
remove: function(e) {
- this.write(e, "", Date.now() - 864e5)
+ this.write(e, '', Date.now() - 864e5)
}
}
}() : function() {
return {
- write: function() {},
+ write: function() {
+ },
read: function() {
return null
},
- remove: function() {}
+ remove: function() {
+ }
}
}()
},
- "7b05": function(e, t, n) {
- "use strict";
- n.d(t, "b", (function() {
+ '7b05': function(e, t, n) {
+ 'use strict'
+ n.d(t, 'b', (function() {
return d
- })), n.d(t, "a", (function() {
+ })), n.d(t, 'a', (function() {
return h
- }));
- var r = n("9b57"),
+ }))
+ var r = n('9b57'),
a = n.n(r),
- i = n("41b2"),
+ i = n('41b2'),
o = n.n(i),
- s = n("daa3"),
- c = n("4d26"),
- l = n.n(c);
+ s = n('daa3'),
+ c = n('4d26'),
+ l = n.n(c)
function u(e, t) {
var n = e.componentOptions,
r = e.data,
- a = {};
- n && n.listeners && (a = o()({}, n.listeners));
- var i = {};
- r && r.on && (i = o()({}, r.on));
+ a = {}
+ n && n.listeners && (a = o()({}, n.listeners))
+ var i = {}
+ r && r.on && (i = o()({}, r.on))
var s = new e.constructor(e.tag, r ? o()({}, r, {
on: i
}) : r, e.children, e.text, e.elm, e.context, n ? o()({}, n, {
listeners: a
- }) : n, e.asyncFactory);
+ }) : n, e.asyncFactory)
return s.ns = e.ns, s.isStatic = e.isStatic, s.key = e.key, s.isComment = e.isComment, s.fnContext = e.fnContext,
s.fnOptions = e.fnOptions, s.fnScopeId = e.fnScopeId, s.isCloned = !0, t && (e.children && (s.children = d(e.children,
!0)), n && n.children && (n.children = d(n.children, !0))), s
}
function d(e, t) {
- for (var n = e.length, r = new Array(n), a = 0; a < n; a++) r[a] = u(e[a], t);
+ for (var n = e.length, r = new Array(n), a = 0; a < n; a++) r[a] = u(e[a], t)
return r
}
function h(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},
n = arguments[2],
- r = e;
- if (Array.isArray(e) && (r = Object(s["c"])(e)[0]), !r) return null;
+ r = e
+ if (Array.isArray(e) && (r = Object(s['c'])(e)[0]), !r) return null
var i = u(r, n),
c = t.props,
d = void 0 === c ? {} : c,
@@ -38689,17 +39037,17 @@
C = void 0 === k ? {} : k,
T = t.style,
x = void 0 === T ? {} : T,
- z = t["class"],
+ z = t['class'],
D = void 0 === z ? {} : z,
j = t.scopedSlots,
- H = void 0 === j ? {} : j;
- return w = "string" === typeof g.style ? Object(s["v"])(g.style) : o()({}, g.style, w), w = "string" ===
- typeof x ? o()({}, w, Object(s["v"])(w)) : o()({}, w, x), "string" === typeof g["class"] && "" !== g["class"]
- .trim() ? g["class"].split(" ").forEach((function(e) {
+ H = void 0 === j ? {} : j
+ return w = 'string' === typeof g.style ? Object(s['v'])(g.style) : o()({}, g.style, w), w = 'string' ===
+ typeof x ? o()({}, w, Object(s['v'])(w)) : o()({}, w, x), 'string' === typeof g['class'] && '' !== g['class']
+ .trim() ? g['class'].split(' ').forEach((function(e) {
M[e.trim()] = !0
- })) : Array.isArray(g["class"]) ? l()(g["class"]).split(" ").forEach((function(e) {
+ })) : Array.isArray(g['class']) ? l()(g['class']).split(' ').forEach((function(e) {
M[e.trim()] = !0
- })) : M = o()({}, g["class"], M), "string" === typeof D && "" !== D.trim() ? D.split(" ").forEach((function(e) {
+ })) : M = o()({}, g['class'], M), 'string' === typeof D && '' !== D.trim() ? D.split(' ').forEach((function(e) {
M[e.trim()] = !0
})) : M = o()({}, M, D), i.data = o()({}, g, {
style: w,
@@ -38712,126 +39060,128 @@
.listeners = i.componentOptions.listeners || {}, i.componentOptions.propsData = o()({}, i.componentOptions.propsData,
d), i.componentOptions.listeners = o()({}, i.componentOptions.listeners, m), v && (i.componentOptions.children =
v)) : (v && (i.children = v), i.data.on = o()({}, i.data.on || {}, m)), i.data.on = o()({}, i.data.on || {},
- _), void 0 !== h && (i.key = h, i.data.key = h), "string" === typeof S && (i.data.ref = S), i
+ _), void 0 !== h && (i.key = h, i.data.key = h), 'string' === typeof S && (i.data.ref = S), i
}
},
- "7b83": function(e, t, n) {
- var r = n("7c64"),
- a = n("93ed"),
- i = n("2478"),
- o = n("a524"),
- s = n("1fc8");
+ '7b83': function(e, t, n) {
+ var r = n('7c64'),
+ a = n('93ed'),
+ i = n('2478'),
+ o = n('a524'),
+ s = n('1fc8')
function c(e) {
var t = -1,
- n = null == e ? 0 : e.length;
- this.clear();
+ n = null == e ? 0 : e.length
+ this.clear()
while (++t < n) {
- var r = e[t];
+ var r = e[t]
this.set(r[0], r[1])
}
}
- c.prototype.clear = r, c.prototype["delete"] = a, c.prototype.get = i, c.prototype.has = o, c.prototype.set = s,
+
+ c.prototype.clear = r, c.prototype['delete'] = a, c.prototype.get = i, c.prototype.has = o, c.prototype.set = s,
e.exports = c
},
- "7be6": function(e, t, n) {
+ '7be6': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),
- n = "jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");
+ var t = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split('_'),
+ n = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_')
function r(e) {
return e > 1 && e < 5
}
function a(e, t, n, a) {
- var i = e + " ";
+ var i = e + ' '
switch (n) {
- case "s":
- return t || a ? "pár sekúnd" : "pár sekundami";
- case "ss":
- return t || a ? i + (r(e) ? "sekundy" : "sekúnd") : i + "sekundami";
- case "m":
- return t ? "minúta" : a ? "minútu" : "minútou";
- case "mm":
- return t || a ? i + (r(e) ? "minúty" : "minút") : i + "minútami";
- case "h":
- return t ? "hodina" : a ? "hodinu" : "hodinou";
- case "hh":
- return t || a ? i + (r(e) ? "hodiny" : "hodín") : i + "hodinami";
- case "d":
- return t || a ? "deň" : "dňom";
- case "dd":
- return t || a ? i + (r(e) ? "dni" : "dní") : i + "dňami";
- case "M":
- return t || a ? "mesiac" : "mesiacom";
- case "MM":
- return t || a ? i + (r(e) ? "mesiace" : "mesiacov") : i + "mesiacmi";
- case "y":
- return t || a ? "rok" : "rokom";
- case "yy":
- return t || a ? i + (r(e) ? "roky" : "rokov") : i + "rokmi"
+ case 's':
+ return t || a ? 'pár sekúnd' : 'pár sekundami'
+ case 'ss':
+ return t || a ? i + (r(e) ? 'sekundy' : 'sekúnd') : i + 'sekundami'
+ case 'm':
+ return t ? 'minúta' : a ? 'minútu' : 'minútou'
+ case 'mm':
+ return t || a ? i + (r(e) ? 'minúty' : 'minút') : i + 'minútami'
+ case 'h':
+ return t ? 'hodina' : a ? 'hodinu' : 'hodinou'
+ case 'hh':
+ return t || a ? i + (r(e) ? 'hodiny' : 'hodín') : i + 'hodinami'
+ case 'd':
+ return t || a ? 'deň' : 'dňom'
+ case 'dd':
+ return t || a ? i + (r(e) ? 'dni' : 'dní') : i + 'dňami'
+ case 'M':
+ return t || a ? 'mesiac' : 'mesiacom'
+ case 'MM':
+ return t || a ? i + (r(e) ? 'mesiace' : 'mesiacov') : i + 'mesiacmi'
+ case 'y':
+ return t || a ? 'rok' : 'rokom'
+ case 'yy':
+ return t || a ? i + (r(e) ? 'roky' : 'rokov') : i + 'rokmi'
}
}
- var i = e.defineLocale("sk", {
+
+ var i = e.defineLocale('sk', {
months: t,
monthsShort: n,
- weekdays: "nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),
- weekdaysShort: "ne_po_ut_st_št_pi_so".split("_"),
- weekdaysMin: "ne_po_ut_st_št_pi_so".split("_"),
+ weekdays: 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'),
+ weekdaysShort: 'ne_po_ut_st_št_pi_so'.split('_'),
+ weekdaysMin: 'ne_po_ut_st_št_pi_so'.split('_'),
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY H:mm",
- LLLL: "dddd D. MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY H:mm',
+ LLLL: 'dddd D. MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[dnes o] LT",
- nextDay: "[zajtra o] LT",
+ sameDay: '[dnes o] LT',
+ nextDay: '[zajtra o] LT',
nextWeek: function() {
switch (this.day()) {
case 0:
- return "[v nedeľu o] LT";
+ return '[v nedeľu o] LT'
case 1:
case 2:
- return "[v] dddd [o] LT";
+ return '[v] dddd [o] LT'
case 3:
- return "[v stredu o] LT";
+ return '[v stredu o] LT'
case 4:
- return "[vo štvrtok o] LT";
+ return '[vo štvrtok o] LT'
case 5:
- return "[v piatok o] LT";
+ return '[v piatok o] LT'
case 6:
- return "[v sobotu o] LT"
+ return '[v sobotu o] LT'
}
},
- lastDay: "[včera o] LT",
+ lastDay: '[včera o] LT',
lastWeek: function() {
switch (this.day()) {
case 0:
- return "[minulú nedeľu o] LT";
+ return '[minulú nedeľu o] LT'
case 1:
case 2:
- return "[minulý] dddd [o] LT";
+ return '[minulý] dddd [o] LT'
case 3:
- return "[minulú stredu o] LT";
+ return '[minulú stredu o] LT'
case 4:
case 5:
- return "[minulý] dddd [o] LT";
+ return '[minulý] dddd [o] LT'
case 6:
- return "[minulú sobotu o] LT"
+ return '[minulú sobotu o] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "za %s",
- past: "pred %s",
+ future: 'za %s',
+ past: 'pred %s',
s: a,
ss: a,
m: a,
@@ -38846,221 +39196,223 @@
yy: a
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return i
}))
},
- "7c64": function(e, t, n) {
- var r = n("e24b"),
- a = n("5e2e"),
- i = n("79bc");
+ '7c64': function(e, t, n) {
+ var r = n('e24b'),
+ a = n('5e2e'),
+ i = n('79bc')
function o() {
this.size = 0, this.__data__ = {
hash: new r,
- map: new(i || a),
+ map: new (i || a),
string: new r
}
}
+
e.exports = o
},
- "7cd6": function(e, t, n) {
- var r = n("40c3"),
- a = n("5168")("iterator"),
- i = n("481b");
- e.exports = n("584a").getIteratorMethod = function(e) {
- if (void 0 != e) return e[a] || e["@@iterator"] || i[r(e)]
+ '7cd6': function(e, t, n) {
+ var r = n('40c3'),
+ a = n('5168')('iterator'),
+ i = n('481b')
+ e.exports = n('584a').getIteratorMethod = function(e) {
+ if (void 0 != e) return e[a] || e['@@iterator'] || i[r(e)]
}
},
- "7d1f": function(e, t, n) {
- var r = n("087d"),
- a = n("6747");
+ '7d1f': function(e, t, n) {
+ var r = n('087d'),
+ a = n('6747')
function i(e, t, n) {
- var i = t(e);
+ var i = t(e)
return a(e) ? i : r(i, n(e))
}
+
e.exports = i
},
- "7d7b": function(e, t, n) {
- var r = n("e4ae"),
- a = n("7cd6");
- e.exports = n("584a").getIterator = function(e) {
- var t = a(e);
- if ("function" != typeof t) throw TypeError(e + " is not iterable!");
+ '7d7b': function(e, t, n) {
+ var r = n('e4ae'),
+ a = n('7cd6')
+ e.exports = n('584a').getIterator = function(e) {
+ var t = a(e)
+ if ('function' != typeof t) throw TypeError(e + ' is not iterable!')
return r(t.call(e))
}
},
- "7de4": function(e, t, n) {
- "use strict";
- n.r(t);
+ '7de4': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
+ n = e._self._c || t
+ return n('a-card', {
staticStyle: {
- height: "100%"
+ height: '100%'
},
attrs: {
bordered: !1
}
- }, [n("div", {
- staticClass: "table-page-search-wrapper"
- }, [n("a-form", {
+ }, [n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }, [n('a-form', {
attrs: {
- layout: "inline"
+ layout: 'inline'
},
nativeOn: {
keyup: function(t) {
- return !t.type.indexOf("key") && e._k(t.keyCode, "enter", 13, t.key, "Enter") ? null : e.searchByquery(
+ return !t.type.indexOf('key') && e._k(t.keyCode, 'enter', 13, t.key, 'Enter') ? null : e.searchByquery(
t)
}
}
- }, [e.queryInfo && e.queryInfo.length > 0 ? n("a-row", {
+ }, [e.queryInfo && e.queryInfo.length > 0 ? n('a-row', {
attrs: {
gutter: 24
}
}, [e._l(e.queryInfo, (function(t, r) {
- return ["1" === t.hidden ? ["datetime" == t.view && "single" != t.mode ? n("a-col", {
+ return ['1' === t.hidden ? ['datetime' == t.view && 'single' != t.mode ? n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.toggleSearchStatus,
- expression: "toggleSearchStatus"
+ expression: 'toggleSearchStatus'
}],
- key: "query" + r,
+ key: 'query' + r,
attrs: {
md: 12,
sm: 16
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1) : n("a-col", {
+ })], 1) : n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.toggleSearchStatus,
- expression: "toggleSearchStatus"
+ expression: 'toggleSearchStatus'
}],
- key: "query" + r,
+ key: 'query' + r,
attrs: {
md: 6,
sm: 8
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1)] : ["datetime" == t.view && "single" != t.mode ? n("a-col", {
- key: "query" + r,
+ })], 1)] : ['datetime' == t.view && 'single' != t.mode ? n('a-col', {
+ key: 'query' + r,
attrs: {
md: 12,
sm: 16
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1) : n("a-col", {
- key: "query" + r,
+ })], 1) : n('a-col', {
+ key: 'query' + r,
attrs: {
md: 6,
sm: 8
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
})], 1)]]
- })), n("a-col", {
+ })), n('a-col', {
attrs: {
md: 6,
sm: 8
}
- }, [n("span", {
- staticClass: "table-page-search-submitButtons",
+ }, [n('span', {
+ staticClass: 'table-page-search-submitButtons',
staticStyle: {
- float: "left",
- overflow: "hidden"
+ float: 'left',
+ overflow: 'hidden'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "search"
+ type: 'primary',
+ icon: 'search'
},
on: {
click: e.searchByquery
}
- }, [e._v("查询")]), n("a-button", {
+ }, [e._v('查询')]), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
attrs: {
- type: "primary",
- icon: "reload"
+ type: 'primary',
+ icon: 'reload'
},
on: {
click: e.searchReset
}
- }, [e._v("重置")]), n("a", {
+ }, [e._v('重置')]), n('a', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
on: {
click: e.handleToggleSearch
}
- }, [e._v("\n " + e._s(e.toggleSearchStatus ? "收起" : "展开") + "\n "), n(
- "a-icon", {
+ }, [e._v('\n ' + e._s(e.toggleSearchStatus ? '收起' : '展开') + '\n '), n(
+ 'a-icon', {
attrs: {
- type: e.toggleSearchStatus ? "up" : "down"
+ type: e.toggleSearchStatus ? 'up' : 'down'
}
- })], 1)], 1)])], 2) : e._e()], 1)], 1), n("div", {
- staticClass: "table-operator"
- }, [e.buttonSwitch.add ? n("a-button", {
+ })], 1)], 1)])], 2) : e._e()], 1)], 1), n('div', {
+ staticClass: 'table-operator'
+ }, [e.buttonSwitch.add ? n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.handleAdd
}
- }, [e._v("新增")]) : e._e(), e.buttonSwitch.import ? n("a-button", {
+ }, [e._v('新增')]) : e._e(), e.buttonSwitch.import ? n('a-button', {
attrs: {
- type: "primary",
- icon: "upload"
+ type: 'primary',
+ icon: 'upload'
},
on: {
click: e.handleImportXls
}
- }, [e._v("导入")]) : e._e(), e.buttonSwitch.export ? n("a-button", {
+ }, [e._v('导入')]) : e._e(), e.buttonSwitch.export ? n('a-button', {
attrs: {
- type: "primary",
- icon: "download"
+ type: 'primary',
+ icon: 'download'
},
on: {
click: e.handleExportXls
}
- }, [e._v("导出")]) : e._e(), e._l(e.cgButtonList, (function(t, r) {
- return e.cgButtonList && e.cgButtonList.length > 0 ? ["js" == t.optType ? n("a-button", {
- key: "cgbtn" + r,
+ }, [e._v('导出')]) : e._e(), e._l(e.cgButtonList, (function(t, r) {
+ return e.cgButtonList && e.cgButtonList.length > 0 ? ['js' == t.optType ? n('a-button', {
+ key: 'cgbtn' + r,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -39068,10 +39420,10 @@
return e.cgButtonJsHandler(t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : "action" == t.optType ? n("a-button", {
- key: "cgbtn" + r,
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : 'action' == t.optType ? n('a-button', {
+ key: 'cgbtn' + r,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -39079,9 +39431,9 @@
return e.cgButtonActionHandler(t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : e._e()] : e._e()
- })), e.buttonSwitch.super_query ? n("j-super-query", {
- ref: "superQuery",
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : e._e()] : e._e()
+ })), e.buttonSwitch.super_query ? n('j-super-query', {
+ ref: 'superQuery',
attrs: {
fieldList: e.superQuery.fieldList,
saveCode: e.$route.fullPath,
@@ -39090,92 +39442,92 @@
on: {
handleSuperQuery: e.handleSuperQuery
}
- }) : e._e(), e.buttonSwitch.batch_delete ? n("a-button", {
+ }) : e._e(), e.buttonSwitch.batch_delete ? n('a-button', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.table.selectedRowKeys.length > 0,
- expression: "table.selectedRowKeys.length > 0"
+ expression: 'table.selectedRowKeys.length > 0'
}],
attrs: {
- ghost: "",
- type: "primary",
- icon: "delete"
+ ghost: '',
+ type: 'primary',
+ icon: 'delete'
},
on: {
click: e.handleDelBatch
}
- }, [e._v("批量删除")]) : e._e()], 2), n("div", [n("div", {
- staticClass: "ant-alert ant-alert-info",
+ }, [e._v('批量删除')]) : e._e()], 2), n('div', [n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v("\n 已选择 "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v('\n 已选择 '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v(e._s(e.table.selectedRowKeys.length))]), e._v("项 \n "), n("a", {
+ }, [e._v(e._s(e.table.selectedRowKeys.length))]), e._v('项 \n '), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")]), n("span", {
+ }, [e._v('清空')]), n('span', {
staticStyle: {
- float: "right"
+ float: 'right'
}
- }, [n("a-popover", {
+ }, [n('a-popover', {
attrs: {
overlayStyle: {
- maxWidth: "500px"
+ maxWidth: '500px'
},
- title: "自定义列",
- trigger: "click",
- placement: "leftBottom"
+ title: '自定义列',
+ trigger: 'click',
+ placement: 'leftBottom'
},
on: {
visibleChange: e.popVisibleChange
}
- }, [n("a", [n("a-icon", {
+ }, [n('a', [n('a-icon', {
attrs: {
- type: "setting"
+ type: 'setting'
}
- })], 1), n("template", {
- slot: "content"
- }, [n("a-checkbox-group", {
+ })], 1), n('template', {
+ slot: 'content'
+ }, [n('a-checkbox-group', {
model: {
value: e.settingColumns,
callback: function(t) {
e.settingColumns = t
},
- expression: "settingColumns"
+ expression: 'settingColumns'
}
- }, [n("a-row", [e._l(e.defColumns, (function(t, r) {
- return ["rowIndex" != t.key && "action" != t.dataIndex ? [n("a-col", {
+ }, [n('a-row', [e._l(e.defColumns, (function(t, r) {
+ return ['rowIndex' != t.key && 'action' != t.dataIndex ? [n('a-col', {
key: r,
attrs: {
span: 12
}
- }, [n("a-checkbox", {
+ }, [n('a-checkbox', {
attrs: {
value: t.dataIndex
}
}, [e._v(e._s(t.title))])], 1)] : e._e()]
- }))], 2)], 1)], 1)], 2)], 1)]), n("a-table", {
- ref: "cgformAutoList",
+ }))], 2)], 1)], 1)], 2)], 1)]), n('a-table', {
+ ref: 'cgformAutoList',
class: {
- "j-table-force-nowrap": e.enableScrollBar
+ 'j-table-force-nowrap': e.enableScrollBar
},
staticStyle: {
- "min-height": "300px"
+ 'min-height': '300px'
},
attrs: {
- bordered: "",
- size: "middle",
- rowKey: "id",
+ bordered: '',
+ size: 'middle',
+ rowKey: 'id',
columns: e.tableColumn,
dataSource: e.table.dataSource,
pagination: e.table.pagination,
@@ -39187,167 +39539,167 @@
change: e.handleTableChange
},
scopedSlots: e._u([{
- key: "dateSlot",
+ key: 'dateSlot',
fn: function(t) {
- return [n("span", [e._v(e._s(e.getFormatDate(t)))])]
+ return [n('span', [e._v(e._s(e.getFormatDate(t)))])]
}
}, {
- key: "htmlSlot",
+ key: 'htmlSlot',
fn: function(t) {
- return [n("div", {
+ return [n('div', {
domProps: {
innerHTML: e._s(t)
}
})]
}
}, {
- key: "pcaSlot",
+ key: 'pcaSlot',
fn: function(t) {
- return [n("div", [e._v(e._s(e.getPcaText(t)))])]
+ return [n('div', [e._v(e._s(e.getPcaText(t)))])]
}
}, {
- key: "imgSlot",
+ key: 'imgSlot',
fn: function(t) {
- return [t ? n("img", {
+ return [t ? n('img', {
staticStyle: {
- "max-width": "80px",
- "font-size": "12px",
- "font-style": "italic"
+ 'max-width': '80px',
+ 'font-size': '12px',
+ 'font-style': 'italic'
},
attrs: {
src: e.getImgView(t),
- height: "25px",
- alt: ""
+ height: '25px',
+ alt: ''
}
- }) : n("span", {
+ }) : n('span', {
staticStyle: {
- "font-size": "12px",
- "font-style": "italic"
+ 'font-size': '12px',
+ 'font-style': 'italic'
}
- }, [e._v("无图片")])]
+ }, [e._v('无图片')])]
}
}, {
- key: "fileSlot",
+ key: 'fileSlot',
fn: function(t) {
- return [t ? n("a-button", {
+ return [t ? n('a-button', {
attrs: {
ghost: !0,
- type: "primary",
- icon: "download",
- size: "small"
+ type: 'primary',
+ icon: 'download',
+ size: 'small'
},
on: {
click: function(n) {
return e.downloadRowFile(t)
}
}
- }, [e._v("\n 下载\n ")]) : n("span", {
+ }, [e._v('\n 下载\n ')]) : n('span', {
staticStyle: {
- "font-size": "12px",
- "font-style": "italic"
+ 'font-size': '12px',
+ 'font-style': 'italic'
}
- }, [e._v("无文件")])]
+ }, [e._v('无文件')])]
}
}, {
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return n("span", {}, [e.hasBpmStatus ? ["1" == r.bpm_status || "" == r.bpm_status || null == r.bpm_status ?
- [e.buttonSwitch.update ? [n("a", {
+ return n('span', {}, [e.hasBpmStatus ? ['1' == r.bpm_status || '' == r.bpm_status || null == r.bpm_status ?
+ [e.buttonSwitch.update ? [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
})] : e._e()] : e._e()
- ] : [e.buttonSwitch.update ? [n("a", {
+ ] : [e.buttonSwitch.update ? [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- })] : e._e()], n("a-dropdown", [n("a", {
- staticClass: "ant-dropdown-link"
- }, [e._v("\n 更多 "), n("a-icon", {
+ })] : e._e()], n('a-dropdown', [n('a', {
+ staticClass: 'ant-dropdown-link'
+ }, [e._v('\n 更多 '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1), n("a-menu", {
+ })], 1), n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [e.buttonSwitch.detail ? n("a-menu-item", [n("a", {
+ slot: 'overlay'
+ }, [e.buttonSwitch.detail ? n('a-menu-item', [n('a', {
attrs: {
- href: "javascript:;"
+ href: 'javascript:;'
},
on: {
click: function(t) {
return e.handleDetail(r)
}
}
- }, [e._v("详情")])]) : e._e(), e.hasBpmStatus ? ["1" == r.bpm_status || "" == r.bpm_status ||
- null == r.bpm_status ? [e.buttonSwitch.bpm ? n("a-menu-item", [n("a", {
+ }, [e._v('详情')])]) : e._e(), e.hasBpmStatus ? ['1' == r.bpm_status || '' == r.bpm_status ||
+ null == r.bpm_status ? [e.buttonSwitch.bpm ? n('a-menu-item', [n('a', {
attrs: {
- href: "javascript:;"
+ href: 'javascript:;'
},
on: {
click: function(t) {
return e.startProcess(r)
}
}
- }, [e._v("提交流程")])]) : e._e(), e.buttonSwitch.delete ? n("a-menu-item", [n(
- "a-popconfirm", {
+ }, [e._v('提交流程')])]) : e._e(), e.buttonSwitch.delete ? n('a-menu-item', [n(
+ 'a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDeleteOne(r)
}
}
- }, [n("a", [e._v("删除")])])], 1) : e._e()] : e._e()
- ] : [e.buttonSwitch.delete ? n("a-menu-item", [n("a-popconfirm", {
+ }, [n('a', [e._v('删除')])])], 1) : e._e()] : e._e()
+ ] : [e.buttonSwitch.delete ? n('a-menu-item', [n('a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDeleteOne(r)
}
}
- }, [n("a", [e._v("删除")])])], 1) : e._e()], e._l(e.cgButtonLinkList, (function(t, a) {
+ }, [n('a', [e._v('删除')])])], 1) : e._e()], e._l(e.cgButtonLinkList, (function(t, a) {
return e.cgButtonLinkList && e.cgButtonLinkList.length > 0 ? [e.showLinkButton(t, r) ?
- n("a-menu-item", {
- key: "cgbtnLink" + a
- }, [n("a", {
+ n('a-menu-item', {
+ key: 'cgbtnLink' + a
+ }, [n('a', {
attrs: {
- href: "javascript:void(0);"
+ href: 'javascript:void(0);'
},
on: {
click: function(n) {
return e.cgButtonLinkHandler(r, t.buttonCode, t.optType)
}
}
- }, [t.buttonIcon ? n("a-icon", {
+ }, [t.buttonIcon ? n('a-icon', {
attrs: {
type: t.buttonIcon
}
- }) : e._e(), e._v("\n " + e._s(t.buttonName) +
- "\n ")], 1)]) : e._e()
+ }) : e._e(), e._v('\n ' + e._s(t.buttonName) +
+ '\n ')], 1)]) : e._e()
] : e._e()
}))], 2)], 1)], 2)
}
}])
- }), n("onl-cgform-tab-modal", {
- ref: "modal",
+ }), n('onl-cgform-tab-modal', {
+ ref: 'modal',
attrs: {
code: e.code
},
@@ -39355,222 +39707,228 @@
success: e.handleFormSuccess,
schema: e.handleGetSchema
}
- }), n("j-import-modal", {
- ref: "importModal",
+ }), n('j-import-modal', {
+ ref: 'importModal',
attrs: {
url: e.getImportUrl()
},
on: {
ok: e.importOk
}
- }), n("a-modal", e._g(e._b({}, "a-modal", e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
+ }), n('a-modal', e._g(e._b({}, 'a-modal', e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
.is, e._b({
- tag: "component"
- }, "component", e.hrefComponent.params, !1))], 1)], 1)])
+ tag: 'component'
+ }, 'component', e.hrefComponent.params, !1))], 1)], 1)])
},
a = [],
- i = n("3d90"),
- o = i["a"],
- s = (n("9396"), n("5942"), n("2877")),
- c = Object(s["a"])(o, r, a, !1, null, "dbda0848", null);
- t["default"] = c.exports
+ i = n('3d90'),
+ o = i['a'],
+ s = (n('9396'), n('5942'), n('2877')),
+ c = Object(s['a'])(o, r, a, !1, null, 'dbda0848', null)
+ t['default'] = c.exports
},
- "7e64": function(e, t, n) {
- var r = n("5e2e"),
- a = n("efb6"),
- i = n("2fcc"),
- o = n("802a"),
- s = n("55a3"),
- c = n("d02c");
+ '7e64': function(e, t, n) {
+ var r = n('5e2e'),
+ a = n('efb6'),
+ i = n('2fcc'),
+ o = n('802a'),
+ s = n('55a3'),
+ c = n('d02c')
function l(e) {
- var t = this.__data__ = new r(e);
+ var t = this.__data__ = new r(e)
this.size = t.size
}
- l.prototype.clear = a, l.prototype["delete"] = i, l.prototype.get = o, l.prototype.has = s, l.prototype.set = c,
+
+ l.prototype.clear = a, l.prototype['delete'] = i, l.prototype.get = o, l.prototype.has = s, l.prototype.set = c,
e.exports = l
},
- "7e90": function(e, t, n) {
- var r = n("d9f6"),
- a = n("e4ae"),
- i = n("c3a1");
- e.exports = n("8e60") ? Object.defineProperties : function(e, t) {
- a(e);
+ '7e90': function(e, t, n) {
+ var r = n('d9f6'),
+ a = n('e4ae'),
+ i = n('c3a1')
+ e.exports = n('8e60') ? Object.defineProperties : function(e, t) {
+ a(e)
var n, o = i(t),
s = o.length,
- c = 0;
- while (s > c) r.f(e, n = o[c++], t[n]);
+ c = 0
+ while (s > c) r.f(e, n = o[c++], t[n])
return e
}
},
- "7f33": function(e, t, n) {
+ '7f33': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("yo", {
- months: "Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split(
- "_"),
- monthsShort: "Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),
- weekdays: "Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),
- weekdaysShort: "Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),
- weekdaysMin: "Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),
+ var t = e.defineLocale('yo', {
+ months: 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split(
+ '_'),
+ monthsShort: 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),
+ weekdays: 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),
+ weekdaysShort: 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),
+ weekdaysMin: 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),
longDateFormat: {
- LT: "h:mm A",
- LTS: "h:mm:ss A",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY h:mm A",
- LLLL: "dddd, D MMMM YYYY h:mm A"
+ LT: 'h:mm A',
+ LTS: 'h:mm:ss A',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY h:mm A',
+ LLLL: 'dddd, D MMMM YYYY h:mm A'
},
calendar: {
- sameDay: "[Ònì ni] LT",
- nextDay: "[Ọ̀la ni] LT",
- nextWeek: "dddd [Ọsẹ̀ tón'bọ] [ni] LT",
- lastDay: "[Àna ni] LT",
- lastWeek: "dddd [Ọsẹ̀ tólọ́] [ni] LT",
- sameElse: "L"
+ sameDay: '[Ònì ni] LT',
+ nextDay: '[Ọ̀la ni] LT',
+ nextWeek: 'dddd [Ọsẹ̀ tón\'bọ] [ni] LT',
+ lastDay: '[Àna ni] LT',
+ lastWeek: 'dddd [Ọsẹ̀ tólọ́] [ni] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "ní %s",
- past: "%s kọjá",
- s: "ìsẹjú aayá die",
- ss: "aayá %d",
- m: "ìsẹjú kan",
- mm: "ìsẹjú %d",
- h: "wákati kan",
- hh: "wákati %d",
- d: "ọjọ́ kan",
- dd: "ọjọ́ %d",
- M: "osù kan",
- MM: "osù %d",
- y: "ọdún kan",
- yy: "ọdún %d"
+ future: 'ní %s',
+ past: '%s kọjá',
+ s: 'ìsẹjú aayá die',
+ ss: 'aayá %d',
+ m: 'ìsẹjú kan',
+ mm: 'ìsẹjú %d',
+ h: 'wákati kan',
+ hh: 'wákati %d',
+ d: 'ọjọ́ kan',
+ dd: 'ọjọ́ %d',
+ M: 'osù kan',
+ MM: 'osù %d',
+ y: 'ọdún kan',
+ yy: 'ọdún %d'
},
dayOfMonthOrdinalParse: /ọjọ́\s\d{1,2}/,
- ordinal: "ọjọ́ %d",
+ ordinal: 'ọjọ́ %d',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "802a": function(e, t) {
+ '802a': function(e, t) {
function n(e) {
return this.__data__.get(e)
}
+
e.exports = n
},
8057: function(e, t) {
function n(e, t) {
var n = -1,
- r = null == e ? 0 : e.length;
+ r = null == e ? 0 : e.length
while (++n < r)
- if (!1 === t(e[n], n, e)) break;
+ if (!1 === t(e[n], n, e)) break
return e
}
+
e.exports = n
},
- 8063: function(e, t, n) {},
+ 8063: function(e, t, n) {
+ },
8155: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n, r) {
- var a = e + " ";
+ var a = e + ' '
switch (n) {
- case "s":
- return t || r ? "nekaj sekund" : "nekaj sekundami";
- case "ss":
- return a += 1 === e ? t ? "sekundo" : "sekundi" : 2 === e ? t || r ? "sekundi" : "sekundah" : e < 5 ? t ||
- r ? "sekunde" : "sekundah" : "sekund", a;
- case "m":
- return t ? "ena minuta" : "eno minuto";
- case "mm":
- return a += 1 === e ? t ? "minuta" : "minuto" : 2 === e ? t || r ? "minuti" : "minutama" : e < 5 ? t || r ?
- "minute" : "minutami" : t || r ? "minut" : "minutami", a;
- case "h":
- return t ? "ena ura" : "eno uro";
- case "hh":
- return a += 1 === e ? t ? "ura" : "uro" : 2 === e ? t || r ? "uri" : "urama" : e < 5 ? t || r ? "ure" :
- "urami" : t || r ? "ur" : "urami", a;
- case "d":
- return t || r ? "en dan" : "enim dnem";
- case "dd":
- return a += 1 === e ? t || r ? "dan" : "dnem" : 2 === e ? t || r ? "dni" : "dnevoma" : t || r ? "dni" :
- "dnevi", a;
- case "M":
- return t || r ? "en mesec" : "enim mesecem";
- case "MM":
- return a += 1 === e ? t || r ? "mesec" : "mesecem" : 2 === e ? t || r ? "meseca" : "mesecema" : e < 5 ? t ||
- r ? "mesece" : "meseci" : t || r ? "mesecev" : "meseci", a;
- case "y":
- return t || r ? "eno leto" : "enim letom";
- case "yy":
- return a += 1 === e ? t || r ? "leto" : "letom" : 2 === e ? t || r ? "leti" : "letoma" : e < 5 ? t || r ?
- "leta" : "leti" : t || r ? "let" : "leti", a
+ case 's':
+ return t || r ? 'nekaj sekund' : 'nekaj sekundami'
+ case 'ss':
+ return a += 1 === e ? t ? 'sekundo' : 'sekundi' : 2 === e ? t || r ? 'sekundi' : 'sekundah' : e < 5 ? t ||
+ r ? 'sekunde' : 'sekundah' : 'sekund', a
+ case 'm':
+ return t ? 'ena minuta' : 'eno minuto'
+ case 'mm':
+ return a += 1 === e ? t ? 'minuta' : 'minuto' : 2 === e ? t || r ? 'minuti' : 'minutama' : e < 5 ? t || r ?
+ 'minute' : 'minutami' : t || r ? 'minut' : 'minutami', a
+ case 'h':
+ return t ? 'ena ura' : 'eno uro'
+ case 'hh':
+ return a += 1 === e ? t ? 'ura' : 'uro' : 2 === e ? t || r ? 'uri' : 'urama' : e < 5 ? t || r ? 'ure' :
+ 'urami' : t || r ? 'ur' : 'urami', a
+ case 'd':
+ return t || r ? 'en dan' : 'enim dnem'
+ case 'dd':
+ return a += 1 === e ? t || r ? 'dan' : 'dnem' : 2 === e ? t || r ? 'dni' : 'dnevoma' : t || r ? 'dni' :
+ 'dnevi', a
+ case 'M':
+ return t || r ? 'en mesec' : 'enim mesecem'
+ case 'MM':
+ return a += 1 === e ? t || r ? 'mesec' : 'mesecem' : 2 === e ? t || r ? 'meseca' : 'mesecema' : e < 5 ? t ||
+ r ? 'mesece' : 'meseci' : t || r ? 'mesecev' : 'meseci', a
+ case 'y':
+ return t || r ? 'eno leto' : 'enim letom'
+ case 'yy':
+ return a += 1 === e ? t || r ? 'leto' : 'letom' : 2 === e ? t || r ? 'leti' : 'letoma' : e < 5 ? t || r ?
+ 'leta' : 'leti' : t || r ? 'let' : 'leti', a
}
}
- var n = e.defineLocale("sl", {
- months: "januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),
- monthsShort: "jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),
+
+ var n = e.defineLocale('sl', {
+ months: 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split('_'),
+ monthsShort: 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split('_'),
monthsParseExact: !0,
- weekdays: "nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),
- weekdaysShort: "ned._pon._tor._sre._čet._pet._sob.".split("_"),
- weekdaysMin: "ne_po_to_sr_če_pe_so".split("_"),
+ weekdays: 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),
+ weekdaysShort: 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),
+ weekdaysMin: 'ne_po_to_sr_če_pe_so'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD. MM. YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY H:mm",
- LLLL: "dddd, D. MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD. MM. YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY H:mm',
+ LLLL: 'dddd, D. MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[danes ob] LT",
- nextDay: "[jutri ob] LT",
+ sameDay: '[danes ob] LT',
+ nextDay: '[jutri ob] LT',
nextWeek: function() {
switch (this.day()) {
case 0:
- return "[v] [nedeljo] [ob] LT";
+ return '[v] [nedeljo] [ob] LT'
case 3:
- return "[v] [sredo] [ob] LT";
+ return '[v] [sredo] [ob] LT'
case 6:
- return "[v] [soboto] [ob] LT";
+ return '[v] [soboto] [ob] LT'
case 1:
case 2:
case 4:
case 5:
- return "[v] dddd [ob] LT"
+ return '[v] dddd [ob] LT'
}
},
- lastDay: "[včeraj ob] LT",
+ lastDay: '[včeraj ob] LT',
lastWeek: function() {
switch (this.day()) {
case 0:
- return "[prejšnjo] [nedeljo] [ob] LT";
+ return '[prejšnjo] [nedeljo] [ob] LT'
case 3:
- return "[prejšnjo] [sredo] [ob] LT";
+ return '[prejšnjo] [sredo] [ob] LT'
case 6:
- return "[prejšnjo] [soboto] [ob] LT";
+ return '[prejšnjo] [soboto] [ob] LT'
case 1:
case 2:
case 4:
case 5:
- return "[prejšnji] dddd [ob] LT"
+ return '[prejšnji] dddd [ob] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "čez %s",
- past: "pred %s",
+ future: 'čez %s',
+ past: 'pred %s',
s: t,
ss: t,
m: t,
@@ -39585,100 +39943,101 @@
yy: t
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
- "81a1": function(e, t, n) {
- "use strict";
- var r = n("246e"),
- a = n.n(r);
+ '81a1': function(e, t, n) {
+ 'use strict'
+ var r = n('246e'),
+ a = n.n(r)
a.a
},
- "81e9": function(e, t, n) {
+ '81e9': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),
- n = ["nolla", "yhden", "kahden", "kolmen", "neljän", "viiden", "kuuden", t[7], t[8], t[9]];
+ var t = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(' '),
+ n = ['nolla', 'yhden', 'kahden', 'kolmen', 'neljän', 'viiden', 'kuuden', t[7], t[8], t[9]]
function r(e, t, n, r) {
- var i = "";
+ var i = ''
switch (n) {
- case "s":
- return r ? "muutaman sekunnin" : "muutama sekunti";
- case "ss":
- i = r ? "sekunnin" : "sekuntia";
- break;
- case "m":
- return r ? "minuutin" : "minuutti";
- case "mm":
- i = r ? "minuutin" : "minuuttia";
- break;
- case "h":
- return r ? "tunnin" : "tunti";
- case "hh":
- i = r ? "tunnin" : "tuntia";
- break;
- case "d":
- return r ? "päivän" : "päivä";
- case "dd":
- i = r ? "päivän" : "päivää";
- break;
- case "M":
- return r ? "kuukauden" : "kuukausi";
- case "MM":
- i = r ? "kuukauden" : "kuukautta";
- break;
- case "y":
- return r ? "vuoden" : "vuosi";
- case "yy":
- i = r ? "vuoden" : "vuotta";
+ case 's':
+ return r ? 'muutaman sekunnin' : 'muutama sekunti'
+ case 'ss':
+ i = r ? 'sekunnin' : 'sekuntia'
+ break
+ case 'm':
+ return r ? 'minuutin' : 'minuutti'
+ case 'mm':
+ i = r ? 'minuutin' : 'minuuttia'
+ break
+ case 'h':
+ return r ? 'tunnin' : 'tunti'
+ case 'hh':
+ i = r ? 'tunnin' : 'tuntia'
+ break
+ case 'd':
+ return r ? 'päivän' : 'päivä'
+ case 'dd':
+ i = r ? 'päivän' : 'päivää'
+ break
+ case 'M':
+ return r ? 'kuukauden' : 'kuukausi'
+ case 'MM':
+ i = r ? 'kuukauden' : 'kuukautta'
+ break
+ case 'y':
+ return r ? 'vuoden' : 'vuosi'
+ case 'yy':
+ i = r ? 'vuoden' : 'vuotta'
break
}
- return i = a(e, r) + " " + i, i
+ return i = a(e, r) + ' ' + i, i
}
function a(e, r) {
return e < 10 ? r ? n[e] : t[e] : e
}
- var i = e.defineLocale("fi", {
- months: "tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu"
- .split("_"),
- monthsShort: "tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),
- weekdays: "sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),
- weekdaysShort: "su_ma_ti_ke_to_pe_la".split("_"),
- weekdaysMin: "su_ma_ti_ke_to_pe_la".split("_"),
+
+ var i = e.defineLocale('fi', {
+ months: 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'
+ .split('_'),
+ monthsShort: 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split('_'),
+ weekdays: 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split('_'),
+ weekdaysShort: 'su_ma_ti_ke_to_pe_la'.split('_'),
+ weekdaysMin: 'su_ma_ti_ke_to_pe_la'.split('_'),
longDateFormat: {
- LT: "HH.mm",
- LTS: "HH.mm.ss",
- L: "DD.MM.YYYY",
- LL: "Do MMMM[ta] YYYY",
- LLL: "Do MMMM[ta] YYYY, [klo] HH.mm",
- LLLL: "dddd, Do MMMM[ta] YYYY, [klo] HH.mm",
- l: "D.M.YYYY",
- ll: "Do MMM YYYY",
- lll: "Do MMM YYYY, [klo] HH.mm",
- llll: "ddd, Do MMM YYYY, [klo] HH.mm"
+ LT: 'HH.mm',
+ LTS: 'HH.mm.ss',
+ L: 'DD.MM.YYYY',
+ LL: 'Do MMMM[ta] YYYY',
+ LLL: 'Do MMMM[ta] YYYY, [klo] HH.mm',
+ LLLL: 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',
+ l: 'D.M.YYYY',
+ ll: 'Do MMM YYYY',
+ lll: 'Do MMM YYYY, [klo] HH.mm',
+ llll: 'ddd, Do MMM YYYY, [klo] HH.mm'
},
calendar: {
- sameDay: "[tänään] [klo] LT",
- nextDay: "[huomenna] [klo] LT",
- nextWeek: "dddd [klo] LT",
- lastDay: "[eilen] [klo] LT",
- lastWeek: "[viime] dddd[na] [klo] LT",
- sameElse: "L"
+ sameDay: '[tänään] [klo] LT',
+ nextDay: '[huomenna] [klo] LT',
+ nextWeek: 'dddd [klo] LT',
+ lastDay: '[eilen] [klo] LT',
+ lastWeek: '[viime] dddd[na] [klo] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s päästä",
- past: "%s sitten",
+ future: '%s päästä',
+ past: '%s sitten',
s: r,
ss: r,
m: r,
@@ -39693,118 +40052,118 @@
yy: r
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return i
}))
},
8230: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "١",
- 2: "٢",
- 3: "٣",
- 4: "٤",
- 5: "٥",
- 6: "٦",
- 7: "٧",
- 8: "٨",
- 9: "٩",
- 0: "٠"
+ 1: '١',
+ 2: '٢',
+ 3: '٣',
+ 4: '٤',
+ 5: '٥',
+ 6: '٦',
+ 7: '٧',
+ 8: '٨',
+ 9: '٩',
+ 0: '٠'
},
n = {
- "١": "1",
- "٢": "2",
- "٣": "3",
- "٤": "4",
- "٥": "5",
- "٦": "6",
- "٧": "7",
- "٨": "8",
- "٩": "9",
- "٠": "0"
+ '١': '1',
+ '٢': '2',
+ '٣': '3',
+ '٤': '4',
+ '٥': '5',
+ '٦': '6',
+ '٧': '7',
+ '٨': '8',
+ '٩': '9',
+ '٠': '0'
},
- r = e.defineLocale("ar-sa", {
- months: "يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),
- monthsShort: "يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),
- weekdays: "الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),
- weekdaysShort: "أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),
- weekdaysMin: "ح_ن_ث_ر_خ_ج_س".split("_"),
+ r = e.defineLocale('ar-sa', {
+ months: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
+ monthsShort: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
+ weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
+ weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
+ weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
meridiemParse: /ص|م/,
isPM: function(e) {
- return "م" === e
+ return 'م' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "ص" : "م"
+ return e < 12 ? 'ص' : 'م'
},
calendar: {
- sameDay: "[اليوم على الساعة] LT",
- nextDay: "[غدا على الساعة] LT",
- nextWeek: "dddd [على الساعة] LT",
- lastDay: "[أمس على الساعة] LT",
- lastWeek: "dddd [على الساعة] LT",
- sameElse: "L"
+ sameDay: '[اليوم على الساعة] LT',
+ nextDay: '[غدا على الساعة] LT',
+ nextWeek: 'dddd [على الساعة] LT',
+ lastDay: '[أمس على الساعة] LT',
+ lastWeek: 'dddd [على الساعة] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "في %s",
- past: "منذ %s",
- s: "ثوان",
- ss: "%d ثانية",
- m: "دقيقة",
- mm: "%d دقائق",
- h: "ساعة",
- hh: "%d ساعات",
- d: "يوم",
- dd: "%d أيام",
- M: "شهر",
- MM: "%d أشهر",
- y: "سنة",
- yy: "%d سنوات"
+ future: 'في %s',
+ past: 'منذ %s',
+ s: 'ثوان',
+ ss: '%d ثانية',
+ m: 'دقيقة',
+ mm: '%d دقائق',
+ h: 'ساعة',
+ hh: '%d ساعات',
+ d: 'يوم',
+ dd: '%d أيام',
+ M: 'شهر',
+ MM: '%d أشهر',
+ y: 'سنة',
+ yy: '%d سنوات'
},
preparse: function(e) {
return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g, (function(e) {
return n[e]
- })).replace(/،/g, ",")
+ })).replace(/،/g, ',')
},
postformat: function(e) {
return e.replace(/\d/g, (function(e) {
return t[e]
- })).replace(/,/g, "،")
+ })).replace(/,/g, '،')
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return r
}))
},
- "82a6": function(e, t, n) {
- "use strict";
- n.r(t);
+ '82a6': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-modal", {
- class: "jeecg-online-modal",
+ n = e._self._c || t
+ return n('j-modal', {
+ class: 'jeecg-online-modal',
style: e.modalStyle,
attrs: {
title: e.titleText,
@@ -39816,58 +40175,58 @@
disabled: e.disableSubmit
}
},
- cancelText: "关闭",
- "switch-fullscreen": "",
+ cancelText: '关闭',
+ 'switch-fullscreen': '',
destroyOnClose: !0
},
on: {
ok: e.handleSubmit,
cancel: e.handleCancel
}
- }, [!e.disableSubmit && e.hasOwnButton(1) ? n("div", [n("a-button", {
- class: e.single ? "cust-button-switch-single" : "cust-button-switch-many",
+ }, [!e.disableSubmit && e.hasOwnButton(1) ? n('div', [n('a-button', {
+ class: e.single ? 'cust-button-switch-single' : 'cust-button-switch-many',
on: {
click: e.openDoor
}
- }, [n("a-icon", {
+ }, [n('a-icon', {
attrs: {
- type: "fast-backward"
+ type: 'fast-backward'
}
- })], 1)], 1) : e._e(), !e.disableSubmit && e.hasOwnButton(1) ? n("div", {
- class: e.btnBoxVisible ? "show-drawer" : "hide-drawer"
- }, [n("div", {
- staticClass: "jeecg-mask-cust",
+ })], 1)], 1) : e._e(), !e.disableSubmit && e.hasOwnButton(1) ? n('div', {
+ class: e.btnBoxVisible ? 'show-drawer' : 'hide-drawer'
+ }, [n('div', {
+ staticClass: 'jeecg-mask-cust',
on: {
click: e.closeDoor
}
- }), n("div", {
- staticClass: "jeecg-drawer-content",
- class: e.btnBoxVisible ? "drawer-open" : "drawer-close"
- }, [n("div", {
- staticClass: "jeecg-drawer-header"
- }, [e._v("自定义按钮")]), n("div", {
- staticClass: "jeecg-drawer-body"
+ }), n('div', {
+ staticClass: 'jeecg-drawer-content',
+ class: e.btnBoxVisible ? 'drawer-open' : 'drawer-close'
+ }, [n('div', {
+ staticClass: 'jeecg-drawer-header'
+ }, [e._v('自定义按钮')]), n('div', {
+ staticClass: 'jeecg-drawer-body'
}, [e._l(e.cgButtonList, (function(t) {
- return ["1" == t.optPosition ? n("a-button", {
+ return ['1' == t.optPosition ? n('a-button', {
key: t.id,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon,
- block: ""
+ block: ''
},
on: {
click: function(n) {
return e.handleCgButtonClick(t.optType, t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : e._e()]
- }))], 2)])]) : e._e(), n("template", {
- slot: "footer"
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : e._e()]
+ }))], 2)])]) : e._e(), n('template', {
+ slot: 'footer'
}, [e._l(e.cgButtonList, (function(t) {
- return !e.disableSubmit && e.hasOwnButton(2) ? ["2" == t.optPosition ? n("a-button", {
+ return !e.disableSubmit && e.hasOwnButton(2) ? ['2' == t.optPosition ? n('a-button', {
key: t.id,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -39875,27 +40234,27 @@
return e.handleCgButtonClick(t.optType, t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : e._e()] : e._e()
- })), e.disableSubmit ? e._e() : n("a-button", {
- key: "submit",
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : e._e()] : e._e()
+ })), e.disableSubmit ? e._e() : n('a-button', {
+ key: 'submit',
attrs: {
- type: "primary",
+ type: 'primary',
loading: e.submitLoading
},
on: {
click: e.handleSubmit
}
- }, [e._v("确定")]), n("a-button", {
- key: "back",
+ }, [e._v('确定')]), n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")])], 2), n("a-spin", {
+ }, [e._v('关闭')])], 2), n('a-spin', {
attrs: {
spinning: e.confirmLoading
}
- }, [n("online-form-tab", {
- ref: "onlineFormTab",
+ }, [n('online-form-tab', {
+ ref: 'onlineFormTab',
attrs: {
formSchema: e.formSchema,
uiSchema: e.uiSchema,
@@ -39909,42 +40268,42 @@
})], 1)], 2)
},
a = [],
- i = n("0fea"),
- o = n("2ef0"),
+ i = n('0fea'),
+ o = n('2ef0'),
s = n.n(o),
c = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [e.hasTab ? n("a-tabs", {
+ n = e._self._c || t
+ return n('div', [e.hasTab ? n('a-tabs', {
attrs: {
defaultActiveKey: 0
}
- }, [n("a-tab-pane", {
+ }, [n('a-tab-pane', {
key: 0,
attrs: {
tab: e.formSchema.describe,
forceRender: !0
}
- }, [n("a-form", {
+ }, [n('a-form', {
staticStyle: {
- "margin-top": "8px"
+ 'margin-top': '8px'
},
attrs: {
form: e.form
}
- }, [n("j-form-container", {
+ }, [n('j-form-container', {
attrs: {
disabled: e.online_form_disabled
}
- }, [n("online-form-item", {
+ }, [n('online-form-item', {
attrs: {
- slot: "detail",
+ slot: 'detail',
properties: e.rootProperties
},
- slot: "detail"
+ slot: 'detail'
})], 1)], 1)], 1), e._l(e.subTabInfo, (function(t, r) {
- return n("a-tab-pane", {
+ return n('a-tab-pane', {
key: r + 1,
attrs: {
tab: t.describe,
@@ -39955,24 +40314,24 @@
callback: function(t) {
e.subActiveKey = t
},
- expression: "subActiveKey"
+ expression: 'subActiveKey'
}
- }, [1 == t.relationType ? n("div", {
+ }, [1 == t.relationType ? n('div', {
staticStyle: {
- "overflow-y": "auto",
- "overflow-x": "hidden",
- "max-height": "300px"
+ 'overflow-y': 'auto',
+ 'overflow-x': 'hidden',
+ 'max-height': '300px'
}
- }, [n("j-form-container", {
+ }, [n('j-form-container', {
attrs: {
disabled: e.online_form_disabled
}
- }, [n("online-sub-form", {
+ }, [n('online-sub-form', {
ref: t.key,
refInFor: !0,
attrs: {
- slot: "detail",
- "main-id": e.model.id,
+ slot: 'detail',
+ 'main-id': e.model.id,
table: t.key,
properties: e.subProperties[t.key]
},
@@ -39981,16 +40340,16 @@
return e.handleExecuteFillRuleSub(t, n)
}
},
- slot: "detail"
- })], 1)], 1) : n("j-vxe-table", {
+ slot: 'detail'
+ })], 1)], 1) : n('j-vxe-table', {
ref: t.key,
refInFor: !0,
attrs: {
- toolbar: "",
- "keep-source": "",
- "row-number": "",
- "row-selection": "",
- height: "auto",
+ toolbar: '',
+ 'keep-source': '',
+ 'row-number': '',
+ 'row-selection': '',
+ height: 'auto',
maxHeight: 488,
disabled: e.online_form_disabled,
columns: t.columns,
@@ -40009,17 +40368,17 @@
}))], 2) : e._e()], 1)
},
l = [],
- u = n("574b"),
- d = u["a"],
- h = n("2877"),
- f = Object(h["a"])(d, c, l, !1, null, "966b71fa", null),
+ u = n('574b'),
+ d = u['a'],
+ h = n('2877'),
+ f = Object(h['a'])(d, c, l, !1, null, '966b71fa', null),
m = f.exports,
- p = m;
+ p = m
function _(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -40029,7 +40388,7 @@
function v(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? _(Object(n), !0).forEach((function(t) {
b(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : _(
@@ -40048,10 +40407,11 @@
writable: !0
}) : e[t] = n, e
}
+
var y = 800,
g = 1100,
M = {
- name: "OnlCgformTabModal",
+ name: 'OnlCgformTabModal',
components: {
OnlineFormTab: p
},
@@ -40065,7 +40425,7 @@
visible: !1,
confirmLoading: !1,
disableSubmit: !1,
- titleText: "操作",
+ titleText: '操作',
online_form_disabled: !1,
lodash: s.a,
rootProperties: [],
@@ -40074,66 +40434,67 @@
subTabInfo: [],
subDataSource: {},
submitLoading: !1,
- model: "",
+ model: '',
showFields: [],
fileFields: [],
- url: "",
- urlButtonAction: "/online/cgform/api/doButton",
- submitMethod: "",
+ url: '',
+ urlButtonAction: '/online/cgform/api/doButton',
+ submitMethod: '',
hasTab: !0,
- EnhanceJs: "",
+ EnhanceJs: '',
immediateEnhance: !1,
sh: {},
- tablename: "",
+ tablename: '',
treeListExpandKeys: [],
subActiveKey: 0,
- optMethod: "post",
+ optMethod: 'post',
urls: {
- loadFormItems: "/online/cgform/api/getFormItem/",
- loadEnhanceJs: "/online/cgform/api/getEnhanceJs/",
- optPre: "/online/cgform/api/form/"
+ loadFormItems: '/online/cgform/api/getFormItem/',
+ loadEnhanceJs: '/online/cgform/api/getEnhanceJs/',
+ optPre: '/online/cgform/api/form/'
},
formSchema: {},
uiSchema: {
- itemattrs: ""
+ itemattrs: ''
},
single: !0,
treeForm: !1,
- enhanceStr: "",
+ enhanceStr: '',
modalStyle: {
- position: "relative"
+ position: 'relative'
},
cgButtonList: [],
btnBoxVisible: !1,
btnBoxVisible2: !1,
- tempFormTemplate: ""
+ tempFormTemplate: ''
}
},
props: {
code: {
type: String,
required: !0,
- default: ""
+ default: ''
}
},
created: function() {
- var e = this;
- this.loadFormItems(), this.treeListExpandKeys = [], this.$bus.$on("popupCallbackMinitor", (function(t) {
- t && ("treeListAddEvent" === t.type ? e.treeListExpandKeys = t.expandedRowKeys : e.form.setFieldsValue(
+ var e = this
+ this.loadFormItems(), this.treeListExpandKeys = [], this.$bus.$on('popupCallbackMinitor', (function(t) {
+ t && ('treeListAddEvent' === t.type ? e.treeListExpandKeys = t.expandedRowKeys : e.form.setFieldsValue(
t))
}))
},
beforeDestroy: function() {
- this.$bus.$off("popupCallbackMinitor")
+ this.$bus.$off('popupCallbackMinitor')
},
computed: {
modalWidth: function() {
- var e = 1;
+ var e = 1
if (this.tempFormTemplate) try {
e = Number.parseInt(this.tempFormTemplate)
- } catch (r) {}
+ } catch (r) {
+ }
var t = 200 * (e - 1),
- n = (this.single ? y : g) + t;
+ n = (this.single ? y : g) + t
return n
}
},
@@ -40144,47 +40505,48 @@
},
methods: {
add: function(e, t) {
- var n = this;
- this.titleText = "新增", this.uiSchema.method = "post", this.uiSchema.formTemplate = e, this.uiSchema.url =
+ var n = this
+ debugger
+ this.titleText = '新增', this.uiSchema.method = 'post', this.uiSchema.formTemplate = e, this.uiSchema.url =
this.urls.optPre + this.code, this.uiSchema = v({}, this.uiSchema), this.visible = !0, this.disableSubmit = !
1, this.$nextTick((function() {
n.$refs.onlineFormTab.add(t)
}))
},
edit: function(e, t) {
- var n = this;
- this.titleText = "编辑", this.uiSchema.method = "put", this.uiSchema.formTemplate = e, this.uiSchema.url =
+ var n = this
+ this.titleText = '编辑', this.uiSchema.method = 'put', this.uiSchema.formTemplate = e, this.uiSchema.url =
this.urls.optPre + this.code, this.uiSchema = v({}, this.uiSchema), this.visible = !0, this.disableSubmit = !
- 1, Object(i["c"])(this.urls.optPre + this.code + "/" + t).then((function(e) {
+ 1, Object(i['c'])(this.urls.optPre + this.code + '/' + t).then((function(e) {
if (e.success) {
- var t = e.result;
+ var t = e.result
n.$refs.onlineFormTab.edit(t)
} else n.$message.warning(e.message)
}))
},
detail: function(e, t) {
- var n = this;
- this.titleText = "详情", this.visible = !0, this.uiSchema.formTemplate = e, this.uiSchema = v({}, this.uiSchema),
- this.disableSubmit = !0, Object(i["c"])(this.urls.optPre + this.code + "/" + t).then((function(e) {
+ var n = this
+ this.titleText = '详情', this.visible = !0, this.uiSchema.formTemplate = e, this.uiSchema = v({}, this.uiSchema),
+ this.disableSubmit = !0, Object(i['c'])(this.urls.optPre + this.code + '/' + t).then((function(e) {
if (e.success) {
- var t = e.result;
+ var t = e.result
n.$refs.onlineFormTab.detail(t)
} else n.$message.warning(e.message)
}))
},
loadFormItems: function() {
- var e = this;
- this.code && Object(i["c"])("".concat(this.urls.loadFormItems).concat(this.code)).then((function(t) {
+ var e = this
+ this.code && Object(i['c'])(''.concat(this.urls.loadFormItems).concat(this.code)).then((function(t) {
t.success && (e.single = 1 == t.result.head.tableType, e.formSchema = t.result.schema, e.tempFormTemplate =
- t.result.formTemplate, e.$emit("schema", e.formSchema), e.treeForm = "Y" == t.result.head.isTree, e.cgButtonList =
+ t.result.formTemplate, e.$emit('schema', e.formSchema), e.treeForm = 'Y' == t.result.head.isTree, e.cgButtonList =
t.result.cgButtonList ? t.result.cgButtonList : [], t.result.enhanceJs ? e.enhanceStr = t.result.enhanceJs :
- e.enhanceStr = "", e.$nextTick((function() {
+ e.enhanceStr = '', e.$nextTick((function() {
e.$refs.onlineFormTab && e.$refs.onlineFormTab.createRootProperties()
})))
}))
},
handleSubmit: function() {
- var e = this;
+ var e = this
this.submitLoading = !0, this.$refs.onlineFormTab.handleSubmit(), setTimeout((function() {
e.submitLoading = !1
}), 3500)
@@ -40196,13 +40558,13 @@
if (this.cgButtonList && 0 != this.cgButtonList.length) {
var t = this.cgButtonList.filter((function(t) {
return t.optPosition == e
- }));
+ }))
return t && t.length > 0
}
return !1
},
handleSuccess: function(e, t) {
- this.close(), !0 === this.treeForm ? this.$emit("success", e, t) : this.$emit("success")
+ this.close(), !0 === this.treeForm ? this.$emit('success', e, t) : this.$emit('success')
},
handleCancel: function() {
this.close()
@@ -40211,7 +40573,7 @@
this.visible = !1, this.submitLoading = !1
},
openDoor: function() {
- var e = this;
+ var e = this
this.btnBoxVisible2 ? setTimeout((function() {
e.btnBoxVisible2 = !e.btnBoxVisible2
}), 1e3) : this.btnBoxVisible2 = !this.btnBoxVisible2, this.btnBoxVisible = !this.btnBoxVisible
@@ -40222,42 +40584,42 @@
}
},
w = M,
- L = (n("436a"), Object(h["a"])(w, r, a, !1, null, "22098770", null));
- t["default"] = L.exports
+ L = (n('436a'), Object(h['a'])(w, r, a, !1, null, '22098770', null))
+ t['default'] = L.exports
},
- "83ab": function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ '83ab': function(e, t, n) {
+ 'use strict'
+ n.d(t, 'a', (function() {
return c
- }));
- var r = n("6042"),
+ }))
+ var r = n('6042'),
a = n.n(r),
- i = n("daa3"),
- o = n("4d91"),
- s = n("4df5"),
+ i = n('daa3'),
+ o = n('4d91'),
+ s = n('4df5'),
c = {
- prefixCls: o["a"].string,
+ prefixCls: o['a'].string,
size: {
validator: function(e) {
- return ["small", "large", "default"].includes(e)
+ return ['small', 'large', 'default'].includes(e)
}
}
- };
- t["b"] = {
- name: "AButtonGroup",
+ }
+ t['b'] = {
+ name: 'AButtonGroup',
props: c,
inject: {
configProvider: {
default: function() {
- return s["a"]
+ return s['a']
}
}
},
data: function() {
return {
sizeMap: {
- large: "lg",
- small: "sm"
+ large: 'lg',
+ small: 'sm'
}
}
},
@@ -40267,136 +40629,139 @@
r = this.size,
o = this.$slots,
s = this.configProvider.getPrefixCls,
- c = s("btn-group", n),
- l = "";
+ c = s('btn-group', n),
+ l = ''
switch (r) {
- case "large":
- l = "lg";
- break;
- case "small":
- l = "sm";
- break;
+ case 'large':
+ l = 'lg'
+ break
+ case 'small':
+ l = 'sm'
+ break
default:
break
}
- var u = (e = {}, a()(e, "" + c, !0), a()(e, c + "-" + l, l), e);
- return t("div", {
+ var u = (e = {}, a()(e, '' + c, !0), a()(e, c + '-' + l, l), e)
+ return t('div', {
class: u
- }, [Object(i["c"])(o["default"])])
+ }, [Object(i['c'])(o['default'])])
}
}
},
8407: function(e, t, n) {
- "use strict";
- var r = n("75b0"),
- a = n.n(r);
+ 'use strict'
+ var r = n('75b0'),
+ a = n.n(r)
a.a
},
8436: function(e, t) {
- e.exports = function() {}
+ e.exports = function() {
+ }
},
- "84aa": function(e, t, n) {
+ '84aa': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("bg", {
- months: "януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),
- monthsShort: "яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),
- weekdays: "неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),
- weekdaysShort: "нед_пон_вто_сря_чет_пет_съб".split("_"),
- weekdaysMin: "нд_пн_вт_ср_чт_пт_сб".split("_"),
+ var t = e.defineLocale('bg', {
+ months: 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split('_'),
+ monthsShort: 'яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),
+ weekdays: 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split('_'),
+ weekdaysShort: 'нед_пон_вто_сря_чет_пет_съб'.split('_'),
+ weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "D.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY H:mm",
- LLLL: "dddd, D MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'D.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY H:mm',
+ LLLL: 'dddd, D MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[Днес в] LT",
- nextDay: "[Утре в] LT",
- nextWeek: "dddd [в] LT",
- lastDay: "[Вчера в] LT",
+ sameDay: '[Днес в] LT',
+ nextDay: '[Утре в] LT',
+ nextWeek: 'dddd [в] LT',
+ lastDay: '[Вчера в] LT',
lastWeek: function() {
switch (this.day()) {
case 0:
case 3:
case 6:
- return "[Миналата] dddd [в] LT";
+ return '[Миналата] dddd [в] LT'
case 1:
case 2:
case 4:
case 5:
- return "[Миналия] dddd [в] LT"
+ return '[Миналия] dddd [в] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "след %s",
- past: "преди %s",
- s: "няколко секунди",
- ss: "%d секунди",
- m: "минута",
- mm: "%d минути",
- h: "час",
- hh: "%d часа",
- d: "ден",
- dd: "%d дена",
- M: "месец",
- MM: "%d месеца",
- y: "година",
- yy: "%d години"
+ future: 'след %s',
+ past: 'преди %s',
+ s: 'няколко секунди',
+ ss: '%d секунди',
+ m: 'минута',
+ mm: '%d минути',
+ h: 'час',
+ hh: '%d часа',
+ d: 'ден',
+ dd: '%d дена',
+ M: 'месец',
+ MM: '%d месеца',
+ y: 'година',
+ yy: '%d години'
},
dayOfMonthOrdinalParse: /\d{1,2}-(ев|ен|ти|ви|ри|ми)/,
ordinal: function(e) {
var t = e % 10,
- n = e % 100;
- return 0 === e ? e + "-ев" : 0 === n ? e + "-ен" : n > 10 && n < 20 ? e + "-ти" : 1 === t ? e + "-ви" :
- 2 === t ? e + "-ри" : 7 === t || 8 === t ? e + "-ми" : e + "-ти"
+ n = e % 100
+ return 0 === e ? e + '-ев' : 0 === n ? e + '-ен' : n > 10 && n < 20 ? e + '-ти' : 1 === t ? e + '-ви' :
+ 2 === t ? e + '-ри' : 7 === t || 8 === t ? e + '-ми' : e + '-ти'
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- "85bc": function(e, t, n) {},
- "85e3": function(e, t) {
+ '85bc': function(e, t, n) {
+ },
+ '85e3': function(e, t) {
function n(e, t, n) {
switch (n.length) {
case 0:
- return e.call(t);
+ return e.call(t)
case 1:
- return e.call(t, n[0]);
+ return e.call(t, n[0])
case 2:
- return e.call(t, n[0], n[1]);
+ return e.call(t, n[0], n[1])
case 3:
return e.call(t, n[0], n[1], n[2])
}
return e.apply(t, n)
}
+
e.exports = n
},
8676: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [n("a-table", {
+ n = e._self._c || t
+ return n('div', [n('a-table', {
staticStyle: {
- height: "100%"
+ height: '100%'
},
attrs: {
- rowKey: "id",
- size: "small",
+ rowKey: 'id',
+ size: 'small',
bordered: !0,
loading: e.loading,
columns: e.columns,
@@ -40404,7 +40769,7 @@
pagination: e.pagination,
rowSelection: {
selectedRowKeys: e.selectedRowKeys,
- type: "radio",
+ type: 'radio',
onChange: e.onSelectChange
},
customRow: e.clickThenCheck
@@ -40415,29 +40780,29 @@
})], 1)
},
a = [],
- i = n("0fea"),
+ i = n('0fea'),
o = {
- name: "LsUser",
+ name: 'LsUser',
data: function() {
- var e = this;
+ var e = this
return {
loading: !1,
columns: [{
- title: "用户账号",
- align: "center",
- dataIndex: "username"
+ title: '用户账号',
+ align: 'center',
+ dataIndex: 'username'
}, {
- title: "真实姓名",
- align: "center",
- dataIndex: "realname"
+ title: '真实姓名',
+ align: 'center',
+ dataIndex: 'realname'
}],
dataSource: [],
pagination: {
current: 1,
pageSize: 10,
- pageSizeOptions: ["10", "20", "30"],
+ pageSizeOptions: ['10', '20', '30'],
showTotal: function(e, t) {
- return t[0] + "-" + t[1] + " 共" + e + "条"
+ return t[0] + '-' + t[1] + ' 共' + e + '条'
},
showQuickJumper: !0,
showSizeChanger: !0,
@@ -40445,13 +40810,13 @@
},
selectedRowKeys: [],
rowSelection: {
- type: "radio",
+ type: 'radio',
selectedRowKeys: this.selectedRowKeys,
onChange: function(t, n) {
return e.onSelectChange(t, n)
}
},
- url: "/sys/user/list"
+ url: '/sys/user/list'
}
},
created: function() {
@@ -40462,11 +40827,11 @@
this.selectionRows = t, this.selectedRowKeys = e
},
clickThenCheck: function(e) {
- var t = this;
+ var t = this
return {
on: {
click: function() {
- t.onSelectChange(e.id.split(","), [e])
+ t.onSelectChange(e.id.split(','), [e])
}
}
}
@@ -40475,13 +40840,13 @@
this.pagination = e, this.loadData()
},
loadData: function(e) {
- var t = this;
- 1 === e && (this.pagination.current = 1);
+ var t = this
+ 1 === e && (this.pagination.current = 1)
var n = {
pageSize: this.pagination.pageSize,
pageNo: this.pagination.current
- };
- this.loading = !0, Object(i["c"])(this.url, n).then((function(e) {
+ }
+ this.loading = !0, Object(i['c'])(this.url, n).then((function(e) {
e.success && (t.dataSource = e.result.records, t.pagination.total = e.result.total), 510 === e.code &&
t.$message.warning(e.message), t.loading = !1
}))
@@ -40489,78 +40854,78 @@
}
},
s = o,
- c = n("2877"),
- l = Object(c["a"])(s, r, a, !1, null, "602312c7", null);
- t["default"] = l.exports
+ c = n('2877'),
+ l = Object(c['a'])(s, r, a, !1, null, '602312c7', null)
+ t['default'] = l.exports
},
8689: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "၁",
- 2: "၂",
- 3: "၃",
- 4: "၄",
- 5: "၅",
- 6: "၆",
- 7: "၇",
- 8: "၈",
- 9: "၉",
- 0: "၀"
+ 1: '၁',
+ 2: '၂',
+ 3: '၃',
+ 4: '၄',
+ 5: '၅',
+ 6: '၆',
+ 7: '၇',
+ 8: '၈',
+ 9: '၉',
+ 0: '၀'
},
n = {
- "၁": "1",
- "၂": "2",
- "၃": "3",
- "၄": "4",
- "၅": "5",
- "၆": "6",
- "၇": "7",
- "၈": "8",
- "၉": "9",
- "၀": "0"
+ '၁': '1',
+ '၂': '2',
+ '၃': '3',
+ '၄': '4',
+ '၅': '5',
+ '၆': '6',
+ '၇': '7',
+ '၈': '8',
+ '၉': '9',
+ '၀': '0'
},
- r = e.defineLocale("my", {
- months: "ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split(
- "_"),
- monthsShort: "ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),
- weekdays: "တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),
- weekdaysShort: "နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),
- weekdaysMin: "နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),
+ r = e.defineLocale('my', {
+ months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split(
+ '_'),
+ monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),
+ weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split('_'),
+ weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),
+ weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[ယနေ.] LT [မှာ]",
- nextDay: "[မနက်ဖြန်] LT [မှာ]",
- nextWeek: "dddd LT [မှာ]",
- lastDay: "[မနေ.က] LT [မှာ]",
- lastWeek: "[ပြီးခဲ့သော] dddd LT [မှာ]",
- sameElse: "L"
+ sameDay: '[ယနေ.] LT [မှာ]',
+ nextDay: '[မနက်ဖြန်] LT [မှာ]',
+ nextWeek: 'dddd LT [မှာ]',
+ lastDay: '[မနေ.က] LT [မှာ]',
+ lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',
+ sameElse: 'L'
},
relativeTime: {
- future: "လာမည့် %s မှာ",
- past: "လွန်ခဲ့သော %s က",
- s: "စက္ကန်.အနည်းငယ်",
- ss: "%d စက္ကန့်",
- m: "တစ်မိနစ်",
- mm: "%d မိနစ်",
- h: "တစ်နာရီ",
- hh: "%d နာရီ",
- d: "တစ်ရက်",
- dd: "%d ရက်",
- M: "တစ်လ",
- MM: "%d လ",
- y: "တစ်နှစ်",
- yy: "%d နှစ်"
+ future: 'လာမည့် %s မှာ',
+ past: 'လွန်ခဲ့သော %s က',
+ s: 'စက္ကန်.အနည်းငယ်',
+ ss: '%d စက္ကန့်',
+ m: 'တစ်မိနစ်',
+ mm: '%d မိနစ်',
+ h: 'တစ်နာရီ',
+ hh: '%d နာရီ',
+ d: 'တစ်ရက်',
+ dd: '%d ရက်',
+ M: 'တစ်လ',
+ MM: '%d လ',
+ y: 'တစ်နှစ်',
+ yy: '%d နှစ်'
},
preparse: function(e) {
return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, (function(e) {
@@ -40576,119 +40941,121 @@
dow: 1,
doy: 4
}
- });
+ })
return r
}))
},
- 8716: function(e, t, n) {},
- "872a": function(e, t, n) {
- var r = n("3b4a");
+ 8716: function(e, t, n) {
+ },
+ '872a': function(e, t, n) {
+ var r = n('3b4a')
function a(e, t, n) {
- "__proto__" == t && r ? r(e, t, {
+ '__proto__' == t && r ? r(e, t, {
configurable: !0,
enumerable: !0,
value: n,
writable: !0
}) : e[t] = n
}
+
e.exports = a
},
8827: function(e, t, n) {
- "use strict";
+ 'use strict'
t.__esModule = !0, t.default = function(e, t) {
- if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function")
+ if (!(e instanceof t)) throw new TypeError('Cannot call a class as a function')
}
},
8840: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("gl", {
- months: "xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split(
- "_"),
- monthsShort: "xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),
+ var t = e.defineLocale('gl', {
+ months: 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split(
+ '_'),
+ monthsShort: 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split('_'),
monthsParseExact: !0,
- weekdays: "domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),
- weekdaysShort: "dom._lun._mar._mér._xov._ven._sáb.".split("_"),
- weekdaysMin: "do_lu_ma_mé_xo_ve_sá".split("_"),
+ weekdays: 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),
+ weekdaysShort: 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),
+ weekdaysMin: 'do_lu_ma_mé_xo_ve_sá'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D [de] MMMM [de] YYYY",
- LLL: "D [de] MMMM [de] YYYY H:mm",
- LLLL: "dddd, D [de] MMMM [de] YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D [de] MMMM [de] YYYY',
+ LLL: 'D [de] MMMM [de] YYYY H:mm',
+ LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm'
},
calendar: {
sameDay: function() {
- return "[hoxe " + (1 !== this.hours() ? "ás" : "á") + "] LT"
+ return '[hoxe ' + (1 !== this.hours() ? 'ás' : 'á') + '] LT'
},
nextDay: function() {
- return "[mañá " + (1 !== this.hours() ? "ás" : "á") + "] LT"
+ return '[mañá ' + (1 !== this.hours() ? 'ás' : 'á') + '] LT'
},
nextWeek: function() {
- return "dddd [" + (1 !== this.hours() ? "ás" : "a") + "] LT"
+ return 'dddd [' + (1 !== this.hours() ? 'ás' : 'a') + '] LT'
},
lastDay: function() {
- return "[onte " + (1 !== this.hours() ? "á" : "a") + "] LT"
+ return '[onte ' + (1 !== this.hours() ? 'á' : 'a') + '] LT'
},
lastWeek: function() {
- return "[o] dddd [pasado " + (1 !== this.hours() ? "ás" : "a") + "] LT"
+ return '[o] dddd [pasado ' + (1 !== this.hours() ? 'ás' : 'a') + '] LT'
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
future: function(e) {
- return 0 === e.indexOf("un") ? "n" + e : "en " + e
+ return 0 === e.indexOf('un') ? 'n' + e : 'en ' + e
},
- past: "hai %s",
- s: "uns segundos",
- ss: "%d segundos",
- m: "un minuto",
- mm: "%d minutos",
- h: "unha hora",
- hh: "%d horas",
- d: "un día",
- dd: "%d días",
- M: "un mes",
- MM: "%d meses",
- y: "un ano",
- yy: "%d anos"
+ past: 'hai %s',
+ s: 'uns segundos',
+ ss: '%d segundos',
+ m: 'un minuto',
+ mm: '%d minutos',
+ h: 'unha hora',
+ hh: '%d horas',
+ d: 'un día',
+ dd: '%d días',
+ M: 'un mes',
+ MM: '%d meses',
+ y: 'un ano',
+ yy: '%d anos'
},
dayOfMonthOrdinalParse: /\d{1,2}º/,
- ordinal: "%dº",
+ ordinal: '%dº',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "88bc": function(e, t, n) {
+ '88bc': function(e, t, n) {
(function(t) {
var n = 1 / 0,
r = 9007199254740991,
- a = "[object Arguments]",
- i = "[object Function]",
- o = "[object GeneratorFunction]",
- s = "[object Symbol]",
- c = "object" == typeof t && t && t.Object === Object && t,
- l = "object" == typeof self && self && self.Object === Object && self,
- u = c || l || Function("return this")();
+ a = '[object Arguments]',
+ i = '[object Function]',
+ o = '[object GeneratorFunction]',
+ s = '[object Symbol]',
+ c = 'object' == typeof t && t && t.Object === Object && t,
+ l = 'object' == typeof self && self && self.Object === Object && self,
+ u = c || l || Function('return this')()
function d(e, t, n) {
switch (n.length) {
case 0:
- return e.call(t);
+ return e.call(t)
case 1:
- return e.call(t, n[0]);
+ return e.call(t, n[0])
case 2:
- return e.call(t, n[0], n[1]);
+ return e.call(t, n[0], n[1])
case 3:
return e.call(t, n[0], n[1], n[2])
}
@@ -40698,32 +41065,33 @@
function h(e, t) {
var n = -1,
r = e ? e.length : 0,
- a = Array(r);
- while (++n < r) a[n] = t(e[n], n, e);
+ a = Array(r)
+ while (++n < r) a[n] = t(e[n], n, e)
return a
}
function f(e, t) {
var n = -1,
r = t.length,
- a = e.length;
- while (++n < r) e[a + n] = t[n];
+ a = e.length
+ while (++n < r) e[a + n] = t[n]
return e
}
+
var m = Object.prototype,
p = m.hasOwnProperty,
_ = m.toString,
v = u.Symbol,
b = m.propertyIsEnumerable,
y = v ? v.isConcatSpreadable : void 0,
- g = Math.max;
+ g = Math.max
function M(e, t, n, r, a) {
var i = -1,
- o = e.length;
- n || (n = S), a || (a = []);
+ o = e.length
+ n || (n = S), a || (a = [])
while (++i < o) {
- var s = e[i];
+ var s = e[i]
t > 0 && n(s) ? t > 1 ? M(s, t - 1, n, r, a) : f(a, s) : r || (a[a.length] = s)
}
return a
@@ -40738,10 +41106,10 @@
function L(e, t, n) {
var r = -1,
a = t.length,
- i = {};
+ i = {}
while (++r < a) {
var o = t[r],
- s = e[o];
+ s = e[o]
n(s, o) && (i[o] = s)
}
return i
@@ -40753,11 +41121,11 @@
var n = arguments,
r = -1,
a = g(n.length - t, 0),
- i = Array(a);
- while (++r < a) i[r] = n[t + r];
- r = -1;
- var o = Array(t + 1);
- while (++r < t) o[r] = n[r];
+ i = Array(a)
+ while (++r < a) i[r] = n[t + r]
+ r = -1
+ var o = Array(t + 1)
+ while (++r < t) o[r] = n[r]
return o[t] = i, d(e, this, o)
}
}
@@ -40767,15 +41135,16 @@
}
function k(e) {
- if ("string" == typeof e || P(e)) return e;
- var t = e + "";
- return "0" == t && 1 / e == -n ? "-0" : t
+ if ('string' == typeof e || P(e)) return e
+ var t = e + ''
+ return '0' == t && 1 / e == -n ? '-0' : t
}
function C(e) {
- return z(e) && p.call(e, "callee") && (!b.call(e, "callee") || _.call(e) == a)
+ return z(e) && p.call(e, 'callee') && (!b.call(e, 'callee') || _.call(e) == a)
}
- var T = Array.isArray;
+
+ var T = Array.isArray
function x(e) {
return null != e && j(e.length) && !D(e)
@@ -40786,48 +41155,49 @@
}
function D(e) {
- var t = H(e) ? _.call(e) : "";
+ var t = H(e) ? _.call(e) : ''
return t == i || t == o
}
function j(e) {
- return "number" == typeof e && e > -1 && e % 1 == 0 && e <= r
+ return 'number' == typeof e && e > -1 && e % 1 == 0 && e <= r
}
function H(e) {
- var t = typeof e;
- return !!e && ("object" == t || "function" == t)
+ var t = typeof e
+ return !!e && ('object' == t || 'function' == t)
}
function E(e) {
- return !!e && "object" == typeof e
+ return !!e && 'object' == typeof e
}
function P(e) {
- return "symbol" == typeof e || E(e) && _.call(e) == s
+ return 'symbol' == typeof e || E(e) && _.call(e) == s
}
+
var A = O((function(e, t) {
return null == e ? {} : w(e, h(M(t, 1), k))
- }));
+ }))
e.exports = A
- }).call(this, n("c8ba"))
+ }).call(this, n('c8ba'))
},
- "898b": function(e, t, n) {
+ '898b': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),
- n = "ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),
+ var t = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),
+ n = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),
r = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i,
/^dic/i
],
a =
/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,
- i = e.defineLocale("es", {
- months: "enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split(
- "_"),
+ i = e.defineLocale('es', {
+ months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(
+ '_'),
monthsShort: function(e, r) {
return e ? /-MMM-/.test(r) ? n[e.month()] : t[e.month()] : t
},
@@ -40838,72 +41208,72 @@
monthsParse: r,
longMonthsParse: r,
shortMonthsParse: r,
- weekdays: "domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),
- weekdaysShort: "dom._lun._mar._mié._jue._vie._sáb.".split("_"),
- weekdaysMin: "do_lu_ma_mi_ju_vi_sá".split("_"),
+ weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),
+ weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),
+ weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D [de] MMMM [de] YYYY",
- LLL: "D [de] MMMM [de] YYYY H:mm",
- LLLL: "dddd, D [de] MMMM [de] YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D [de] MMMM [de] YYYY',
+ LLL: 'D [de] MMMM [de] YYYY H:mm',
+ LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm'
},
calendar: {
sameDay: function() {
- return "[hoy a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[hoy a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
nextDay: function() {
- return "[mañana a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[mañana a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
nextWeek: function() {
- return "dddd [a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return 'dddd [a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
lastDay: function() {
- return "[ayer a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[ayer a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
lastWeek: function() {
- return "[el] dddd [pasado a la" + (1 !== this.hours() ? "s" : "") + "] LT"
+ return '[el] dddd [pasado a la' + (1 !== this.hours() ? 's' : '') + '] LT'
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "en %s",
- past: "hace %s",
- s: "unos segundos",
- ss: "%d segundos",
- m: "un minuto",
- mm: "%d minutos",
- h: "una hora",
- hh: "%d horas",
- d: "un día",
- dd: "%d días",
- M: "un mes",
- MM: "%d meses",
- y: "un año",
- yy: "%d años"
+ future: 'en %s',
+ past: 'hace %s',
+ s: 'unos segundos',
+ ss: '%d segundos',
+ m: 'un minuto',
+ mm: '%d minutos',
+ h: 'una hora',
+ hh: '%d horas',
+ d: 'un día',
+ dd: '%d días',
+ M: 'un mes',
+ MM: '%d meses',
+ y: 'un año',
+ yy: '%d años'
},
dayOfMonthOrdinalParse: /\d{1,2}º/,
- ordinal: "%dº",
+ ordinal: '%dº',
week: {
dow: 1,
doy: 4
},
- invalidDate: "Fecha invalida"
- });
+ invalidDate: 'Fecha invalida'
+ })
return i
}))
},
- "89c4": function(e, t, n) {
- "use strict";
- n.r(t);
+ '89c4': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-editable-table", {
- ref: "editableTable",
+ n = e._self._c || t
+ return n('j-editable-table', {
+ ref: 'editableTable',
attrs: {
loading: e.loading,
columns: e.columns,
@@ -40911,24 +41281,25 @@
rowNumber: !0,
maxHeight: 319,
disabledRows: {
- dbFieldName: "id"
+ dbFieldName: 'id'
}
}
})
},
a = [],
- i = n("a34a"),
+ i = n('a34a'),
o = n.n(i),
- s = n("e2e0"),
- c = n("addb");
+ s = n('e2e0'),
+ c = n('addb')
function l(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = m(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = m(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -40946,17 +41317,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -40985,17 +41356,18 @@
function d(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- u(i, r, a, o, s, "next", e)
+ u(i, r, a, o, s, 'next', e)
}
function s(e) {
- u(i, r, a, o, s, "throw", e)
+ u(i, r, a, o, s, 'throw', e)
}
+
o(void 0)
}))
}
@@ -41007,31 +41379,31 @@
function f() {
throw new TypeError(
- "Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function m(e, t) {
if (e) {
- if ("string" === typeof e) return p(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? p(e, t) : void 0
+ if ('string' === typeof e) return p(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? p(e, t) : void 0
}
}
function p(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
function _(e, t) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) {
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) {
var n = [],
r = !0,
a = !1,
- i = void 0;
+ i = void 0
try {
for (var o, s = e[Symbol.iterator](); !(r = (o = s.next()).done); r = !0)
if (n.push(o.value), t && n.length === t) break
@@ -41039,7 +41411,7 @@
a = !0, i = c
} finally {
try {
- r || null == s["return"] || s["return"]()
+ r || null == s['return'] || s['return']()
} finally {
if (a) throw i
}
@@ -41051,255 +41423,256 @@
function v(e) {
if (Array.isArray(e)) return e
}
+
var b = [{
- title: "文本框",
- value: "text"
+ title: '文本框',
+ value: 'text'
}, {
- title: "密码",
- value: "password"
+ title: '密码',
+ value: 'password'
}, {
- title: "下拉框",
- value: "list"
+ title: '下拉框',
+ value: 'list'
}, {
- title: "单选框",
- value: "radio"
+ title: '单选框',
+ value: 'radio'
}, {
- title: "多选框",
- value: "checkbox"
+ title: '多选框',
+ value: 'checkbox'
}, {
- title: "开关",
- value: "switch"
+ title: '开关',
+ value: 'switch'
}, {
- title: "日期(yyyy-MM-dd)",
- value: "date"
+ title: '日期(yyyy-MM-dd)',
+ value: 'date'
}, {
- title: "日期(yyyy-MM-dd HH:mm:ss)",
- value: "datetime"
+ title: '日期(yyyy-MM-dd HH:mm:ss)',
+ value: 'datetime'
}, {
- title: "时间(HH:mm:ss)",
- value: "time"
+ title: '时间(HH:mm:ss)',
+ value: 'time'
}, {
- title: "文件",
- value: "file"
+ title: '文件',
+ value: 'file'
}, {
- title: "图片",
- value: "image"
+ title: '图片',
+ value: 'image'
}, {
- title: "多行文本",
- value: "textarea"
+ title: '多行文本',
+ value: 'textarea'
}, {
- title: "下拉多选框",
- value: "list_multi"
+ title: '下拉多选框',
+ value: 'list_multi'
}, {
- title: "下拉搜索框",
- value: "sel_search"
+ title: '下拉搜索框',
+ value: 'sel_search'
}, {
- title: "Popup弹框",
- value: "popup"
+ title: 'Popup弹框',
+ value: 'popup'
}, {
- title: "分类字典树",
- value: "cat_tree"
+ title: '分类字典树',
+ value: 'cat_tree'
}, {
- title: "部门选择",
- value: "sel_depart"
+ title: '部门选择',
+ value: 'sel_depart'
}, {
- title: "用户选择",
- value: "sel_user"
+ title: '用户选择',
+ value: 'sel_user'
}, {
- title: "富文本",
- value: "umeditor"
+ title: '富文本',
+ value: 'umeditor'
}, {
- title: "MarkDown",
- value: "markdown"
+ title: 'MarkDown',
+ value: 'markdown'
}, {
- title: "省市区组件",
- value: "pca"
+ title: '省市区组件',
+ value: 'pca'
}, {
- title: "联动组件",
- value: "link_down"
+ title: '联动组件',
+ value: 'link_down'
}, {
- title: "自定义树控件",
- value: "sel_tree"
+ title: '自定义树控件',
+ value: 'sel_tree'
}],
y = [{
- title: "文本框",
- value: "text"
+ title: '文本框',
+ value: 'text'
}, {
- title: "单选框",
- value: "radio"
+ title: '单选框',
+ value: 'radio'
}, {
- title: "开关",
- value: "switch"
+ title: '开关',
+ value: 'switch'
}, {
- title: "日期(yyyy-MM-dd)",
- value: "date"
+ title: '日期(yyyy-MM-dd)',
+ value: 'date'
}, {
- title: "日期(yyyy-MM-dd HH:mm:ss)",
- value: "datetime"
+ title: '日期(yyyy-MM-dd HH:mm:ss)',
+ value: 'datetime'
}, {
- title: "文件",
- value: "file"
+ title: '文件',
+ value: 'file'
}, {
- title: "图片",
- value: "image"
+ title: '图片',
+ value: 'image'
}, {
- title: "下拉框",
- value: "list"
+ title: '下拉框',
+ value: 'list'
}, {
- title: "下拉多选框",
- value: "list_multi"
+ title: '下拉多选框',
+ value: 'list_multi'
}, {
- title: "下拉搜索框",
- value: "sel_search"
+ title: '下拉搜索框',
+ value: 'sel_search'
}, {
- title: "popup弹出框",
- value: "popup"
+ title: 'popup弹出框',
+ value: 'popup'
}, {
- title: "部门选择",
- value: "sel_depart"
+ title: '部门选择',
+ value: 'sel_depart'
}, {
- title: "用户选择",
- value: "sel_user"
+ title: '用户选择',
+ value: 'sel_user'
}],
g = {
- name: "PageAttributeTable",
+ name: 'PageAttributeTable',
components: {},
- inject: ["getAllTable"],
+ inject: ['getAllTable'],
data: function() {
- var e = this;
+ var e = this
return {
loading: !1,
dataSource: [],
columns: [{
- title: "字段名称",
- key: "dbFieldName",
- width: "100px",
- type: s["a"].input,
- defaultValue: "",
- placeholder: "",
+ title: '字段名称',
+ key: 'dbFieldName',
+ width: '100px',
+ type: s['a'].input,
+ defaultValue: '',
+ placeholder: '',
props: {
disabled: !0
}
}, {
- title: "字段备注",
- key: "dbFieldTxt",
- width: "100px",
- type: s["a"].input,
- defaultValue: "",
- placeholder: "",
+ title: '字段备注',
+ key: 'dbFieldTxt',
+ width: '100px',
+ type: s['a'].input,
+ defaultValue: '',
+ placeholder: '',
props: {
disabled: !0
}
}, {
- title: "表单显示",
- key: "isShowForm",
- width: "40px",
- type: s["a"].checkbox,
- customValue: ["1", "0"],
+ title: '表单显示',
+ key: 'isShowForm',
+ width: '40px',
+ type: s['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !0
}, {
- title: "列表显示",
- key: "isShowList",
- width: "40px",
- type: s["a"].checkbox,
- customValue: ["1", "0"],
+ title: '列表显示',
+ key: 'isShowList',
+ width: '40px',
+ type: s['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !0
}, {
- title: "是否排序",
- key: "sortFlag",
- width: "40px",
- type: s["a"].checkbox,
- customValue: ["1", "0"],
+ title: '是否排序',
+ key: 'sortFlag',
+ width: '40px',
+ type: s['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !1
}, {
- title: "是否只读",
- key: "isReadOnly",
- width: "40px",
- type: s["a"].checkbox,
- customValue: ["1", "0"],
+ title: '是否只读',
+ key: 'isReadOnly',
+ width: '40px',
+ type: s['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !1
}, {
- title: "控件类型",
- key: "fieldShowType",
- width: "170px",
- type: s["a"].select,
+ title: '控件类型',
+ key: 'fieldShowType',
+ width: '170px',
+ type: s['a'].select,
options: b,
- defaultValue: "text",
- placeholder: "请选择${title}",
+ defaultValue: 'text',
+ placeholder: '请选择${title}',
validateRules: [{
required: !0,
- message: "请选择${title}"
+ message: '请选择${title}'
}, {
handler: function(t, n, r, a, i, o) {
- "blur" !== t ? e.getAllTable().then((function(e) {
+ 'blur' !== t ? e.getAllTable().then((function(e) {
var t = h(e, 1),
a = t[0],
o = a.$refs.editableTable.getValuesSync({
validate: !1,
rowIds: [r.id]
- }).values[0].dbType;
- "time" === n && "string" !== o ? i(!1, "当控件类型类型为时间时,数据库属性里的字段类型必须是String!") : "date" !== n &&
- "datetime" !== n || "Date" === o ? i(!0) : i(!1, "当控件类型类型为日期时,数据库属性里的字段类型必须是Date!")
+ }).values[0].dbType
+ 'time' === n && 'string' !== o ? i(!1, '当控件类型类型为时间时,数据库属性里的字段类型必须是String!') : 'date' !== n &&
+ 'datetime' !== n || 'Date' === o ? i(!0) : i(!1, '当控件类型类型为日期时,数据库属性里的字段类型必须是Date!')
})).catch((function(e) {
- i(!1, "校验出错")
+ i(!1, '校验出错')
})) : i()
},
- message: "${title}校验失败"
+ message: '${title}校验失败'
}]
}, {
- title: "控件长度",
- key: "fieldLength",
- width: "100px",
- type: s["a"].inputNumber,
- defaultValue: "120",
- placeholder: "请输入${title}",
+ title: '控件长度',
+ key: 'fieldLength',
+ width: '100px',
+ type: s['a'].inputNumber,
+ defaultValue: '120',
+ placeholder: '请输入${title}',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}]
}, {
- title: "是否查询",
- key: "isQuery",
- width: "60px",
- type: s["a"].checkbox,
- customValue: ["1", "0"],
+ title: '是否查询',
+ key: 'isQuery',
+ width: '60px',
+ type: s['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !1
}, {
- title: "查询类型",
- key: "queryMode",
- width: "110px",
- type: s["a"].select,
+ title: '查询类型',
+ key: 'queryMode',
+ width: '110px',
+ type: s['a'].select,
options: [{
- title: "普通查询",
- value: "single"
+ title: '普通查询',
+ value: 'single'
}, {
- title: "范围查询",
- value: "group"
+ title: '范围查询',
+ value: 'group'
}],
- defaultValue: "single",
- placeholder: "请选择${title}",
+ defaultValue: 'single',
+ placeholder: '请选择${title}',
validateRules: [{
required: !0,
- message: "请选择${title}"
+ message: '请选择${title}'
}]
}, {
- title: "控件默认值",
- key: "fieldDefaultValue",
- width: "180px",
- type: s["a"].input,
- defaultValue: ""
+ title: '控件默认值',
+ key: 'fieldDefaultValue',
+ width: '180px',
+ type: s['a'].input,
+ defaultValue: ''
}, {
- title: "扩展参数",
- key: "fieldExtendJson",
- width: "160px",
- type: s["a"].input,
- defaultValue: ""
+ title: '扩展参数',
+ key: 'fieldExtendJson',
+ width: '160px',
+ type: s['a'].input,
+ defaultValue: ''
}, {
- title: "自定义转换器",
- key: "converter",
- width: "160px",
- type: s["a"].input,
- defaultValue: ""
+ title: '自定义转换器',
+ key: 'converter',
+ width: '160px',
+ type: s['a'].input,
+ defaultValue: ''
}]
}
},
@@ -41309,35 +41682,36 @@
return o.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
- return e.next = 2, Object(c["syncAllTable"])(this, t);
+ return e.next = 2, Object(c['syncAllTable'])(this, t)
case 2:
- case "end":
+ case 'end':
return e.stop()
}
}), e, this)
- })));
+ })))
function t(t) {
return e.apply(this, arguments)
}
+
return t
}(),
syncFieldShowType: function(e) {
- var t = this.$refs.editableTable;
+ var t = this.$refs.editableTable
t.setValues([{
rowKey: e.id,
values: {
- fieldShowType: "date"
+ fieldShowType: 'date'
}
}])
},
changePageType: function(e) {
- var t, n = l(this.columns);
+ var t, n = l(this.columns)
try {
for (n.s(); !(t = n.n()).done;) {
- var r = t.value;
- if ("fieldShowType" == r.key) {
- r.options = e ? y : b;
+ var r = t.value
+ if ('fieldShowType' == r.key) {
+ r.options = e ? y : b
break
}
}
@@ -41351,243 +41725,244 @@
this.$refs.editableTable.setValues([{
rowKey: e,
values: {
- isQuery: "1"
+ isQuery: '1'
}
}])
}
}
},
M = g,
- w = n("2877"),
- L = Object(w["a"])(M, r, a, !1, null, "689964c9", null);
- t["default"] = L.exports
+ w = n('2877'),
+ L = Object(w['a'])(M, r, a, !1, null, '689964c9', null)
+ t['default'] = L.exports
},
- "8adb": function(e, t) {
+ '8adb': function(e, t) {
function n(e, t) {
- if (("constructor" !== t || "function" !== typeof e[t]) && "__proto__" != t) return e[t]
+ if (('constructor' !== t || 'function' !== typeof e[t]) && '__proto__' != t) return e[t]
}
+
e.exports = n
},
- "8bb4": function(e, t, n) {
- "use strict";
- var r = n("2acf"),
- a = n.n(r);
+ '8bb4': function(e, t, n) {
+ 'use strict'
+ var r = n('2acf'),
+ a = n.n(r)
a.a
},
- "8bbf": function(e, t) {
+ '8bbf': function(e, t) {
e.exports = __WEBPACK_EXTERNAL_MODULE__8bbf__
},
- "8cfe": function(e, t, n) {
- "use strict";
- var r = n("e703"),
- a = n.n(r);
+ '8cfe': function(e, t, n) {
+ 'use strict'
+ var r = n('e703'),
+ a = n.n(r)
a.a
},
- "8d20": function(e, t, n) {
- "use strict";
- n.r(t);
+ '8d20': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
staticStyle: {
- top: "5%",
- height: "95%"
+ top: '5%',
+ height: '95%'
},
attrs: {
- title: "JAVA增强",
+ title: 'JAVA增强',
width: e.modalWidth,
visible: e.visible,
confirmLoading: e.confirmLoading,
- cancelText: "关闭",
- wrapClassName: "ant-modal-cust-warp"
+ cancelText: '关闭',
+ wrapClassName: 'ant-modal-cust-warp'
},
on: {
ok: e.handleSubmit,
cancel: e.handleCancel
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
- key: "back",
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), n("a-button", {
- key: "submit",
+ }, [e._v('关闭')]), n('a-button', {
+ key: 'submit',
attrs: {
- type: "primary"
+ type: 'primary'
},
on: {
click: e.handleSubmit
}
- }, [e._v("确定")])], 1), n("a-form", {
+ }, [e._v('确定')])], 1), n('a-form', {
attrs: {
form: e.form
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "页面按钮",
+ label: '页面按钮',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["buttonCode"],
- expression: "[ 'buttonCode']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['buttonCode'],
+ expression: '[ \'buttonCode\']'
}],
attrs: {
getPopupContainer: function(e) {
return e.parentNode
},
- placeholder: "请选择页面控件"
+ placeholder: '请选择页面控件'
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "add"
+ value: 'add'
}
- }, [e._v("新增")]), n("a-select-option", {
+ }, [e._v('新增')]), n('a-select-option', {
attrs: {
- value: "edit"
+ value: 'edit'
}
- }, [e._v("编辑")]), n("a-select-option", {
+ }, [e._v('编辑')]), n('a-select-option', {
attrs: {
- value: "delete"
+ value: 'delete'
}
- }, [e._v("删除")]), n("a-select-option", {
+ }, [e._v('删除')]), n('a-select-option', {
attrs: {
- value: "import"
+ value: 'import'
}
- }, [e._v("导入")]), n("a-select-option", {
+ }, [e._v('导入')]), n('a-select-option', {
attrs: {
- value: "export"
+ value: 'export'
}
- }, [e._v("导出")]), n("a-select-option", {
+ }, [e._v('导出')]), n('a-select-option', {
attrs: {
- value: "query"
+ value: 'query'
}
- }, [e._v("查询")]), e._l(e.btnList, (function(t, r) {
- return [n("a-select-option", {
+ }, [e._v('查询')]), e._l(e.btnList, (function(t, r) {
+ return [n('a-select-option', {
key: r,
attrs: {
value: t.buttonCode
}
}, [e._v(e._s(t.buttonName))])]
- }))], 2)], 1), n("a-form-item", {
+ }))], 2)], 1), n('a-form-item', {
attrs: {
- label: "事件状态",
+ label: '事件状态',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-radio-group", {
+ }, [n('a-radio-group', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["event"],
- expression: "[ 'event']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['event'],
+ expression: '[ \'event\']'
}],
attrs: {
- name: "radioGroup"
+ name: 'radioGroup'
}
- }, [n("a-radio", {
+ }, [n('a-radio', {
attrs: {
- value: "start"
+ value: 'start'
}
- }, [e._v("开始")]), n("a-radio", {
+ }, [e._v('开始')]), n('a-radio', {
attrs: {
- value: "end"
+ value: 'end'
}
- }, [e._v("结束")])], 1)], 1), n("a-form-item", {
+ }, [e._v('结束')])], 1)], 1), n('a-form-item', {
attrs: {
- label: "类型",
+ label: '类型',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-radio-group", {
+ }, [n('a-radio-group', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["cgJavaType"],
- expression: "[ 'cgJavaType']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['cgJavaType'],
+ expression: '[ \'cgJavaType\']'
}],
attrs: {
- name: "radioGroup"
+ name: 'radioGroup'
}
- }, [n("a-radio", {
+ }, [n('a-radio', {
attrs: {
- value: "spring"
+ value: 'spring'
}
- }, [e._v("spring-key")]), n("a-radio", {
+ }, [e._v('spring-key')]), n('a-radio', {
attrs: {
- value: "class"
+ value: 'class'
}
- }, [e._v("java-class")])], 1)], 1), n("a-form-item", {
+ }, [e._v('java-class')])], 1)], 1), n('a-form-item', {
attrs: {
- label: "内容",
+ label: '内容',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["cgJavaValue", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['cgJavaValue', {
rules: [{
required: !0,
- message: "请输入内容!"
+ message: '请输入内容!'
}]
}],
- expression: "[ 'cgJavaValue',{rules: [{ required: true, message: '请输入内容!' }]}]"
+ expression: '[ \'cgJavaValue\',{rules: [{ required: true, message: \'请输入内容!\' }]}]'
}],
attrs: {
- placeholder: "请输入内容"
+ placeholder: '请输入内容'
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
- label: "是否生效",
+ label: '是否生效',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-radio-group", {
+ }, [n('a-radio-group', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["activeStatus"],
- expression: "[ 'activeStatus']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['activeStatus'],
+ expression: '[ \'activeStatus\']'
}],
attrs: {
- name: "radioGroup"
+ name: 'radioGroup'
}
- }, [n("a-radio", {
+ }, [n('a-radio', {
attrs: {
- value: "1"
+ value: '1'
}
- }, [e._v("有效")]), n("a-radio", {
+ }, [e._v('有效')]), n('a-radio', {
attrs: {
- value: "0"
+ value: '0'
}
- }, [e._v("无效")])], 1)], 1)], 1)], 2)
+ }, [e._v('无效')])], 1)], 1)], 1)], 2)
},
a = [],
- i = n("261e"),
- o = n("0fea"),
- s = n("88bc"),
+ i = n('261e'),
+ o = n('0fea'),
+ s = n('88bc'),
c = n.n(s),
- l = n("f654"),
+ l = n('f654'),
u = {
- name: "OnlEnhanceJavaModal",
- mixins: [l["AiTestOnlineMixin"]],
+ name: 'OnlEnhanceJavaModal',
+ mixins: [l['AiTestOnlineMixin']],
components: {
- ATextarea: i["a"]
+ ATextarea: i['a']
},
props: {
code: {
type: String,
required: !0,
- default: ""
+ default: ''
},
btnList: {
type: Array,
@@ -41619,42 +41994,42 @@
span: 16
}
},
- url: "/online/cgform/head/enhanceJava/",
+ url: '/online/cgform/head/enhanceJava/',
model: {
- buttonCode: "add",
- event: "end",
- cgJavaType: "spring",
- activeStatus: "1"
+ buttonCode: 'add',
+ event: 'end',
+ cgJavaType: 'spring',
+ activeStatus: '1'
}
}
},
methods: {
add: function() {
this.edit({
- buttonCode: "add",
- event: "end",
- cgJavaType: "spring",
- cgJavaValue: "",
- activeStatus: "1"
+ buttonCode: 'add',
+ event: 'end',
+ cgJavaType: 'spring',
+ cgJavaValue: '',
+ activeStatus: '1'
})
},
edit: function(e) {
- var t = this;
+ var t = this
this.form.resetFields(), this.model = Object.assign({}, e), this.visible = !0, this.$nextTick((function() {
- t.form.setFieldsValue(c()(t.model, "buttonCode", "activeStatus", "cgJavaValue", "cgJavaType", "event"))
+ t.form.setFieldsValue(c()(t.model, 'buttonCode', 'activeStatus', 'cgJavaValue', 'cgJavaType', 'event'))
}))
},
handleSubmit: function() {
- var e = this;
+ var e = this
this.form.validateFields((function(t, n) {
if (!t) {
- var r;
+ var r
if (e.confirmLoading = !0, e.model.id) {
- var a = Object.assign(e.model, n);
- r = Object(o["g"])(e.url + e.code, a)
- } else r = Object(o["f"])(e.url + e.code, n);
+ var a = Object.assign(e.model, n)
+ r = Object(o['g'])(e.url + e.code, a)
+ } else r = Object(o['f'])(e.url + e.code, n)
r.then((function(t) {
- e.confirmLoading = !1, t.success ? (e.visible = !1, e.$message.success(t.message), e.$emit("ok")) :
+ e.confirmLoading = !1, t.success ? (e.visible = !1, e.$message.success(t.message), e.$emit('ok')) :
e.$message.warning(t.message)
}))
}
@@ -41666,575 +42041,583 @@
}
},
d = u,
- h = n("2877"),
- f = Object(h["a"])(d, r, a, !1, null, "51d499ff", null);
- t["default"] = f.exports
+ h = n('2877'),
+ f = Object(h['a'])(d, r, a, !1, null, '51d499ff', null)
+ t['default'] = f.exports
},
- "8d47": function(e, t, n) {
+ '8d47': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e) {
- return "undefined" !== typeof Function && e instanceof Function || "[object Function]" === Object.prototype
+ return 'undefined' !== typeof Function && e instanceof Function || '[object Function]' === Object.prototype
.toString.call(e)
}
- var n = e.defineLocale("el", {
- monthsNominativeEl: "Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος"
- .split("_"),
- monthsGenitiveEl: "Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου"
- .split("_"),
+
+ var n = e.defineLocale('el', {
+ monthsNominativeEl: 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'
+ .split('_'),
+ monthsGenitiveEl: 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'
+ .split('_'),
months: function(e, t) {
- return e ? "string" === typeof t && /D/.test(t.substring(0, t.indexOf("MMMM"))) ? this._monthsGenitiveEl[
+ return e ? 'string' === typeof t && /D/.test(t.substring(0, t.indexOf('MMMM'))) ? this._monthsGenitiveEl[
e.month()] : this._monthsNominativeEl[e.month()] : this._monthsNominativeEl
},
- monthsShort: "Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),
- weekdays: "Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),
- weekdaysShort: "Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),
- weekdaysMin: "Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),
+ monthsShort: 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'),
+ weekdays: 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split('_'),
+ weekdaysShort: 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'),
+ weekdaysMin: 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'),
meridiem: function(e, t, n) {
- return e > 11 ? n ? "μμ" : "ΜΜ" : n ? "πμ" : "ΠΜ"
+ return e > 11 ? n ? 'μμ' : 'ΜΜ' : n ? 'πμ' : 'ΠΜ'
},
isPM: function(e) {
- return "μ" === (e + "").toLowerCase()[0]
+ return 'μ' === (e + '').toLowerCase()[0]
},
meridiemParse: /[ΠΜ]\.?Μ?\.?/i,
longDateFormat: {
- LT: "h:mm A",
- LTS: "h:mm:ss A",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY h:mm A",
- LLLL: "dddd, D MMMM YYYY h:mm A"
+ LT: 'h:mm A',
+ LTS: 'h:mm:ss A',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY h:mm A',
+ LLLL: 'dddd, D MMMM YYYY h:mm A'
},
calendarEl: {
- sameDay: "[Σήμερα {}] LT",
- nextDay: "[Αύριο {}] LT",
- nextWeek: "dddd [{}] LT",
- lastDay: "[Χθες {}] LT",
+ sameDay: '[Σήμερα {}] LT',
+ nextDay: '[Αύριο {}] LT',
+ nextWeek: 'dddd [{}] LT',
+ lastDay: '[Χθες {}] LT',
lastWeek: function() {
switch (this.day()) {
case 6:
- return "[το προηγούμενο] dddd [{}] LT";
+ return '[το προηγούμενο] dddd [{}] LT'
default:
- return "[την προηγούμενη] dddd [{}] LT"
+ return '[την προηγούμενη] dddd [{}] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
calendar: function(e, n) {
var r = this._calendarEl[e],
- a = n && n.hours();
- return t(r) && (r = r.apply(n)), r.replace("{}", a % 12 === 1 ? "στη" : "στις")
+ a = n && n.hours()
+ return t(r) && (r = r.apply(n)), r.replace('{}', a % 12 === 1 ? 'στη' : 'στις')
},
relativeTime: {
- future: "σε %s",
- past: "%s πριν",
- s: "λίγα δευτερόλεπτα",
- ss: "%d δευτερόλεπτα",
- m: "ένα λεπτό",
- mm: "%d λεπτά",
- h: "μία ώρα",
- hh: "%d ώρες",
- d: "μία μέρα",
- dd: "%d μέρες",
- M: "ένας μήνας",
- MM: "%d μήνες",
- y: "ένας χρόνος",
- yy: "%d χρόνια"
+ future: 'σε %s',
+ past: '%s πριν',
+ s: 'λίγα δευτερόλεπτα',
+ ss: '%d δευτερόλεπτα',
+ m: 'ένα λεπτό',
+ mm: '%d λεπτά',
+ h: 'μία ώρα',
+ hh: '%d ώρες',
+ d: 'μία μέρα',
+ dd: '%d μέρες',
+ M: 'ένας μήνας',
+ MM: '%d μήνες',
+ y: 'ένας χρόνος',
+ yy: '%d χρόνια'
},
dayOfMonthOrdinalParse: /\d{1,2}η/,
- ordinal: "%dη",
+ ordinal: '%dη',
week: {
dow: 1,
doy: 4
}
- });
+ })
return n
}))
},
- "8d57": function(e, t, n) {
+ '8d57': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split(
- "_"),
- n = "stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split(
- "_");
+ var t = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split(
+ '_'),
+ n = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split(
+ '_')
function r(e) {
return e % 10 < 5 && e % 10 > 1 && ~~(e / 10) % 10 !== 1
}
function a(e, t, n) {
- var a = e + " ";
+ var a = e + ' '
switch (n) {
- case "ss":
- return a + (r(e) ? "sekundy" : "sekund");
- case "m":
- return t ? "minuta" : "minutę";
- case "mm":
- return a + (r(e) ? "minuty" : "minut");
- case "h":
- return t ? "godzina" : "godzinę";
- case "hh":
- return a + (r(e) ? "godziny" : "godzin");
- case "MM":
- return a + (r(e) ? "miesiące" : "miesięcy");
- case "yy":
- return a + (r(e) ? "lata" : "lat")
+ case 'ss':
+ return a + (r(e) ? 'sekundy' : 'sekund')
+ case 'm':
+ return t ? 'minuta' : 'minutę'
+ case 'mm':
+ return a + (r(e) ? 'minuty' : 'minut')
+ case 'h':
+ return t ? 'godzina' : 'godzinę'
+ case 'hh':
+ return a + (r(e) ? 'godziny' : 'godzin')
+ case 'MM':
+ return a + (r(e) ? 'miesiące' : 'miesięcy')
+ case 'yy':
+ return a + (r(e) ? 'lata' : 'lat')
}
}
- var i = e.defineLocale("pl", {
+
+ var i = e.defineLocale('pl', {
months: function(e, r) {
- return e ? "" === r ? "(" + n[e.month()] + "|" + t[e.month()] + ")" : /D MMMM/.test(r) ? n[e.month()] :
+ return e ? '' === r ? '(' + n[e.month()] + '|' + t[e.month()] + ')' : /D MMMM/.test(r) ? n[e.month()] :
t[e.month()] : t
},
- monthsShort: "sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),
- weekdays: "niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),
- weekdaysShort: "ndz_pon_wt_śr_czw_pt_sob".split("_"),
- weekdaysMin: "Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),
+ monthsShort: 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),
+ weekdays: 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split('_'),
+ weekdaysShort: 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),
+ weekdaysMin: 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Dziś o] LT",
- nextDay: "[Jutro o] LT",
+ sameDay: '[Dziś o] LT',
+ nextDay: '[Jutro o] LT',
nextWeek: function() {
switch (this.day()) {
case 0:
- return "[W niedzielę o] LT";
+ return '[W niedzielę o] LT'
case 2:
- return "[We wtorek o] LT";
+ return '[We wtorek o] LT'
case 3:
- return "[W środę o] LT";
+ return '[W środę o] LT'
case 6:
- return "[W sobotę o] LT";
+ return '[W sobotę o] LT'
default:
- return "[W] dddd [o] LT"
+ return '[W] dddd [o] LT'
}
},
- lastDay: "[Wczoraj o] LT",
+ lastDay: '[Wczoraj o] LT',
lastWeek: function() {
switch (this.day()) {
case 0:
- return "[W zeszłą niedzielę o] LT";
+ return '[W zeszłą niedzielę o] LT'
case 3:
- return "[W zeszłą środę o] LT";
+ return '[W zeszłą środę o] LT'
case 6:
- return "[W zeszłą sobotę o] LT";
+ return '[W zeszłą sobotę o] LT'
default:
- return "[W zeszły] dddd [o] LT"
+ return '[W zeszły] dddd [o] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "za %s",
- past: "%s temu",
- s: "kilka sekund",
+ future: 'za %s',
+ past: '%s temu',
+ s: 'kilka sekund',
ss: a,
m: a,
mm: a,
h: a,
hh: a,
- d: "1 dzień",
- dd: "%d dni",
- M: "miesiąc",
+ d: '1 dzień',
+ dd: '%d dni',
+ M: 'miesiąc',
MM: a,
- y: "rok",
+ y: 'rok',
yy: a
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return i
}))
},
- "8d5a": function(e, t, n) {},
- "8d7f": function(e, t, n) {},
- "8de2": function(e, t, n) {
- var r = n("8eeb"),
- a = n("9934");
+ '8d5a': function(e, t, n) {
+ },
+ '8d7f': function(e, t, n) {
+ },
+ '8de2': function(e, t, n) {
+ var r = n('8eeb'),
+ a = n('9934')
function i(e) {
return r(e, a(e))
}
+
e.exports = i
},
- "8df4": function(e, t, n) {
+ '8df4': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "۱",
- 2: "۲",
- 3: "۳",
- 4: "۴",
- 5: "۵",
- 6: "۶",
- 7: "۷",
- 8: "۸",
- 9: "۹",
- 0: "۰"
+ 1: '۱',
+ 2: '۲',
+ 3: '۳',
+ 4: '۴',
+ 5: '۵',
+ 6: '۶',
+ 7: '۷',
+ 8: '۸',
+ 9: '۹',
+ 0: '۰'
},
n = {
- "۱": "1",
- "۲": "2",
- "۳": "3",
- "۴": "4",
- "۵": "5",
- "۶": "6",
- "۷": "7",
- "۸": "8",
- "۹": "9",
- "۰": "0"
+ '۱': '1',
+ '۲': '2',
+ '۳': '3',
+ '۴': '4',
+ '۵': '5',
+ '۶': '6',
+ '۷': '7',
+ '۸': '8',
+ '۹': '9',
+ '۰': '0'
},
- r = e.defineLocale("fa", {
- months: "ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),
- monthsShort: "ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),
- weekdays: "یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),
- weekdaysShort: "یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),
- weekdaysMin: "ی_د_س_چ_پ_ج_ش".split("_"),
+ r = e.defineLocale('fa', {
+ months: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),
+ monthsShort: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),
+ weekdays: 'یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه'.split('_'),
+ weekdaysShort: 'یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه'.split('_'),
+ weekdaysMin: 'ی_د_س_چ_پ_ج_ش'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
meridiemParse: /قبل از ظهر|بعد از ظهر/,
isPM: function(e) {
return /بعد از ظهر/.test(e)
},
meridiem: function(e, t, n) {
- return e < 12 ? "قبل از ظهر" : "بعد از ظهر"
+ return e < 12 ? 'قبل از ظهر' : 'بعد از ظهر'
},
calendar: {
- sameDay: "[امروز ساعت] LT",
- nextDay: "[فردا ساعت] LT",
- nextWeek: "dddd [ساعت] LT",
- lastDay: "[دیروز ساعت] LT",
- lastWeek: "dddd [پیش] [ساعت] LT",
- sameElse: "L"
+ sameDay: '[امروز ساعت] LT',
+ nextDay: '[فردا ساعت] LT',
+ nextWeek: 'dddd [ساعت] LT',
+ lastDay: '[دیروز ساعت] LT',
+ lastWeek: 'dddd [پیش] [ساعت] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "در %s",
- past: "%s پیش",
- s: "چند ثانیه",
- ss: "%d ثانیه",
- m: "یک دقیقه",
- mm: "%d دقیقه",
- h: "یک ساعت",
- hh: "%d ساعت",
- d: "یک روز",
- dd: "%d روز",
- M: "یک ماه",
- MM: "%d ماه",
- y: "یک سال",
- yy: "%d سال"
+ future: 'در %s',
+ past: '%s پیش',
+ s: 'چند ثانیه',
+ ss: '%d ثانیه',
+ m: 'یک دقیقه',
+ mm: '%d دقیقه',
+ h: 'یک ساعت',
+ hh: '%d ساعت',
+ d: 'یک روز',
+ dd: '%d روز',
+ M: 'یک ماه',
+ MM: '%d ماه',
+ y: 'یک سال',
+ yy: '%d سال'
},
preparse: function(e) {
return e.replace(/[۰-۹]/g, (function(e) {
return n[e]
- })).replace(/،/g, ",")
+ })).replace(/،/g, ',')
},
postformat: function(e) {
return e.replace(/\d/g, (function(e) {
return t[e]
- })).replace(/,/g, "،")
+ })).replace(/,/g, '،')
},
dayOfMonthOrdinalParse: /\d{1,2}م/,
- ordinal: "%dم",
+ ordinal: '%dم',
week: {
dow: 6,
doy: 12
}
- });
+ })
return r
}))
},
- "8df4b": function(e, t, n) {
- "use strict";
- var r = n("7a77");
+ '8df4b': function(e, t, n) {
+ 'use strict'
+ var r = n('7a77')
function a(e) {
- if ("function" !== typeof e) throw new TypeError("executor must be a function.");
- var t;
+ if ('function' !== typeof e) throw new TypeError('executor must be a function.')
+ var t
this.promise = new Promise((function(e) {
t = e
- }));
- var n = this;
+ }))
+ var n = this
e((function(e) {
n.reason || (n.reason = new r(e), t(n.reason))
}))
}
+
a.prototype.throwIfRequested = function() {
if (this.reason) throw this.reason
}, a.source = function() {
var e, t = new a((function(t) {
e = t
- }));
+ }))
return {
token: t,
cancel: e
}
}, e.exports = a
},
- "8e60": function(e, t, n) {
- e.exports = !n("294c")((function() {
- return 7 != Object.defineProperty({}, "a", {
+ '8e60': function(e, t, n) {
+ e.exports = !n('294c')((function() {
+ return 7 != Object.defineProperty({}, 'a', {
get: function() {
return 7
}
}).a
}))
},
- "8e73": function(e, t, n) {
+ '8e73': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "١",
- 2: "٢",
- 3: "٣",
- 4: "٤",
- 5: "٥",
- 6: "٦",
- 7: "٧",
- 8: "٨",
- 9: "٩",
- 0: "٠"
+ 1: '١',
+ 2: '٢',
+ 3: '٣',
+ 4: '٤',
+ 5: '٥',
+ 6: '٦',
+ 7: '٧',
+ 8: '٨',
+ 9: '٩',
+ 0: '٠'
},
n = {
- "١": "1",
- "٢": "2",
- "٣": "3",
- "٤": "4",
- "٥": "5",
- "٦": "6",
- "٧": "7",
- "٨": "8",
- "٩": "9",
- "٠": "0"
+ '١': '1',
+ '٢': '2',
+ '٣': '3',
+ '٤': '4',
+ '٥': '5',
+ '٦': '6',
+ '٧': '7',
+ '٨': '8',
+ '٩': '9',
+ '٠': '0'
},
r = function(e) {
return 0 === e ? 0 : 1 === e ? 1 : 2 === e ? 2 : e % 100 >= 3 && e % 100 <= 10 ? 3 : e % 100 >= 11 ? 4 : 5
},
a = {
- s: ["أقل من ثانية", "ثانية واحدة", ["ثانيتان", "ثانيتين"], "%d ثوان", "%d ثانية", "%d ثانية"],
- m: ["أقل من دقيقة", "دقيقة واحدة", ["دقيقتان", "دقيقتين"], "%d دقائق", "%d دقيقة", "%d دقيقة"],
- h: ["أقل من ساعة", "ساعة واحدة", ["ساعتان", "ساعتين"], "%d ساعات", "%d ساعة", "%d ساعة"],
- d: ["أقل من يوم", "يوم واحد", ["يومان", "يومين"], "%d أيام", "%d يومًا", "%d يوم"],
- M: ["أقل من شهر", "شهر واحد", ["شهران", "شهرين"], "%d أشهر", "%d شهرا", "%d شهر"],
- y: ["أقل من عام", "عام واحد", ["عامان", "عامين"], "%d أعوام", "%d عامًا", "%d عام"]
+ s: ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],
+ m: ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],
+ h: ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],
+ d: ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],
+ M: ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],
+ y: ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']
},
i = function(e) {
return function(t, n, i, o) {
var s = r(t),
- c = a[e][r(t)];
+ c = a[e][r(t)]
return 2 === s && (c = c[n ? 0 : 1]), c.replace(/%d/i, t)
}
},
- o = ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر",
- "ديسمبر"
+ o = ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر',
+ 'ديسمبر'
],
- s = e.defineLocale("ar", {
+ s = e.defineLocale('ar', {
months: o,
monthsShort: o,
- weekdays: "الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),
- weekdaysShort: "أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),
- weekdaysMin: "ح_ن_ث_ر_خ_ج_س".split("_"),
+ weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
+ weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
+ weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "D/M/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'D/M/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
meridiemParse: /ص|م/,
isPM: function(e) {
- return "م" === e
+ return 'م' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "ص" : "م"
+ return e < 12 ? 'ص' : 'م'
},
calendar: {
- sameDay: "[اليوم عند الساعة] LT",
- nextDay: "[غدًا عند الساعة] LT",
- nextWeek: "dddd [عند الساعة] LT",
- lastDay: "[أمس عند الساعة] LT",
- lastWeek: "dddd [عند الساعة] LT",
- sameElse: "L"
+ sameDay: '[اليوم عند الساعة] LT',
+ nextDay: '[غدًا عند الساعة] LT',
+ nextWeek: 'dddd [عند الساعة] LT',
+ lastDay: '[أمس عند الساعة] LT',
+ lastWeek: 'dddd [عند الساعة] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "بعد %s",
- past: "منذ %s",
- s: i("s"),
- ss: i("s"),
- m: i("m"),
- mm: i("m"),
- h: i("h"),
- hh: i("h"),
- d: i("d"),
- dd: i("d"),
- M: i("M"),
- MM: i("M"),
- y: i("y"),
- yy: i("y")
+ future: 'بعد %s',
+ past: 'منذ %s',
+ s: i('s'),
+ ss: i('s'),
+ m: i('m'),
+ mm: i('m'),
+ h: i('h'),
+ hh: i('h'),
+ d: i('d'),
+ dd: i('d'),
+ M: i('M'),
+ MM: i('M'),
+ y: i('y'),
+ yy: i('y')
},
preparse: function(e) {
return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g, (function(e) {
return n[e]
- })).replace(/،/g, ",")
+ })).replace(/،/g, ',')
},
postformat: function(e) {
return e.replace(/\d/g, (function(e) {
return t[e]
- })).replace(/,/g, "،")
+ })).replace(/,/g, '،')
},
week: {
dow: 6,
doy: 12
}
- });
+ })
return s
}))
},
- "8e8e": function(e, t, n) {
- "use strict";
+ '8e8e': function(e, t, n) {
+ 'use strict'
t.__esModule = !0, t.default = function(e, t) {
- var n = {};
- for (var r in e) t.indexOf(r) >= 0 || Object.prototype.hasOwnProperty.call(e, r) && (n[r] = e[r]);
+ var n = {}
+ for (var r in e) t.indexOf(r) >= 0 || Object.prototype.hasOwnProperty.call(e, r) && (n[r] = e[r])
return n
}
},
- "8eeb": function(e, t, n) {
- var r = n("32b3"),
- a = n("872a");
+ '8eeb': function(e, t, n) {
+ var r = n('32b3'),
+ a = n('872a')
function i(e, t, n, i) {
- var o = !n;
- n || (n = {});
+ var o = !n
+ n || (n = {})
var s = -1,
- c = t.length;
+ c = t.length
while (++s < c) {
var l = t[s],
- u = i ? i(n[l], e[l], l, n, e) : void 0;
+ u = i ? i(n[l], e[l], l, n, e) : void 0
void 0 === u && (u = e[l]), o ? a(n, l, u) : r(n, l, u)
}
return n
}
+
e.exports = i
},
- "8f60": function(e, t, n) {
- "use strict";
- var r = n("a159"),
- a = n("aebd"),
- i = n("45f2"),
- o = {};
- n("35e8")(o, n("5168")("iterator"), (function() {
+ '8f60': function(e, t, n) {
+ 'use strict'
+ var r = n('a159'),
+ a = n('aebd'),
+ i = n('45f2'),
+ o = {}
+ n('35e8')(o, n('5168')('iterator'), (function() {
return this
})), e.exports = function(e, t, n) {
e.prototype = r(o, {
next: a(1, n)
- }), i(e, t + " Iterator")
+ }), i(e, t + ' Iterator')
}
},
9003: function(e, t, n) {
- var r = n("6b4c");
+ var r = n('6b4c')
e.exports = Array.isArray || function(e) {
- return "Array" == r(e)
+ return 'Array' == r(e)
}
},
9043: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "১",
- 2: "২",
- 3: "৩",
- 4: "৪",
- 5: "৫",
- 6: "৬",
- 7: "৭",
- 8: "৮",
- 9: "৯",
- 0: "০"
+ 1: '১',
+ 2: '২',
+ 3: '৩',
+ 4: '৪',
+ 5: '৫',
+ 6: '৬',
+ 7: '৭',
+ 8: '৮',
+ 9: '৯',
+ 0: '০'
},
n = {
- "১": "1",
- "২": "2",
- "৩": "3",
- "৪": "4",
- "৫": "5",
- "৬": "6",
- "৭": "7",
- "৮": "8",
- "৯": "9",
- "০": "0"
+ '১': '1',
+ '২': '2',
+ '৩': '3',
+ '৪': '4',
+ '৫': '5',
+ '৬': '6',
+ '৭': '7',
+ '৮': '8',
+ '৯': '9',
+ '০': '0'
},
- r = e.defineLocale("bn", {
- months: "জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split(
- "_"),
- monthsShort: "জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),
- weekdays: "রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),
- weekdaysShort: "রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),
- weekdaysMin: "রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),
+ r = e.defineLocale('bn', {
+ months: 'জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split(
+ '_'),
+ monthsShort: 'জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে'.split('_'),
+ weekdays: 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split('_'),
+ weekdaysShort: 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),
+ weekdaysMin: 'রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি'.split('_'),
longDateFormat: {
- LT: "A h:mm সময়",
- LTS: "A h:mm:ss সময়",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, A h:mm সময়",
- LLLL: "dddd, D MMMM YYYY, A h:mm সময়"
+ LT: 'A h:mm সময়',
+ LTS: 'A h:mm:ss সময়',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, A h:mm সময়',
+ LLLL: 'dddd, D MMMM YYYY, A h:mm সময়'
},
calendar: {
- sameDay: "[আজ] LT",
- nextDay: "[আগামীকাল] LT",
- nextWeek: "dddd, LT",
- lastDay: "[গতকাল] LT",
- lastWeek: "[গত] dddd, LT",
- sameElse: "L"
+ sameDay: '[আজ] LT',
+ nextDay: '[আগামীকাল] LT',
+ nextWeek: 'dddd, LT',
+ lastDay: '[গতকাল] LT',
+ lastWeek: '[গত] dddd, LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s পরে",
- past: "%s আগে",
- s: "কয়েক সেকেন্ড",
- ss: "%d সেকেন্ড",
- m: "এক মিনিট",
- mm: "%d মিনিট",
- h: "এক ঘন্টা",
- hh: "%d ঘন্টা",
- d: "এক দিন",
- dd: "%d দিন",
- M: "এক মাস",
- MM: "%d মাস",
- y: "এক বছর",
- yy: "%d বছর"
+ future: '%s পরে',
+ past: '%s আগে',
+ s: 'কয়েক সেকেন্ড',
+ ss: '%d সেকেন্ড',
+ m: 'এক মিনিট',
+ mm: '%d মিনিট',
+ h: 'এক ঘন্টা',
+ hh: '%d ঘন্টা',
+ d: 'এক দিন',
+ dd: '%d দিন',
+ M: 'এক মাস',
+ MM: '%d মাস',
+ y: 'এক বছর',
+ yy: '%d বছর'
},
preparse: function(e) {
return e.replace(/[১২৩৪৫৬৭৮৯০]/g, (function(e) {
@@ -42248,130 +42631,131 @@
},
meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "রাত" === t && e >= 4 || "দুপুর" === t && e < 5 || "বিকাল" === t ? e + 12 :
+ return 12 === e && (e = 0), 'রাত' === t && e >= 4 || 'দুপুর' === t && e < 5 || 'বিকাল' === t ? e + 12 :
e
},
meridiem: function(e, t, n) {
- return e < 4 ? "রাত" : e < 10 ? "সকাল" : e < 17 ? "দুপুর" : e < 20 ? "বিকাল" : "রাত"
+ return e < 4 ? 'রাত' : e < 10 ? 'সকাল' : e < 17 ? 'দুপুর' : e < 20 ? 'বিকাল' : 'রাত'
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return r
}))
},
- "90ea": function(e, t, n) {
+ '90ea': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("zh-tw", {
- months: "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),
- monthsShort: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
- weekdays: "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),
- weekdaysShort: "週日_週一_週二_週三_週四_週五_週六".split("_"),
- weekdaysMin: "日_一_二_三_四_五_六".split("_"),
+ var t = e.defineLocale('zh-tw', {
+ months: '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),
+ monthsShort: '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
+ weekdays: '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
+ weekdaysShort: '週日_週一_週二_週三_週四_週五_週六'.split('_'),
+ weekdaysMin: '日_一_二_三_四_五_六'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY/MM/DD",
- LL: "YYYY年M月D日",
- LLL: "YYYY年M月D日 HH:mm",
- LLLL: "YYYY年M月D日dddd HH:mm",
- l: "YYYY/M/D",
- ll: "YYYY年M月D日",
- lll: "YYYY年M月D日 HH:mm",
- llll: "YYYY年M月D日dddd HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY/MM/DD',
+ LL: 'YYYY年M月D日',
+ LLL: 'YYYY年M月D日 HH:mm',
+ LLLL: 'YYYY年M月D日dddd HH:mm',
+ l: 'YYYY/M/D',
+ ll: 'YYYY年M月D日',
+ lll: 'YYYY年M月D日 HH:mm',
+ llll: 'YYYY年M月D日dddd HH:mm'
},
meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "凌晨" === t || "早上" === t || "上午" === t ? e : "中午" === t ? e >= 11 ? e : e +
- 12 : "下午" === t || "晚上" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), '凌晨' === t || '早上' === t || '上午' === t ? e : '中午' === t ? e >= 11 ? e : e +
+ 12 : '下午' === t || '晚上' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- var r = 100 * e + t;
- return r < 600 ? "凌晨" : r < 900 ? "早上" : r < 1130 ? "上午" : r < 1230 ? "中午" : r < 1800 ? "下午" : "晚上"
+ var r = 100 * e + t
+ return r < 600 ? '凌晨' : r < 900 ? '早上' : r < 1130 ? '上午' : r < 1230 ? '中午' : r < 1800 ? '下午' : '晚上'
},
calendar: {
- sameDay: "[今天] LT",
- nextDay: "[明天] LT",
- nextWeek: "[下]dddd LT",
- lastDay: "[昨天] LT",
- lastWeek: "[上]dddd LT",
- sameElse: "L"
+ sameDay: '[今天] LT',
+ nextDay: '[明天] LT',
+ nextWeek: '[下]dddd LT',
+ lastDay: '[昨天] LT',
+ lastWeek: '[上]dddd LT',
+ sameElse: 'L'
},
dayOfMonthOrdinalParse: /\d{1,2}(日|月|週)/,
ordinal: function(e, t) {
switch (t) {
- case "d":
- case "D":
- case "DDD":
- return e + "日";
- case "M":
- return e + "月";
- case "w":
- case "W":
- return e + "週";
+ case 'd':
+ case 'D':
+ case 'DDD':
+ return e + '日'
+ case 'M':
+ return e + '月'
+ case 'w':
+ case 'W':
+ return e + '週'
default:
return e
}
},
relativeTime: {
- future: "%s後",
- past: "%s前",
- s: "幾秒",
- ss: "%d 秒",
- m: "1 分鐘",
- mm: "%d 分鐘",
- h: "1 小時",
- hh: "%d 小時",
- d: "1 天",
- dd: "%d 天",
- M: "1 個月",
- MM: "%d 個月",
- y: "1 年",
- yy: "%d 年"
+ future: '%s後',
+ past: '%s前',
+ s: '幾秒',
+ ss: '%d 秒',
+ m: '1 分鐘',
+ mm: '%d 分鐘',
+ h: '1 小時',
+ hh: '%d 小時',
+ d: '1 天',
+ dd: '%d 天',
+ M: '1 個月',
+ MM: '%d 個月',
+ y: '1 年',
+ yy: '%d 年'
}
- });
+ })
return t
}))
},
- "910d": function(e, t, n) {
- "use strict";
+ '910d': function(e, t, n) {
+ 'use strict'
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-form", {
+ n = e._self._c || t
+ return n('a-form', {
staticStyle: {
- "margin-top": "8px"
+ 'margin-top': '8px'
},
attrs: {
form: e.form
}
- }, [n("online-form-item", {
+ }, [n('online-form-item', {
attrs: {
properties: e.properties
}
})], 1)
},
a = [],
- i = n("88bc"),
+ i = n('88bc'),
o = n.n(i),
- s = n("0d4a"),
- c = n("0fea"),
- l = n("c03e");
+ s = n('0d4a'),
+ c = n('0fea'),
+ l = n('c03e')
function u(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = f(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = f(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -42389,17 +42773,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -42421,21 +42805,21 @@
function h() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function f(e, t) {
if (e) {
- if ("string" === typeof e) return _(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _(e, t) : void 0
+ if ('string' === typeof e) return _(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _(e, t) : void 0
}
}
function m(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function p(e) {
@@ -42443,14 +42827,15 @@
}
function _(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var v = {
- name: "OnlineSubForm",
+ name: 'OnlineSubForm',
components: {
- OnlineFormItem: s["a"]
+ OnlineFormItem: s['a']
},
data: function() {
return {
@@ -42458,10 +42843,10 @@
onValuesChange: this.onSubFormValuesChange
}),
rootProperties: [],
- model: "",
+ model: '',
showFields: [],
- url: "/online/cgform/api/subform",
- submitMethod: "",
+ url: '/online/cgform/api/subform',
+ submitMethod: '',
fileFields: []
}
},
@@ -42475,31 +42860,31 @@
},
mainId: {
type: String,
- default: "",
+ default: '',
required: !1
},
table: {
type: String,
- default: "",
+ default: '',
required: !1
}
},
created: function() {
- var e = this;
- this.table && this.$bus.$on("pcm" + this.table, (function(t) {
+ var e = this
+ this.table && this.$bus.$on('pcm' + this.table, (function(t) {
e.form.setFieldsValue(t)
}))
},
beforeDestroy: function() {
- this.$bus.$off("pcm" + this.table)
+ this.$bus.$off('pcm' + this.table)
},
mounted: function() {
this.loadFormData()
},
watch: {
table: function(e) {
- var t = this;
- e && this.$bus.$on("pcm" + this.table, (function(e) {
+ var t = this
+ e && this.$bus.$on('pcm' + this.table, (function(e) {
t.form.setFieldsValue(e)
})), this.loadFormData()
},
@@ -42515,11 +42900,11 @@
},
methods: {
loadFormData: function() {
- var e = this;
- this.model = "", this.form.resetFields(), this.$emit("executeFillRule", {
+ var e = this
+ this.model = '', this.form.resetFields(), this.$emit('executeFillRule', {
form: this.form,
target: this
- }), this.table && this.mainId && Object(c["c"])("".concat(this.url, "/").concat(this.table, "/").concat(
+ }), this.table && this.mainId && Object(c['c'])(''.concat(this.url, '/').concat(this.table, '/').concat(
this.mainId)).then((function(t) {
t.success && (e.model = t.result, e.$nextTick((function() {
e.form.setFieldsValue(o.a.apply(void 0, [e.model].concat(d(e.showFields)))), e.initFileFieldsValue(
@@ -42528,14 +42913,14 @@
}))
},
show: function() {
- this.showFields = [];
+ this.showFields = []
var e, t = [],
n = [],
- r = u(this.properties);
+ r = u(this.properties)
try {
for (r.s(); !(e = r.n()).done;) {
- var a = e.value;
- a.type.indexOf("upload") >= 0 || a.type.indexOf("file") >= 0 || a.type.indexOf("image") >= 0 ? n.push(a.key) :
+ var a = e.value
+ a.type.indexOf('upload') >= 0 || a.type.indexOf('file') >= 0 || a.type.indexOf('image') >= 0 ? n.push(a.key) :
t.push(a.key)
}
} catch (i) {
@@ -42546,16 +42931,16 @@
this.fileFields = [].concat(n), this.showFields = [].concat(t)
},
getAll: function() {
- var e = this;
+ var e = this
return new Promise((function(t, n) {
e.form.validateFields((function(r, a) {
- if (r) n();
+ if (r) n()
else {
- e.transFileListToString(a);
+ e.transFileListToString(a)
var i = Object.assign({}, e.model, a),
- o = [];
- o.push(i);
- var s = {};
+ o = []
+ o.push(i)
+ var s = {}
s[e.table] = o, t(s)
}
}))
@@ -42565,297 +42950,300 @@
if (this.fileFields && this.fileFields.length > 0)
for (var t = 0; t < this.fileFields.length; t++) {
var n = this.fileFields[t],
- r = {};
- r[n] = Object(l["b"])(e[n]), this.form.setFieldsValue(r)
+ r = {}
+ r[n] = Object(l['b'])(e[n]), this.form.setFieldsValue(r)
}
},
transFileListToString: function(e) {
if (this.fileFields && this.fileFields.length > 0)
for (var t = 0; t < this.fileFields.length; t++) {
var n = this.fileFields[t],
- r = Object(l["a"])(e[n]);
+ r = Object(l['a'])(e[n])
e[n] = r
}
},
setValues: function(e) {
if (e && e.length > 0) {
- var t = e[0].values;
+ var t = e[0].values
t && this.form.setFieldsValue(t)
}
},
getFormEvent: function() {
- var e = this.form.getFieldsValue();
- return e.id || (e.id = "sub-change-temp-id"), {
+ var e = this.form.getFieldsValue()
+ return e.id || (e.id = 'sub-change-temp-id'), {
row: e,
target: this
}
},
onSubFormValuesChange: function(e, t) {
- this.$emit("formChange", t)
+ this.$emit('formChange', t)
}
}
},
b = v,
- y = n("2877"),
- g = Object(y["a"])(b, r, a, !1, null, null, null);
- t["a"] = g.exports
+ y = n('2877'),
+ g = Object(y['a'])(b, r, a, !1, null, null, null)
+ t['a'] = g.exports
},
9138: function(e, t, n) {
- e.exports = n("35e8")
+ e.exports = n('35e8')
},
- "91e9": function(e, t) {
+ '91e9': function(e, t) {
function n(e, t) {
return function(n) {
return e(t(n))
}
}
+
e.exports = n
},
- "924f": function(e, t, n) {
- "use strict";
- var r = n("85bc"),
- a = n.n(r);
+ '924f': function(e, t, n) {
+ 'use strict'
+ var r = n('85bc'),
+ a = n.n(r)
a.a
},
- "929b": function(e, t, n) {
- "use strict";
- var r = n("ca71"),
- a = n.n(r);
+ '929b': function(e, t, n) {
+ 'use strict'
+ var r = n('ca71'),
+ a = n.n(r)
a.a
},
- "92e9": function(e, t, n) {
+ '92e9': function(e, t, n) {
e.exports = {
- pca: n("bfa9"),
- pcaa: n("0eff")
+ pca: n('bfa9'),
+ pcaa: n('0eff')
}
},
- "92fa": function(e, t) {
- var n = /^(attrs|props|on|nativeOn|class|style|hook)$/;
+ '92fa': function(e, t) {
+ var n = /^(attrs|props|on|nativeOn|class|style|hook)$/
function r(e, t) {
return function() {
e && e.apply(this, arguments), t && t.apply(this, arguments)
}
}
+
e.exports = function(e) {
return e.reduce((function(e, t) {
- var a, i, o, s, c;
+ var a, i, o, s, c
for (o in t)
if (a = e[o], i = t[o], a && n.test(o))
- if ("class" === o && ("string" === typeof a && (c = a, e[o] = a = {}, a[c] = !0), "string" === typeof i &&
- (c = i, t[o] = i = {}, i[c] = !0)), "on" === o || "nativeOn" === o || "hook" === o)
- for (s in i) a[s] = r(a[s], i[s]);
- else if (Array.isArray(a)) e[o] = a.concat(i);
- else if (Array.isArray(i)) e[o] = [a].concat(i);
+ if ('class' === o && ('string' === typeof a && (c = a, e[o] = a = {}, a[c] = !0), 'string' === typeof i &&
+ (c = i, t[o] = i = {}, i[c] = !0)), 'on' === o || 'nativeOn' === o || 'hook' === o)
+ for (s in i) a[s] = r(a[s], i[s])
+ else if (Array.isArray(a)) e[o] = a.concat(i)
+ else if (Array.isArray(i)) e[o] = [a].concat(i)
else
- for (s in i) a[s] = i[s];
- else e[o] = t[o];
+ for (s in i) a[s] = i[s]
+ else e[o] = t[o]
return e
}), {})
}
},
9306: function(e, t, n) {
- "use strict";
- var r = n("8e60"),
- a = n("c3a1"),
- i = n("9aa9"),
- o = n("355d"),
- s = n("241e"),
- c = n("335c"),
- l = Object.assign;
- e.exports = !l || n("294c")((function() {
+ 'use strict'
+ var r = n('8e60'),
+ a = n('c3a1'),
+ i = n('9aa9'),
+ o = n('355d'),
+ s = n('241e'),
+ c = n('335c'),
+ l = Object.assign
+ e.exports = !l || n('294c')((function() {
var e = {},
t = {},
n = Symbol(),
- r = "abcdefghijklmnopqrst";
- return e[n] = 7, r.split("").forEach((function(e) {
+ r = 'abcdefghijklmnopqrst'
+ return e[n] = 7, r.split('').forEach((function(e) {
t[e] = e
- })), 7 != l({}, e)[n] || Object.keys(l({}, t)).join("") != r
+ })), 7 != l({}, e)[n] || Object.keys(l({}, t)).join('') != r
})) ? function(e, t) {
var n = s(e),
l = arguments.length,
u = 1,
d = i.f,
- h = o.f;
+ h = o.f
while (l > u) {
var f, m = c(arguments[u++]),
p = d ? a(m).concat(d(m)) : a(m),
_ = p.length,
- v = 0;
+ v = 0
while (_ > v) f = p[v++], r && !h.call(m, f) || (n[f] = m[f])
}
return n
} : l
},
9396: function(e, t, n) {
- "use strict";
- var r = n("9b9e"),
- a = n.n(r);
+ 'use strict'
+ var r = n('9b9e'),
+ a = n.n(r)
a.a
},
- "93ed": function(e, t, n) {
- var r = n("4245");
+ '93ed': function(e, t, n) {
+ var r = n('4245')
function a(e) {
- var t = r(this, e)["delete"](e);
+ var t = r(this, e)['delete'](e)
return this.size -= t ? 1 : 0, t
}
+
e.exports = a
},
- "93ff": function(e, t, n) {
+ '93ff': function(e, t, n) {
e.exports = {
- default: n("54a1"),
+ default: n('54a1'),
__esModule: !0
}
},
- "94c9": function(e, t, n) {
- "use strict";
- n.r(t);
+ '94c9': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
staticStyle: {
- top: "5%",
- height: "95%"
+ top: '5%',
+ height: '95%'
},
attrs: {
- title: "SQL增强",
+ title: 'SQL增强',
width: e.modalWidth,
visible: e.visible,
confirmLoading: e.confirmLoading,
- cancelText: "关闭",
- wrapClassName: "ant-modal-cust-warp"
+ cancelText: '关闭',
+ wrapClassName: 'ant-modal-cust-warp'
},
on: {
ok: e.handleSubmit,
cancel: e.handleCancel
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
- key: "back",
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), n("a-button", {
- key: "submit",
+ }, [e._v('关闭')]), n('a-button', {
+ key: 'submit',
attrs: {
- type: "primary"
+ type: 'primary'
},
on: {
click: e.handleSubmit
}
- }, [e._v("确定")])], 1), n("a-form", {
+ }, [e._v('确定')])], 1), n('a-form', {
attrs: {
form: e.form
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "页面按钮",
+ label: '页面按钮',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["buttonCode"],
- expression: "[ 'buttonCode']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['buttonCode'],
+ expression: '[ \'buttonCode\']'
}],
attrs: {
- placeholder: "请选择页面控件",
+ placeholder: '请选择页面控件',
getPopupContainer: function(e) {
return e.parentNode
}
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "add"
+ value: 'add'
}
- }, [e._v("新增")]), n("a-select-option", {
+ }, [e._v('新增')]), n('a-select-option', {
attrs: {
- value: "edit"
+ value: 'edit'
}
- }, [e._v("编辑")]), n("a-select-option", {
+ }, [e._v('编辑')]), n('a-select-option', {
attrs: {
- value: "delete"
+ value: 'delete'
}
- }, [e._v("删除")]), e._l(e.btnList, (function(t, r) {
- return [n("a-select-option", {
+ }, [e._v('删除')]), e._l(e.btnList, (function(t, r) {
+ return [n('a-select-option', {
key: r,
attrs: {
value: t.buttonCode
}
}, [e._v(e._s(t.buttonName))])]
- }))], 2)], 1), n("a-form-item", {
+ }))], 2)], 1), n('a-form-item', {
attrs: {
- label: "增强SQL",
+ label: '增强SQL',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("div", {
- staticClass: "coder-cust-height"
- }, [n("j-code-editor", {
- ref: "codeEditor",
+ }, [n('div', {
+ staticClass: 'coder-cust-height'
+ }, [n('j-code-editor', {
+ ref: 'codeEditor',
attrs: {
- language: "sql",
- placeholder: "请输入SQL语句",
- "language-change": !1,
+ language: 'sql',
+ placeholder: '请输入SQL语句',
+ 'language-change': !1,
lineNumbers: !1,
fullScreen: !0,
- "min-height": 320
+ 'min-height': 320
},
on: {
input: e.handleInputCgbSql
}
- })], 1), n("a-textarea", {
+ })], 1), n('a-textarea', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["cgbSql"],
- expression: "['cgbSql']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['cgbSql'],
+ expression: '[\'cgbSql\']'
}],
attrs: {
hidden: !0
}
- })], 1), n("a-form-item", {
+ })], 1), n('a-form-item', {
attrs: {
- label: "描述",
+ label: '描述',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-textarea", {
+ }, [n('a-textarea', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["content"],
- expression: "[ 'content']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['content'],
+ expression: '[ \'content\']'
}],
attrs: {
rows: 2,
- placeholder: "请输入描述"
+ placeholder: '请输入描述'
}
})], 1)], 1)], 2)
},
a = [],
- i = n("261e"),
- o = n("0fea"),
- s = n("88bc"),
+ i = n('261e'),
+ o = n('0fea'),
+ s = n('88bc'),
c = n.n(s),
- l = n("f654"),
+ l = n('f654'),
u = {
- name: "OnlEnhanceSqlModal",
- mixins: [l["AiTestOnlineMixin"]],
+ name: 'OnlEnhanceSqlModal',
+ mixins: [l['AiTestOnlineMixin']],
components: {
- ATextarea: i["a"]
+ ATextarea: i['a']
},
props: {
code: {
type: String,
required: !0,
- default: ""
+ default: ''
},
btnList: {
type: Array,
@@ -42887,11 +43275,11 @@
span: 16
}
},
- url: "/online/cgform/head/enhanceSql/",
+ url: '/online/cgform/head/enhanceSql/',
model: {
- buttonCode: "add",
- cgbSql: "",
- content: ""
+ buttonCode: 'add',
+ cgbSql: '',
+ content: ''
}
}
},
@@ -42903,29 +43291,29 @@
},
add: function() {
this.edit({
- buttonCode: "add",
- cgbSql: "",
- content: ""
+ buttonCode: 'add',
+ cgbSql: '',
+ content: ''
})
},
edit: function(e) {
- var t = this;
+ var t = this
this.form.resetFields(), this.model = Object.assign({}, e), this.visible = !0, this.$nextTick((function() {
- t.form.setFieldsValue(c()(t.model, "buttonCode", "cgbSql", "content")), t.$refs.codeEditor.setCodeContent(
- t.model.cgbSql || "")
+ t.form.setFieldsValue(c()(t.model, 'buttonCode', 'cgbSql', 'content')), t.$refs.codeEditor.setCodeContent(
+ t.model.cgbSql || '')
}))
},
handleSubmit: function() {
- var e = this;
+ var e = this
this.form.validateFields((function(t, n) {
if (!t) {
- var r;
+ var r
if (e.confirmLoading = !0, e.model.id) {
- var a = Object.assign(e.model, n);
- r = Object(o["g"])(e.url + e.code, a)
- } else r = Object(o["f"])(e.url + e.code, n);
+ var a = Object.assign(e.model, n)
+ r = Object(o['g'])(e.url + e.code, a)
+ } else r = Object(o['f'])(e.url + e.code, n)
r.then((function(t) {
- e.confirmLoading = !1, t.success ? (e.visible = !1, e.$message.success(t.message), e.$emit("ok")) :
+ e.confirmLoading = !1, t.success ? (e.visible = !1, e.$message.success(t.message), e.$emit('ok')) :
e.$message.warning(t.message)
}))
}
@@ -42937,14 +43325,15 @@
}
},
d = u,
- h = n("2877"),
- f = Object(h["a"])(d, r, a, !1, null, "577afdf0", null);
- t["default"] = f.exports
+ h = n('2877'),
+ f = Object(h['a'])(d, r, a, !1, null, '577afdf0', null)
+ t['default'] = f.exports
},
- "94eb": function(e, t, n) {
- "use strict";
- var r = n("18ce"),
- a = function() {},
+ '94eb': function(e, t, n) {
+ 'use strict'
+ var r = n('18ce'),
+ a = function() {
+ },
i = function(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},
n = t.beforeEnter,
@@ -42964,77 +43353,80 @@
on: {
beforeEnter: n || a,
enter: i || function(t, n) {
- Object(r["a"])(t, e + "-enter", n)
+ Object(r['a'])(t, e + '-enter', n)
},
afterEnter: o || a,
leave: s || function(t, n) {
- Object(r["a"])(t, e + "-leave", n)
+ Object(r['a'])(t, e + '-leave', n)
},
afterLeave: c || a
},
nativeOn: h
- };
+ }
return d && (f.tag = d), f
- };
- t["a"] = i
+ }
+ t['a'] = i
},
9520: function(e, t, n) {
- var r = n("3729"),
- a = n("1a8c"),
- i = "[object AsyncFunction]",
- o = "[object Function]",
- s = "[object GeneratorFunction]",
- c = "[object Proxy]";
+ var r = n('3729'),
+ a = n('1a8c'),
+ i = '[object AsyncFunction]',
+ o = '[object Function]',
+ s = '[object GeneratorFunction]',
+ c = '[object Proxy]'
function l(e) {
- if (!a(e)) return !1;
- var t = r(e);
+ if (!a(e)) return !1
+ var t = r(e)
return t == o || t == s || t == i || t == c
}
+
e.exports = l
},
- "957c": function(e, t, n) {
+ '957c': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t) {
- var n = e.split("_");
+ var n = e.split('_')
return t % 10 === 1 && t % 100 !== 11 ? n[0] : t % 10 >= 2 && t % 10 <= 4 && (t % 100 < 10 || t % 100 >= 20) ?
n[1] : n[2]
}
function n(e, n, r) {
var a = {
- ss: n ? "секунда_секунды_секунд" : "секунду_секунды_секунд",
- mm: n ? "минута_минуты_минут" : "минуту_минуты_минут",
- hh: "час_часа_часов",
- dd: "день_дня_дней",
- MM: "месяц_месяца_месяцев",
- yy: "год_года_лет"
- };
- return "m" === r ? n ? "минута" : "минуту" : e + " " + t(a[r], +e)
+ ss: n ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',
+ mm: n ? 'минута_минуты_минут' : 'минуту_минуты_минут',
+ hh: 'час_часа_часов',
+ dd: 'день_дня_дней',
+ MM: 'месяц_месяца_месяцев',
+ yy: 'год_года_лет'
+ }
+ return 'm' === r ? n ? 'минута' : 'минуту' : e + ' ' + t(a[r], +e)
}
+
var r = [/^янв/i, /^фев/i, /^мар/i, /^апр/i, /^ма[йя]/i, /^июн/i, /^июл/i, /^авг/i, /^сен/i, /^окт/i,
/^ноя/i, /^дек/i
],
- a = e.defineLocale("ru", {
+ a = e.defineLocale('ru', {
months: {
- format: "января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),
- standalone: "январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")
+ format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split('_'),
+ standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_')
},
monthsShort: {
- format: "янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),
- standalone: "янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")
+ format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split('_'),
+ standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split('_')
},
weekdays: {
- standalone: "воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),
- format: "воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),
+ standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split('_'),
+ format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split('_'),
isFormat: /\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/
},
- weekdaysShort: "вс_пн_вт_ср_чт_пт_сб".split("_"),
- weekdaysMin: "вс_пн_вт_ср_чт_пт_сб".split("_"),
+ weekdaysShort: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),
+ weekdaysMin: 'вс_пн_вт_ср_чт_пт_сб'.split('_'),
monthsParse: r,
longMonthsParse: r,
shortMonthsParse: r,
@@ -43043,63 +43435,63 @@
monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,
monthsShortStrictRegex: /^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY г.",
- LLL: "D MMMM YYYY г., H:mm",
- LLLL: "dddd, D MMMM YYYY г., H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY г.',
+ LLL: 'D MMMM YYYY г., H:mm',
+ LLLL: 'dddd, D MMMM YYYY г., H:mm'
},
calendar: {
- sameDay: "[Сегодня, в] LT",
- nextDay: "[Завтра, в] LT",
- lastDay: "[Вчера, в] LT",
+ sameDay: '[Сегодня, в] LT',
+ nextDay: '[Завтра, в] LT',
+ lastDay: '[Вчера, в] LT',
nextWeek: function(e) {
- if (e.week() === this.week()) return 2 === this.day() ? "[Во] dddd, [в] LT" : "[В] dddd, [в] LT";
+ if (e.week() === this.week()) return 2 === this.day() ? '[Во] dddd, [в] LT' : '[В] dddd, [в] LT'
switch (this.day()) {
case 0:
- return "[В следующее] dddd, [в] LT";
+ return '[В следующее] dddd, [в] LT'
case 1:
case 2:
case 4:
- return "[В следующий] dddd, [в] LT";
+ return '[В следующий] dddd, [в] LT'
case 3:
case 5:
case 6:
- return "[В следующую] dddd, [в] LT"
+ return '[В следующую] dddd, [в] LT'
}
},
lastWeek: function(e) {
- if (e.week() === this.week()) return 2 === this.day() ? "[Во] dddd, [в] LT" : "[В] dddd, [в] LT";
+ if (e.week() === this.week()) return 2 === this.day() ? '[Во] dddd, [в] LT' : '[В] dddd, [в] LT'
switch (this.day()) {
case 0:
- return "[В прошлое] dddd, [в] LT";
+ return '[В прошлое] dddd, [в] LT'
case 1:
case 2:
case 4:
- return "[В прошлый] dddd, [в] LT";
+ return '[В прошлый] dddd, [в] LT'
case 3:
case 5:
case 6:
- return "[В прошлую] dddd, [в] LT"
+ return '[В прошлую] dddd, [в] LT'
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "через %s",
- past: "%s назад",
- s: "несколько секунд",
+ future: 'через %s',
+ past: '%s назад',
+ s: 'несколько секунд',
ss: n,
m: n,
mm: n,
- h: "час",
+ h: 'час',
hh: n,
- d: "день",
+ d: 'день',
dd: n,
- M: "месяц",
+ M: 'месяц',
MM: n,
- y: "год",
+ y: 'год',
yy: n
},
meridiemParse: /ночи|утра|дня|вечера/i,
@@ -43107,20 +43499,20 @@
return /^(дня|вечера)$/.test(e)
},
meridiem: function(e, t, n) {
- return e < 4 ? "ночи" : e < 12 ? "утра" : e < 17 ? "дня" : "вечера"
+ return e < 4 ? 'ночи' : e < 12 ? 'утра' : e < 17 ? 'дня' : 'вечера'
},
dayOfMonthOrdinalParse: /\d{1,2}-(й|го|я)/,
ordinal: function(e, t) {
switch (t) {
- case "M":
- case "d":
- case "DDD":
- return e + "-й";
- case "D":
- return e + "-го";
- case "w":
- case "W":
- return e + "-я";
+ case 'M':
+ case 'd':
+ case 'DDD':
+ return e + '-й'
+ case 'D':
+ return e + '-го'
+ case 'w':
+ case 'W':
+ return e + '-я'
default:
return e
}
@@ -43129,76 +43521,78 @@
dow: 1,
doy: 4
}
- });
+ })
return a
}))
},
- "958b": function(e, t, n) {
+ '958b': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n, r) {
switch (n) {
- case "s":
- return t ? "хэдхэн секунд" : "хэдхэн секундын";
- case "ss":
- return e + (t ? " секунд" : " секундын");
- case "m":
- case "mm":
- return e + (t ? " минут" : " минутын");
- case "h":
- case "hh":
- return e + (t ? " цаг" : " цагийн");
- case "d":
- case "dd":
- return e + (t ? " өдөр" : " өдрийн");
- case "M":
- case "MM":
- return e + (t ? " сар" : " сарын");
- case "y":
- case "yy":
- return e + (t ? " жил" : " жилийн");
+ case 's':
+ return t ? 'хэдхэн секунд' : 'хэдхэн секундын'
+ case 'ss':
+ return e + (t ? ' секунд' : ' секундын')
+ case 'm':
+ case 'mm':
+ return e + (t ? ' минут' : ' минутын')
+ case 'h':
+ case 'hh':
+ return e + (t ? ' цаг' : ' цагийн')
+ case 'd':
+ case 'dd':
+ return e + (t ? ' өдөр' : ' өдрийн')
+ case 'M':
+ case 'MM':
+ return e + (t ? ' сар' : ' сарын')
+ case 'y':
+ case 'yy':
+ return e + (t ? ' жил' : ' жилийн')
default:
return e
}
}
- var n = e.defineLocale("mn", {
- months: "Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар"
- .split("_"),
- monthsShort: "1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),
+
+ var n = e.defineLocale('mn', {
+ months: 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'
+ .split('_'),
+ monthsShort: '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split('_'),
monthsParseExact: !0,
- weekdays: "Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),
- weekdaysShort: "Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),
- weekdaysMin: "Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),
+ weekdays: 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),
+ weekdaysShort: 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),
+ weekdaysMin: 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY-MM-DD",
- LL: "YYYY оны MMMMын D",
- LLL: "YYYY оны MMMMын D HH:mm",
- LLLL: "dddd, YYYY оны MMMMын D HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY-MM-DD',
+ LL: 'YYYY оны MMMMын D',
+ LLL: 'YYYY оны MMMMын D HH:mm',
+ LLLL: 'dddd, YYYY оны MMMMын D HH:mm'
},
meridiemParse: /ҮӨ|ҮХ/i,
isPM: function(e) {
- return "ҮХ" === e
+ return 'ҮХ' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "ҮӨ" : "ҮХ"
+ return e < 12 ? 'ҮӨ' : 'ҮХ'
},
calendar: {
- sameDay: "[Өнөөдөр] LT",
- nextDay: "[Маргааш] LT",
- nextWeek: "[Ирэх] dddd LT",
- lastDay: "[Өчигдөр] LT",
- lastWeek: "[Өнгөрсөн] dddd LT",
- sameElse: "L"
+ sameDay: '[Өнөөдөр] LT',
+ nextDay: '[Маргааш] LT',
+ nextWeek: '[Ирэх] dddd LT',
+ lastDay: '[Өчигдөр] LT',
+ lastWeek: '[Өнгөрсөн] dddd LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s дараа",
- past: "%s өмнө",
+ future: '%s дараа',
+ past: '%s өмнө',
s: t,
ss: t,
m: t,
@@ -43215,104 +43609,104 @@
dayOfMonthOrdinalParse: /\d{1,2} өдөр/,
ordinal: function(e, t) {
switch (t) {
- case "d":
- case "D":
- case "DDD":
- return e + " өдөр";
+ case 'd':
+ case 'D':
+ case 'DDD':
+ return e + ' өдөр'
default:
return e
}
}
- });
+ })
return n
}))
},
- "95d5": function(e, t, n) {
- var r = n("40c3"),
- a = n("5168")("iterator"),
- i = n("481b");
- e.exports = n("584a").isIterable = function(e) {
- var t = Object(e);
- return void 0 !== t[a] || "@@iterator" in t || i.hasOwnProperty(r(t))
+ '95d5': function(e, t, n) {
+ var r = n('40c3'),
+ a = n('5168')('iterator'),
+ i = n('481b')
+ e.exports = n('584a').isIterable = function(e) {
+ var t = Object(e)
+ return void 0 !== t[a] || '@@iterator' in t || i.hasOwnProperty(r(t))
}
},
9609: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 0: "-чү",
- 1: "-чи",
- 2: "-чи",
- 3: "-чү",
- 4: "-чү",
- 5: "-чи",
- 6: "-чы",
- 7: "-чи",
- 8: "-чи",
- 9: "-чу",
- 10: "-чу",
- 20: "-чы",
- 30: "-чу",
- 40: "-чы",
- 50: "-чү",
- 60: "-чы",
- 70: "-чи",
- 80: "-чи",
- 90: "-чу",
- 100: "-чү"
+ 0: '-чү',
+ 1: '-чи',
+ 2: '-чи',
+ 3: '-чү',
+ 4: '-чү',
+ 5: '-чи',
+ 6: '-чы',
+ 7: '-чи',
+ 8: '-чи',
+ 9: '-чу',
+ 10: '-чу',
+ 20: '-чы',
+ 30: '-чу',
+ 40: '-чы',
+ 50: '-чү',
+ 60: '-чы',
+ 70: '-чи',
+ 80: '-чи',
+ 90: '-чу',
+ 100: '-чү'
},
- n = e.defineLocale("ky", {
- months: "январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),
- monthsShort: "янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),
- weekdays: "Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),
- weekdaysShort: "Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),
- weekdaysMin: "Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),
+ n = e.defineLocale('ky', {
+ months: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_'),
+ monthsShort: 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'),
+ weekdays: 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split('_'),
+ weekdaysShort: 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'),
+ weekdaysMin: 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Бүгүн саат] LT",
- nextDay: "[Эртең саат] LT",
- nextWeek: "dddd [саат] LT",
- lastDay: "[Кечээ саат] LT",
- lastWeek: "[Өткөн аптанын] dddd [күнү] [саат] LT",
- sameElse: "L"
+ sameDay: '[Бүгүн саат] LT',
+ nextDay: '[Эртең саат] LT',
+ nextWeek: 'dddd [саат] LT',
+ lastDay: '[Кечээ саат] LT',
+ lastWeek: '[Өткөн аптанын] dddd [күнү] [саат] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s ичинде",
- past: "%s мурун",
- s: "бирнече секунд",
- ss: "%d секунд",
- m: "бир мүнөт",
- mm: "%d мүнөт",
- h: "бир саат",
- hh: "%d саат",
- d: "бир күн",
- dd: "%d күн",
- M: "бир ай",
- MM: "%d ай",
- y: "бир жыл",
- yy: "%d жыл"
+ future: '%s ичинде',
+ past: '%s мурун',
+ s: 'бирнече секунд',
+ ss: '%d секунд',
+ m: 'бир мүнөт',
+ mm: '%d мүнөт',
+ h: 'бир саат',
+ hh: '%d саат',
+ d: 'бир күн',
+ dd: '%d күн',
+ M: 'бир ай',
+ MM: '%d ай',
+ y: 'бир жыл',
+ yy: '%d жыл'
},
dayOfMonthOrdinalParse: /\d{1,2}-(чи|чы|чү|чу)/,
ordinal: function(e) {
var n = e % 10,
- r = e >= 100 ? 100 : null;
+ r = e >= 100 ? 100 : null
return e + (t[e] || t[n] || t[r])
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
@@ -43320,61 +43714,67 @@
function n(e, t) {
return e === t || e !== e && t !== t
}
+
e.exports = n
},
- "96cf": function(e, t, n) {
+ '96cf': function(e, t, n) {
var r = function(e) {
- "use strict";
+ 'use strict'
var t, n = Object.prototype,
r = n.hasOwnProperty,
- a = "function" === typeof Symbol ? Symbol : {},
- i = a.iterator || "@@iterator",
- o = a.asyncIterator || "@@asyncIterator",
- s = a.toStringTag || "@@toStringTag";
+ a = 'function' === typeof Symbol ? Symbol : {},
+ i = a.iterator || '@@iterator',
+ o = a.asyncIterator || '@@asyncIterator',
+ s = a.toStringTag || '@@toStringTag'
function c(e, t, n, r) {
var a = t && t.prototype instanceof p ? t : p,
i = Object.create(a.prototype),
- o = new T(r || []);
+ o = new T(r || [])
return i._invoke = O(e, n, o), i
}
function l(e, t, n) {
try {
return {
- type: "normal",
+ type: 'normal',
arg: e.call(t, n)
}
} catch (r) {
return {
- type: "throw",
+ type: 'throw',
arg: r
}
}
}
- e.wrap = c;
- var u = "suspendedStart",
- d = "suspendedYield",
- h = "executing",
- f = "completed",
- m = {};
- function p() {}
+ e.wrap = c
+ var u = 'suspendedStart',
+ d = 'suspendedYield',
+ h = 'executing',
+ f = 'completed',
+ m = {}
- function _() {}
+ function p() {
+ }
- function v() {}
- var b = {};
+ function _() {
+ }
+
+ function v() {
+ }
+
+ var b = {}
b[i] = function() {
return this
- };
+ }
var y = Object.getPrototypeOf,
- g = y && y(y(x([])));
- g && g !== n && r.call(g, i) && (b = g);
- var M = v.prototype = p.prototype = Object.create(b);
+ g = y && y(y(x([])))
+ g && g !== n && r.call(g, i) && (b = g)
+ var M = v.prototype = p.prototype = Object.create(b)
function w(e) {
- ["next", "throw", "return"].forEach((function(t) {
+ ['next', 'throw', 'return'].forEach((function(t) {
e[t] = function(e) {
return this._invoke(t, e)
}
@@ -43383,23 +43783,24 @@
function L(e, t) {
function n(a, i, o, s) {
- var c = l(e[a], e, i);
- if ("throw" !== c.type) {
+ var c = l(e[a], e, i)
+ if ('throw' !== c.type) {
var u = c.arg,
- d = u.value;
- return d && "object" === typeof d && r.call(d, "__await") ? t.resolve(d.__await).then((function(e) {
- n("next", e, o, s)
+ d = u.value
+ return d && 'object' === typeof d && r.call(d, '__await') ? t.resolve(d.__await).then((function(e) {
+ n('next', e, o, s)
}), (function(e) {
- n("throw", e, o, s)
+ n('throw', e, o, s)
})) : t.resolve(d).then((function(e) {
u.value = e, o(u)
}), (function(e) {
- return n("throw", e, o, s)
+ return n('throw', e, o, s)
}))
}
s(c.arg)
}
- var a;
+
+ var a
function i(e, r) {
function i() {
@@ -43407,95 +43808,97 @@
n(e, r, t, a)
}))
}
+
return a = a ? a.then(i, i) : i()
}
+
this._invoke = i
}
function O(e, t, n) {
- var r = u;
+ var r = u
return function(a, i) {
- if (r === h) throw new Error("Generator is already running");
+ if (r === h) throw new Error('Generator is already running')
if (r === f) {
- if ("throw" === a) throw i;
+ if ('throw' === a) throw i
return z()
}
- n.method = a, n.arg = i;
+ n.method = a, n.arg = i
while (1) {
- var o = n.delegate;
+ var o = n.delegate
if (o) {
- var s = S(o, n);
+ var s = S(o, n)
if (s) {
- if (s === m) continue;
+ if (s === m) continue
return s
}
}
- if ("next" === n.method) n.sent = n._sent = n.arg;
- else if ("throw" === n.method) {
- if (r === u) throw r = f, n.arg;
+ if ('next' === n.method) n.sent = n._sent = n.arg
+ else if ('throw' === n.method) {
+ if (r === u) throw r = f, n.arg
n.dispatchException(n.arg)
- } else "return" === n.method && n.abrupt("return", n.arg);
- r = h;
- var c = l(e, t, n);
- if ("normal" === c.type) {
- if (r = n.done ? f : d, c.arg === m) continue;
+ } else 'return' === n.method && n.abrupt('return', n.arg)
+ r = h
+ var c = l(e, t, n)
+ if ('normal' === c.type) {
+ if (r = n.done ? f : d, c.arg === m) continue
return {
value: c.arg,
done: n.done
}
}
- "throw" === c.type && (r = f, n.method = "throw", n.arg = c.arg)
+ 'throw' === c.type && (r = f, n.method = 'throw', n.arg = c.arg)
}
}
}
function S(e, n) {
- var r = e.iterator[n.method];
+ var r = e.iterator[n.method]
if (r === t) {
- if (n.delegate = null, "throw" === n.method) {
- if (e.iterator["return"] && (n.method = "return", n.arg = t, S(e, n), "throw" === n.method)) return m;
- n.method = "throw", n.arg = new TypeError("The iterator does not provide a 'throw' method")
+ if (n.delegate = null, 'throw' === n.method) {
+ if (e.iterator['return'] && (n.method = 'return', n.arg = t, S(e, n), 'throw' === n.method)) return m
+ n.method = 'throw', n.arg = new TypeError('The iterator does not provide a \'throw\' method')
}
return m
}
- var a = l(r, e.iterator, n.arg);
- if ("throw" === a.type) return n.method = "throw", n.arg = a.arg, n.delegate = null, m;
- var i = a.arg;
- return i ? i.done ? (n[e.resultName] = i.value, n.next = e.nextLoc, "return" !== n.method && (n.method =
- "next", n.arg = t), n.delegate = null, m) : i : (n.method = "throw", n.arg = new TypeError(
- "iterator result is not an object"), n.delegate = null, m)
+ var a = l(r, e.iterator, n.arg)
+ if ('throw' === a.type) return n.method = 'throw', n.arg = a.arg, n.delegate = null, m
+ var i = a.arg
+ return i ? i.done ? (n[e.resultName] = i.value, n.next = e.nextLoc, 'return' !== n.method && (n.method =
+ 'next', n.arg = t), n.delegate = null, m) : i : (n.method = 'throw', n.arg = new TypeError(
+ 'iterator result is not an object'), n.delegate = null, m)
}
function k(e) {
var t = {
tryLoc: e[0]
- };
+ }
1 in e && (t.catchLoc = e[1]), 2 in e && (t.finallyLoc = e[2], t.afterLoc = e[3]), this.tryEntries.push(t)
}
function C(e) {
- var t = e.completion || {};
- t.type = "normal", delete t.arg, e.completion = t
+ var t = e.completion || {}
+ t.type = 'normal', delete t.arg, e.completion = t
}
function T(e) {
this.tryEntries = [{
- tryLoc: "root"
+ tryLoc: 'root'
}], e.forEach(k, this), this.reset(!0)
}
function x(e) {
if (e) {
- var n = e[i];
- if (n) return n.call(e);
- if ("function" === typeof e.next) return e;
+ var n = e[i]
+ if (n) return n.call(e)
+ if ('function' === typeof e.next) return e
if (!isNaN(e.length)) {
var a = -1,
o = function n() {
while (++a < e.length)
- if (r.call(e, a)) return n.value = e[a], n.done = !1, n;
+ if (r.call(e, a)) return n.value = e[a], n.done = !1, n
return n.value = t, n.done = !0, n
- };
+ }
return o.next = o
}
}
@@ -43510,13 +43913,14 @@
done: !0
}
}
- return _.prototype = M.constructor = v, v.constructor = _, v[s] = _.displayName = "GeneratorFunction", e.isGeneratorFunction =
+
+ return _.prototype = M.constructor = v, v.constructor = _, v[s] = _.displayName = 'GeneratorFunction', e.isGeneratorFunction =
function(e) {
- var t = "function" === typeof e && e.constructor;
- return !!t && (t === _ || "GeneratorFunction" === (t.displayName || t.name))
+ var t = 'function' === typeof e && e.constructor
+ return !!t && (t === _ || 'GeneratorFunction' === (t.displayName || t.name))
}, e.mark = function(e) {
return Object.setPrototypeOf ? Object.setPrototypeOf(e, v) : (e.__proto__ = v, s in e || (e[s] =
- "GeneratorFunction")), e.prototype = Object.create(M), e
+ 'GeneratorFunction')), e.prototype = Object.create(M), e
}, e.awrap = function(e) {
return {
__await: e
@@ -43524,22 +43928,22 @@
}, w(L.prototype), L.prototype[o] = function() {
return this
}, e.AsyncIterator = L, e.async = function(t, n, r, a, i) {
- void 0 === i && (i = Promise);
- var o = new L(c(t, n, r, a), i);
+ void 0 === i && (i = Promise)
+ var o = new L(c(t, n, r, a), i)
return e.isGeneratorFunction(n) ? o : o.next().then((function(e) {
return e.done ? e.value : o.next()
}))
- }, w(M), M[s] = "Generator", M[i] = function() {
+ }, w(M), M[s] = 'Generator', M[i] = function() {
return this
}, M.toString = function() {
- return "[object Generator]"
+ return '[object Generator]'
}, e.keys = function(e) {
- var t = [];
- for (var n in e) t.push(n);
+ var t = []
+ for (var n in e) t.push(n)
return t.reverse(),
function n() {
while (t.length) {
- var r = t.pop();
+ var r = t.pop()
if (r in e) return n.value = r, n.done = !1, n
}
return n.done = !0, n
@@ -43548,37 +43952,38 @@
constructor: T,
reset: function(e) {
if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method =
- "next", this.arg = t, this.tryEntries.forEach(C), !e)
- for (var n in this) "t" === n.charAt(0) && r.call(this, n) && !isNaN(+n.slice(1)) && (this[n] = t)
+ 'next', this.arg = t, this.tryEntries.forEach(C), !e)
+ for (var n in this) 't' === n.charAt(0) && r.call(this, n) && !isNaN(+n.slice(1)) && (this[n] = t)
},
stop: function() {
- this.done = !0;
+ this.done = !0
var e = this.tryEntries[0],
- t = e.completion;
- if ("throw" === t.type) throw t.arg;
+ t = e.completion
+ if ('throw' === t.type) throw t.arg
return this.rval
},
dispatchException: function(e) {
- if (this.done) throw e;
- var n = this;
+ if (this.done) throw e
+ var n = this
function a(r, a) {
- return s.type = "throw", s.arg = e, n.next = r, a && (n.method = "next", n.arg = t), !!a
+ return s.type = 'throw', s.arg = e, n.next = r, a && (n.method = 'next', n.arg = t), !!a
}
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
var o = this.tryEntries[i],
- s = o.completion;
- if ("root" === o.tryLoc) return a("end");
+ s = o.completion
+ if ('root' === o.tryLoc) return a('end')
if (o.tryLoc <= this.prev) {
- var c = r.call(o, "catchLoc"),
- l = r.call(o, "finallyLoc");
+ var c = r.call(o, 'catchLoc'),
+ l = r.call(o, 'finallyLoc')
if (c && l) {
- if (this.prev < o.catchLoc) return a(o.catchLoc, !0);
+ if (this.prev < o.catchLoc) return a(o.catchLoc, !0)
if (this.prev < o.finallyLoc) return a(o.finallyLoc)
} else if (c) {
if (this.prev < o.catchLoc) return a(o.catchLoc, !0)
} else {
- if (!l) throw new Error("try statement without catch or finally");
+ if (!l) throw new Error('try statement without catch or finally')
if (this.prev < o.finallyLoc) return a(o.finallyLoc)
}
}
@@ -43586,201 +43991,203 @@
},
abrupt: function(e, t) {
for (var n = this.tryEntries.length - 1; n >= 0; --n) {
- var a = this.tryEntries[n];
- if (a.tryLoc <= this.prev && r.call(a, "finallyLoc") && this.prev < a.finallyLoc) {
- var i = a;
+ var a = this.tryEntries[n]
+ if (a.tryLoc <= this.prev && r.call(a, 'finallyLoc') && this.prev < a.finallyLoc) {
+ var i = a
break
}
}
- i && ("break" === e || "continue" === e) && i.tryLoc <= t && t <= i.finallyLoc && (i = null);
- var o = i ? i.completion : {};
- return o.type = e, o.arg = t, i ? (this.method = "next", this.next = i.finallyLoc, m) : this.complete(o)
+ i && ('break' === e || 'continue' === e) && i.tryLoc <= t && t <= i.finallyLoc && (i = null)
+ var o = i ? i.completion : {}
+ return o.type = e, o.arg = t, i ? (this.method = 'next', this.next = i.finallyLoc, m) : this.complete(o)
},
complete: function(e, t) {
- if ("throw" === e.type) throw e.arg;
- return "break" === e.type || "continue" === e.type ? this.next = e.arg : "return" === e.type ? (this.rval =
- this.arg = e.arg, this.method = "return", this.next = "end") : "normal" === e.type && t && (this.next =
+ if ('throw' === e.type) throw e.arg
+ return 'break' === e.type || 'continue' === e.type ? this.next = e.arg : 'return' === e.type ? (this.rval =
+ this.arg = e.arg, this.method = 'return', this.next = 'end') : 'normal' === e.type && t && (this.next =
t), m
},
finish: function(e) {
for (var t = this.tryEntries.length - 1; t >= 0; --t) {
- var n = this.tryEntries[t];
+ var n = this.tryEntries[t]
if (n.finallyLoc === e) return this.complete(n.completion, n.afterLoc), C(n), m
}
},
catch: function(e) {
for (var t = this.tryEntries.length - 1; t >= 0; --t) {
- var n = this.tryEntries[t];
+ var n = this.tryEntries[t]
if (n.tryLoc === e) {
- var r = n.completion;
- if ("throw" === r.type) {
- var a = r.arg;
+ var r = n.completion
+ if ('throw' === r.type) {
+ var a = r.arg
C(n)
}
return a
}
}
- throw new Error("illegal catch attempt")
+ throw new Error('illegal catch attempt')
},
delegateYield: function(e, n, r) {
return this.delegate = {
iterator: x(e),
resultName: n,
nextLoc: r
- }, "next" === this.method && (this.arg = t), m
+ }, 'next' === this.method && (this.arg = t), m
}
}, e
- }(e.exports);
+ }(e.exports)
try {
regeneratorRuntime = r
} catch (a) {
- Function("r", "regeneratorRuntime = r")(r)
+ Function('r', 'regeneratorRuntime = r')(r)
}
},
- "972c": function(e, t, n) {
+ '972c': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n) {
var r = {
- ss: "secunde",
- mm: "minute",
- hh: "ore",
- dd: "zile",
- MM: "luni",
- yy: "ani"
+ ss: 'secunde',
+ mm: 'minute',
+ hh: 'ore',
+ dd: 'zile',
+ MM: 'luni',
+ yy: 'ani'
},
- a = " ";
- return (e % 100 >= 20 || e >= 100 && e % 100 === 0) && (a = " de "), e + a + r[n]
+ a = ' '
+ return (e % 100 >= 20 || e >= 100 && e % 100 === 0) && (a = ' de '), e + a + r[n]
}
- var n = e.defineLocale("ro", {
- months: "ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie"
- .split("_"),
- monthsShort: "ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),
+
+ var n = e.defineLocale('ro', {
+ months: 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'
+ .split('_'),
+ monthsShort: 'ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split('_'),
monthsParseExact: !0,
- weekdays: "duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),
- weekdaysShort: "Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),
- weekdaysMin: "Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),
+ weekdays: 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),
+ weekdaysShort: 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),
+ weekdaysMin: 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY H:mm",
- LLLL: "dddd, D MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY H:mm',
+ LLLL: 'dddd, D MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[azi la] LT",
- nextDay: "[mâine la] LT",
- nextWeek: "dddd [la] LT",
- lastDay: "[ieri la] LT",
- lastWeek: "[fosta] dddd [la] LT",
- sameElse: "L"
+ sameDay: '[azi la] LT',
+ nextDay: '[mâine la] LT',
+ nextWeek: 'dddd [la] LT',
+ lastDay: '[ieri la] LT',
+ lastWeek: '[fosta] dddd [la] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "peste %s",
- past: "%s în urmă",
- s: "câteva secunde",
+ future: 'peste %s',
+ past: '%s în urmă',
+ s: 'câteva secunde',
ss: t,
- m: "un minut",
+ m: 'un minut',
mm: t,
- h: "o oră",
+ h: 'o oră',
hh: t,
- d: "o zi",
+ d: 'o zi',
dd: t,
- M: "o lună",
+ M: 'o lună',
MM: t,
- y: "un an",
+ y: 'un an',
yy: t
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
9797: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("cy", {
- months: "Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split(
- "_"),
- monthsShort: "Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),
- weekdays: "Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),
- weekdaysShort: "Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),
- weekdaysMin: "Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),
+ var t = e.defineLocale('cy', {
+ months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split(
+ '_'),
+ monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split('_'),
+ weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split('_'),
+ weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'),
+ weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Heddiw am] LT",
- nextDay: "[Yfory am] LT",
- nextWeek: "dddd [am] LT",
- lastDay: "[Ddoe am] LT",
- lastWeek: "dddd [diwethaf am] LT",
- sameElse: "L"
+ sameDay: '[Heddiw am] LT',
+ nextDay: '[Yfory am] LT',
+ nextWeek: 'dddd [am] LT',
+ lastDay: '[Ddoe am] LT',
+ lastWeek: 'dddd [diwethaf am] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "mewn %s",
- past: "%s yn ôl",
- s: "ychydig eiliadau",
- ss: "%d eiliad",
- m: "munud",
- mm: "%d munud",
- h: "awr",
- hh: "%d awr",
- d: "diwrnod",
- dd: "%d diwrnod",
- M: "mis",
- MM: "%d mis",
- y: "blwyddyn",
- yy: "%d flynedd"
+ future: 'mewn %s',
+ past: '%s yn ôl',
+ s: 'ychydig eiliadau',
+ ss: '%d eiliad',
+ m: 'munud',
+ mm: '%d munud',
+ h: 'awr',
+ hh: '%d awr',
+ d: 'diwrnod',
+ dd: '%d diwrnod',
+ M: 'mis',
+ MM: '%d mis',
+ y: 'blwyddyn',
+ yy: '%d flynedd'
},
dayOfMonthOrdinalParse: /\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,
ordinal: function(e) {
var t = e,
- n = "",
- r = ["", "af", "il", "ydd", "ydd", "ed", "ed", "ed", "fed", "fed", "fed", "eg", "fed", "eg", "eg",
- "fed", "eg", "eg", "fed", "eg", "fed"
- ];
- return t > 20 ? n = 40 === t || 50 === t || 60 === t || 80 === t || 100 === t ? "fed" : "ain" : t > 0 &&
+ n = '',
+ r = ['', 'af', 'il', 'ydd', 'ydd', 'ed', 'ed', 'ed', 'fed', 'fed', 'fed', 'eg', 'fed', 'eg', 'eg',
+ 'fed', 'eg', 'eg', 'fed', 'eg', 'fed'
+ ]
+ return t > 20 ? n = 40 === t || 50 === t || 60 === t || 80 === t || 100 === t ? 'fed' : 'ain' : t > 0 &&
(n = r[t]), e + n
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- "97e1": function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ '97e1': function(e, t, n) {
+ 'use strict'
+ n.d(t, 'a', (function() {
return s
- })), n.d(t, "b", (function() {
+ })), n.d(t, 'b', (function() {
return c
- }));
- var r = n("41b2"),
+ }))
+ var r = n('41b2'),
a = n.n(r),
- i = n("7320"),
- o = a()({}, i["a"].Modal);
+ i = n('7320'),
+ o = a()({}, i['a'].Modal)
function s(e) {
- o = e ? a()({}, o, e) : a()({}, i["a"].Modal)
+ o = e ? a()({}, o, e) : a()({}, i['a'].Modal)
}
function c() {
@@ -43788,180 +44195,181 @@
}
},
9934: function(e, t, n) {
- var r = n("6fcd"),
- a = n("41c3"),
- i = n("30c9");
+ var r = n('6fcd'),
+ a = n('41c3'),
+ i = n('30c9')
function o(e) {
return i(e) ? r(e, !0) : a(e)
}
+
e.exports = o
},
9937: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
+ n = e._self._c || t
+ return n('a-card', {
staticStyle: {
- height: "100%"
+ height: '100%'
},
attrs: {
bordered: !1
}
- }, [n("div", {
- staticClass: "table-page-search-wrapper"
- }, [n("a-form", {
+ }, [n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }, [n('a-form', {
attrs: {
- layout: "inline"
+ layout: 'inline'
},
nativeOn: {
keyup: function(t) {
- return !t.type.indexOf("key") && e._k(t.keyCode, "enter", 13, t.key, "Enter") ? null : e.searchByquery(
+ return !t.type.indexOf('key') && e._k(t.keyCode, 'enter', 13, t.key, 'Enter') ? null : e.searchByquery(
t)
}
}
- }, [e.queryInfo && e.queryInfo.length > 0 ? n("a-row", {
+ }, [e.queryInfo && e.queryInfo.length > 0 ? n('a-row', {
attrs: {
gutter: 24
}
}, [e._l(e.queryInfo, (function(t, r) {
- return ["1" === t.hidden ? ["datetime" == t.view && "single" != t.mode ? n("a-col", {
+ return ['1' === t.hidden ? ['datetime' == t.view && 'single' != t.mode ? n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.toggleSearchStatus,
- expression: "toggleSearchStatus"
+ expression: 'toggleSearchStatus'
}],
- key: "query" + r,
+ key: 'query' + r,
attrs: {
md: 12,
sm: 16
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1) : n("a-col", {
+ })], 1) : n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.toggleSearchStatus,
- expression: "toggleSearchStatus"
+ expression: 'toggleSearchStatus'
}],
- key: "query" + r,
+ key: 'query' + r,
attrs: {
md: 6,
sm: 8
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1)] : ["datetime" == t.view && "single" != t.mode ? n("a-col", {
- key: "query" + r,
+ })], 1)] : ['datetime' == t.view && 'single' != t.mode ? n('a-col', {
+ key: 'query' + r,
attrs: {
md: 12,
sm: 16
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1) : n("a-col", {
- key: "query" + r,
+ })], 1) : n('a-col', {
+ key: 'query' + r,
attrs: {
md: 6,
sm: 8
}
- }, [n("online-query-form-item", {
+ }, [n('online-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
})], 1)]]
- })), n("a-col", {
+ })), n('a-col', {
attrs: {
md: 6,
sm: 8
}
- }, [n("span", {
- staticClass: "table-page-search-submitButtons",
+ }, [n('span', {
+ staticClass: 'table-page-search-submitButtons',
staticStyle: {
- float: "left",
- overflow: "hidden"
+ float: 'left',
+ overflow: 'hidden'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "search"
+ type: 'primary',
+ icon: 'search'
},
on: {
click: e.searchByquery
}
- }, [e._v("查询")]), n("a-button", {
+ }, [e._v('查询')]), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
attrs: {
- type: "primary",
- icon: "reload"
+ type: 'primary',
+ icon: 'reload'
},
on: {
click: e.searchReset
}
- }, [e._v("重置")]), n("a", {
+ }, [e._v('重置')]), n('a', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
on: {
click: e.handleToggleSearch
}
- }, [e._v("\n " + e._s(e.toggleSearchStatus ? "收起" : "展开") + "\n "), n(
- "a-icon", {
+ }, [e._v('\n ' + e._s(e.toggleSearchStatus ? '收起' : '展开') + '\n '), n(
+ 'a-icon', {
attrs: {
- type: e.toggleSearchStatus ? "up" : "down"
+ type: e.toggleSearchStatus ? 'up' : 'down'
}
- })], 1)], 1)])], 2) : e._e()], 1)], 1), n("div", {
- staticClass: "table-operator"
- }, [e.buttonSwitch.add ? n("a-button", {
+ })], 1)], 1)])], 2) : e._e()], 1)], 1), n('div', {
+ staticClass: 'table-operator'
+ }, [e.buttonSwitch.add ? n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.handleAdd
}
- }, [e._v("新增")]) : e._e(), e.buttonSwitch.import ? n("a-button", {
+ }, [e._v('新增')]) : e._e(), e.buttonSwitch.import ? n('a-button', {
attrs: {
- type: "primary",
- icon: "upload"
+ type: 'primary',
+ icon: 'upload'
},
on: {
click: e.handleImportXls
}
- }, [e._v("导入")]) : e._e(), e.buttonSwitch.export ? n("a-button", {
+ }, [e._v('导入')]) : e._e(), e.buttonSwitch.export ? n('a-button', {
attrs: {
- type: "primary",
- icon: "download"
+ type: 'primary',
+ icon: 'download'
},
on: {
click: e.handleExportXls
}
- }, [e._v("导出")]) : e._e(), e._l(e.cgButtonList, (function(t, r) {
- return e.cgButtonList && e.cgButtonList.length > 0 ? ["js" == t.optType ? n("a-button", {
- key: "cgbtn" + r,
+ }, [e._v('导出')]) : e._e(), e._l(e.cgButtonList, (function(t, r) {
+ return e.cgButtonList && e.cgButtonList.length > 0 ? ['js' == t.optType ? n('a-button', {
+ key: 'cgbtn' + r,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -43969,10 +44377,10 @@
return e.cgButtonJsHandler(t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : "action" == t.optType ? n("a-button", {
- key: "cgbtn" + r,
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : 'action' == t.optType ? n('a-button', {
+ key: 'cgbtn' + r,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -43980,9 +44388,9 @@
return e.cgButtonActionHandler(t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : e._e()] : e._e()
- })), e.buttonSwitch.super_query ? n("j-super-query", {
- ref: "superQuery",
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : e._e()] : e._e()
+ })), e.buttonSwitch.super_query ? n('j-super-query', {
+ ref: 'superQuery',
attrs: {
fieldList: e.superQuery.fieldList,
saveCode: e.$route.fullPath,
@@ -43991,92 +44399,92 @@
on: {
handleSuperQuery: e.handleSuperQuery
}
- }) : e._e(), e.buttonSwitch.batch_delete ? n("a-button", {
+ }) : e._e(), e.buttonSwitch.batch_delete ? n('a-button', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.table.selectedRowKeys.length > 0,
- expression: "table.selectedRowKeys.length > 0"
+ expression: 'table.selectedRowKeys.length > 0'
}],
attrs: {
- ghost: "",
- type: "primary",
- icon: "delete"
+ ghost: '',
+ type: 'primary',
+ icon: 'delete'
},
on: {
click: e.handleDelBatch
}
- }, [e._v("批量删除")]) : e._e()], 2), n("div", [n("div", {
- staticClass: "ant-alert ant-alert-info",
+ }, [e._v('批量删除')]) : e._e()], 2), n('div', [n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v("\n 已选择 "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v('\n 已选择 '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v(e._s(e.table.selectedRowKeys.length))]), e._v("项 \n "), n("a", {
+ }, [e._v(e._s(e.table.selectedRowKeys.length))]), e._v('项 \n '), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")]), n("span", {
+ }, [e._v('清空')]), n('span', {
staticStyle: {
- float: "right"
+ float: 'right'
}
- }, [n("a-popover", {
+ }, [n('a-popover', {
attrs: {
overlayStyle: {
- maxWidth: "500px"
+ maxWidth: '500px'
},
- title: "自定义列",
- trigger: "click",
- placement: "leftBottom"
+ title: '自定义列',
+ trigger: 'click',
+ placement: 'leftBottom'
},
on: {
visibleChange: e.popVisibleChange
}
- }, [n("a", [n("a-icon", {
+ }, [n('a', [n('a-icon', {
attrs: {
- type: "setting"
+ type: 'setting'
}
- })], 1), n("template", {
- slot: "content"
- }, [n("a-checkbox-group", {
+ })], 1), n('template', {
+ slot: 'content'
+ }, [n('a-checkbox-group', {
model: {
value: e.settingColumns,
callback: function(t) {
e.settingColumns = t
},
- expression: "settingColumns"
+ expression: 'settingColumns'
}
- }, [n("a-row", [e._l(e.defColumns, (function(t, r) {
- return ["rowIndex" != t.key && "action" != t.dataIndex ? [n("a-col", {
+ }, [n('a-row', [e._l(e.defColumns, (function(t, r) {
+ return ['rowIndex' != t.key && 'action' != t.dataIndex ? [n('a-col', {
key: r,
attrs: {
span: 12
}
- }, [n("a-checkbox", {
+ }, [n('a-checkbox', {
attrs: {
value: t.dataIndex
}
}, [e._v(e._s(t.title))])], 1)] : e._e()]
- }))], 2)], 1)], 1)], 2)], 1)]), n("a-table", {
- ref: "cgformAutoList",
+ }))], 2)], 1)], 1)], 2)], 1)]), n('a-table', {
+ ref: 'cgformAutoList',
class: {
- "j-table-force-nowrap": e.enableScrollBar
+ 'j-table-force-nowrap': e.enableScrollBar
},
staticStyle: {
- "min-height": "300px"
+ 'min-height': '300px'
},
attrs: {
- bordered: "",
- size: "middle",
- rowKey: "id",
+ bordered: '',
+ size: 'middle',
+ rowKey: 'id',
columns: e.tableColumn,
dataSource: e.table.dataSource,
pagination: e.table.pagination,
@@ -44088,167 +44496,167 @@
change: e.handleTableChange
},
scopedSlots: e._u([{
- key: "dateSlot",
+ key: 'dateSlot',
fn: function(t) {
- return [n("span", [e._v(e._s(e.getFormatDate(t)))])]
+ return [n('span', [e._v(e._s(e.getFormatDate(t)))])]
}
}, {
- key: "htmlSlot",
+ key: 'htmlSlot',
fn: function(t) {
- return [n("div", {
+ return [n('div', {
domProps: {
innerHTML: e._s(t)
}
})]
}
}, {
- key: "pcaSlot",
+ key: 'pcaSlot',
fn: function(t) {
- return [n("div", [e._v(e._s(e.getPcaText(t)))])]
+ return [n('div', [e._v(e._s(e.getPcaText(t)))])]
}
}, {
- key: "imgSlot",
+ key: 'imgSlot',
fn: function(t) {
- return [t ? n("img", {
+ return [t ? n('img', {
staticStyle: {
- "max-width": "80px",
- "font-size": "12px",
- "font-style": "italic"
+ 'max-width': '80px',
+ 'font-size': '12px',
+ 'font-style': 'italic'
},
attrs: {
src: e.getImgView(t),
- height: "25px",
- alt: ""
+ height: '25px',
+ alt: ''
}
- }) : n("span", {
+ }) : n('span', {
staticStyle: {
- "font-size": "12px",
- "font-style": "italic"
+ 'font-size': '12px',
+ 'font-style': 'italic'
}
- }, [e._v("无图片")])]
+ }, [e._v('无图片')])]
}
}, {
- key: "fileSlot",
+ key: 'fileSlot',
fn: function(t) {
- return [t ? n("a-button", {
+ return [t ? n('a-button', {
attrs: {
ghost: !0,
- type: "primary",
- icon: "download",
- size: "small"
+ type: 'primary',
+ icon: 'download',
+ size: 'small'
},
on: {
click: function(n) {
return e.downloadRowFile(t)
}
}
- }, [e._v("\n 下载\n ")]) : n("span", {
+ }, [e._v('\n 下载\n ')]) : n('span', {
staticStyle: {
- "font-size": "12px",
- "font-style": "italic"
+ 'font-size': '12px',
+ 'font-style': 'italic'
}
- }, [e._v("无文件")])]
+ }, [e._v('无文件')])]
}
}, {
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return n("span", {}, [e.hasBpmStatus ? ["1" == r.bpm_status || "" == r.bpm_status || null == r.bpm_status ?
- [e.buttonSwitch.update ? [n("a", {
+ return n('span', {}, [e.hasBpmStatus ? ['1' == r.bpm_status || '' == r.bpm_status || null == r.bpm_status ?
+ [e.buttonSwitch.update ? [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
})] : e._e()] : e._e()
- ] : [e.buttonSwitch.update ? [n("a", {
+ ] : [e.buttonSwitch.update ? [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- })] : e._e()], n("a-dropdown", [n("a", {
- staticClass: "ant-dropdown-link"
- }, [e._v("\n 更多 "), n("a-icon", {
+ })] : e._e()], n('a-dropdown', [n('a', {
+ staticClass: 'ant-dropdown-link'
+ }, [e._v('\n 更多 '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1), n("a-menu", {
+ })], 1), n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [e.buttonSwitch.detail ? n("a-menu-item", [n("a", {
+ slot: 'overlay'
+ }, [e.buttonSwitch.detail ? n('a-menu-item', [n('a', {
attrs: {
- href: "javascript:;"
+ href: 'javascript:;'
},
on: {
click: function(t) {
return e.handleDetail(r)
}
}
- }, [e._v("详情")])]) : e._e(), e.hasBpmStatus ? ["1" == r.bpm_status || "" == r.bpm_status ||
- null == r.bpm_status ? [e.buttonSwitch.bpm ? n("a-menu-item", [n("a", {
+ }, [e._v('详情')])]) : e._e(), e.hasBpmStatus ? ['1' == r.bpm_status || '' == r.bpm_status ||
+ null == r.bpm_status ? [e.buttonSwitch.bpm ? n('a-menu-item', [n('a', {
attrs: {
- href: "javascript:;"
+ href: 'javascript:;'
},
on: {
click: function(t) {
return e.startProcess(r)
}
}
- }, [e._v("提交流程")])]) : e._e(), e.buttonSwitch.delete ? n("a-menu-item", [n(
- "a-popconfirm", {
+ }, [e._v('提交流程')])]) : e._e(), e.buttonSwitch.delete ? n('a-menu-item', [n(
+ 'a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDeleteOne(r)
}
}
- }, [n("a", [e._v("删除")])])], 1) : e._e()] : e._e()
- ] : [e.buttonSwitch.delete ? n("a-menu-item", [n("a-popconfirm", {
+ }, [n('a', [e._v('删除')])])], 1) : e._e()] : e._e()
+ ] : [e.buttonSwitch.delete ? n('a-menu-item', [n('a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDeleteOne(r)
}
}
- }, [n("a", [e._v("删除")])])], 1) : e._e()], e._l(e.cgButtonLinkList, (function(t, a) {
+ }, [n('a', [e._v('删除')])])], 1) : e._e()], e._l(e.cgButtonLinkList, (function(t, a) {
return e.cgButtonLinkList && e.cgButtonLinkList.length > 0 ? [e.showLinkButton(t, r) ?
- n("a-menu-item", {
- key: "cgbtnLink" + a
- }, [n("a", {
+ n('a-menu-item', {
+ key: 'cgbtnLink' + a
+ }, [n('a', {
attrs: {
- href: "javascript:void(0);"
+ href: 'javascript:void(0);'
},
on: {
click: function(n) {
return e.cgButtonLinkHandler(r, t.buttonCode, t.optType)
}
}
- }, [t.buttonIcon ? n("a-icon", {
+ }, [t.buttonIcon ? n('a-icon', {
attrs: {
type: t.buttonIcon
}
- }) : e._e(), e._v("\n " + e._s(t.buttonName) +
- "\n ")], 1)]) : e._e()
+ }) : e._e(), e._v('\n ' + e._s(t.buttonName) +
+ '\n ')], 1)]) : e._e()
] : e._e()
}))], 2)], 1)], 2)
}
}])
- }), n("onl-cgform-auto-modal", {
- ref: "modal",
+ }), n('onl-cgform-auto-modal', {
+ ref: 'modal',
attrs: {
code: e.code
},
@@ -44256,163 +44664,169 @@
success: e.handleFormSuccess,
schema: e.handleGetSchema
}
- }), n("j-import-modal", {
- ref: "importModal",
+ }), n('j-import-modal', {
+ ref: 'importModal',
attrs: {
url: e.getImportUrl()
},
on: {
ok: e.importOk
}
- }), n("a-modal", e._g(e._b({}, "a-modal", e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
+ }), n('a-modal', e._g(e._b({}, 'a-modal', e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
.is, e._b({
- tag: "component"
- }, "component", e.hrefComponent.params, !1))], 1)], 1)])
+ tag: 'component'
+ }, 'component', e.hrefComponent.params, !1))], 1)], 1)])
},
a = [],
- i = n("c03d"),
- o = i["a"],
- s = (n("e369"), n("b267"), n("2877")),
- c = Object(s["a"])(o, r, a, !1, null, "c497358e", null);
- t["default"] = c.exports
+ i = n('c03d'),
+ o = i['a'],
+ s = (n('e369'), n('b267'), n('2877')),
+ c = Object(s['a'])(o, r, a, !1, null, 'c497358e', null)
+ t['default'] = c.exports
},
- "99cd": function(e, t) {
+ '99cd': function(e, t) {
function n(e) {
return function(t, n, r) {
var a = -1,
i = Object(t),
o = r(t),
- s = o.length;
+ s = o.length
while (s--) {
- var c = o[e ? s : ++a];
+ var c = o[e ? s : ++a]
if (!1 === n(i[c], c, i)) break
}
return t
}
}
+
e.exports = n
},
- "99d3": function(e, t, n) {
+ '99d3': function(e, t, n) {
(function(e) {
- var r = n("585a"),
+ var r = n('585a'),
a = t && !t.nodeType && t,
- i = a && "object" == typeof e && e && !e.nodeType && e,
+ i = a && 'object' == typeof e && e && !e.nodeType && e,
o = i && i.exports === a,
s = o && r.process,
c = function() {
try {
- var e = i && i.require && i.require("util").types;
- return e || s && s.binding && s.binding("util")
- } catch (t) {}
- }();
+ var e = i && i.require && i.require('util').types
+ return e || s && s.binding && s.binding('util')
+ } catch (t) {
+ }
+ }()
e.exports = c
- }).call(this, n("62e4")(e))
+ }).call(this, n('62e4')(e))
},
- "9a09": function(e, t, n) {
- "use strict";
- var r = n("8716"),
- a = n.n(r);
+ '9a09': function(e, t, n) {
+ 'use strict'
+ var r = n('8716'),
+ a = n.n(r)
a.a
},
- "9aa9": function(e, t) {
+ '9aa9': function(e, t) {
t.f = Object.getOwnPropertySymbols
},
- "9ab5": function(e, t, n) {
- "use strict";
- var r = n("040d"),
- a = n.n(r);
+ '9ab5': function(e, t, n) {
+ 'use strict'
+ var r = n('040d'),
+ a = n.n(r)
a.a
},
- "9aff": function(e, t, n) {
- var r = n("9638"),
- a = n("30c9"),
- i = n("c098"),
- o = n("1a8c");
+ '9aff': function(e, t, n) {
+ var r = n('9638'),
+ a = n('30c9'),
+ i = n('c098'),
+ o = n('1a8c')
function s(e, t, n) {
- if (!o(n)) return !1;
- var s = typeof t;
- return !!("number" == s ? a(n) && i(t, n.length) : "string" == s && t in n) && r(n[t], e)
+ if (!o(n)) return !1
+ var s = typeof t
+ return !!('number' == s ? a(n) && i(t, n.length) : 'string' == s && t in n) && r(n[t], e)
}
+
e.exports = s
},
- "9b02": function(e, t, n) {
- var r = n("656b");
+ '9b02': function(e, t, n) {
+ var r = n('656b')
function a(e, t, n) {
- var a = null == e ? void 0 : r(e, t);
+ var a = null == e ? void 0 : r(e, t)
return void 0 === a ? n : a
}
+
e.exports = a
},
- "9b57": function(e, t, n) {
- "use strict";
- t.__esModule = !0;
- var r = n("adf5"),
- a = i(r);
+ '9b57': function(e, t, n) {
+ 'use strict'
+ t.__esModule = !0
+ var r = n('adf5'),
+ a = i(r)
function i(e) {
return e && e.__esModule ? e : {
default: e
}
}
+
t.default = function(e) {
if (Array.isArray(e)) {
- for (var t = 0, n = Array(e.length); t < e.length; t++) n[t] = e[t];
+ for (var t = 0, n = Array(e.length); t < e.length; t++) n[t] = e[t]
return n
}
return (0, a.default)(e)
}
},
- "9b61": function(e, t, n) {
- "use strict";
- var r = n("565d"),
- a = n.n(r);
+ '9b61': function(e, t, n) {
+ 'use strict'
+ var r = n('565d'),
+ a = n.n(r)
a.a
},
- "9b9e": function(e, t, n) {},
- "9c52": function(e, t, n) {
- "use strict";
- n.r(t);
+ '9b9e': function(e, t, n) {
+ },
+ '9c52': function(e, t, n) {
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [n("div", {
- staticClass: "onl-auth-tree-btns"
- }, [n("a-button", {
+ n = e._self._c || t
+ return n('div', [n('div', {
+ staticClass: 'onl-auth-tree-btns'
+ }, [n('a-button', {
attrs: {
- size: "small",
- type: "primary",
- icon: "redo",
- ghost: ""
+ size: 'small',
+ type: 'primary',
+ icon: 'redo',
+ ghost: ''
},
on: {
click: e.onRefresh
}
- }, [e._v("刷新")]), n("a-button", {
+ }, [e._v('刷新')]), n('a-button', {
attrs: {
- size: "small",
- type: "primary",
- icon: "save",
- ghost: ""
+ size: 'small',
+ type: 'primary',
+ icon: 'save',
+ ghost: ''
},
on: {
click: e.onSave
}
- }, [e._v("保存")])], 1), e.empty ? n("a-empty", {
+ }, [e._v('保存')])], 1), e.empty ? n('a-empty', {
attrs: {
- description: "请先选中左侧角色/部门/用户"
+ description: '请先选中左侧角色/部门/用户'
}
- }) : 0 == e.treeData.length ? n("a-empty", {
+ }) : 0 == e.treeData.length ? n('a-empty', {
attrs: {
- description: "无权限信息"
+ description: '无权限信息'
}
- }) : [n("a-tree", {
+ }) : [n('a-tree', {
attrs: {
- checkable: "",
- "tree-data": e.treeData,
- "selected-keys": e.selectedKeys
+ checkable: '',
+ 'tree-data': e.treeData,
+ 'selected-keys': e.selectedKeys
},
on: {
select: e.onSelect,
@@ -44423,12 +44837,12 @@
callback: function(t) {
e.checkedKeys = t
},
- expression: "checkedKeys"
+ expression: 'checkedKeys'
}
})]], 2)
},
a = [],
- i = n("0fea");
+ i = n('0fea')
function o(e) {
return l(e) || c(e) || d(e) || s()
@@ -44436,12 +44850,12 @@
function s() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function c(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function l(e) {
@@ -44449,12 +44863,13 @@
}
function u(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = d(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = d(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -44472,17 +44887,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -44500,33 +44915,34 @@
function d(e, t) {
if (e) {
- if ("string" === typeof e) return h(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
+ if ('string' === typeof e) return h(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
}
}
function h(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var f = {
- name: "AuthDataTree",
+ name: 'AuthDataTree',
props: {
cgformId: {
type: String,
- default: "",
+ default: '',
required: !0
}
},
data: function() {
return {
- roleId: "",
- url: "/online/cgform/api/validAuthData",
- roleAuthUrl: "/online/cgform/api/roleAuth",
- saveUrl: "/online/cgform/api/roleDataAuth",
+ roleId: '',
+ url: '/online/cgform/api/validAuthData',
+ roleAuthUrl: '/online/cgform/api/roleAuth',
+ saveUrl: '/online/cgform/api/roleDataAuth',
authType: 3,
empty: !1,
expandedKeys: [],
@@ -44549,17 +44965,17 @@
},
methods: {
loadTree: function() {
- var e = this;
- this.empty = !1, Object(i["c"])("".concat(this.url, "/").concat(this.cgformId)).then((function(t) {
+ var e = this
+ this.empty = !1, Object(i['c'])(''.concat(this.url, '/').concat(this.cgformId)).then((function(t) {
t.success && e.initTree(t.result)
}))
},
initTree: function(e) {
var t, n = [],
- r = u(e);
+ r = u(e)
try {
for (r.s(); !(t = r.n()).done;) {
- var a = t.value;
+ var a = t.value
n.push({
key: a.id,
title: a.ruleName
@@ -44573,20 +44989,20 @@
this.treeData = n
},
loadChecked: function(e) {
- var t = this;
- this.roleId = e;
+ var t = this
+ this.roleId = e
var n = {
roleId: e,
cgformId: this.cgformId,
type: this.authType
- };
- this.checkedKeys = [], Object(i["c"])(this.roleAuthUrl, n).then((function(e) {
+ }
+ this.checkedKeys = [], Object(i['c'])(this.roleAuthUrl, n).then((function(e) {
if (e.success) {
var n, r = [],
- a = u(e.result);
+ a = u(e.result)
try {
for (a.s(); !(n = a.n()).done;) {
- var i = n.value;
+ var i = n.value
r.push(i.authId)
}
} catch (o) {
@@ -44602,16 +45018,16 @@
this.loadTree()
},
onSave: function() {
- var e = this;
+ var e = this
if (this.roleId) {
var t = {
authId: JSON.stringify(this.checkedKeys)
- };
- Object(i["f"])("".concat(this.saveUrl, "/").concat(this.roleId, "/").concat(this.cgformId), t).then((
+ }
+ Object(i['f'])(''.concat(this.saveUrl, '/').concat(this.roleId, '/').concat(this.cgformId), t).then((
function(t) {
- t.success ? e.$message.success("保存成功") : e.$message.warning(t.message)
+ t.success ? e.$message.success('保存成功') : e.$message.warning(t.message)
}))
- } else this.$message.warning("请先选中左侧角色")
+ } else this.$message.warning('请先选中左侧角色')
},
onExpandAll: function() {
this.expandedKeys = o(this.allCode)
@@ -44629,164 +45045,165 @@
this.selectedKeys = e
},
clear: function() {
- this.roleId = "", this.checkedKeys = []
+ this.roleId = '', this.checkedKeys = []
}
}
},
m = f,
- p = (n("567d"), n("2877")),
- _ = Object(p["a"])(m, r, a, !1, null, null, null);
- t["default"] = _.exports
+ p = (n('567d'), n('2877')),
+ _ = Object(p['a'])(m, r, a, !1, null, null, null)
+ t['default'] = _.exports
},
- "9dac": function(e, t, n) {
+ '9dac': function(e, t, n) {
var r = {
- "./modules/aitest/onlinetest.mixins": ["f654"],
- "./modules/aitest/onlinetest.mixins.js": ["f654"],
- "./modules/online/cgform/OnlCgformCopyList": ["c954"],
- "./modules/online/cgform/OnlCgformCopyList.vue": ["c954"],
- "./modules/online/cgform/OnlCgformHeadList": ["e3a7"],
- "./modules/online/cgform/OnlCgformHeadList.vue": ["e3a7"],
- "./modules/online/cgform/auth/AuthManager": ["ecd7"],
- "./modules/online/cgform/auth/AuthManager.vue": ["ecd7"],
- "./modules/online/cgform/auth/AuthSetter": ["5ba2"],
- "./modules/online/cgform/auth/AuthSetter.vue": ["5ba2"],
- "./modules/online/cgform/auth/AuthTree": ["947e", 0],
- "./modules/online/cgform/auth/AuthTree.vue": ["947e", 0],
- "./modules/online/cgform/auth/LsDepart": ["c3b1"],
- "./modules/online/cgform/auth/LsDepart.vue": ["c3b1"],
- "./modules/online/cgform/auth/LsRole": ["1f4f"],
- "./modules/online/cgform/auth/LsRole.vue": ["1f4f"],
- "./modules/online/cgform/auth/LsUser": ["8676"],
- "./modules/online/cgform/auth/LsUser.vue": ["8676"],
- "./modules/online/cgform/auth/manager/AuthButtonConfig": ["6b9b"],
- "./modules/online/cgform/auth/manager/AuthButtonConfig.vue": ["6b9b"],
- "./modules/online/cgform/auth/manager/AuthColumnConfig": ["7a58"],
- "./modules/online/cgform/auth/manager/AuthColumnConfig.vue": ["7a58"],
- "./modules/online/cgform/auth/manager/AuthDataConfig": ["46cb"],
- "./modules/online/cgform/auth/manager/AuthDataConfig.vue": ["46cb"],
- "./modules/online/cgform/auth/setter/AuthButtonTree": ["fbc7"],
- "./modules/online/cgform/auth/setter/AuthButtonTree.vue": ["fbc7"],
- "./modules/online/cgform/auth/setter/AuthColumnTree": ["f5b0"],
- "./modules/online/cgform/auth/setter/AuthColumnTree.vue": ["f5b0"],
- "./modules/online/cgform/auth/setter/AuthDataTree": ["9c52"],
- "./modules/online/cgform/auth/setter/AuthDataTree.vue": ["9c52"],
- "./modules/online/cgform/auto/OnlCgformAutoList": ["9937"],
- "./modules/online/cgform/auto/OnlCgformAutoList.vue": ["9937"],
- "./modules/online/cgform/auto/OnlCgformAutoModal": ["e8c2"],
- "./modules/online/cgform/auto/OnlCgformAutoModal.vue": ["e8c2"],
- "./modules/online/cgform/auto/OnlCgformTreeList": ["725c"],
- "./modules/online/cgform/auto/OnlCgformTreeList.vue": ["725c"],
- "./modules/online/cgform/auto/OnldfComponent": ["39c7"],
- "./modules/online/cgform/auto/OnldfComponent.vue": ["39c7"],
- "./modules/online/cgform/auto/OnlineDynamicForm": ["662b"],
- "./modules/online/cgform/auto/OnlineDynamicForm.vue": ["662b"],
- "./modules/online/cgform/auto/OnlineDynamicViewForm": ["f09d"],
- "./modules/online/cgform/auto/OnlineDynamicViewForm.vue": ["f09d"],
- "./modules/online/cgform/auto/common/CgformAutoListButtons": ["b9ee"],
- "./modules/online/cgform/auto/common/CgformAutoListButtons.vue": ["b9ee"],
- "./modules/online/cgform/auto/common/CgformAutoListMixins": ["094a"],
- "./modules/online/cgform/auto/common/CgformAutoListMixins.js": ["094a"],
- "./modules/online/cgform/auto/common/CgformAutoListQueryParams": ["5a1b"],
- "./modules/online/cgform/auto/common/CgformAutoListQueryParams.vue": ["5a1b"],
- "./modules/online/cgform/auto/common/CgformAutoListTable": ["c4fb"],
- "./modules/online/cgform/auto/common/CgformAutoListTable.vue": ["c4fb"],
- "./modules/online/cgform/auto/common/CgformAutoListTableWrap": ["b1d4"],
- "./modules/online/cgform/auto/common/CgformAutoListTableWrap.js": ["b1d4"],
- "./modules/online/cgform/auto/erp/OnlCgformErpList": ["d87f"],
- "./modules/online/cgform/auto/erp/OnlCgformErpList.vue": ["d87f"],
- "./modules/online/cgform/auto/erp/OnlineCommonList": ["5341"],
- "./modules/online/cgform/auto/erp/OnlineCommonList.vue": ["5341"],
- "./modules/online/cgform/auto/erp/OnlineCommonModal": ["1e9d"],
- "./modules/online/cgform/auto/erp/OnlineCommonModal.vue": ["1e9d"],
- "./modules/online/cgform/auto/innerTable/AutoInnerSubTable": ["b22c"],
- "./modules/online/cgform/auto/innerTable/AutoInnerSubTable.vue": ["b22c"],
- "./modules/online/cgform/auto/innerTable/OnlCgformInnerTableList": ["5fd1"],
- "./modules/online/cgform/auto/innerTable/OnlCgformInnerTableList.vue": ["5fd1"],
- "./modules/online/cgform/auto/tab/OnlCgformTabList": ["7de4"],
- "./modules/online/cgform/auto/tab/OnlCgformTabList.vue": ["7de4"],
- "./modules/online/cgform/auto/tab/OnlCgformTabModal": ["82a6"],
- "./modules/online/cgform/auto/tab/OnlCgformTabModal.vue": ["82a6"],
- "./modules/online/cgform/button/OnlCgformButtonList": ["48b7"],
- "./modules/online/cgform/button/OnlCgformButtonList.vue": ["48b7"],
- "./modules/online/cgform/button/OnlCgformButtonModal": ["717a"],
- "./modules/online/cgform/button/OnlCgformButtonModal.vue": ["717a"],
- "./modules/online/cgform/enhance/OnlEnhanceJavaList": ["0ad7"],
- "./modules/online/cgform/enhance/OnlEnhanceJavaList.vue": ["0ad7"],
- "./modules/online/cgform/enhance/OnlEnhanceJavaModal": ["8d20"],
- "./modules/online/cgform/enhance/OnlEnhanceJavaModal.vue": ["8d20"],
- "./modules/online/cgform/enhance/OnlEnhanceSqlList": ["1671"],
- "./modules/online/cgform/enhance/OnlEnhanceSqlList.vue": ["1671"],
- "./modules/online/cgform/enhance/OnlEnhanceSqlModal": ["94c9"],
- "./modules/online/cgform/enhance/OnlEnhanceSqlModal.vue": ["94c9"],
- "./modules/online/cgform/modules/CodeGenerator": ["b898"],
- "./modules/online/cgform/modules/CodeGenerator.vue": ["b898"],
- "./modules/online/cgform/modules/EnhanceHistory": ["3fa1"],
- "./modules/online/cgform/modules/EnhanceHistory.vue": ["3fa1"],
- "./modules/online/cgform/modules/EnhanceJava": ["1e3b"],
- "./modules/online/cgform/modules/EnhanceJava.vue": ["1e3b"],
- "./modules/online/cgform/modules/EnhanceJs": ["36f0"],
- "./modules/online/cgform/modules/EnhanceJs.vue": ["36f0"],
- "./modules/online/cgform/modules/EnhanceSql": ["48ee"],
- "./modules/online/cgform/modules/EnhanceSql.vue": ["48ee"],
- "./modules/online/cgform/modules/FileSelectModal": ["30b9"],
- "./modules/online/cgform/modules/FileSelectModal.vue": ["30b9"],
- "./modules/online/cgform/modules/OnlCgformHeadModal": ["5f63"],
- "./modules/online/cgform/modules/OnlCgformHeadModal.vue": ["5f63"],
- "./modules/online/cgform/modules/TransDb2Online": ["26bb"],
- "./modules/online/cgform/modules/TransDb2Online.vue": ["26bb"],
- "./modules/online/cgform/tables/CheckDictTable": ["1b50"],
- "./modules/online/cgform/tables/CheckDictTable.vue": ["1b50"],
- "./modules/online/cgform/tables/DBAttributeTable": ["c99d"],
- "./modules/online/cgform/tables/DBAttributeTable.vue": ["c99d"],
- "./modules/online/cgform/tables/ForeignKeyTable": ["f12d"],
- "./modules/online/cgform/tables/ForeignKeyTable.vue": ["f12d"],
- "./modules/online/cgform/tables/IndexTable": ["afb7"],
- "./modules/online/cgform/tables/IndexTable.vue": ["afb7"],
- "./modules/online/cgform/tables/PageAttributeTable": ["89c4"],
- "./modules/online/cgform/tables/PageAttributeTable.vue": ["89c4"],
- "./modules/online/cgform/tables/QueryTable": ["d0f6"],
- "./modules/online/cgform/tables/QueryTable.vue": ["d0f6"],
- "./modules/online/cgform/util/TableUtils": ["addb"],
- "./modules/online/cgform/util/TableUtils.js": ["addb"],
- "./modules/online/cgreport/OnlCgreportHeadList": ["a60b"],
- "./modules/online/cgreport/OnlCgreportHeadList.vue": ["a60b"],
- "./modules/online/cgreport/auto/OnlCgreportAutoList": ["ca7e"],
- "./modules/online/cgreport/auto/OnlCgreportAutoList.vue": ["ca7e"],
- "./modules/online/cgreport/auto/OnlCgreportQueryFormItem": ["be9c"],
- "./modules/online/cgreport/auto/OnlCgreportQueryFormItem.vue": ["be9c"],
- "./modules/online/cgreport/modules/OnlCgreportHeadModal": ["3e57"],
- "./modules/online/cgreport/modules/OnlCgreportHeadModal.vue": ["3e57"],
- "./modules/online/cgreport/tables/ConfigDetailTable": ["2a71"],
- "./modules/online/cgreport/tables/ConfigDetailTable.vue": ["2a71"],
- "./modules/online/cgreport/tables/ReportParamsTable": ["5058"],
- "./modules/online/cgreport/tables/ReportParamsTable.vue": ["5058"]
- };
+ './modules/aitest/onlinetest.mixins': ['f654'],
+ './modules/aitest/onlinetest.mixins.js': ['f654'],
+ './modules/online/cgform/OnlCgformCopyList': ['c954'],
+ './modules/online/cgform/OnlCgformCopyList.vue': ['c954'],
+ './modules/online/cgform/OnlCgformHeadList': ['e3a7'],
+ './modules/online/cgform/OnlCgformHeadList.vue': ['e3a7'],
+ './modules/online/cgform/auth/AuthManager': ['ecd7'],
+ './modules/online/cgform/auth/AuthManager.vue': ['ecd7'],
+ './modules/online/cgform/auth/AuthSetter': ['5ba2'],
+ './modules/online/cgform/auth/AuthSetter.vue': ['5ba2'],
+ './modules/online/cgform/auth/AuthTree': ['947e', 0],
+ './modules/online/cgform/auth/AuthTree.vue': ['947e', 0],
+ './modules/online/cgform/auth/LsDepart': ['c3b1'],
+ './modules/online/cgform/auth/LsDepart.vue': ['c3b1'],
+ './modules/online/cgform/auth/LsRole': ['1f4f'],
+ './modules/online/cgform/auth/LsRole.vue': ['1f4f'],
+ './modules/online/cgform/auth/LsUser': ['8676'],
+ './modules/online/cgform/auth/LsUser.vue': ['8676'],
+ './modules/online/cgform/auth/manager/AuthButtonConfig': ['6b9b'],
+ './modules/online/cgform/auth/manager/AuthButtonConfig.vue': ['6b9b'],
+ './modules/online/cgform/auth/manager/AuthColumnConfig': ['7a58'],
+ './modules/online/cgform/auth/manager/AuthColumnConfig.vue': ['7a58'],
+ './modules/online/cgform/auth/manager/AuthDataConfig': ['46cb'],
+ './modules/online/cgform/auth/manager/AuthDataConfig.vue': ['46cb'],
+ './modules/online/cgform/auth/setter/AuthButtonTree': ['fbc7'],
+ './modules/online/cgform/auth/setter/AuthButtonTree.vue': ['fbc7'],
+ './modules/online/cgform/auth/setter/AuthColumnTree': ['f5b0'],
+ './modules/online/cgform/auth/setter/AuthColumnTree.vue': ['f5b0'],
+ './modules/online/cgform/auth/setter/AuthDataTree': ['9c52'],
+ './modules/online/cgform/auth/setter/AuthDataTree.vue': ['9c52'],
+ './modules/online/cgform/auto/OnlCgformAutoList': ['9937'],
+ './modules/online/cgform/auto/OnlCgformAutoList.vue': ['9937'],
+ './modules/online/cgform/auto/OnlCgformAutoModal': ['e8c2'],
+ './modules/online/cgform/auto/OnlCgformAutoModal.vue': ['e8c2'],
+ './modules/online/cgform/auto/OnlCgformTreeList': ['725c'],
+ './modules/online/cgform/auto/OnlCgformTreeList.vue': ['725c'],
+ './modules/online/cgform/auto/OnldfComponent': ['39c7'],
+ './modules/online/cgform/auto/OnldfComponent.vue': ['39c7'],
+ './modules/online/cgform/auto/OnlineDynamicForm': ['662b'],
+ './modules/online/cgform/auto/OnlineDynamicForm.vue': ['662b'],
+ './modules/online/cgform/auto/OnlineDynamicViewForm': ['f09d'],
+ './modules/online/cgform/auto/OnlineDynamicViewForm.vue': ['f09d'],
+ './modules/online/cgform/auto/common/CgformAutoListButtons': ['b9ee'],
+ './modules/online/cgform/auto/common/CgformAutoListButtons.vue': ['b9ee'],
+ './modules/online/cgform/auto/common/CgformAutoListMixins': ['094a'],
+ './modules/online/cgform/auto/common/CgformAutoListMixins.js': ['094a'],
+ './modules/online/cgform/auto/common/CgformAutoListQueryParams': ['5a1b'],
+ './modules/online/cgform/auto/common/CgformAutoListQueryParams.vue': ['5a1b'],
+ './modules/online/cgform/auto/common/CgformAutoListTable': ['c4fb'],
+ './modules/online/cgform/auto/common/CgformAutoListTable.vue': ['c4fb'],
+ './modules/online/cgform/auto/common/CgformAutoListTableWrap': ['b1d4'],
+ './modules/online/cgform/auto/common/CgformAutoListTableWrap.js': ['b1d4'],
+ './modules/online/cgform/auto/erp/OnlCgformErpList': ['d87f'],
+ './modules/online/cgform/auto/erp/OnlCgformErpList.vue': ['d87f'],
+ './modules/online/cgform/auto/erp/OnlineCommonList': ['5341'],
+ './modules/online/cgform/auto/erp/OnlineCommonList.vue': ['5341'],
+ './modules/online/cgform/auto/erp/OnlineCommonModal': ['1e9d'],
+ './modules/online/cgform/auto/erp/OnlineCommonModal.vue': ['1e9d'],
+ './modules/online/cgform/auto/innerTable/AutoInnerSubTable': ['b22c'],
+ './modules/online/cgform/auto/innerTable/AutoInnerSubTable.vue': ['b22c'],
+ './modules/online/cgform/auto/innerTable/OnlCgformInnerTableList': ['5fd1'],
+ './modules/online/cgform/auto/innerTable/OnlCgformInnerTableList.vue': ['5fd1'],
+ './modules/online/cgform/auto/tab/OnlCgformTabList': ['7de4'],
+ './modules/online/cgform/auto/tab/OnlCgformTabList.vue': ['7de4'],
+ './modules/online/cgform/auto/tab/OnlCgformTabModal': ['82a6'],
+ './modules/online/cgform/auto/tab/OnlCgformTabModal.vue': ['82a6'],
+ './modules/online/cgform/button/OnlCgformButtonList': ['48b7'],
+ './modules/online/cgform/button/OnlCgformButtonList.vue': ['48b7'],
+ './modules/online/cgform/button/OnlCgformButtonModal': ['717a'],
+ './modules/online/cgform/button/OnlCgformButtonModal.vue': ['717a'],
+ './modules/online/cgform/enhance/OnlEnhanceJavaList': ['0ad7'],
+ './modules/online/cgform/enhance/OnlEnhanceJavaList.vue': ['0ad7'],
+ './modules/online/cgform/enhance/OnlEnhanceJavaModal': ['8d20'],
+ './modules/online/cgform/enhance/OnlEnhanceJavaModal.vue': ['8d20'],
+ './modules/online/cgform/enhance/OnlEnhanceSqlList': ['1671'],
+ './modules/online/cgform/enhance/OnlEnhanceSqlList.vue': ['1671'],
+ './modules/online/cgform/enhance/OnlEnhanceSqlModal': ['94c9'],
+ './modules/online/cgform/enhance/OnlEnhanceSqlModal.vue': ['94c9'],
+ './modules/online/cgform/modules/CodeGenerator': ['b898'],
+ './modules/online/cgform/modules/CodeGenerator.vue': ['b898'],
+ './modules/online/cgform/modules/EnhanceHistory': ['3fa1'],
+ './modules/online/cgform/modules/EnhanceHistory.vue': ['3fa1'],
+ './modules/online/cgform/modules/EnhanceJava': ['1e3b'],
+ './modules/online/cgform/modules/EnhanceJava.vue': ['1e3b'],
+ './modules/online/cgform/modules/EnhanceJs': ['36f0'],
+ './modules/online/cgform/modules/EnhanceJs.vue': ['36f0'],
+ './modules/online/cgform/modules/EnhanceSql': ['48ee'],
+ './modules/online/cgform/modules/EnhanceSql.vue': ['48ee'],
+ './modules/online/cgform/modules/FileSelectModal': ['30b9'],
+ './modules/online/cgform/modules/FileSelectModal.vue': ['30b9'],
+ './modules/online/cgform/modules/OnlCgformHeadModal': ['5f63'],
+ './modules/online/cgform/modules/OnlCgformHeadModal.vue': ['5f63'],
+ './modules/online/cgform/modules/TransDb2Online': ['26bb'],
+ './modules/online/cgform/modules/TransDb2Online.vue': ['26bb'],
+ './modules/online/cgform/tables/CheckDictTable': ['1b50'],
+ './modules/online/cgform/tables/CheckDictTable.vue': ['1b50'],
+ './modules/online/cgform/tables/DBAttributeTable': ['c99d'],
+ './modules/online/cgform/tables/DBAttributeTable.vue': ['c99d'],
+ './modules/online/cgform/tables/ForeignKeyTable': ['f12d'],
+ './modules/online/cgform/tables/ForeignKeyTable.vue': ['f12d'],
+ './modules/online/cgform/tables/IndexTable': ['afb7'],
+ './modules/online/cgform/tables/IndexTable.vue': ['afb7'],
+ './modules/online/cgform/tables/PageAttributeTable': ['89c4'],
+ './modules/online/cgform/tables/PageAttributeTable.vue': ['89c4'],
+ './modules/online/cgform/tables/QueryTable': ['d0f6'],
+ './modules/online/cgform/tables/QueryTable.vue': ['d0f6'],
+ './modules/online/cgform/util/TableUtils': ['addb'],
+ './modules/online/cgform/util/TableUtils.js': ['addb'],
+ './modules/online/cgreport/OnlCgreportHeadList': ['a60b'],
+ './modules/online/cgreport/OnlCgreportHeadList.vue': ['a60b'],
+ './modules/online/cgreport/auto/OnlCgreportAutoList': ['ca7e'],
+ './modules/online/cgreport/auto/OnlCgreportAutoList.vue': ['ca7e'],
+ './modules/online/cgreport/auto/OnlCgreportQueryFormItem': ['be9c'],
+ './modules/online/cgreport/auto/OnlCgreportQueryFormItem.vue': ['be9c'],
+ './modules/online/cgreport/modules/OnlCgreportHeadModal': ['3e57'],
+ './modules/online/cgreport/modules/OnlCgreportHeadModal.vue': ['3e57'],
+ './modules/online/cgreport/tables/ConfigDetailTable': ['2a71'],
+ './modules/online/cgreport/tables/ConfigDetailTable.vue': ['2a71'],
+ './modules/online/cgreport/tables/ReportParamsTable': ['5058'],
+ './modules/online/cgreport/tables/ReportParamsTable.vue': ['5058']
+ }
function a(e) {
if (!n.o(r, e)) return Promise.resolve().then((function() {
- var t = new Error("Cannot find module '" + e + "'");
- throw t.code = "MODULE_NOT_FOUND", t
- }));
+ var t = new Error('Cannot find module \'' + e + '\'')
+ throw t.code = 'MODULE_NOT_FOUND', t
+ }))
var t = r[e],
- a = t[0];
+ a = t[0]
return Promise.all(t.slice(1).map(n.e)).then((function() {
return n(a)
}))
}
+
a.keys = function() {
return Object.keys(r)
- }, a.id = "9dac", e.exports = a
+ }, a.id = '9dac', e.exports = a
},
- "9e69": function(e, t, n) {
- var r = n("2b3e"),
- a = r.Symbol;
+ '9e69': function(e, t, n) {
+ var r = n('2b3e'),
+ a = r.Symbol
e.exports = a
},
- "9f26": function(e, t, n) {
+ '9f26': function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = /^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,
n = /(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,
@@ -44795,9 +45212,9 @@
a = [/^janv/i, /^févr/i, /^mars/i, /^avr/i, /^mai/i, /^juin/i, /^juil/i, /^août/i, /^sept/i, /^oct/i,
/^nov/i, /^déc/i
],
- i = e.defineLocale("fr", {
- months: "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),
- monthsShort: "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),
+ i = e.defineLocale('fr', {
+ months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),
+ monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),
monthsRegex: r,
monthsShortRegex: r,
monthsStrictRegex: t,
@@ -44805,417 +45222,420 @@
monthsParse: a,
longMonthsParse: a,
shortMonthsParse: a,
- weekdays: "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),
- weekdaysShort: "dim._lun._mar._mer._jeu._ven._sam.".split("_"),
- weekdaysMin: "di_lu_ma_me_je_ve_sa".split("_"),
+ weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),
+ weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),
+ weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Aujourd’hui à] LT",
- nextDay: "[Demain à] LT",
- nextWeek: "dddd [à] LT",
- lastDay: "[Hier à] LT",
- lastWeek: "dddd [dernier à] LT",
- sameElse: "L"
+ sameDay: '[Aujourd’hui à] LT',
+ nextDay: '[Demain à] LT',
+ nextWeek: 'dddd [à] LT',
+ lastDay: '[Hier à] LT',
+ lastWeek: 'dddd [dernier à] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "dans %s",
- past: "il y a %s",
- s: "quelques secondes",
- ss: "%d secondes",
- m: "une minute",
- mm: "%d minutes",
- h: "une heure",
- hh: "%d heures",
- d: "un jour",
- dd: "%d jours",
- M: "un mois",
- MM: "%d mois",
- y: "un an",
- yy: "%d ans"
+ future: 'dans %s',
+ past: 'il y a %s',
+ s: 'quelques secondes',
+ ss: '%d secondes',
+ m: 'une minute',
+ mm: '%d minutes',
+ h: 'une heure',
+ hh: '%d heures',
+ d: 'un jour',
+ dd: '%d jours',
+ M: 'un mois',
+ MM: '%d mois',
+ y: 'un an',
+ yy: '%d ans'
},
dayOfMonthOrdinalParse: /\d{1,2}(er|)/,
ordinal: function(e, t) {
switch (t) {
- case "D":
- return e + (1 === e ? "er" : "");
+ case 'D':
+ return e + (1 === e ? 'er' : '')
default:
- case "M":
- case "Q":
- case "DDD":
- case "d":
- return e + (1 === e ? "er" : "e");
- case "w":
- case "W":
- return e + (1 === e ? "re" : "e")
+ case 'M':
+ case 'Q':
+ case 'DDD':
+ case 'd':
+ return e + (1 === e ? 'er' : 'e')
+ case 'w':
+ case 'W':
+ return e + (1 === e ? 're' : 'e')
}
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return i
}))
},
- "9fb0": function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ '9fb0': function(e, t, n) {
+ 'use strict'
+ n.d(t, 'a', (function() {
return r
- })), n.d(t, "i", (function() {
+ })), n.d(t, 'i', (function() {
return a
- })), n.d(t, "h", (function() {
+ })), n.d(t, 'h', (function() {
return i
- })), n.d(t, "g", (function() {
+ })), n.d(t, 'g', (function() {
return o
- })), n.d(t, "d", (function() {
+ })), n.d(t, 'd', (function() {
return s
- })), n.d(t, "c", (function() {
+ })), n.d(t, 'c', (function() {
return c
- })), n.d(t, "f", (function() {
+ })), n.d(t, 'f', (function() {
return l
- })), n.d(t, "e", (function() {
+ })), n.d(t, 'e', (function() {
return u
- })), n.d(t, "b", (function() {
+ })), n.d(t, 'b', (function() {
return d
- }));
- var r = "Access-Token",
- a = "Login_Username",
- i = "Login_Userinfo",
- o = "LOGIN_USER_BUTTON_AUTH",
- s = "SYS_BUTTON_AUTH",
- c = "enhance_",
- l = "UI_CACHE_DB_DICT_DATA",
- u = "TENANT_ID",
- d = "CACHE_INCLUDED_ROUTES"
+ }))
+ var r = 'Access-Token',
+ a = 'Login_Username',
+ i = 'Login_Userinfo',
+ o = 'LOGIN_USER_BUTTON_AUTH',
+ s = 'SYS_BUTTON_AUTH',
+ c = 'enhance_',
+ l = 'UI_CACHE_DB_DICT_DATA',
+ u = 'TENANT_ID',
+ d = 'CACHE_INCLUDED_ROUTES'
},
a029: function(e, t, n) {
- var r = n("087d"),
- a = n("2dcb"),
- i = n("32f4"),
- o = n("d327"),
+ var r = n('087d'),
+ a = n('2dcb'),
+ i = n('32f4'),
+ o = n('d327'),
s = Object.getOwnPropertySymbols,
c = s ? function(e) {
- var t = [];
- while (e) r(t, i(e)), e = a(e);
+ var t = []
+ while (e) r(t, i(e)), e = a(e)
return t
- } : o;
+ } : o
e.exports = c
},
a159: function(e, t, n) {
- var r = n("e4ae"),
- a = n("7e90"),
- i = n("1691"),
- o = n("5559")("IE_PROTO"),
- s = function() {},
- c = "prototype",
+ var r = n('e4ae'),
+ a = n('7e90'),
+ i = n('1691'),
+ o = n('5559')('IE_PROTO'),
+ s = function() {
+ },
+ c = 'prototype',
l = function() {
- var e, t = n("1ec9")("iframe"),
+ var e, t = n('1ec9')('iframe'),
r = i.length,
- a = "<",
- o = ">";
- t.style.display = "none", n("32fc").appendChild(t), t.src = "javascript:", e = t.contentWindow.document, e.open(),
- e.write(a + "script" + o + "document.F=Object" + a + "/script" + o), e.close(), l = e.F;
- while (r--) delete l[c][i[r]];
+ a = '<',
+ o = '>'
+ t.style.display = 'none', n('32fc').appendChild(t), t.src = 'javascript:', e = t.contentWindow.document, e.open(),
+ e.write(a + 'script' + o + 'document.F=Object' + a + '/script' + o), e.close(), l = e.F
+ while (r--) delete l[c][i[r]]
return l()
- };
+ }
e.exports = Object.create || function(e, t) {
- var n;
+ var n
return null !== e ? (s[c] = r(e), n = new s, s[c] = null, n[o] = e) : n = l(), void 0 === t ? n : a(n, t)
}
},
a197: function(e, t, n) {
- "use strict";
- var r = n("118e"),
- a = n.n(r);
+ 'use strict'
+ var r = n('118e'),
+ a = n.n(r)
a.a
},
a2db: function(e, t, n) {
- var r = n("9e69"),
+ var r = n('9e69'),
a = r ? r.prototype : void 0,
- i = a ? a.valueOf : void 0;
+ i = a ? a.valueOf : void 0
function o(e) {
return i ? Object(i.call(e)) : {}
}
+
e.exports = o
},
a34a: function(e, t, n) {
- e.exports = n("96cf")
+ e.exports = n('96cf')
},
a356: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = function(e) {
return 0 === e ? 0 : 1 === e ? 1 : 2 === e ? 2 : e % 100 >= 3 && e % 100 <= 10 ? 3 : e % 100 >= 11 ? 4 : 5
},
n = {
- s: ["أقل من ثانية", "ثانية واحدة", ["ثانيتان", "ثانيتين"], "%d ثوان", "%d ثانية", "%d ثانية"],
- m: ["أقل من دقيقة", "دقيقة واحدة", ["دقيقتان", "دقيقتين"], "%d دقائق", "%d دقيقة", "%d دقيقة"],
- h: ["أقل من ساعة", "ساعة واحدة", ["ساعتان", "ساعتين"], "%d ساعات", "%d ساعة", "%d ساعة"],
- d: ["أقل من يوم", "يوم واحد", ["يومان", "يومين"], "%d أيام", "%d يومًا", "%d يوم"],
- M: ["أقل من شهر", "شهر واحد", ["شهران", "شهرين"], "%d أشهر", "%d شهرا", "%d شهر"],
- y: ["أقل من عام", "عام واحد", ["عامان", "عامين"], "%d أعوام", "%d عامًا", "%d عام"]
+ s: ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],
+ m: ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],
+ h: ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],
+ d: ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],
+ M: ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],
+ y: ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']
},
r = function(e) {
return function(r, a, i, o) {
var s = t(r),
- c = n[e][t(r)];
+ c = n[e][t(r)]
return 2 === s && (c = c[a ? 0 : 1]), c.replace(/%d/i, r)
}
},
- a = ["جانفي", "فيفري", "مارس", "أفريل", "ماي", "جوان", "جويلية", "أوت", "سبتمبر", "أكتوبر", "نوفمبر",
- "ديسمبر"
+ a = ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', 'جويلية', 'أوت', 'سبتمبر', 'أكتوبر', 'نوفمبر',
+ 'ديسمبر'
],
- i = e.defineLocale("ar-dz", {
+ i = e.defineLocale('ar-dz', {
months: a,
monthsShort: a,
- weekdays: "الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),
- weekdaysShort: "أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),
- weekdaysMin: "ح_ن_ث_ر_خ_ج_س".split("_"),
+ weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
+ weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
+ weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "D/M/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'D/M/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
meridiemParse: /ص|م/,
isPM: function(e) {
- return "م" === e
+ return 'م' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "ص" : "م"
+ return e < 12 ? 'ص' : 'م'
},
calendar: {
- sameDay: "[اليوم عند الساعة] LT",
- nextDay: "[غدًا عند الساعة] LT",
- nextWeek: "dddd [عند الساعة] LT",
- lastDay: "[أمس عند الساعة] LT",
- lastWeek: "dddd [عند الساعة] LT",
- sameElse: "L"
+ sameDay: '[اليوم عند الساعة] LT',
+ nextDay: '[غدًا عند الساعة] LT',
+ nextWeek: 'dddd [عند الساعة] LT',
+ lastDay: '[أمس عند الساعة] LT',
+ lastWeek: 'dddd [عند الساعة] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "بعد %s",
- past: "منذ %s",
- s: r("s"),
- ss: r("s"),
- m: r("m"),
- mm: r("m"),
- h: r("h"),
- hh: r("h"),
- d: r("d"),
- dd: r("d"),
- M: r("M"),
- MM: r("M"),
- y: r("y"),
- yy: r("y")
+ future: 'بعد %s',
+ past: 'منذ %s',
+ s: r('s'),
+ ss: r('s'),
+ m: r('m'),
+ mm: r('m'),
+ h: r('h'),
+ hh: r('h'),
+ d: r('d'),
+ dd: r('d'),
+ M: r('M'),
+ MM: r('M'),
+ y: r('y'),
+ yy: r('y')
},
postformat: function(e) {
- return e.replace(/,/g, "،")
+ return e.replace(/,/g, '،')
},
week: {
dow: 0,
doy: 4
}
- });
+ })
return i
}))
},
a3c3: function(e, t, n) {
- var r = n("63b6");
- r(r.S + r.F, "Object", {
- assign: n("9306")
+ var r = n('63b6')
+ r(r.S + r.F, 'Object', {
+ assign: n('9306')
})
},
a454: function(e, t, n) {
- var r = n("72f0"),
- a = n("3b4a"),
- i = n("cd9d"),
+ var r = n('72f0'),
+ a = n('3b4a'),
+ i = n('cd9d'),
o = a ? function(e, t) {
- return a(e, "toString", {
+ return a(e, 'toString', {
configurable: !0,
enumerable: !1,
value: r(t),
writable: !0
})
- } : i;
+ } : i
e.exports = o
},
a524: function(e, t, n) {
- var r = n("4245");
+ var r = n('4245')
function a(e) {
return r(this, e).has(e)
}
+
e.exports = a
},
a60b: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
+ n = e._self._c || t
+ return n('a-card', {
attrs: {
bordered: !1
}
- }, [n("div", {
- staticClass: "table-page-search-wrapper"
- }, [n("a-form", {
+ }, [n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }, [n('a-form', {
attrs: {
- layout: "inline"
+ layout: 'inline'
}
- }, [n("a-row", {
+ }, [n('a-row', {
attrs: {
gutter: 24
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "报表编码"
+ label: '报表编码'
}
- }, [n("a-input", {
+ }, [n('a-input', {
attrs: {
- placeholder: "请输入报表编码"
+ placeholder: '请输入报表编码'
},
model: {
value: e.queryParam.code,
callback: function(t) {
- e.$set(e.queryParam, "code", t)
+ e.$set(e.queryParam, 'code', t)
},
- expression: "queryParam.code"
+ expression: 'queryParam.code'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "报表名字"
+ label: '报表名字'
}
- }, [n("a-input", {
+ }, [n('a-input', {
attrs: {
- placeholder: "请输入报表名字"
+ placeholder: '请输入报表名字'
},
model: {
value: e.queryParam.name,
callback: function(t) {
- e.$set(e.queryParam, "name", t)
+ e.$set(e.queryParam, 'name', t)
},
- expression: "queryParam.name"
+ expression: 'queryParam.name'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("span", {
- staticClass: "table-page-search-submitButtons",
+ }, [n('span', {
+ staticClass: 'table-page-search-submitButtons',
staticStyle: {
- float: "left",
- overflow: "hidden"
+ float: 'left',
+ overflow: 'hidden'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "search"
+ type: 'primary',
+ icon: 'search'
},
on: {
click: e.searchQuery
}
- }, [e._v("查询")]), n("a-button", {
+ }, [e._v('查询')]), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
attrs: {
- type: "primary",
- icon: "reload"
+ type: 'primary',
+ icon: 'reload'
},
on: {
click: e.searchReset
}
- }, [e._v("重置")])], 1)])], 1)], 1)], 1), n("div", {
- staticClass: "table-operator"
- }, [n("a-button", {
+ }, [e._v('重置')])], 1)])], 1)], 1)], 1), n('div', {
+ staticClass: 'table-operator'
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.handleAdd
}
- }, [e._v("录入")]), e.selectedRowKeys.length > 0 ? n("a-dropdown", [n("a-menu", {
+ }, [e._v('录入')]), e.selectedRowKeys.length > 0 ? n('a-dropdown', [n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [n("a-menu-item", {
- key: "1",
+ slot: 'overlay'
+ }, [n('a-menu-item', {
+ key: '1',
on: {
click: e.batchDel
}
- }, [n("a-icon", {
+ }, [n('a-icon', {
attrs: {
- type: "delete"
+ type: 'delete'
}
- }), e._v("\n 删除\n ")], 1)], 1), n("a-button", {
+ }), e._v('\n 删除\n ')], 1)], 1), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
}
- }, [e._v(" 批量操作\n "), n("a-icon", {
+ }, [e._v(' 批量操作\n '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1)], 1) : e._e()], 1), n("div", [n("div", {
- staticClass: "ant-alert ant-alert-info",
+ })], 1)], 1) : e._e()], 1), n('div', [n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v("\n 已选择\n "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v('\n 已选择\n '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v("\n " + e._s(e.selectedRowKeys.length) + "\n ")]), e._v("\n 项\n "), n(
- "a", {
+ }, [e._v('\n ' + e._s(e.selectedRowKeys.length) + '\n ')]), e._v('\n 项\n '), n(
+ 'a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")])]), n("a-table", {
- ref: "table",
+ }, [e._v('清空')])]), n('a-table', {
+ ref: 'table',
attrs: {
- size: "middle",
- bordered: "",
- rowKey: "id",
+ size: 'middle',
+ bordered: '',
+ rowKey: 'id',
columns: e.columns,
dataSource: e.dataSource,
pagination: e.ipagination,
@@ -45229,56 +45649,56 @@
change: e.handleTableChange
},
scopedSlots: e._u([{
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return n("span", {}, [n("a", {
+ return n('span', {}, [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- }), n("a-dropdown", [n("a", {
- staticClass: "ant-dropdown-link"
- }, [e._v("更多 "), n("a-icon", {
+ }), n('a-dropdown', [n('a', {
+ staticClass: 'ant-dropdown-link'
+ }, [e._v('更多 '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1), n("a-menu", {
+ })], 1), n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [n("a-menu-item", {
+ slot: 'overlay'
+ }, [n('a-menu-item', {
on: {
click: function(t) {
return e.popReportURL(r.id)
}
}
- }, [e._v("\n 配置地址\n ")]), n("a-menu-item", [n("a", {
+ }, [e._v('\n 配置地址\n ')]), n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.goPageOnline(r.id)
}
}
- }, [e._v("功能测试")])]), n("a-menu-item", [n("a-popconfirm", {
+ }, [e._v('功能测试')])]), n('a-menu-item', [n('a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDelete(r.id)
}
}
- }, [n("a", [e._v("删除")])])], 1)], 1)], 1)], 1)
+ }, [n('a', [e._v('删除')])])], 1)], 1)], 1)], 1)
}
}, {
- key: "cgrSql",
+ key: 'cgrSql',
fn: function(e) {
- return n("span", {}, [n("j-ellipsis", {
+ return n('span', {}, [n('j-ellipsis', {
attrs: {
length: 50,
value: e
@@ -45286,50 +45706,51 @@
})], 1)
}
}])
- })], 1), n("onlCgreportHead-modal", {
- ref: "modalForm",
+ })], 1), n('onlCgreportHead-modal', {
+ ref: 'modalForm',
on: {
ok: e.modalFormOk
}
- }), n("a-modal", {
+ }), n('a-modal', {
attrs: {
- title: "报表访问链接",
+ title: '报表访问链接',
visible: e.visible
},
on: {
cancel: e.handleCancel
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
on: {
click: e.handleCancel
}
- }, [e._v("关闭")]), n("a-button", {
- staticClass: "copy-this-text",
+ }, [e._v('关闭')]), n('a-button', {
+ staticClass: 'copy-this-text',
attrs: {
- type: "primary",
- "data-clipboard-text": e.reportUrlText
+ type: 'primary',
+ 'data-clipboard-text': e.reportUrlText
},
on: {
click: e.onCopyUrl
}
- }, [e._v("复制")])], 1), n("p", [e._v(e._s(e.reportUrlText))])], 2)], 1)
+ }, [e._v('复制')])], 1), n('p', [e._v(e._s(e.reportUrlText))])], 2)], 1)
},
a = [],
- i = n("3e57"),
- o = n("b65a"),
- s = n("b311"),
+ i = n('3e57'),
+ o = n('b65a'),
+ s = n('b311'),
c = n.n(s),
- l = n("0fea");
+ l = n('0fea')
function u(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = d(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = d(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -45347,17 +45768,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -45375,81 +45796,82 @@
function d(e, t) {
if (e) {
- if ("string" === typeof e) return h(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
+ if ('string' === typeof e) return h(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
}
}
function h(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var f = {
- name: "OnlCgreportHeadList",
- mixins: [o["a"]],
+ name: 'OnlCgreportHeadList',
+ mixins: [o['a']],
components: {
- OnlCgreportHeadModal: i["default"],
+ OnlCgreportHeadModal: i['default'],
Clipboard: c.a
},
data: function() {
return {
- description: "在线报表配置管理页面",
+ description: '在线报表配置管理页面',
visible: !1,
- reportUrlText: "",
+ reportUrlText: '',
columns: [{
- title: "报表名称",
- align: "center",
- dataIndex: "name"
+ title: '报表名称',
+ align: 'center',
+ dataIndex: 'name'
}, {
- title: "编码",
- align: "center",
- dataIndex: "code"
+ title: '编码',
+ align: 'center',
+ dataIndex: 'code'
}, {
- title: "查询SQL",
- align: "center",
- dataIndex: "cgrSql",
+ title: '查询SQL',
+ align: 'center',
+ dataIndex: 'cgrSql',
scopedSlots: {
- customRender: "cgrSql"
+ customRender: 'cgrSql'
}
}, {
- title: "数据源",
- align: "center",
- dataIndex: "dbSource_dictText"
+ title: '数据源',
+ align: 'center',
+ dataIndex: 'dbSource_dictText'
}, {
- title: "创建时间",
- align: "center",
- dataIndex: "createTime"
+ title: '创建时间',
+ align: 'center',
+ dataIndex: 'createTime'
}, {
- title: "操作",
- dataIndex: "action",
- align: "center",
+ title: '操作',
+ dataIndex: 'action',
+ align: 'center',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
}
}],
url: {
- list: "/online/cgreport/head/list",
- delete: "/online/cgreport/head/delete",
- deleteBatch: "/online/cgreport/head/deleteBatch",
- getParamsInfo: "/online/cgreport/api/getParamsInfo/"
+ list: '/online/cgreport/head/list',
+ delete: '/online/cgreport/head/delete',
+ deleteBatch: '/online/cgreport/head/deleteBatch',
+ getParamsInfo: '/online/cgreport/api/getParamsInfo/'
}
}
},
methods: {
initReportUrlText: function(e) {
- var t = this;
- Object(l["c"])(this.url.getParamsInfo + e).then((function(n) {
- var r = "";
+ var t = this
+ Object(l['c'])(this.url.getParamsInfo + e).then((function(n) {
+ var r = ''
if (n.success) {
if (n.result && n.result.length > 0) {
- var a, i = u(n.result);
+ var a, i = u(n.result)
try {
for (i.s(); !(a = i.n()).done;) {
- var o = a.value;
- r += o.paramName + "=${" + o.paramName + "}&"
+ var o = a.value
+ r += o.paramName + '=${' + o.paramName + '}&'
}
} catch (s) {
i.e(s)
@@ -45457,158 +45879,161 @@
i.f()
}
}
- } else t.$message.warning(n.message);
- r.length > 0 ? (r = r.substring(0, r.length - 1), t.reportUrlText = "/online/cgreport/".concat(e, "?")
- .concat(r)) : t.reportUrlText = "/online/cgreport/".concat(e)
+ } else t.$message.warning(n.message)
+ r.length > 0 ? (r = r.substring(0, r.length - 1), t.reportUrlText = '/online/cgreport/'.concat(e, '?')
+ .concat(r)) : t.reportUrlText = '/online/cgreport/'.concat(e)
}))
},
goPageOnline: function(e) {
this.$router.push({
- path: "/online/cgreport/" + e
+ path: '/online/cgreport/' + e
})
},
popReportURL: function(e) {
this.visible = !0, this.initReportUrlText(e)
},
handleCancel: function() {
- this.visible = !1, this.reportUrlText = ""
+ this.visible = !1, this.reportUrlText = ''
},
onCopyUrl: function() {
var e = this,
- t = new c.a(".copy-this-text");
- t.on("success", (function() {
- t.destroy(), e.$message.success("复制成功"), e.handleCancel()
- })), t.on("error", (function() {
- e.$message.error("该浏览器不支持自动复制"), t.destroy()
+ t = new c.a('.copy-this-text')
+ t.on('success', (function() {
+ t.destroy(), e.$message.success('复制成功'), e.handleCancel()
+ })), t.on('error', (function() {
+ e.$message.error('该浏览器不支持自动复制'), t.destroy()
}))
}
}
},
m = f,
- p = (n("9b61"), n("81a1"), n("2877")),
- _ = Object(p["a"])(m, r, a, !1, null, "f965c860", null);
- t["default"] = _.exports
+ p = (n('9b61'), n('81a1'), n('2877')),
+ _ = Object(p['a'])(m, r, a, !1, null, 'f965c860', null)
+ t['default'] = _.exports
},
a7fa: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("bm", {
- months: "Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo"
- .split("_"),
- monthsShort: "Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),
- weekdays: "Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),
- weekdaysShort: "Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),
- weekdaysMin: "Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),
+ var t = e.defineLocale('bm', {
+ months: 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'
+ .split('_'),
+ monthsShort: 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'),
+ weekdays: 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'),
+ weekdaysShort: 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'),
+ weekdaysMin: 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "MMMM [tile] D [san] YYYY",
- LLL: "MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",
- LLLL: "dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'MMMM [tile] D [san] YYYY',
+ LLL: 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',
+ LLLL: 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm'
},
calendar: {
- sameDay: "[Bi lɛrɛ] LT",
- nextDay: "[Sini lɛrɛ] LT",
- nextWeek: "dddd [don lɛrɛ] LT",
- lastDay: "[Kunu lɛrɛ] LT",
- lastWeek: "dddd [tɛmɛnen lɛrɛ] LT",
- sameElse: "L"
+ sameDay: '[Bi lɛrɛ] LT',
+ nextDay: '[Sini lɛrɛ] LT',
+ nextWeek: 'dddd [don lɛrɛ] LT',
+ lastDay: '[Kunu lɛrɛ] LT',
+ lastWeek: 'dddd [tɛmɛnen lɛrɛ] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s kɔnɔ",
- past: "a bɛ %s bɔ",
- s: "sanga dama dama",
- ss: "sekondi %d",
- m: "miniti kelen",
- mm: "miniti %d",
- h: "lɛrɛ kelen",
- hh: "lɛrɛ %d",
- d: "tile kelen",
- dd: "tile %d",
- M: "kalo kelen",
- MM: "kalo %d",
- y: "san kelen",
- yy: "san %d"
+ future: '%s kɔnɔ',
+ past: 'a bɛ %s bɔ',
+ s: 'sanga dama dama',
+ ss: 'sekondi %d',
+ m: 'miniti kelen',
+ mm: 'miniti %d',
+ h: 'lɛrɛ kelen',
+ hh: 'lɛrɛ %d',
+ d: 'tile kelen',
+ dd: 'tile %d',
+ M: 'kalo kelen',
+ MM: 'kalo %d',
+ y: 'san kelen',
+ yy: 'san %d'
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
a994: function(e, t, n) {
- var r = n("7d1f"),
- a = n("32f4"),
- i = n("ec69");
+ var r = n('7d1f'),
+ a = n('32f4'),
+ i = n('ec69')
function o(e) {
return r(e, i, a)
}
+
e.exports = o
},
aaf2: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n, r) {
var a = {
- s: ["थोडया सॅकंडांनी", "थोडे सॅकंड"],
- ss: [e + " सॅकंडांनी", e + " सॅकंड"],
- m: ["एका मिणटान", "एक मिनूट"],
- mm: [e + " मिणटांनी", e + " मिणटां"],
- h: ["एका वरान", "एक वर"],
- hh: [e + " वरांनी", e + " वरां"],
- d: ["एका दिसान", "एक दीस"],
- dd: [e + " दिसांनी", e + " दीस"],
- M: ["एका म्हयन्यान", "एक म्हयनो"],
- MM: [e + " म्हयन्यानी", e + " म्हयने"],
- y: ["एका वर्सान", "एक वर्स"],
- yy: [e + " वर्सांनी", e + " वर्सां"]
- };
+ s: ['थोडया सॅकंडांनी', 'थोडे सॅकंड'],
+ ss: [e + ' सॅकंडांनी', e + ' सॅकंड'],
+ m: ['एका मिणटान', 'एक मिनूट'],
+ mm: [e + ' मिणटांनी', e + ' मिणटां'],
+ h: ['एका वरान', 'एक वर'],
+ hh: [e + ' वरांनी', e + ' वरां'],
+ d: ['एका दिसान', 'एक दीस'],
+ dd: [e + ' दिसांनी', e + ' दीस'],
+ M: ['एका म्हयन्यान', 'एक म्हयनो'],
+ MM: [e + ' म्हयन्यानी', e + ' म्हयने'],
+ y: ['एका वर्सान', 'एक वर्स'],
+ yy: [e + ' वर्सांनी', e + ' वर्सां']
+ }
return r ? a[n][0] : a[n][1]
}
- var n = e.defineLocale("gom-deva", {
+
+ var n = e.defineLocale('gom-deva', {
months: {
- standalone: "जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split(
- "_"),
- format: "जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या"
- .split("_"),
+ standalone: 'जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split(
+ '_'),
+ format: 'जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या'
+ .split('_'),
isFormat: /MMMM(\s)+D[oD]?/
},
- monthsShort: "जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),
+ monthsShort: 'जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split('_'),
monthsParseExact: !0,
- weekdays: "आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),
- weekdaysShort: "आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),
- weekdaysMin: "आ_सो_मं_बु_ब्रे_सु_शे".split("_"),
+ weekdays: 'आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार'.split('_'),
+ weekdaysShort: 'आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.'.split('_'),
+ weekdaysMin: 'आ_सो_मं_बु_ब्रे_सु_शे'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "A h:mm [वाजतां]",
- LTS: "A h:mm:ss [वाजतां]",
- L: "DD-MM-YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY A h:mm [वाजतां]",
- LLLL: "dddd, MMMM Do, YYYY, A h:mm [वाजतां]",
- llll: "ddd, D MMM YYYY, A h:mm [वाजतां]"
+ LT: 'A h:mm [वाजतां]',
+ LTS: 'A h:mm:ss [वाजतां]',
+ L: 'DD-MM-YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY A h:mm [वाजतां]',
+ LLLL: 'dddd, MMMM Do, YYYY, A h:mm [वाजतां]',
+ llll: 'ddd, D MMM YYYY, A h:mm [वाजतां]'
},
calendar: {
- sameDay: "[आयज] LT",
- nextDay: "[फाल्यां] LT",
- nextWeek: "[फुडलो] dddd[,] LT",
- lastDay: "[काल] LT",
- lastWeek: "[फाटलो] dddd[,] LT",
- sameElse: "L"
+ sameDay: '[आयज] LT',
+ nextDay: '[फाल्यां] LT',
+ nextWeek: '[फुडलो] dddd[,] LT',
+ lastDay: '[काल] LT',
+ lastWeek: '[फाटलो] dddd[,] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s",
- past: "%s आदीं",
+ future: '%s',
+ past: '%s आदीं',
s: t,
ss: t,
m: t,
@@ -45625,15 +46050,15 @@
dayOfMonthOrdinalParse: /\d{1,2}(वेर)/,
ordinal: function(e, t) {
switch (t) {
- case "D":
- return e + "वेर";
+ case 'D':
+ return e + 'वेर'
default:
- case "M":
- case "Q":
- case "DDD":
- case "d":
- case "w":
- case "W":
+ case 'M':
+ case 'Q':
+ case 'DDD':
+ case 'd':
+ case 'w':
+ case 'W':
return e
}
},
@@ -45643,27 +46068,27 @@
},
meridiemParse: /राती|सकाळीं|दनपारां|सांजे/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "राती" === t ? e < 4 ? e : e + 12 : "सकाळीं" === t ? e : "दनपारां" === t ?
- e > 12 ? e : e + 12 : "सांजे" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'राती' === t ? e < 4 ? e : e + 12 : 'सकाळीं' === t ? e : 'दनपारां' === t ?
+ e > 12 ? e : e + 12 : 'सांजे' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 4 ? "राती" : e < 12 ? "सकाळीं" : e < 16 ? "दनपारां" : e < 20 ? "सांजे" : "राती"
+ return e < 4 ? 'राती' : e < 12 ? 'सकाळीं' : e < 16 ? 'दनपारां' : e < 20 ? 'सांजे' : 'राती'
}
- });
+ })
return n
}))
},
ac0d: function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ 'use strict'
+ n.d(t, 'a', (function() {
return s
- }));
- var r = n("2f62");
+ }))
+ var r = n('2f62')
function a(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -45673,7 +46098,7 @@
function i(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? a(Object(n), !0).forEach((function(t) {
o(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : a(
@@ -45692,7 +46117,8 @@
writable: !0
}) : e[t] = n, e
}
- i({}, Object(r["d"])({
+
+ i({}, Object(r['d'])({
layoutMode: function(e) {
return e.app.layout
},
@@ -45723,151 +46149,153 @@
sidebarOpened: function(e) {
return e.app.sidebar.opened
}
- }));
+ }))
var s = {
- computed: i({}, Object(r["d"])({
+ computed: i({}, Object(r['d'])({
device: function(e) {
return e.app.device
}
})),
methods: {
isMobile: function() {
- return "mobile" === this.device
+ return 'mobile' === this.device
},
isDesktop: function() {
- return "desktop" === this.device
+ return 'desktop' === this.device
}
}
}
},
ad45: function(e, t, n) {
- "use strict";
- var r = n("16e3"),
- a = n.n(r);
+ 'use strict'
+ var r = n('16e3'),
+ a = n.n(r)
a.a
},
ad7d: function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ 'use strict'
+ n.d(t, 'a', (function() {
return r
- }));
+ }))
var r = {
- _prefix: "j-",
- rowNumber: "row-number",
- rowCheckbox: "row-checkbox",
- rowRadio: "row-radio",
- rowExpand: "row-expand",
- rowDragSort: "row-drag-sort",
- input: "input",
- inputNumber: "inputNumber",
- textarea: "textarea",
- select: "select",
- date: "date",
- datetime: "datetime",
- checkbox: "checkbox",
- upload: "upload",
- selectSearch: "select-search",
- selectMultiple: "select-multiple",
- progress: "progress",
- tags: "tags",
- slot: "slot",
- normal: "normal",
- hidden: "hidden"
+ _prefix: 'j-',
+ rowNumber: 'row-number',
+ rowCheckbox: 'row-checkbox',
+ rowRadio: 'row-radio',
+ rowExpand: 'row-expand',
+ rowDragSort: 'row-drag-sort',
+ input: 'input',
+ inputNumber: 'inputNumber',
+ textarea: 'textarea',
+ select: 'select',
+ date: 'date',
+ datetime: 'datetime',
+ checkbox: 'checkbox',
+ upload: 'upload',
+ selectSearch: 'select-search',
+ selectMultiple: 'select-multiple',
+ progress: 'progress',
+ tags: 'tags',
+ slot: 'slot',
+ normal: 'normal',
+ hidden: 'hidden'
}
},
ada2: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t) {
- var n = e.split("_");
+ var n = e.split('_')
return t % 10 === 1 && t % 100 !== 11 ? n[0] : t % 10 >= 2 && t % 10 <= 4 && (t % 100 < 10 || t % 100 >= 20) ?
n[1] : n[2]
}
function n(e, n, r) {
var a = {
- ss: n ? "секунда_секунди_секунд" : "секунду_секунди_секунд",
- mm: n ? "хвилина_хвилини_хвилин" : "хвилину_хвилини_хвилин",
- hh: n ? "година_години_годин" : "годину_години_годин",
- dd: "день_дні_днів",
- MM: "місяць_місяці_місяців",
- yy: "рік_роки_років"
- };
- return "m" === r ? n ? "хвилина" : "хвилину" : "h" === r ? n ? "година" : "годину" : e + " " + t(a[r], +e)
+ ss: n ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',
+ mm: n ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',
+ hh: n ? 'година_години_годин' : 'годину_години_годин',
+ dd: 'день_дні_днів',
+ MM: 'місяць_місяці_місяців',
+ yy: 'рік_роки_років'
+ }
+ return 'm' === r ? n ? 'хвилина' : 'хвилину' : 'h' === r ? n ? 'година' : 'годину' : e + ' ' + t(a[r], +e)
}
function r(e, t) {
var n, r = {
- nominative: "неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),
- accusative: "неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),
- genitive: "неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")
- };
- return !0 === e ? r["nominative"].slice(1, 7).concat(r["nominative"].slice(0, 1)) : e ? (n =
- /(\[[ВвУу]\]) ?dddd/.test(t) ? "accusative" : /\[?(?:минулої|наступної)? ?\] ?dddd/.test(t) ? "genitive" :
- "nominative", r[n][e.day()]) : r["nominative"]
+ nominative: 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split('_'),
+ accusative: 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split('_'),
+ genitive: 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split('_')
+ }
+ return !0 === e ? r['nominative'].slice(1, 7).concat(r['nominative'].slice(0, 1)) : e ? (n =
+ /(\[[ВвУу]\]) ?dddd/.test(t) ? 'accusative' : /\[?(?:минулої|наступної)? ?\] ?dddd/.test(t) ? 'genitive' :
+ 'nominative', r[n][e.day()]) : r['nominative']
}
function a(e) {
return function() {
- return e + "о" + (11 === this.hours() ? "б" : "") + "] LT"
+ return e + 'о' + (11 === this.hours() ? 'б' : '') + '] LT'
}
}
- var i = e.defineLocale("uk", {
+
+ var i = e.defineLocale('uk', {
months: {
- format: "січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split(
- "_"),
- standalone: "січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень"
- .split("_")
+ format: 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split(
+ '_'),
+ standalone: 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'
+ .split('_')
},
- monthsShort: "січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),
+ monthsShort: 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split('_'),
weekdays: r,
- weekdaysShort: "нд_пн_вт_ср_чт_пт_сб".split("_"),
- weekdaysMin: "нд_пн_вт_ср_чт_пт_сб".split("_"),
+ weekdaysShort: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
+ weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY р.",
- LLL: "D MMMM YYYY р., HH:mm",
- LLLL: "dddd, D MMMM YYYY р., HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY р.',
+ LLL: 'D MMMM YYYY р., HH:mm',
+ LLLL: 'dddd, D MMMM YYYY р., HH:mm'
},
calendar: {
- sameDay: a("[Сьогодні "),
- nextDay: a("[Завтра "),
- lastDay: a("[Вчора "),
- nextWeek: a("[У] dddd ["),
+ sameDay: a('[Сьогодні '),
+ nextDay: a('[Завтра '),
+ lastDay: a('[Вчора '),
+ nextWeek: a('[У] dddd ['),
lastWeek: function() {
switch (this.day()) {
case 0:
case 3:
case 5:
case 6:
- return a("[Минулої] dddd [").call(this);
+ return a('[Минулої] dddd [').call(this)
case 1:
case 2:
case 4:
- return a("[Минулого] dddd [").call(this)
+ return a('[Минулого] dddd [').call(this)
}
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "за %s",
- past: "%s тому",
- s: "декілька секунд",
+ future: 'за %s',
+ past: '%s тому',
+ s: 'декілька секунд',
ss: n,
m: n,
mm: n,
- h: "годину",
+ h: 'годину',
hh: n,
- d: "день",
+ d: 'день',
dd: n,
- M: "місяць",
+ M: 'місяць',
MM: n,
- y: "рік",
+ y: 'рік',
yy: n
},
meridiemParse: /ночі|ранку|дня|вечора/,
@@ -45875,19 +46303,19 @@
return /^(дня|вечора)$/.test(e)
},
meridiem: function(e, t, n) {
- return e < 4 ? "ночі" : e < 12 ? "ранку" : e < 17 ? "дня" : "вечора"
+ return e < 4 ? 'ночі' : e < 12 ? 'ранку' : e < 17 ? 'дня' : 'вечора'
},
dayOfMonthOrdinalParse: /\d{1,2}-(й|го)/,
ordinal: function(e, t) {
switch (t) {
- case "M":
- case "d":
- case "DDD":
- case "w":
- case "W":
- return e + "-й";
- case "D":
- return e + "-го";
+ case 'M':
+ case 'd':
+ case 'DDD':
+ case 'w':
+ case 'W':
+ return e + '-й'
+ case 'D':
+ return e + '-го'
default:
return e
}
@@ -45896,25 +46324,25 @@
dow: 1,
doy: 7
}
- });
+ })
return i
}))
},
addb: function(e, t, n) {
- "use strict";
- n.r(t), n.d(t, "syncAllTable", (function() {
+ 'use strict'
+ n.r(t), n.d(t, 'syncAllTable', (function() {
return s
- })), n.d(t, "setDataSource", (function() {
+ })), n.d(t, 'setDataSource', (function() {
return l
- })), n.d(t, "getMasterTableInitialData", (function() {
+ })), n.d(t, 'getMasterTableInitialData', (function() {
return u
- })), n.d(t, "getTreeNeedFields", (function() {
+ })), n.d(t, 'getTreeNeedFields', (function() {
return d
- })), n.d(t, "online_default_button", (function() {
+ })), n.d(t, 'online_default_button', (function() {
return h
- }));
- var r = n("a34a"),
- a = n.n(r);
+ }))
+ var r = n('a34a'),
+ a = n.n(r)
function i(e, t, n, r, a, i, o) {
try {
@@ -45929,17 +46357,18 @@
function o(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var o = e.apply(t, n);
+ var o = e.apply(t, n)
function s(e) {
- i(o, r, a, s, c, "next", e)
+ i(o, r, a, s, c, 'next', e)
}
function c(e) {
- i(o, r, a, s, c, "throw", e)
+ i(o, r, a, s, c, 'throw', e)
}
+
s(void 0)
}))
}
@@ -45951,7 +46380,7 @@
function c() {
return c = o(a.a.mark((function e(t, n) {
- var r, i;
+ var r, i
return a.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
@@ -45960,11 +46389,11 @@
return i = e, t.$refs.editableTable.getValuesPromise(!1)
})).then((function(e) {
i.forEach((function(n) {
- var a = !1;
+ var a = !1
if (e.forEach((function(e) {
if (n.id === e.id) {
- var i = e["dbFieldName"],
- o = e["dbFieldTxt"];
+ var i = e['dbFieldName'],
+ o = e['dbFieldTxt']
n.dbFieldName === i && n.dbFieldTxt === o || t.$refs.editableTable.setValues([{
rowKey: e.id,
values: {
@@ -45977,15 +46406,15 @@
a = !0)
}))
})), !a) {
- var i = Object.assign({}, n);
+ var i = Object.assign({}, n)
t.columns.forEach((function(e) {
- "dbFieldName" !== e.dataIndex && "dbFieldTxt" !== e.dataIndex && (i[e.dataIndex] = e.defaultValue)
+ 'dbFieldName' !== e.dataIndex && 'dbFieldTxt' !== e.dataIndex && (i[e.dataIndex] = e.defaultValue)
})), t.$refs.editableTable.push(i)
}
}))
- }));
+ }))
case 4:
- case "end":
+ case 'end':
return e.stop()
}
}), e)
@@ -45993,13 +46422,13 @@
}
function l(e, t) {
- var n = [];
+ var n = []
t.forEach((function(t) {
var r = {
- id: t["id"]
- };
+ id: t['id']
+ }
e.columns.forEach((function(e) {
- var n = e.key;
+ var n = e.key
n && (r[n] = t[n])
})), n.push(r)
})), e.dataSource = n
@@ -46007,162 +46436,163 @@
function u() {
return [{
- dbFieldName: "id",
- dbFieldTxt: "主键",
+ dbFieldName: 'id',
+ dbFieldTxt: '主键',
dbLength: 36,
dbPointLength: 0,
- dbDefaultVal: "",
- dbType: "string",
- dbIsKey: "1",
- dbIsNull: "0",
- isShowForm: "0",
- isShowList: "0",
- isReadOnly: "1",
- fieldShowType: "text",
- fieldLength: "120",
- queryMode: "single",
+ dbDefaultVal: '',
+ dbType: 'string',
+ dbIsKey: '1',
+ dbIsNull: '0',
+ isShowForm: '0',
+ isShowList: '0',
+ isReadOnly: '1',
+ fieldShowType: 'text',
+ fieldLength: '120',
+ queryMode: 'single',
orderNum: 1
}, {
- dbFieldName: "create_by",
- dbFieldTxt: "创建人",
+ dbFieldName: 'create_by',
+ dbFieldTxt: '创建人',
dbLength: 50,
dbPointLength: 0,
- dbDefaultVal: "",
- dbType: "string",
- dbIsKey: "0",
- dbIsNull: "1",
- isShowForm: "0",
- isShowList: "0",
- fieldShowType: "text",
- fieldLength: "120",
- queryMode: "single",
+ dbDefaultVal: '',
+ dbType: 'string',
+ dbIsKey: '0',
+ dbIsNull: '1',
+ isShowForm: '0',
+ isShowList: '0',
+ fieldShowType: 'text',
+ fieldLength: '120',
+ queryMode: 'single',
orderNum: 2
}, {
- dbFieldName: "create_time",
- dbFieldTxt: "创建日期",
+ dbFieldName: 'create_time',
+ dbFieldTxt: '创建日期',
dbLength: 20,
dbPointLength: 0,
- dbDefaultVal: "",
- dbType: "Date",
- dbIsKey: "0",
- dbIsNull: "1",
- isShowForm: "0",
- isShowList: "0",
- fieldShowType: "datetime",
- fieldLength: "120",
- queryMode: "single",
+ dbDefaultVal: '',
+ dbType: 'Date',
+ dbIsKey: '0',
+ dbIsNull: '1',
+ isShowForm: '0',
+ isShowList: '0',
+ fieldShowType: 'datetime',
+ fieldLength: '120',
+ queryMode: 'single',
orderNum: 3
}, {
- dbFieldName: "update_by",
- dbFieldTxt: "更新人",
+ dbFieldName: 'update_by',
+ dbFieldTxt: '更新人',
dbLength: 50,
dbPointLength: 0,
- dbDefaultVal: "",
- dbType: "string",
- dbIsKey: "0",
- dbIsNull: "1",
- isShowForm: "0",
- isShowList: "0",
- fieldShowType: "text",
- fieldLength: "120",
- queryMode: "single",
+ dbDefaultVal: '',
+ dbType: 'string',
+ dbIsKey: '0',
+ dbIsNull: '1',
+ isShowForm: '0',
+ isShowList: '0',
+ fieldShowType: 'text',
+ fieldLength: '120',
+ queryMode: 'single',
orderNum: 4
}, {
- dbFieldName: "update_time",
- dbFieldTxt: "更新日期",
+ dbFieldName: 'update_time',
+ dbFieldTxt: '更新日期',
dbLength: 20,
dbPointLength: 0,
- dbDefaultVal: "",
- dbType: "Date",
- dbIsKey: "0",
- dbIsNull: "1",
- isShowForm: "0",
- isShowList: "0",
- fieldShowType: "datetime",
- fieldLength: "120",
- queryMode: "single",
+ dbDefaultVal: '',
+ dbType: 'Date',
+ dbIsKey: '0',
+ dbIsNull: '1',
+ isShowForm: '0',
+ isShowList: '0',
+ fieldShowType: 'datetime',
+ fieldLength: '120',
+ queryMode: 'single',
orderNum: 5
}, {
- dbFieldName: "sys_org_code",
- dbFieldTxt: "所属部门",
+ dbFieldName: 'sys_org_code',
+ dbFieldTxt: '所属部门',
dbLength: 64,
dbPointLength: 0,
- dbDefaultVal: "",
- dbType: "string",
- dbIsKey: "0",
- dbIsNull: "1",
- isShowForm: "0",
- isShowList: "0",
- fieldShowType: "text",
- fieldLength: "120",
- queryMode: "single",
+ dbDefaultVal: '',
+ dbType: 'string',
+ dbIsKey: '0',
+ dbIsNull: '1',
+ isShowForm: '0',
+ isShowList: '0',
+ fieldShowType: 'text',
+ fieldLength: '120',
+ queryMode: 'single',
orderNum: 6
}]
}
function d() {
return [{
- dbFieldName: "pid",
- dbFieldTxt: "父级节点",
+ dbFieldName: 'pid',
+ dbFieldTxt: '父级节点',
dbLength: 32,
dbPointLength: 0,
- dbDefaultVal: "",
- dbType: "string",
- dbIsKey: "0",
- dbIsNull: "1",
- isShowForm: "1",
- isShowList: "0",
- fieldShowType: "text",
- fieldLength: "120",
- queryMode: "single",
+ dbDefaultVal: '',
+ dbType: 'string',
+ dbIsKey: '0',
+ dbIsNull: '1',
+ isShowForm: '1',
+ isShowList: '0',
+ fieldShowType: 'text',
+ fieldLength: '120',
+ queryMode: 'single',
orderNum: 7
}, {
- dbFieldName: "has_child",
- dbFieldTxt: "是否有子节点",
+ dbFieldName: 'has_child',
+ dbFieldTxt: '是否有子节点',
dbLength: 3,
dbPointLength: 0,
- dbDefaultVal: "",
- dbType: "string",
- dbIsKey: "0",
- dbIsNull: "1",
- isShowForm: "0",
- isShowList: "0",
- fieldShowType: "list",
- fieldLength: "120",
- queryMode: "single",
+ dbDefaultVal: '',
+ dbType: 'string',
+ dbIsKey: '0',
+ dbIsNull: '1',
+ isShowForm: '0',
+ isShowList: '0',
+ fieldShowType: 'list',
+ fieldLength: '120',
+ queryMode: 'single',
orderNum: 8,
- dictField: "yn"
+ dictField: 'yn'
}]
}
+
var h = [{
- code: "add",
- title: "新增",
+ code: 'add',
+ title: '新增',
status: 0
}, {
- code: "edit",
- title: "编辑",
+ code: 'edit',
+ title: '编辑',
status: 0
}, {
- code: "delete",
- title: "删除",
+ code: 'delete',
+ title: '删除',
status: 0
}, {
- code: "export",
- title: "导出",
+ code: 'export',
+ title: '导出',
status: 0
}, {
- code: "import",
- title: "导入",
+ code: 'import',
+ title: '导入',
status: 0
}, {
- code: "query",
- title: "查询",
+ code: 'query',
+ title: '查询',
status: 0
}]
},
adf5: function(e, t, n) {
e.exports = {
- default: n("d2d5"),
+ default: n('d2d5'),
__esModule: !0
}
},
@@ -46177,14 +46607,14 @@
}
},
afb7: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-editable-table", {
- ref: "editableTable",
+ n = e._self._c || t
+ return n('j-editable-table', {
+ ref: 'editableTable',
attrs: {
loading: e.loading,
columns: e.columns,
@@ -46197,9 +46627,9 @@
})
},
a = [],
- i = n("a34a"),
+ i = n('a34a'),
o = n.n(i),
- s = n("e2e0");
+ s = n('e2e0')
function c(e, t, n, r, a, i, o) {
try {
@@ -46214,23 +46644,25 @@
function l(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- c(i, r, a, o, s, "next", e)
+ c(i, r, a, o, s, 'next', e)
}
function s(e) {
- c(i, r, a, o, s, "throw", e)
+ c(i, r, a, o, s, 'throw', e)
}
+
o(void 0)
}))
}
}
+
var u = {
- name: "IndexTable",
+ name: 'IndexTable',
components: {},
props: {
actionButton: {
@@ -46244,48 +46676,48 @@
loading: !1,
dataSource: [],
columns: [{
- title: "索引名称",
- key: "indexName",
- width: "330px",
- type: s["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}",
+ title: '索引名称',
+ key: 'indexName',
+ width: '330px',
+ type: s['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}]
}, {
- title: "索引栏位",
- key: "indexField",
- width: "330px",
- type: s["a"].list_multi,
+ title: '索引栏位',
+ key: 'indexField',
+ width: '330px',
+ type: s['a'].list_multi,
options: [],
- defaultValue: "",
- placeholder: "请选择${title}",
+ defaultValue: '',
+ placeholder: '请选择${title}',
validateRules: [{
required: !0,
- message: "请选择${title}"
+ message: '请选择${title}'
}],
props: {
- notFoundContent: "没有什么好选择的"
+ notFoundContent: '没有什么好选择的'
}
}, {
- title: "索引类型",
- key: "indexType",
- width: "330px",
- type: s["a"].select,
+ title: '索引类型',
+ key: 'indexType',
+ width: '330px',
+ type: s['a'].select,
options: [{
- title: "normal",
- value: "normal"
+ title: 'normal',
+ value: 'normal'
}, {
- title: "unique",
- value: "unique"
+ title: 'unique',
+ value: 'unique'
}],
- defaultValue: "normal",
- placeholder: "请选择${title}",
+ defaultValue: 'normal',
+ placeholder: '请选择${title}',
validateRules: [{
required: !0,
- message: "请选择${title}"
+ message: '请选择${title}'
}]
}]
}
@@ -46293,56 +46725,57 @@
methods: {
syncTable: function() {
var e = l(o.a.mark((function e(t) {
- var n = this;
+ var n = this
return o.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
return e.next = 2, t.$refs.editableTable.getValuesPromise(!1).then((function(e) {
- var t = [];
+ var t = []
e.forEach((function(e) {
e.dbFieldName && t.push({
title: e.dbFieldName,
value: e.dbFieldName
})
})), n.columns[1].options = t
- }));
+ }))
case 2:
- case "end":
+ case 'end':
return e.stop()
}
}), e)
- })));
+ })))
function t(t) {
return e.apply(this, arguments)
}
+
return t
}()
}
},
d = u,
- h = n("2877"),
- f = Object(h["a"])(d, r, a, !1, null, "e35d22bc", null);
- t["default"] = f.exports
+ h = n('2877'),
+ f = Object(h['a'])(d, r, a, !1, null, 'e35d22bc', null)
+ t['default'] = f.exports
},
b047: function(e, t, n) {
- var r = n("1a8c"),
- a = n("408c"),
- i = n("b4b0"),
- o = "Expected a function",
+ var r = n('1a8c'),
+ a = n('408c'),
+ i = n('b4b0'),
+ o = 'Expected a function',
s = Math.max,
- c = Math.min;
+ c = Math.min
function l(e, t, n) {
var l, u, d, h, f, m, p = 0,
_ = !1,
v = !1,
- b = !0;
- if ("function" != typeof e) throw new TypeError(o);
+ b = !0
+ if ('function' != typeof e) throw new TypeError(o)
function y(t) {
var n = l,
- r = u;
+ r = u
return l = u = void 0, p = t, h = e.apply(r, n), h
}
@@ -46353,19 +46786,19 @@
function M(e) {
var n = e - m,
r = e - p,
- a = t - n;
+ a = t - n
return v ? c(a, d - r) : a
}
function w(e) {
var n = e - m,
- r = e - p;
+ r = e - p
return void 0 === m || n >= t || n < 0 || v && r >= d
}
function L() {
- var e = a();
- if (w(e)) return O(e);
+ var e = a()
+ if (w(e)) return O(e)
f = setTimeout(L, M(e))
}
@@ -46383,16 +46816,18 @@
function C() {
var e = a(),
- n = w(e);
+ n = w(e)
if (l = arguments, u = this, m = e, n) {
- if (void 0 === f) return g(m);
+ if (void 0 === f) return g(m)
if (v) return clearTimeout(f), f = setTimeout(L, t), y(m)
}
return void 0 === f && (f = setTimeout(L, t)), h
}
- return t = i(t) || 0, r(n) && (_ = !!n.leading, v = "maxWait" in n, d = v ? s(i(n.maxWait) || 0, t) : d, b =
- "trailing" in n ? !!n.trailing : b), C.cancel = S, C.flush = k, C
+
+ return t = i(t) || 0, r(n) && (_ = !!n.leading, v = 'maxWait' in n, d = v ? s(i(n.maxWait) || 0, t) : d, b =
+ 'trailing' in n ? !!n.trailing : b), C.cancel = S, C.flush = k, C
}
+
e.exports = l
},
b047f: function(e, t) {
@@ -46401,73 +46836,75 @@
return e(t)
}
}
+
e.exports = n
},
b0dc: function(e, t, n) {
- var r = n("e4ae");
+ var r = n('e4ae')
e.exports = function(e, t, n, a) {
try {
return a ? t(r(n)[0], n[1]) : t(n)
} catch (o) {
- var i = e["return"];
+ var i = e['return']
throw void 0 !== i && r(i.call(e)), o
}
}
},
b1d4: function(e, t, n) {
- "use strict";
- n.r(t);
- var r = n("8e8e"),
+ 'use strict'
+ n.r(t)
+ var r = n('8e8e'),
a = n.n(r),
- i = n("6042"),
+ i = n('6042'),
o = n.n(i),
- s = n("9b57"),
+ s = n('9b57'),
c = n.n(s),
- l = n("1098"),
+ l = n('1098'),
u = n.n(l),
- d = n("41b2"),
+ d = n('41b2'),
h = n.n(d),
f = void 0,
m = void 0,
p = {
- position: "absolute",
- top: "-9999px",
- width: "50px",
- height: "50px"
+ position: 'absolute',
+ top: '-9999px',
+ width: '50px',
+ height: '50px'
},
- _ = "RC_TABLE_INTERNAL_COL_DEFINE";
+ _ = 'RC_TABLE_INTERNAL_COL_DEFINE'
function v(e) {
var t = e.direction,
- n = void 0 === t ? "vertical" : t,
- r = e.prefixCls;
- if ("undefined" === typeof document || "undefined" === typeof window) return 0;
- var a = "vertical" === n;
- if (a && f) return f;
- if (!a && m) return m;
- var i = document.createElement("div");
+ n = void 0 === t ? 'vertical' : t,
+ r = e.prefixCls
+ if ('undefined' === typeof document || 'undefined' === typeof window) return 0
+ var a = 'vertical' === n
+ if (a && f) return f
+ if (!a && m) return m
+ var i = document.createElement('div')
Object.keys(p).forEach((function(e) {
i.style[e] = p[e]
- })), i.className = r + "-hide-scrollbar scroll-div-append-to-body", a ? i.style.overflowY = "scroll" : i.style
- .overflowX = "scroll", document.body.appendChild(i);
- var o = 0;
+ })), i.className = r + '-hide-scrollbar scroll-div-append-to-body', a ? i.style.overflowY = 'scroll' : i.style
+ .overflowX = 'scroll', document.body.appendChild(i)
+ var o = 0
return a ? (o = i.offsetWidth - i.clientWidth, f = o) : (o = i.offsetHeight - i.clientHeight, m = o), document
.body.removeChild(i), o
}
function b(e, t, n) {
- var r = void 0;
+ var r = void 0
function a() {
- for (var a = arguments.length, i = Array(a), o = 0; o < a; o++) i[o] = arguments[o];
- var s = this;
- i[0] && i[0].persist && i[0].persist();
+ for (var a = arguments.length, i = Array(a), o = 0; o < a; o++) i[o] = arguments[o]
+ var s = this
+ i[0] && i[0].persist && i[0].persist()
var c = function() {
r = null, n || e.apply(s, i)
},
- l = n && !r;
+ l = n && !r
clearTimeout(r), r = setTimeout(c, t), l && e.apply(s, i)
}
+
return a.cancel = function() {
r && (clearTimeout(r), r = null)
}, a
@@ -46476,29 +46913,30 @@
function y(e, t) {
var n = e.indexOf(t),
r = e.slice(0, n),
- a = e.slice(n + 1, e.length);
+ a = e.slice(n + 1, e.length)
return r.concat(a)
}
- var g = n("92fa"),
+
+ var g = n('92fa'),
M = n.n(g),
- w = n("1b2b"),
+ w = n('1b2b'),
L = n.n(w),
- O = n("42454"),
+ O = n('42454'),
S = n.n(O),
- k = n("3c55"),
+ k = n('3c55'),
C = n.n(k),
- T = n("4d26"),
+ T = n('4d26'),
x = n.n(T),
- z = n("4d91"),
- D = n("6a21"),
- j = n("c8c6");
+ z = n('4d91'),
+ D = n('6a21'),
+ j = n('c8c6')
function H(e) {
var t = e,
- n = [];
+ n = []
function r(e) {
- t = h()({}, t, e);
+ t = h()({}, t, e)
for (var r = 0; r < n.length; r++) n[r]()
}
@@ -46509,23 +46947,25 @@
function i(e) {
return n.push(e),
function() {
- var t = n.indexOf(e);
+ var t = n.indexOf(e)
n.splice(t, 1)
}
}
+
return {
setState: r,
getState: a,
subscribe: i
}
}
- var E = z["a"].shape({
- subscribe: z["a"].func.isRequired,
- setState: z["a"].func.isRequired,
- getState: z["a"].func.isRequired
+
+ var E = z['a'].shape({
+ subscribe: z['a'].func.isRequired,
+ setState: z['a'].func.isRequired,
+ getState: z['a'].func.isRequired
}),
P = {
- name: "StoreProvider",
+ name: 'StoreProvider',
props: {
store: E.isRequired
},
@@ -46535,132 +46975,133 @@
}
},
render: function() {
- return this.$slots["default"][0]
+ return this.$slots['default'][0]
}
},
- A = n("8827"),
+ A = n('8827'),
Y = n.n(A),
- V = n("57ba"),
+ V = n('57ba'),
I = n.n(V),
R = function() {
function e(t) {
Y()(this, e), this.columns = t, this._cached = {}
}
+
return I()(e, [{
- key: "isAnyColumnsFixed",
+ key: 'isAnyColumnsFixed',
value: function() {
- var e = this;
- return this._cache("isAnyColumnsFixed", (function() {
+ var e = this
+ return this._cache('isAnyColumnsFixed', (function() {
return e.columns.some((function(e) {
return !!e.fixed
}))
}))
}
}, {
- key: "isAnyColumnsLeftFixed",
+ key: 'isAnyColumnsLeftFixed',
value: function() {
- var e = this;
- return this._cache("isAnyColumnsLeftFixed", (function() {
+ var e = this
+ return this._cache('isAnyColumnsLeftFixed', (function() {
return e.columns.some((function(e) {
- return "left" === e.fixed || !0 === e.fixed
+ return 'left' === e.fixed || !0 === e.fixed
}))
}))
}
}, {
- key: "isAnyColumnsRightFixed",
+ key: 'isAnyColumnsRightFixed',
value: function() {
- var e = this;
- return this._cache("isAnyColumnsRightFixed", (function() {
+ var e = this
+ return this._cache('isAnyColumnsRightFixed', (function() {
return e.columns.some((function(e) {
- return "right" === e.fixed
+ return 'right' === e.fixed
}))
}))
}
}, {
- key: "leftColumns",
+ key: 'leftColumns',
value: function() {
- var e = this;
- return this._cache("leftColumns", (function() {
+ var e = this
+ return this._cache('leftColumns', (function() {
return e.groupedColumns().filter((function(e) {
- return "left" === e.fixed || !0 === e.fixed
+ return 'left' === e.fixed || !0 === e.fixed
}))
}))
}
}, {
- key: "rightColumns",
+ key: 'rightColumns',
value: function() {
- var e = this;
- return this._cache("rightColumns", (function() {
+ var e = this
+ return this._cache('rightColumns', (function() {
return e.groupedColumns().filter((function(e) {
- return "right" === e.fixed
+ return 'right' === e.fixed
}))
}))
}
}, {
- key: "leafColumns",
+ key: 'leafColumns',
value: function() {
- var e = this;
- return this._cache("leafColumns", (function() {
+ var e = this
+ return this._cache('leafColumns', (function() {
return e._leafColumns(e.columns)
}))
}
}, {
- key: "leftLeafColumns",
+ key: 'leftLeafColumns',
value: function() {
- var e = this;
- return this._cache("leftLeafColumns", (function() {
+ var e = this
+ return this._cache('leftLeafColumns', (function() {
return e._leafColumns(e.leftColumns())
}))
}
}, {
- key: "rightLeafColumns",
+ key: 'rightLeafColumns',
value: function() {
- var e = this;
- return this._cache("rightLeafColumns", (function() {
+ var e = this
+ return this._cache('rightLeafColumns', (function() {
return e._leafColumns(e.rightColumns())
}))
}
}, {
- key: "groupedColumns",
+ key: 'groupedColumns',
value: function() {
- var e = this;
- return this._cache("groupedColumns", (function() {
+ var e = this
+ return this._cache('groupedColumns', (function() {
var t = function e(t) {
var n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 0,
r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : {},
- a = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : [];
- a[n] = a[n] || [];
+ a = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : []
+ a[n] = a[n] || []
var i = [],
o = function(e) {
- var t = a.length - n;
+ var t = a.length - n
e && !e.children && t > 1 && (!e.rowSpan || e.rowSpan < t) && (e.rowSpan = t)
- };
+ }
return t.forEach((function(s, c) {
- var l = h()({}, s);
+ var l = h()({}, s)
a[n].push(l), r.colSpan = r.colSpan || 0, l.children && l.children.length > 0 ? (l.children =
- e(l.children, n + 1, l, a), r.colSpan += l.colSpan) : r.colSpan += 1;
- for (var u = 0; u < a[n].length - 1; u += 1) o(a[n][u]);
+ e(l.children, n + 1, l, a), r.colSpan += l.colSpan) : r.colSpan += 1
+ for (var u = 0; u < a[n].length - 1; u += 1) o(a[n][u])
c + 1 === t.length && o(l), i.push(l)
})), i
- };
+ }
return t(e.columns)
}))
}
}, {
- key: "reset",
+ key: 'reset',
value: function(e) {
this.columns = e, this._cached = {}
}
}, {
- key: "_cache",
+ key: '_cache',
value: function(e, t) {
return e in this._cached || (this._cached[e] = t()), this._cached[e]
}
}, {
- key: "_leafColumns",
+ key: '_leafColumns',
value: function(e) {
var t = this,
- n = [];
+ n = []
return e.forEach((function(e) {
e.children ? n.push.apply(n, c()(t._leafColumns(e.children))) : n.push(e)
})), n
@@ -46669,10 +47110,10 @@
}(),
F = R,
$ = {
- name: "ColGroup",
+ name: 'ColGroup',
props: {
- fixed: z["a"].string,
- columns: z["a"].array
+ fixed: z['a'].string,
+ columns: z['a'].array
},
inject: {
table: {
@@ -46688,50 +47129,50 @@
r = n.prefixCls,
a = n.expandIconAsCell,
i = n.columnManager,
- o = [];
- a && "right" !== t && o.push(e("col", {
- class: r + "-expand-icon-col",
- key: "rc-table-expand-icon-col"
- }));
- var s = void 0;
- return s = "left" === t ? i.leftLeafColumns() : "right" === t ? i.rightLeafColumns() : i.leafColumns(), o =
+ o = []
+ a && 'right' !== t && o.push(e('col', {
+ class: r + '-expand-icon-col',
+ key: 'rc-table-expand-icon-col'
+ }))
+ var s = void 0
+ return s = 'left' === t ? i.leftLeafColumns() : 'right' === t ? i.rightLeafColumns() : i.leafColumns(), o =
o.concat(s.map((function(t) {
var n = t.key,
r = t.dataIndex,
a = t.width,
i = t[_],
o = void 0 !== n ? n : r,
- s = "number" === typeof a ? a + "px" : a;
- return e("col", M()([{
+ s = 'number' === typeof a ? a + 'px' : a
+ return e('col', M()([{
key: o,
style: {
width: s,
minWidth: s
}
}, i]))
- }))), e("colgroup", [o])
+ }))), e('colgroup', [o])
}
},
- N = n("0464"),
- B = n("daa3");
+ N = n('0464'),
+ B = n('daa3')
function K(e) {
- return e.name || "Component"
+ return e.name || 'Component'
}
function W(e) {
var t = e.props || {},
n = e.methods || {},
- r = {};
+ r = {}
Object.keys(t).forEach((function(e) {
r[e] = h()({}, t[e], {
required: !1
})
- })), e.props.__propsSymbol__ = z["a"].any, e.props.children = z["a"].array.def([]);
+ })), e.props.__propsSymbol__ = z['a'].any, e.props.children = z['a'].array.def([])
var a = {
props: r,
model: e.model,
- name: "Proxy_" + K(e),
+ name: 'Proxy_' + K(e),
methods: {
getProxyWrappedInstance: function() {
return this.$refs.wrappedInstance
@@ -46742,56 +47183,57 @@
n = this.$slots,
r = void 0 === n ? {} : n,
a = this.$scopedSlots,
- i = Object(B["k"])(this),
+ i = Object(B['k'])(this),
o = {
props: h()({}, i, {
__propsSymbol__: Symbol(),
componentWillReceiveProps: h()({}, i),
- children: r["default"] || i.children || []
+ children: r['default'] || i.children || []
}),
- on: Object(B["j"])(this)
- };
- Object.keys(a).length && (o.scopedSlots = a);
- var s = Object.keys(r);
+ on: Object(B['j'])(this)
+ }
+ Object.keys(a).length && (o.scopedSlots = a)
+ var s = Object.keys(r)
return t(e, M()([o, {
- ref: "wrappedInstance"
+ ref: 'wrappedInstance'
}]), [s.length ? s.map((function(e) {
- return t("template", {
+ return t('template', {
slot: e
}, [r[e]])
})) : null])
}
- };
+ }
return Object.keys(n).map((function(e) {
a.methods[e] = function() {
- var t;
+ var t
return (t = this.getProxyWrappedInstance())[e].apply(t, arguments)
}
})), a
}
function q(e) {
- return e.name || "Component"
+ return e.name || 'Component'
}
+
var U = function() {
return {}
- };
+ }
function J(e) {
var t = !!e,
- n = e || U;
+ n = e || U
return function(r) {
- var a = Object(N["a"])(r.props || {}, ["store"]),
+ var a = Object(N['a'])(r.props || {}, ['store']),
i = {
- __propsSymbol__: z["a"].any
- };
+ __propsSymbol__: z['a'].any
+ }
Object.keys(a).forEach((function(e) {
i[e] = h()({}, a[e], {
required: !1
})
- }));
+ }))
var o = {
- name: "Connect_" + q(r),
+ name: 'Connect_' + q(r),
props: i,
inject: {
storeContext: {
@@ -46801,8 +47243,8 @@
}
},
data: function() {
- return this.store = this.storeContext.store, this.preProps = Object(N["a"])(Object(B["k"])(this), [
- "__propsSymbol__"
+ return this.store = this.storeContext.store, this.preProps = Object(N['a'])(Object(B['k'])(this), [
+ '__propsSymbol__'
]), {
subscribed: n(this.store.getState(), this.$props)
}
@@ -46821,8 +47263,8 @@
methods: {
handleChange: function() {
if (this.unsubscribe) {
- var e = Object(N["a"])(Object(B["k"])(this), ["__propsSymbol__"]),
- t = n(this.store.getState(), e);
+ var e = Object(N['a'])(Object(B['k'])(this), ['__propsSymbol__']),
+ t = n(this.store.getState(), e)
L()(this.preProps, e) && L()(this.subscribed, t) || (this.subscribed = t)
}
},
@@ -46843,40 +47285,41 @@
a = this.$scopedSlots,
i = this.subscribed,
o = this.store,
- s = Object(B["k"])(this);
- this.preProps = h()({}, Object(N["a"])(s, ["__propsSymbol__"]));
+ s = Object(B['k'])(this)
+ this.preProps = h()({}, Object(N['a'])(s, ['__propsSymbol__']))
var c = {
props: h()({}, s, i, {
store: o
}),
- on: Object(B["j"])(this),
+ on: Object(B['j'])(this),
scopedSlots: a
- };
+ }
return e(r, M()([c, {
- ref: "wrappedInstance"
+ ref: 'wrappedInstance'
}]), [Object.keys(n).map((function(t) {
- return e("template", {
+ return e('template', {
slot: t
}, [n[t]])
}))])
}
- };
+ }
return W(o)
}
}
+
var G = {
props: {
- index: z["a"].number,
- fixed: z["a"].string,
- columns: z["a"].array,
- rows: z["a"].array,
- row: z["a"].array,
- components: z["a"].object,
- height: z["a"].any,
- customHeaderRow: z["a"].func,
- prefixCls: z["a"].prefixCls
+ index: z['a'].number,
+ fixed: z['a'].string,
+ columns: z['a'].array,
+ rows: z['a'].array,
+ row: z['a'].array,
+ components: z['a'].object,
+ height: z['a'].any,
+ customHeaderRow: z['a'].func,
+ prefixCls: z['a'].prefixCls
},
- name: "TableHeaderRow",
+ name: 'TableHeaderRow',
render: function(e) {
var t = this.row,
n = this.index,
@@ -46892,43 +47335,44 @@
f = d ? d.style : {},
m = h()({
height: r
- }, f);
+ }, f)
return null === m.height && delete m.height, e(l, M()([d, {
style: m
}]), [t.map((function(t, n) {
var r, i = t.column,
s = t.isLast,
l = t.children,
- d = (t.className, a()(t, ["column", "isLast", "children", "className"])),
+ d = (t.className, a()(t, ['column', 'isLast', 'children', 'className'])),
f = i.customHeaderCell ? i.customHeaderCell(i) : {},
- m = Object(B["u"])({
+ m = Object(B['u'])({
attrs: h()({}, d)
}, h()({}, f, {
key: i.key || i.dataIndex || n
- }));
+ }))
return i.align && (m.style = h()({}, f.style, {
textAlign: i.align
- })), m["class"] = x()(f["class"], f.className, i["class"], i.className, (r = {}, o()(r, c +
- "-align-" + i.align, !!i.align), o()(r, c + "-row-cell-ellipsis", !!i.ellipsis), o()(r, c +
- "-row-cell-break-word", !!i.width), o()(r, c + "-row-cell-last", s), r)), "function" === typeof u ?
+ })), m['class'] = x()(f['class'], f.className, i['class'], i.className, (r = {}, o()(r, c +
+ '-align-' + i.align, !!i.align), o()(r, c + '-row-cell-ellipsis', !!i.ellipsis), o()(r, c +
+ '-row-cell-break-word', !!i.width), o()(r, c + '-row-cell-last', s), r)), 'function' === typeof u ?
u(e, m, l) : e(u, m, [l])
}))])
}
- };
+ }
function Q(e, t) {
var n = e.fixedColumnsHeadRowsHeight,
r = t.columns,
a = t.rows,
i = t.fixed,
- o = n[0];
- return i && o && r ? "auto" === o ? "auto" : o / a.length + "px" : null
+ o = n[0]
+ return i && o && r ? 'auto' === o ? 'auto' : o / a.length + 'px' : null
}
+
var X = J((function(e, t) {
return {
height: Q(e, t)
}
- }))(G);
+ }))(G)
function Z(e) {
var t = e.columns,
@@ -46938,35 +47382,36 @@
i = e.rows,
o = void 0 === i ? [] : i,
s = e.isLast,
- c = void 0 === s || s;
+ c = void 0 === s || s
return o = o || [], o[a] = o[a] || [], n.forEach((function(e, t) {
if (e.rowSpan && o.length < e.rowSpan)
- while (o.length < e.rowSpan) o.push([]);
+ while (o.length < e.rowSpan) o.push([])
var r = c && t === n.length - 1,
i = {
key: e.key,
- className: e.className || e["class"] || "",
+ className: e.className || e['class'] || '',
children: e.title,
isLast: r,
column: e
- };
+ }
e.children && Z({
columns: e.children,
currentRow: a + 1,
rows: o,
isLast: r
- }), "colSpan" in e && (i.colSpan = e.colSpan), "rowSpan" in e && (i.rowSpan = e.rowSpan), 0 !== i.colSpan &&
+ }), 'colSpan' in e && (i.colSpan = e.colSpan), 'rowSpan' in e && (i.rowSpan = e.rowSpan), 0 !== i.colSpan &&
o[a].push(i)
})), o.filter((function(e) {
return e.length > 0
}))
}
+
var ee = {
- name: "TableHeader",
+ name: 'TableHeader',
props: {
- fixed: z["a"].string,
- columns: z["a"].array.isRequired,
- expander: z["a"].object.isRequired
+ fixed: z['a'].string,
+ columns: z['a'].array.isRequired,
+ expander: z['a'].object.isRequired
},
inject: {
table: {
@@ -46984,15 +47429,15 @@
i = t.customHeaderRow,
o = this.expander,
s = this.columns,
- c = this.fixed;
- if (!a) return null;
+ c = this.fixed
+ if (!a) return null
var l = Z({
columns: s
- });
- o.renderExpandIndentCell(l, c);
- var u = n.header.wrapper;
+ })
+ o.renderExpandIndentCell(l, c)
+ var u = n.header.wrapper
return e(u, {
- class: r + "-thead"
+ class: r + '-thead'
}, [l.map((function(t, a) {
return e(X, {
attrs: {
@@ -47010,23 +47455,24 @@
}))])
}
},
- te = n("9b02"),
- ne = n.n(te);
+ te = n('9b02'),
+ ne = n.n(te)
function re(e) {
- return e && !Object(B["t"])(e) && "[object Object]" === Object.prototype.toString.call(e)
+ return e && !Object(B['t'])(e) && '[object Object]' === Object.prototype.toString.call(e)
}
+
var ae = {
- name: "TableCell",
+ name: 'TableCell',
props: {
- record: z["a"].object,
- prefixCls: z["a"].string,
- index: z["a"].number,
- indent: z["a"].number,
- indentSize: z["a"].number,
- column: z["a"].object,
- expandIcon: z["a"].any,
- component: z["a"].any
+ record: z['a'].object,
+ prefixCls: z['a'].string,
+ index: z['a'].number,
+ indent: z['a'].number,
+ indentSize: z['a'].number,
+ column: z['a'].object,
+ expandIcon: z['a'].any,
+ component: z['a'].any
},
inject: {
table: {
@@ -47038,7 +47484,7 @@
methods: {
handleClick: function(e) {
var t = this.record,
- n = this.column.onCellClick;
+ n = this.column.onCellClick
n && n(t, e)
}
},
@@ -47055,10 +47501,10 @@
d = l.dataIndex,
f = l.customRender,
m = l.className,
- p = void 0 === m ? "" : m,
+ p = void 0 === m ? '' : m,
_ = this.table.transformCellText,
- v = void 0;
- v = "number" === typeof d || d && 0 !== d.length ? ne()(n, d) : n;
+ v = void 0
+ v = 'number' === typeof d || d && 0 !== d.length ? ne()(n, d) : n
var b = {
props: {},
attrs: {},
@@ -47067,66 +47513,71 @@
}
},
y = void 0,
- g = void 0;
- f && (v = f(v, n, s, l), re(v) && (b.attrs = v.attrs || {}, b.props = v.props || {}, b["class"] = v["class"],
+ g = void 0
+ f && (v = f(v, n, s, l), re(v) && (b.attrs = v.attrs || {}, b.props = v.props || {}, b['class'] = v['class'],
b.style = v.style, y = b.attrs.colSpan, g = b.attrs.rowSpan, v = v.children)), l.customCell && (b =
- Object(B["u"])(b, l.customCell(n, s))), re(v) && (v = null), _ && (v = _({
+ Object(B['u'])(b, l.customCell(n, s))), re(v) && (v = null), _ && (v = _({
text: v,
column: l,
record: n,
index: s
- }));
- var w = c ? t("span", {
+ }))
+ var w = c ? t('span', {
style: {
- paddingLeft: r * i + "px"
+ paddingLeft: r * i + 'px'
},
- class: a + "-indent indent-level-" + i
- }) : null;
- if (0 === g || 0 === y) return null;
+ class: a + '-indent indent-level-' + i
+ }) : null
+ if (0 === g || 0 === y) return null
l.align && (b.style = h()({
textAlign: l.align
- }, b.style));
- var L = x()(p, l["class"], (e = {}, o()(e, a + "-cell-ellipsis", !!l.ellipsis), o()(e, a +
- "-cell-break-word", !!l.width), e));
- return l.ellipsis && "string" === typeof v && (b.attrs.title = v), t(u, M()([{
+ }, b.style))
+ var L = x()(p, l['class'], (e = {}, o()(e, a + '-cell-ellipsis', !!l.ellipsis), o()(e, a +
+ '-cell-break-word', !!l.width), e))
+ return l.ellipsis && 'string' === typeof v && (b.attrs.title = v), t(u, M()([{
class: L
}, b]), [w, c, v])
}
},
- ie = n("b488");
+ ie = n('b488')
+
+ function oe() {
+ }
- function oe() {}
var se = {
- name: "TableRow",
- mixins: [ie["a"]],
- props: Object(B["s"])({
- customRow: z["a"].func,
- record: z["a"].object,
- prefixCls: z["a"].string,
- columns: z["a"].array,
- height: z["a"].oneOfType([z["a"].string, z["a"].number]),
- index: z["a"].number,
- rowKey: z["a"].oneOfType([z["a"].string, z["a"].number]).isRequired,
- className: z["a"].string,
- indent: z["a"].number,
- indentSize: z["a"].number,
- hasExpandIcon: z["a"].func,
- hovered: z["a"].bool.isRequired,
- visible: z["a"].bool.isRequired,
- store: z["a"].object.isRequired,
- fixed: z["a"].oneOfType([z["a"].string, z["a"].bool]),
- renderExpandIcon: z["a"].func,
- renderExpandIconCell: z["a"].func,
- components: z["a"].any,
- expandedRow: z["a"].bool,
- isAnyColumnsFixed: z["a"].bool,
- ancestorKeys: z["a"].array.isRequired,
- expandIconColumnIndex: z["a"].number,
- expandRowByClick: z["a"].bool
+ name: 'TableRow',
+ mixins: [ie['a']],
+ props: Object(B['s'])({
+ customRow: z['a'].func,
+ record: z['a'].object,
+ prefixCls: z['a'].string,
+ columns: z['a'].array,
+ height: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ index: z['a'].number,
+ rowKey: z['a'].oneOfType([z['a'].string, z['a'].number]).isRequired,
+ className: z['a'].string,
+ indent: z['a'].number,
+ indentSize: z['a'].number,
+ hasExpandIcon: z['a'].func,
+ hovered: z['a'].bool.isRequired,
+ visible: z['a'].bool.isRequired,
+ store: z['a'].object.isRequired,
+ fixed: z['a'].oneOfType([z['a'].string, z['a'].bool]),
+ renderExpandIcon: z['a'].func,
+ renderExpandIconCell: z['a'].func,
+ components: z['a'].any,
+ expandedRow: z['a'].bool,
+ isAnyColumnsFixed: z['a'].bool,
+ ancestorKeys: z['a'].array.isRequired,
+ expandIconColumnIndex: z['a'].number,
+ expandRowByClick: z['a'].bool
}, {
- hasExpandIcon: function() {},
- renderExpandIcon: function() {},
- renderExpandIconCell: function() {}
+ hasExpandIcon: function() {
+ },
+ renderExpandIcon: function() {
+ },
+ renderExpandIconCell: function() {
+ }
}),
data: function() {
return {
@@ -47134,7 +47585,7 @@
}
},
mounted: function() {
- var e = this;
+ var e = this
this.shouldRender && this.$nextTick((function() {
e.saveRowRef()
}))
@@ -47145,7 +47596,7 @@
}
},
updated: function() {
- var e = this;
+ var e = this
this.shouldRender && !this.rowRef && this.$nextTick((function() {
e.saveRowRef()
}))
@@ -47154,41 +47605,41 @@
onRowClick: function(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : oe,
n = this.record,
- r = this.index;
- this.__emit("rowClick", n, r, e), t(e)
+ r = this.index
+ this.__emit('rowClick', n, r, e), t(e)
},
onRowDoubleClick: function(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : oe,
n = this.record,
- r = this.index;
- this.__emit("rowDoubleClick", n, r, e), t(e)
+ r = this.index
+ this.__emit('rowDoubleClick', n, r, e), t(e)
},
onContextMenu: function(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : oe,
n = this.record,
- r = this.index;
- this.__emit("rowContextmenu", n, r, e), t(e)
+ r = this.index
+ this.__emit('rowContextmenu', n, r, e), t(e)
},
onMouseEnter: function(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : oe,
n = this.record,
r = this.index,
- a = this.rowKey;
- this.__emit("hover", !0, a), this.__emit("rowMouseenter", n, r, e), t(e)
+ a = this.rowKey
+ this.__emit('hover', !0, a), this.__emit('rowMouseenter', n, r, e), t(e)
},
onMouseLeave: function(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : oe,
n = this.record,
r = this.index,
- a = this.rowKey;
- this.__emit("hover", !1, a), this.__emit("rowMouseleave", n, r, e), t(e)
+ a = this.rowKey
+ this.__emit('hover', !1, a), this.__emit('rowMouseleave', n, r, e), t(e)
},
setExpandedRowHeight: function() {
var e = this.store,
t = this.rowKey,
n = e.getState(),
r = n.expandedRowsHeight,
- a = this.rowRef.getBoundingClientRect().height;
+ a = this.rowRef.getBoundingClientRect().height
r = h()({}, r, o()({}, t, a)), e.setState({
expandedRowsHeight: r
})
@@ -47198,7 +47649,7 @@
t = this.rowKey,
n = e.getState(),
r = n.fixedColumnsBodyRowsHeight,
- a = this.rowRef.getBoundingClientRect().height;
+ a = this.rowRef.getBoundingClientRect().height
e.setState({
fixedColumnsBodyRowsHeight: h()({}, r, o()({}, t, a))
})
@@ -47206,26 +47657,26 @@
getStyle: function() {
var e = this.height,
t = this.visible,
- n = Object(B["p"])(this);
+ n = Object(B['p'])(this)
return e && (n = h()({}, n, {
height: e
})), t || n.display || (n = h()({}, n, {
- display: "none"
+ display: 'none'
})), n
},
saveRowRef: function() {
- this.rowRef = this.$el;
+ this.rowRef = this.$el
var e = this.isAnyColumnsFixed,
t = this.fixed,
n = this.expandedRow,
- r = this.ancestorKeys;
+ r = this.ancestorKeys
e && (!t && n && this.setExpandedRowHeight(), !t && r.length >= 0 && this.setRowHeight())
}
},
render: function() {
var e = this,
- t = arguments[0];
- if (!this.shouldRender) return null;
+ t = arguments[0]
+ if (!this.shouldRender) return null
var n = this.prefixCls,
r = this.columns,
i = this.record,
@@ -47244,14 +47695,14 @@
y = this.renderExpandIconCell,
g = _.body.row,
M = _.body.cell,
- w = "";
- f && (w += " " + n + "-hover");
- var L = [];
- y(L);
+ w = ''
+ f && (w += ' ' + n + '-hover')
+ var L = []
+ y(L)
for (var O = 0; O < r.length; O += 1) {
- var S = r[O];
- Object(D["a"])(void 0 === S.onCellClick,
- "column[onCellClick] is deprecated, please use column[customCell] instead."), L.push(t(ae, {
+ var S = r[O]
+ Object(D['a'])(void 0 === S.onCellClick,
+ 'column[onCellClick] is deprecated, please use column[customCell] instead.'), L.push(t(ae, {
attrs: {
prefixCls: n,
record: i,
@@ -47266,17 +47717,17 @@
}))
}
var k = l(i, s) || {},
- C = k["class"],
+ C = k['class'],
T = k.className,
z = k.style,
- j = a()(k, ["class", "className", "style"]),
+ j = a()(k, ['class', 'className', 'style']),
H = {
- height: "number" === typeof m ? m + "px" : m
- };
- p || (H.display = "none"), H = h()({}, H, z);
- var E = x()(n, w, n + "-level-" + u, T, C),
+ height: 'number' === typeof m ? m + 'px' : m
+ }
+ p || (H.display = 'none'), H = h()({}, H, z)
+ var E = x()(n, w, n + '-level-' + u, T, C),
P = j.on || {},
- A = Object(B["u"])(h()({}, j, {
+ A = Object(B['u'])(h()({}, j, {
style: H
}), {
on: {
@@ -47299,20 +47750,21 @@
class: E
}, {
attrs: {
- "data-row-key": o
+ 'data-row-key': o
}
- });
+ })
return t(g, A, [L])
}
- };
+ }
function ce(e, t) {
var n = e.expandedRowsHeight,
r = e.fixedColumnsBodyRowsHeight,
a = t.fixed,
- i = t.rowKey;
+ i = t.rowKey
return a ? n[i] ? n[i] : r[i] ? r[i] : null : null
}
+
var le = J((function(e, t) {
var n = e.currentHoverKey,
r = e.expandedRowKeys,
@@ -47320,7 +47772,7 @@
i = t.ancestorKeys,
o = 0 === i.length || i.every((function(e) {
return r.includes(e)
- }));
+ }))
return {
visible: o,
hovered: n === a,
@@ -47328,18 +47780,18 @@
}
}))(se),
ue = {
- name: "ExpandIcon",
- mixins: [ie["a"]],
+ name: 'ExpandIcon',
+ mixins: [ie['a']],
props: {
- record: z["a"].object,
- prefixCls: z["a"].string,
- expandable: z["a"].any,
- expanded: z["a"].bool,
- needIndentSpaced: z["a"].bool
+ record: z['a'].object,
+ prefixCls: z['a'].string,
+ expandable: z['a'].any,
+ expanded: z['a'].bool,
+ needIndentSpaced: z['a'].bool
},
methods: {
onExpand: function(e) {
- this.__emit("expand", this.record, e)
+ this.__emit('expand', this.record, e)
}
},
render: function() {
@@ -47348,38 +47800,38 @@
n = this.prefixCls,
r = this.onExpand,
a = this.needIndentSpaced,
- i = this.expanded;
+ i = this.expanded
if (t) {
- var o = i ? "expanded" : "collapsed";
- return e("span", {
- class: n + "-expand-icon " + n + "-" + o,
+ var o = i ? 'expanded' : 'collapsed'
+ return e('span', {
+ class: n + '-expand-icon ' + n + '-' + o,
on: {
click: r
}
})
}
- return a ? e("span", {
- class: n + "-expand-icon " + n + "-spaced"
+ return a ? e('span', {
+ class: n + '-expand-icon ' + n + '-spaced'
}) : null
}
},
de = {
- mixins: [ie["a"]],
- name: "ExpandableRow",
+ mixins: [ie['a']],
+ name: 'ExpandableRow',
props: {
- prefixCls: z["a"].string.isRequired,
- rowKey: z["a"].oneOfType([z["a"].string, z["a"].number]).isRequired,
- fixed: z["a"].oneOfType([z["a"].string, z["a"].bool]),
- record: z["a"].oneOfType([z["a"].object, z["a"].array]).isRequired,
- indentSize: z["a"].number,
- needIndentSpaced: z["a"].bool.isRequired,
- expandRowByClick: z["a"].bool,
- expanded: z["a"].bool.isRequired,
- expandIconAsCell: z["a"].bool,
- expandIconColumnIndex: z["a"].number,
- childrenColumnName: z["a"].string,
- expandedRowRender: z["a"].func,
- expandIcon: z["a"].func
+ prefixCls: z['a'].string.isRequired,
+ rowKey: z['a'].oneOfType([z['a'].string, z['a'].number]).isRequired,
+ fixed: z['a'].oneOfType([z['a'].string, z['a'].bool]),
+ record: z['a'].oneOfType([z['a'].object, z['a'].array]).isRequired,
+ indentSize: z['a'].number,
+ needIndentSpaced: z['a'].bool.isRequired,
+ expandRowByClick: z['a'].bool,
+ expanded: z['a'].bool.isRequired,
+ expandIconAsCell: z['a'].bool,
+ expandIconColumnIndex: z['a'].number,
+ childrenColumnName: z['a'].string,
+ expandedRowRender: z['a'].func,
+ expandIcon: z['a'].func
},
beforeDestroy: function() {
this.handleDestroy()
@@ -47388,22 +47840,22 @@
hasExpandIcon: function(e) {
var t = this.$props,
n = t.expandRowByClick,
- r = t.expandIcon;
+ r = t.expandIcon
return !this.tempExpandIconAsCell && e === this.tempExpandIconColumnIndex && (!!r || !n)
},
handleExpandChange: function(e, t) {
var n = this.expanded,
- r = this.rowKey;
- this.__emit("expandedChange", !n, e, t, r)
+ r = this.rowKey
+ this.__emit('expandedChange', !n, e, t, r)
},
handleDestroy: function() {
var e = this.rowKey,
- t = this.record;
- this.__emit("expandedChange", !1, t, null, e, !0)
+ t = this.record
+ this.__emit('expandedChange', !1, t, null, e, !0)
},
handleRowClick: function(e, t, n) {
- var r = this.expandRowByClick;
- r && this.handleExpandChange(e, n), this.__emit("rowClick", e, t, n)
+ var r = this.expandRowByClick
+ r && this.handleExpandChange(e, n), this.__emit('rowClick', e, t, n)
},
renderExpandIcon: function() {
var e = this.$createElement,
@@ -47411,7 +47863,7 @@
n = this.expanded,
r = this.record,
a = this.needIndentSpaced,
- i = this.expandIcon;
+ i = this.expandIcon
return i ? i({
prefixCls: t,
expanded: n,
@@ -47433,12 +47885,12 @@
})
},
renderExpandIconCell: function(e) {
- var t = this.$createElement;
+ var t = this.$createElement
if (this.tempExpandIconAsCell) {
- var n = this.prefixCls;
- e.push(t("td", {
- class: n + "-expand-icon-cell",
- key: "rc-table-expand-icon-cell"
+ var n = this.prefixCls
+ e.push(t('td', {
+ class: n + '-expand-icon-cell',
+ key: 'rc-table-expand-icon-cell'
}, [this.renderExpandIcon()]))
}
}
@@ -47450,11 +47902,11 @@
r = this.record,
a = this.fixed,
i = this.$scopedSlots,
- o = this.expanded;
- this.tempExpandIconAsCell = "right" !== a && this.expandIconAsCell, this.tempExpandIconColumnIndex =
- "right" !== a ? this.expandIconColumnIndex : -1;
- var s = r[e];
- this.expandable = !(!s && !t);
+ o = this.expanded
+ this.tempExpandIconAsCell = 'right' !== a && this.expandIconAsCell, this.tempExpandIconColumnIndex =
+ 'right' !== a ? this.expandIconColumnIndex : -1
+ var s = r[e]
+ this.expandable = !(!s && !t)
var c = {
props: {
indentSize: n,
@@ -47466,31 +47918,33 @@
on: {
rowClick: this.handleRowClick
}
- };
- return i["default"] && i["default"](c)
+ }
+ return i['default'] && i['default'](c)
}
},
he = J((function(e, t) {
var n = e.expandedRowKeys,
- r = t.rowKey;
+ r = t.rowKey
return {
expanded: n.includes(r)
}
- }))(de);
+ }))(de)
+
+ function fe() {
+ }
- function fe() {}
var me, pe = {
- name: "BaseTable",
+ name: 'BaseTable',
props: {
- fixed: z["a"].oneOfType([z["a"].string, z["a"].bool]),
- columns: z["a"].array.isRequired,
- tableClassName: z["a"].string.isRequired,
- hasHead: z["a"].bool.isRequired,
- hasBody: z["a"].bool.isRequired,
- store: z["a"].object.isRequired,
- expander: z["a"].object.isRequired,
- getRowKey: z["a"].func,
- isAnyColumnsFixed: z["a"].bool
+ fixed: z['a'].oneOfType([z['a'].string, z['a'].bool]),
+ columns: z['a'].array.isRequired,
+ tableClassName: z['a'].string.isRequired,
+ hasHead: z['a'].bool.isRequired,
+ hasBody: z['a'].bool.isRequired,
+ store: z['a'].object.isRequired,
+ expander: z['a'].object.isRequired,
+ getRowKey: z['a'].func,
+ isAnyColumnsFixed: z['a'].bool
},
inject: {
table: {
@@ -47506,11 +47960,11 @@
r = void 0 === n ? [] : n,
a = t.fixed,
i = this.table,
- o = i.$props.prefixCls;
+ o = i.$props.prefixCls
return (e || r).map((function(e) {
return h()({}, e, {
- className: e.fixed && !a ? x()(o + "-fixed-columns-in-body", e.className || e["class"]) : e.className ||
- e["class"]
+ className: e.fixed && !a ? x()(o + '-fixed-columns-in-body', e.className || e['class']) : e.className ||
+ e['class']
})
}))
},
@@ -47522,19 +47976,19 @@
renderRows: function(e, t) {
for (var n = this, r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : [], a = this.$createElement,
i = this.table, o = i.columnManager, s = i.sComponents, c = i.prefixCls, l = i.childrenColumnName, u = i
- .rowClassName, d = i.customRow, f = void 0 === d ? fe : d, m = Object(B["j"])(this.table), p = m.rowClick,
+ .rowClassName, d = i.customRow, f = void 0 === d ? fe : d, m = Object(B['j'])(this.table), p = m.rowClick,
_ = void 0 === p ? fe : p, v = m.rowDoubleclick, b = void 0 === v ? fe : v, y = m.rowContextmenu, g =
void 0 === y ? fe : y, M = m.rowMouseenter, w = void 0 === M ? fe : M, L = m.rowMouseleave, O = void 0 ===
L ? fe : L, S = this.getRowKey, k = this.fixed, C = this.expander, T = this.isAnyColumnsFixed, x = [], z =
function(i) {
var d = e[i],
m = S(d, i),
- p = "string" === typeof u ? u : u(d, i, t),
- v = {};
- o.isAnyColumnsFixed() && (v.hover = n.handleRowHover);
- var y = void 0;
- y = "left" === k ? o.leftLeafColumns() : "right" === k ? o.rightLeafColumns() : n.getColumns(o.leafColumns());
- var M = c + "-row",
+ p = 'string' === typeof u ? u : u(d, i, t),
+ v = {}
+ o.isAnyColumnsFixed() && (v.hover = n.handleRowHover)
+ var y = void 0
+ y = 'left' === k ? o.leftLeafColumns() : 'right' === k ? o.rightLeafColumns() : n.getColumns(o.leafColumns())
+ var M = c + '-row',
L = {
props: h()({}, C.props, {
fixed: k,
@@ -47551,7 +48005,7 @@
},
scopedSlots: {
default: function(e) {
- var n = Object(B["u"])({
+ var n = Object(B['u'])({
props: {
fixed: k,
indent: t,
@@ -47573,15 +48027,15 @@
rowMouseleave: O
}, v),
class: p,
- ref: "row_" + i + "_" + t
- }, e);
+ ref: 'row_' + i + '_' + t
+ }, e)
return a(le, n)
}
}
},
- z = a(he, L);
+ z = a(he, L)
x.push(z), C.renderRows(n.renderRows, x, d, i, t, k, m, r)
- }, D = 0; D < e.length; D += 1) z(D);
+ }, D = 0; D < e.length; D += 1) z(D)
return x
}
},
@@ -47601,27 +48055,27 @@
h = s.fixed,
f = s.isAnyColumnsFixed,
m = this.getColumns(),
- p = {};
+ p = {}
if (!h && a.x) {
- var _ = f ? "max-content" : "auto";
- p.width = !0 === a.x ? _ : a.x, p.width = "number" === typeof p.width ? p.width + "px" : p.width
+ var _ = f ? 'max-content' : 'auto'
+ p.width = !0 === a.x ? _ : a.x, p.width = 'number' === typeof p.width ? p.width + 'px' : p.width
}
if (h) {
var v = m.reduce((function(e, t) {
- var n = t.width;
+ var n = t.width
return e + parseFloat(n, 10)
- }), 0);
- v > 0 && (p.width = v + "px")
+ }), 0)
+ v > 0 && (p.width = v + 'px')
}
- var b = d ? n.table : "table",
+ var b = d ? n.table : 'table',
y = n.body.wrapper,
- g = void 0;
+ g = void 0
return d && (g = e(y, {
- class: r + "-tbody"
+ class: r + '-tbody'
}, [this.renderRows(i, 0)]), o && (g = o(g))), e(b, {
class: l,
style: p,
- key: "table"
+ key: 'table'
}, [e($, {
attrs: {
columns: m,
@@ -47638,13 +48092,13 @@
},
_e = J()(pe),
ve = {
- name: "HeadTable",
+ name: 'HeadTable',
props: {
- fixed: z["a"].oneOfType([z["a"].string, z["a"].bool]),
- columns: z["a"].array.isRequired,
- tableClassName: z["a"].string.isRequired,
- handleBodyScrollLeft: z["a"].func.isRequired,
- expander: z["a"].object.isRequired
+ fixed: z['a'].oneOfType([z['a'].string, z['a'].bool]),
+ columns: z['a'].array.isRequired,
+ tableClassName: z['a'].string.isRequired,
+ handleBodyScrollLeft: z['a'].func.isRequired,
+ expander: z['a'].object.isRequired
},
inject: {
table: {
@@ -47668,26 +48122,27 @@
h = s.useFixedHeader,
f = {},
m = v({
- direction: "vertical"
- });
+ direction: 'vertical'
+ })
if (l.y) {
- h = !0;
+ h = !0
var p = v({
- direction: "horizontal",
+ direction: 'horizontal',
prefixCls: c
- });
- p > 0 && !n && (f.marginBottom = "-" + p + "px", f.paddingBottom = "0px", f.minWidth = m + "px", f.overflowX =
- "scroll", f.overflowY = 0 === m ? "hidden" : "scroll")
+ })
+ p > 0 && !n && (f.marginBottom = '-' + p + 'px', f.paddingBottom = '0px', f.minWidth = m + 'px', f.overflowX =
+ 'scroll', f.overflowY = 0 === m ? 'hidden' : 'scroll')
}
- return h && u ? e("div", M()([{
- key: "headTable"
+ return h && u ? e('div', M()([{
+ key: 'headTable'
}, {
directives: [{
- name: "ant-ref",
- value: n ? function() {} : d("headTable")
+ name: 'ant-ref',
+ value: n ? function() {
+ } : d('headTable')
}]
}, {
- class: x()(c + "-header", o()({}, c + "-hide-scrollbar", m > 0)),
+ class: x()(c + '-header', o()({}, c + '-hide-scrollbar', m > 0)),
style: f,
on: {
scroll: a
@@ -47705,16 +48160,16 @@
}
},
be = {
- name: "BodyTable",
+ name: 'BodyTable',
props: {
- fixed: z["a"].oneOfType([z["a"].string, z["a"].bool]),
- columns: z["a"].array.isRequired,
- tableClassName: z["a"].string.isRequired,
- handleBodyScroll: z["a"].func.isRequired,
- handleWheel: z["a"].func.isRequired,
- getRowKey: z["a"].func.isRequired,
- expander: z["a"].object.isRequired,
- isAnyColumnsFixed: z["a"].bool
+ fixed: z['a'].oneOfType([z['a'].string, z['a'].bool]),
+ columns: z['a'].array.isRequired,
+ tableClassName: z['a'].string.isRequired,
+ handleBodyScroll: z['a'].func.isRequired,
+ handleWheel: z['a'].func.isRequired,
+ getRowKey: z['a'].func.isRequired,
+ expander: z['a'].object.isRequired,
+ isAnyColumnsFixed: z['a'].bool
},
inject: {
table: {
@@ -47740,15 +48195,15 @@
m = f.useFixedHeader,
p = f.saveRef,
_ = h()({}, this.table.bodyStyle),
- b = {};
- if ((r.x || i) && (_.overflowX = _.overflowX || "scroll", _.WebkitTransform = "translate3d (0, 0, 0)"), r.y) {
- var y = _.maxHeight || r.y;
- y = "number" === typeof y ? y + "px" : y, i ? (b.maxHeight = y, b.overflowY = _.overflowY || "scroll") : _
- .maxHeight = y, _.overflowY = _.overflowY || "scroll", m = !0;
+ b = {}
+ if ((r.x || i) && (_.overflowX = _.overflowX || 'scroll', _.WebkitTransform = 'translate3d (0, 0, 0)'), r.y) {
+ var y = _.maxHeight || r.y
+ y = 'number' === typeof y ? y + 'px' : y, i ? (b.maxHeight = y, b.overflowY = _.overflowY || 'scroll') : _
+ .maxHeight = y, _.overflowY = _.overflowY || 'scroll', m = !0
var g = v({
- direction: "vertical"
- });
- g > 0 && i && (_.marginBottom = "-" + g + "px", _.paddingBottom = "0px")
+ direction: 'vertical'
+ })
+ g > 0 && i && (_.marginBottom = '-' + g + 'px', _.paddingBottom = '0px')
}
var w = e(_e, {
attrs: {
@@ -47761,20 +48216,20 @@
getRowKey: s,
isAnyColumnsFixed: d
}
- });
+ })
if (i && a.length) {
- var L = void 0;
- return "left" === a[0].fixed || !0 === a[0].fixed ? L = "fixedColumnsBodyLeft" : "right" === a[0].fixed &&
- (L = "fixedColumnsBodyRight"), delete _.overflowX, delete _.overflowY, e("div", {
- key: "bodyTable",
- class: n + "-body-outer",
+ var L = void 0
+ return 'left' === a[0].fixed || !0 === a[0].fixed ? L = 'fixedColumnsBodyLeft' : 'right' === a[0].fixed &&
+ (L = 'fixedColumnsBodyRight'), delete _.overflowX, delete _.overflowY, e('div', {
+ key: 'bodyTable',
+ class: n + '-body-outer',
style: h()({}, _)
- }, [e("div", M()([{
- class: n + "-body-inner",
+ }, [e('div', M()([{
+ class: n + '-body-inner',
style: b
}, {
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: p(L)
}]
}, {
@@ -47784,18 +48239,18 @@
}
}]), [w])])
}
- var O = r && (r.x || r.y);
- return e("div", M()([{
+ var O = r && (r.x || r.y)
+ return e('div', M()([{
attrs: {
tabIndex: O ? -1 : void 0
},
- key: "bodyTable",
- class: n + "-body",
+ key: 'bodyTable',
+ class: n + '-body',
style: _
}, {
directives: [{
- name: "ant-ref",
- value: p("bodyTable")
+ name: 'ant-ref',
+ value: p('bodyTable')
}]
}, {
on: {
@@ -47807,36 +48262,36 @@
},
ye = function() {
return {
- expandIconAsCell: z["a"].bool,
- expandRowByClick: z["a"].bool,
- expandedRowKeys: z["a"].array,
- expandedRowClassName: z["a"].func,
- defaultExpandAllRows: z["a"].bool,
- defaultExpandedRowKeys: z["a"].array,
- expandIconColumnIndex: z["a"].number,
- expandedRowRender: z["a"].func,
- expandIcon: z["a"].func,
- childrenColumnName: z["a"].string,
- indentSize: z["a"].number,
- columnManager: z["a"].object.isRequired,
- store: z["a"].object.isRequired,
- prefixCls: z["a"].string.isRequired,
- data: z["a"].array,
- getRowKey: z["a"].func
+ expandIconAsCell: z['a'].bool,
+ expandRowByClick: z['a'].bool,
+ expandedRowKeys: z['a'].array,
+ expandedRowClassName: z['a'].func,
+ defaultExpandAllRows: z['a'].bool,
+ defaultExpandedRowKeys: z['a'].array,
+ expandIconColumnIndex: z['a'].number,
+ expandedRowRender: z['a'].func,
+ expandIcon: z['a'].func,
+ childrenColumnName: z['a'].string,
+ indentSize: z['a'].number,
+ columnManager: z['a'].object.isRequired,
+ store: z['a'].object.isRequired,
+ prefixCls: z['a'].string.isRequired,
+ data: z['a'].array,
+ getRowKey: z['a'].func
}
},
ge = {
- name: "ExpandableTable",
- mixins: [ie["a"]],
- props: Object(B["s"])(ye(), {
+ name: 'ExpandableTable',
+ mixins: [ie['a']],
+ props: Object(B['s'])(ye(), {
expandIconAsCell: !1,
expandedRowClassName: function() {
- return ""
+ return ''
},
expandIconColumnIndex: 0,
defaultExpandAllRows: !1,
defaultExpandedRowKeys: [],
- childrenColumnName: "children",
+ childrenColumnName: 'children',
indentSize: 15
}),
data: function() {
@@ -47847,12 +48302,12 @@
a = this.defaultExpandedRowKeys,
i = this.getRowKey,
o = [],
- s = [].concat(c()(e));
+ s = [].concat(c()(e))
if (n)
for (var l = 0; l < s.length; l += 1) {
- var u = s[l];
+ var u = s[l]
o.push(i(u, l)), s = s.concat(u[t] || [])
- } else o = r || a;
+ } else o = r || a
return this.store.setState({
expandedRowsHeight: {},
expandedRowKeys: o
@@ -47866,7 +48321,7 @@
},
watch: {
expandedRowKeys: function(e) {
- var t = this;
+ var t = this
this.$nextTick((function() {
t.store.setState({
expandedRowKeys: e
@@ -47879,29 +48334,30 @@
this.latestExpandedRows = null
},
handleExpandChange: function(e, t, n, r) {
- var a = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];
- n && (n.preventDefault(), n.stopPropagation());
+ var a = arguments.length > 4 && void 0 !== arguments[4] && arguments[4]
+ n && (n.preventDefault(), n.stopPropagation())
var i = this.store.getState(),
- o = i.expandedRowKeys;
- if (e) o = [].concat(c()(o), [r]);
+ o = i.expandedRowKeys
+ if (e) o = [].concat(c()(o), [r])
else {
- var s = o.indexOf(r); - 1 !== s && (o = y(o, r))
+ var s = o.indexOf(r);
+ -1 !== s && (o = y(o, r))
}
this.expandedRowKeys || this.store.setState({
expandedRowKeys: o
}), this.latestExpandedRows && L()(this.latestExpandedRows, o) || (this.latestExpandedRows = o, this.__emit(
- "expandedRowsChange", o)), a || this.__emit("expand", e, t)
+ 'expandedRowsChange', o)), a || this.__emit('expand', e, t)
},
renderExpandIndentCell: function(e, t) {
var n = this.prefixCls,
- r = this.expandIconAsCell;
- if (r && "right" !== t && e.length) {
+ r = this.expandIconAsCell
+ if (r && 'right' !== t && e.length) {
var a = {
- key: "rc-table-expand-icon-cell",
- className: n + "-expand-icon-th",
- title: "",
+ key: 'rc-table-expand-icon-cell',
+ className: n + '-expand-icon-th',
+ title: '',
rowSpan: e.length
- };
+ }
e[0].unshift(h()({}, a, {
column: a
}))
@@ -47914,32 +48370,32 @@
u = this.expandIconAsCell,
d = this.indentSize,
h = a[a.length - 1],
- f = h + "-extra-row",
+ f = h + '-extra-row',
m = {
body: {
- row: "tr",
- cell: "td"
+ row: 'tr',
+ cell: 'td'
}
},
- p = void 0;
- p = "left" === o ? this.columnManager.leftLeafColumns().length : "right" === o ? this.columnManager.rightLeafColumns()
- .length : this.columnManager.leafColumns().length;
+ p = void 0
+ p = 'left' === o ? this.columnManager.leftLeafColumns().length : 'right' === o ? this.columnManager.rightLeafColumns()
+ .length : this.columnManager.leafColumns().length
var _ = [{
- key: "extra-row",
+ key: 'extra-row',
customRender: function() {
var r = s.store.getState(),
a = r.expandedRowKeys,
- c = a.includes(h);
+ c = a.includes(h)
return {
attrs: {
colSpan: p
},
- children: "right" !== o ? n(e, t, i, c) : " "
+ children: 'right' !== o ? n(e, t, i, c) : ' '
}
}
- }];
- return u && "right" !== o && _.unshift({
- key: "expand-icon-placeholder",
+ }]
+ return u && 'right' !== o && _.unshift({
+ key: 'expand-icon-placeholder',
customRender: function() {
return null
}
@@ -47949,13 +48405,14 @@
columns: _,
rowKey: f,
ancestorKeys: a,
- prefixCls: l + "-expanded-row",
+ prefixCls: l + '-expanded-row',
indentSize: d,
indent: i,
fixed: o,
components: m,
expandedRow: !0,
- hasExpandIcon: function() {}
+ hasExpandIcon: function() {
+ }
},
class: r
})
@@ -47966,7 +48423,7 @@
d = this.childrenColumnName,
h = n[d],
f = [].concat(c()(s), [o]),
- m = a + 1;
+ m = a + 1
u && t.push(this.renderExpandedRow(n, r, u, l(n, r, a), f, m, i)), h && t.push.apply(t, c()(e(h, m, f)))
}
},
@@ -47974,13 +48431,13 @@
var e = this.data,
t = this.childrenColumnName,
n = this.$scopedSlots,
- r = Object(B["k"])(this),
+ r = Object(B['k'])(this),
a = e.some((function(e) {
return e[t]
- }));
- return n["default"] && n["default"]({
+ }))
+ return n['default'] && n['default']({
props: r,
- on: Object(B["j"])(this),
+ on: Object(B['j'])(this),
needIndentSpaced: a,
renderRows: this.renderRows,
handleExpandChange: this.handleExpandChange,
@@ -47990,60 +48447,60 @@
},
Me = J()(ge),
we = {
- name: "Table",
- mixins: [ie["a"]],
- props: Object(B["s"])({
- data: z["a"].array,
- useFixedHeader: z["a"].bool,
- columns: z["a"].array,
- prefixCls: z["a"].string,
- bodyStyle: z["a"].object,
- rowKey: z["a"].oneOfType([z["a"].string, z["a"].func]),
- rowClassName: z["a"].oneOfType([z["a"].string, z["a"].func]),
- customRow: z["a"].func,
- customHeaderRow: z["a"].func,
- showHeader: z["a"].bool,
- title: z["a"].func,
- id: z["a"].string,
- footer: z["a"].func,
- emptyText: z["a"].any,
- scroll: z["a"].object,
- rowRef: z["a"].func,
- getBodyWrapper: z["a"].func,
- components: z["a"].shape({
- table: z["a"].any,
- header: z["a"].shape({
- wrapper: z["a"].any,
- row: z["a"].any,
- cell: z["a"].any
+ name: 'Table',
+ mixins: [ie['a']],
+ props: Object(B['s'])({
+ data: z['a'].array,
+ useFixedHeader: z['a'].bool,
+ columns: z['a'].array,
+ prefixCls: z['a'].string,
+ bodyStyle: z['a'].object,
+ rowKey: z['a'].oneOfType([z['a'].string, z['a'].func]),
+ rowClassName: z['a'].oneOfType([z['a'].string, z['a'].func]),
+ customRow: z['a'].func,
+ customHeaderRow: z['a'].func,
+ showHeader: z['a'].bool,
+ title: z['a'].func,
+ id: z['a'].string,
+ footer: z['a'].func,
+ emptyText: z['a'].any,
+ scroll: z['a'].object,
+ rowRef: z['a'].func,
+ getBodyWrapper: z['a'].func,
+ components: z['a'].shape({
+ table: z['a'].any,
+ header: z['a'].shape({
+ wrapper: z['a'].any,
+ row: z['a'].any,
+ cell: z['a'].any
}),
- body: z["a"].shape({
- wrapper: z["a"].any,
- row: z["a"].any,
- cell: z["a"].any
+ body: z['a'].shape({
+ wrapper: z['a'].any,
+ row: z['a'].any,
+ cell: z['a'].any
})
}),
- expandIconAsCell: z["a"].bool,
- expandedRowKeys: z["a"].array,
- expandedRowClassName: z["a"].func,
- defaultExpandAllRows: z["a"].bool,
- defaultExpandedRowKeys: z["a"].array,
- expandIconColumnIndex: z["a"].number,
- expandedRowRender: z["a"].func,
- childrenColumnName: z["a"].string,
- indentSize: z["a"].number,
- expandRowByClick: z["a"].bool,
- expandIcon: z["a"].func,
- tableLayout: z["a"].string,
- transformCellText: z["a"].func
+ expandIconAsCell: z['a'].bool,
+ expandedRowKeys: z['a'].array,
+ expandedRowClassName: z['a'].func,
+ defaultExpandAllRows: z['a'].bool,
+ defaultExpandedRowKeys: z['a'].array,
+ expandIconColumnIndex: z['a'].number,
+ expandedRowRender: z['a'].func,
+ childrenColumnName: z['a'].string,
+ indentSize: z['a'].number,
+ expandRowByClick: z['a'].bool,
+ expandIcon: z['a'].func,
+ tableLayout: z['a'].string,
+ transformCellText: z['a'].func
}, {
data: [],
useFixedHeader: !1,
- rowKey: "key",
+ rowKey: 'key',
rowClassName: function() {
- return ""
+ return ''
},
- prefixCls: "rc-table",
+ prefixCls: 'rc-table',
bodyStyle: {},
showHeader: !0,
scroll: {},
@@ -48051,24 +48508,25 @@
return null
},
emptyText: function() {
- return "No Data"
+ return 'No Data'
},
- customHeaderRow: function() {}
+ customHeaderRow: function() {
+ }
}),
data: function() {
return this.preData = [].concat(c()(this.data)), {
columnManager: new F(this.columns),
sComponents: S()({
- table: "table",
+ table: 'table',
header: {
- wrapper: "thead",
- row: "tr",
- cell: "th"
+ wrapper: 'thead',
+ row: 'tr',
+ cell: 'th'
},
body: {
- wrapper: "tbody",
- row: "tr",
- cell: "td"
+ wrapper: 'tbody',
+ row: 'tr',
+ cell: 'td'
}
}, this.components)
}
@@ -48076,16 +48534,16 @@
watch: {
components: function() {
this._components = S()({
- table: "table",
+ table: 'table',
header: {
- wrapper: "thead",
- row: "tr",
- cell: "th"
+ wrapper: 'thead',
+ row: 'tr',
+ cell: 'th'
},
body: {
- wrapper: "tbody",
- row: "tr",
- cell: "td"
+ wrapper: 'tbody',
+ row: 'tr',
+ cell: 'td'
}
}, this.components)
},
@@ -48093,7 +48551,7 @@
e && this.columnManager.reset(e)
},
data: function(e) {
- var t = this;
+ var t = this
0 === e.length && this.hasScrollX() && this.$nextTick((function() {
t.resetScrollX()
}))
@@ -48101,14 +48559,14 @@
},
created: function() {
var e = this;
- ["rowClick", "rowDoubleclick", "rowContextmenu", "rowMouseenter", "rowMouseleave"].forEach((function(t) {
- Object(D["a"])(void 0 === Object(B["j"])(e)[t], t + " is deprecated, please use customRow instead.")
- })), Object(D["a"])(void 0 === this.getBodyWrapper,
- "getBodyWrapper is deprecated, please use custom components instead."), this.store = H({
+ ['rowClick', 'rowDoubleclick', 'rowContextmenu', 'rowMouseenter', 'rowMouseleave'].forEach((function(t) {
+ Object(D['a'])(void 0 === Object(B['j'])(e)[t], t + ' is deprecated, please use customRow instead.')
+ })), Object(D['a'])(void 0 === this.getBodyWrapper,
+ 'getBodyWrapper is deprecated, please use custom components instead.'), this.store = H({
currentHoverKey: null,
fixedColumnsHeadRowsHeight: [],
fixedColumnsBodyRowsHeight: {}
- }), this.setScrollPosition("left"), this.debouncedWindowResize = b(this.handleWindowResize, 150)
+ }), this.setScrollPosition('left'), this.debouncedWindowResize = b(this.handleWindowResize, 150)
},
provide: function() {
return {
@@ -48116,18 +48574,18 @@
}
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
- e.columnManager.isAnyColumnsFixed() && (e.handleWindowResize(), e.resizeEvent = Object(j["a"])(window,
- "resize", e.debouncedWindowResize)), e.ref_headTable && (e.ref_headTable.scrollLeft = 0), e.ref_bodyTable &&
+ e.columnManager.isAnyColumnsFixed() && (e.handleWindowResize(), e.resizeEvent = Object(j['a'])(window,
+ 'resize', e.debouncedWindowResize)), e.ref_headTable && (e.ref_headTable.scrollLeft = 0), e.ref_bodyTable &&
(e.ref_bodyTable.scrollLeft = 0)
}))
},
updated: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.columnManager.isAnyColumnsFixed() && (e.handleWindowResize(), e.resizeEvent || (e.resizeEvent =
- Object(j["a"])(window, "resize", e.debouncedWindowResize)))
+ Object(j['a'])(window, 'resize', e.debouncedWindowResize)))
}))
},
beforeDestroy: function() {
@@ -48136,25 +48594,25 @@
methods: {
getRowKey: function(e, t) {
var n = this.rowKey,
- r = "function" === typeof n ? n(e, t) : e[n];
- return Object(D["a"])(void 0 !== r,
- "Each record in table should have a unique `key` prop,or set `rowKey` to an unique primary key."), void 0 ===
+ r = 'function' === typeof n ? n(e, t) : e[n]
+ return Object(D['a'])(void 0 !== r,
+ 'Each record in table should have a unique `key` prop,or set `rowKey` to an unique primary key.'), void 0 ===
r ? t : r
},
setScrollPosition: function(e) {
if (this.scrollPosition = e, this.tableNode) {
- var t = this.prefixCls;
- "both" === e ? C()(this.tableNode).remove(new RegExp("^" + t + "-scroll-position-.+$")).add(t +
- "-scroll-position-left").add(t + "-scroll-position-right") : C()(this.tableNode).remove(new RegExp("^" +
- t + "-scroll-position-.+$")).add(t + "-scroll-position-" + e)
+ var t = this.prefixCls
+ 'both' === e ? C()(this.tableNode).remove(new RegExp('^' + t + '-scroll-position-.+$')).add(t +
+ '-scroll-position-left').add(t + '-scroll-position-right') : C()(this.tableNode).remove(new RegExp('^' +
+ t + '-scroll-position-.+$')).add(t + '-scroll-position-' + e)
}
},
setScrollPositionClassName: function() {
var e = this.ref_bodyTable,
t = 0 === e.scrollLeft,
- n = e.scrollLeft + 1 >= e.children[0].getBoundingClientRect().width - e.getBoundingClientRect().width;
- t && n ? this.setScrollPosition("both") : t ? this.setScrollPosition("left") : n ? this.setScrollPosition(
- "right") : "middle" !== this.scrollPosition && this.setScrollPosition("middle")
+ n = e.scrollLeft + 1 >= e.children[0].getBoundingClientRect().width - e.getBoundingClientRect().width
+ t && n ? this.setScrollPosition('both') : t ? this.setScrollPosition('left') : n ? this.setScrollPosition(
+ 'right') : 'middle' !== this.scrollPosition && this.setScrollPosition('middle')
},
isTableLayoutFixed: function() {
var e = this.$props,
@@ -48163,31 +48621,31 @@
r = void 0 === n ? [] : n,
a = e.useFixedHeader,
i = e.scroll,
- o = void 0 === i ? {} : i;
- return "undefined" !== typeof t ? "fixed" === t : !!r.some((function(e) {
- var t = e.ellipsis;
+ o = void 0 === i ? {} : i
+ return 'undefined' !== typeof t ? 'fixed' === t : !!r.some((function(e) {
+ var t = e.ellipsis
return !!t
- })) || (!(!a && !o.y) || !(!o.x || !0 === o.x || "max-content" === o.x))
+ })) || (!(!a && !o.y) || !(!o.x || !0 === o.x || 'max-content' === o.x))
},
handleWindowResize: function() {
this.syncFixedTableRowHeight(), this.setScrollPositionClassName()
},
syncFixedTableRowHeight: function() {
- var e = this.tableNode.getBoundingClientRect();
+ var e = this.tableNode.getBoundingClientRect()
if (!(void 0 !== e.height && e.height <= 0)) {
var t = this.prefixCls,
- n = this.ref_headTable ? this.ref_headTable.querySelectorAll("thead") : this.ref_bodyTable.querySelectorAll(
- "thead"),
- r = this.ref_bodyTable.querySelectorAll("." + t + "-row") || [],
+ n = this.ref_headTable ? this.ref_headTable.querySelectorAll('thead') : this.ref_bodyTable.querySelectorAll(
+ 'thead'),
+ r = this.ref_bodyTable.querySelectorAll('.' + t + '-row') || [],
a = [].map.call(n, (function(e) {
- return e.getBoundingClientRect().height ? e.getBoundingClientRect().height - .5 : "auto"
+ return e.getBoundingClientRect().height ? e.getBoundingClientRect().height - .5 : 'auto'
})),
i = this.store.getState(),
o = [].reduce.call(r, (function(e, t) {
- var n = t.getAttribute("data-row-key"),
- r = t.getBoundingClientRect().height || i.fixedColumnsBodyRowsHeight[n] || "auto";
+ var n = t.getAttribute('data-row-key'),
+ r = t.getBoundingClientRect().height || i.fixedColumnsBodyRowsHeight[n] || 'auto'
return e[n] = r, e
- }), {});
+ }), {})
L()(i.fixedColumnsHeadRowsHeight, a) && L()(i.fixedColumnsBodyRowsHeight, o) || this.store.setState({
fixedColumnsHeadRowsHeight: a,
fixedColumnsBodyRowsHeight: o
@@ -48200,8 +48658,8 @@
},
hasScrollX: function() {
var e = this.scroll,
- t = void 0 === e ? {} : e;
- return "x" in t
+ t = void 0 === e ? {} : e
+ return 'x' in t
},
handleBodyScrollLeft: function(e) {
if (e.currentTarget === e.target) {
@@ -48209,22 +48667,22 @@
n = this.scroll,
r = void 0 === n ? {} : n,
a = this.ref_headTable,
- i = this.ref_bodyTable;
+ i = this.ref_bodyTable
t.scrollLeft !== this.lastScrollLeft && r.x && (t === i && a ? a.scrollLeft = t.scrollLeft : t === a && i &&
(i.scrollLeft = t.scrollLeft), this.setScrollPositionClassName()), this.lastScrollLeft = t.scrollLeft
}
},
handleBodyScrollTop: function(e) {
- var t = e.target;
+ var t = e.target
if (e.currentTarget === t) {
var n = this.scroll,
r = void 0 === n ? {} : n,
a = this.ref_headTable,
i = this.ref_bodyTable,
o = this.ref_fixedColumnsBodyLeft,
- s = this.ref_fixedColumnsBodyRight;
+ s = this.ref_fixedColumnsBodyRight
if (t.scrollTop !== this.lastScrollTop && r.y && t !== a) {
- var c = t.scrollTop;
+ var c = t.scrollTop
o && t !== o && (o.scrollTop = c), s && t !== s && (s.scrollTop = c), i && t !== i && (i.scrollTop = c)
}
this.lastScrollTop = t.scrollTop
@@ -48235,23 +48693,23 @@
},
handleWheel: function(e) {
var t = this.$props.scroll,
- n = void 0 === t ? {} : t;
+ n = void 0 === t ? {} : t
if (window.navigator.userAgent.match(/Trident\/7\./) && n.y) {
- e.preventDefault();
+ e.preventDefault()
var r = e.deltaY,
a = e.target,
i = this.ref_bodyTable,
o = this.ref_fixedColumnsBodyLeft,
s = this.ref_fixedColumnsBodyRight,
- c = 0;
+ c = 0
c = this.lastScrollTop ? this.lastScrollTop + r : r, o && a !== o && (o.scrollTop = c), s && a !== s && (
s.scrollTop = c), i && a !== i && (i.scrollTop = c)
}
},
saveRef: function(e) {
- var t = this;
+ var t = this
return function(n) {
- t["ref_" + e] = n
+ t['ref_' + e] = n
}
},
saveTableNodeRef: function(e) {
@@ -48266,29 +48724,29 @@
i = [this.renderTable({
columns: this.columnManager.groupedColumns(),
isAnyColumnsFixed: r
- }), this.renderEmptyText(), this.renderFooter()];
- return a ? e("div", {
- class: n + "-scroll"
+ }), this.renderEmptyText(), this.renderFooter()]
+ return a ? e('div', {
+ class: n + '-scroll'
}, [i]) : i
},
renderLeftFixedTable: function() {
var e = this.$createElement,
- t = this.prefixCls;
- return e("div", {
- class: t + "-fixed-left"
+ t = this.prefixCls
+ return e('div', {
+ class: t + '-fixed-left'
}, [this.renderTable({
columns: this.columnManager.leftColumns(),
- fixed: "left"
+ fixed: 'left'
})])
},
renderRightFixedTable: function() {
var e = this.$createElement,
- t = this.prefixCls;
- return e("div", {
- class: t + "-fixed-right"
+ t = this.prefixCls
+ return e('div', {
+ class: t + '-fixed-right'
}, [this.renderTable({
columns: this.columnManager.rightColumns(),
- fixed: "right"
+ fixed: 'right'
})])
},
renderTable: function(e) {
@@ -48299,9 +48757,9 @@
i = this.prefixCls,
o = this.scroll,
s = void 0 === o ? {} : o,
- c = s.x || r ? i + "-fixed" : "",
+ c = s.x || r ? i + '-fixed' : '',
l = t(ve, {
- key: "head",
+ key: 'head',
attrs: {
columns: n,
fixed: r,
@@ -48311,7 +48769,7 @@
}
}),
u = t(be, {
- key: "body",
+ key: 'body',
attrs: {
columns: n,
fixed: r,
@@ -48322,53 +48780,53 @@
expander: this.expander,
isAnyColumnsFixed: a
}
- });
+ })
return [l, u]
},
renderTitle: function() {
var e = this.$createElement,
t = this.title,
n = this.prefixCls,
- r = this.data;
- return t ? e("div", {
- class: n + "-title",
- key: "title"
+ r = this.data
+ return t ? e('div', {
+ class: n + '-title',
+ key: 'title'
}, [t(r)]) : null
},
renderFooter: function() {
var e = this.$createElement,
t = this.footer,
n = this.prefixCls,
- r = this.data;
- return t ? e("div", {
- class: n + "-footer",
- key: "footer"
+ r = this.data
+ return t ? e('div', {
+ class: n + '-footer',
+ key: 'footer'
}, [t(r)]) : null
},
renderEmptyText: function() {
var e = this.$createElement,
t = this.emptyText,
n = this.prefixCls,
- r = this.data;
- if (r.length) return null;
- var a = n + "-placeholder";
- return e("div", {
+ r = this.data
+ if (r.length) return null
+ var a = n + '-placeholder'
+ return e('div', {
class: a,
- key: "emptyText"
- }, ["function" === typeof t ? t() : t])
+ key: 'emptyText'
+ }, ['function' === typeof t ? t() : t])
}
},
render: function() {
var e, t = this,
n = arguments[0],
- r = Object(B["k"])(this),
+ r = Object(B['k'])(this),
a = this.columnManager,
i = this.getRowKey,
s = r.prefixCls,
- c = x()(r.prefixCls, (e = {}, o()(e, s + "-fixed-header", r.useFixedHeader || r.scroll && r.scroll.y), o()
- (e, s + "-scroll-position-left " + s + "-scroll-position-right", "both" === this.scrollPosition), o()(e,
- s + "-scroll-position-" + this.scrollPosition, "both" !== this.scrollPosition), o()(e, s +
- "-layout-fixed", this.isTableLayoutFixed()), e)),
+ c = x()(r.prefixCls, (e = {}, o()(e, s + '-fixed-header', r.useFixedHeader || r.scroll && r.scroll.y), o()
+ (e, s + '-scroll-position-left ' + s + '-scroll-position-right', 'both' === this.scrollPosition), o()(e,
+ s + '-scroll-position-' + this.scrollPosition, 'both' !== this.scrollPosition), o()(e, s +
+ '-layout-fixed', this.isTableLayoutFixed()), e)),
l = a.isAnyColumnsLeftFixed(),
u = a.isAnyColumnsRightFixed(),
d = {
@@ -48376,22 +48834,22 @@
columnManager: a,
getRowKey: i
}),
- on: Object(B["j"])(this),
+ on: Object(B['j'])(this),
scopedSlots: {
default: function(e) {
- return t.expander = e, n("div", M()([{
+ return t.expander = e, n('div', M()([{
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: t.saveTableNodeRef
}]
}, {
class: c
- }]), [t.renderTitle(), n("div", {
- class: s + "-content"
+ }]), [t.renderTitle(), n('div', {
+ class: s + '-content'
}, [t.renderMainTable(), l && t.renderLeftFixedTable(), u && t.renderRightFixedTable()])])
}
}
- };
+ }
return n(P, {
attrs: {
store: this.store
@@ -48400,31 +48858,31 @@
}
},
Le = {
- name: "Column",
+ name: 'Column',
props: {
- rowSpan: z["a"].number,
- colSpan: z["a"].number,
- title: z["a"].any,
- dataIndex: z["a"].string,
- width: z["a"].oneOfType([z["a"].number, z["a"].string]),
- ellipsis: z["a"].bool,
- fixed: z["a"].oneOf([!0, "left", "right"]),
- align: z["a"].oneOf(["left", "center", "right"]),
- customRender: z["a"].func,
- className: z["a"].string,
- customCell: z["a"].func,
- customHeaderCell: z["a"].func
+ rowSpan: z['a'].number,
+ colSpan: z['a'].number,
+ title: z['a'].any,
+ dataIndex: z['a'].string,
+ width: z['a'].oneOfType([z['a'].number, z['a'].string]),
+ ellipsis: z['a'].bool,
+ fixed: z['a'].oneOf([!0, 'left', 'right']),
+ align: z['a'].oneOf(['left', 'center', 'right']),
+ customRender: z['a'].func,
+ className: z['a'].string,
+ customCell: z['a'].func,
+ customHeaderCell: z['a'].func
}
},
Oe = {
- name: "ColumnGroup",
+ name: 'ColumnGroup',
props: {
- title: z["a"].any
+ title: z['a'].any
},
isTableColumnGroup: !0
},
Se = {
- name: "Table",
+ name: 'Table',
Column: Le,
ColumnGroup: Oe,
props: we.props,
@@ -48438,32 +48896,32 @@
normalize: function() {
var e = this,
t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [],
- n = [];
+ n = []
return t.forEach((function(t) {
if (t.tag) {
- var r = Object(B["i"])(t),
- a = Object(B["p"])(t),
- i = Object(B["e"])(t),
- o = Object(B["k"])(t),
- s = Object(B["h"])(t),
- c = {};
+ var r = Object(B['i'])(t),
+ a = Object(B['p'])(t),
+ i = Object(B['e'])(t),
+ o = Object(B['k'])(t),
+ s = Object(B['h'])(t),
+ c = {}
Object.keys(s).forEach((function(e) {
- var t = "on-" + e;
- c[Object(B["a"])(t)] = s[e]
- }));
- var l = Object(B["o"])(t),
- u = l["default"],
+ var t = 'on-' + e
+ c[Object(B['a'])(t)] = s[e]
+ }))
+ var l = Object(B['o'])(t),
+ u = l['default'],
d = l.title,
f = h()({
title: d
}, o, {
style: a,
class: i
- }, c);
- if (r && (f.key = r), Object(B["n"])(t).isTableColumnGroup) f.children = e.normalize("function" ===
- typeof u ? u() : u);
+ }, c)
+ if (r && (f.key = r), Object(B['n'])(t).isTableColumnGroup) f.children = e.normalize('function' ===
+ typeof u ? u() : u)
else {
- var m = t.data && t.data.scopedSlots && t.data.scopedSlots["default"];
+ var m = t.data && t.data.scopedSlots && t.data.scopedSlots['default']
f.customRender = f.customRender || m
}
n.push(f)
@@ -48475,31 +48933,31 @@
var e = arguments[0],
t = this.$slots,
n = this.normalize,
- r = Object(B["k"])(this),
- a = r.columns || n(t["default"]),
+ r = Object(B['k'])(this),
+ a = r.columns || n(t['default']),
i = {
props: h()({}, r, {
columns: a
}),
- on: Object(B["j"])(this),
- ref: "table"
- };
+ on: Object(B['j'])(this),
+ ref: 'table'
+ }
return e(we, i)
}
},
ke = Se,
- Ce = n("8bbf"),
+ Ce = n('8bbf'),
Te = n.n(Ce),
- xe = n("46cf"),
+ xe = n('46cf'),
ze = n.n(xe),
- De = n("6bb4"),
- je = n("d41d");
+ De = n('6bb4'),
+ je = n('d41d')
function He(e) {
- return He = "function" === typeof Symbol && "symbol" === typeof Symbol.iterator ? function(e) {
+ return He = 'function' === typeof Symbol && 'symbol' === typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
- return e && "function" === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" :
+ return e && 'function' === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? 'symbol' :
typeof e
}, He(e)
}
@@ -48514,9 +48972,9 @@
}
function Pe(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -48526,7 +48984,7 @@
function Ae(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? Pe(n, !0).forEach((function(t) {
Ee(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -48536,38 +48994,39 @@
}
return e
}
+
var Ye = {
- Webkit: "-webkit-",
- Moz: "-moz-",
- ms: "-ms-",
- O: "-o-"
- };
+ Webkit: '-webkit-',
+ Moz: '-moz-',
+ ms: '-ms-',
+ O: '-o-'
+ }
function Ve() {
- if (void 0 !== me) return me;
- me = "";
- var e = document.createElement("p").style,
- t = "Transform";
- for (var n in Ye) n + t in e && (me = n);
+ if (void 0 !== me) return me
+ me = ''
+ var e = document.createElement('p').style,
+ t = 'Transform'
+ for (var n in Ye) n + t in e && (me = n)
return me
}
function Ie() {
- return Ve() ? "".concat(Ve(), "TransitionProperty") : "transitionProperty"
+ return Ve() ? ''.concat(Ve(), 'TransitionProperty') : 'transitionProperty'
}
function Re() {
- return Ve() ? "".concat(Ve(), "Transform") : "transform"
+ return Ve() ? ''.concat(Ve(), 'Transform') : 'transform'
}
function Fe(e, t) {
- var n = Ie();
- n && (e.style[n] = t, "transitionProperty" !== n && (e.style.transitionProperty = t))
+ var n = Ie()
+ n && (e.style[n] = t, 'transitionProperty' !== n && (e.style.transitionProperty = t))
}
function $e(e, t) {
- var n = Re();
- n && (e.style[n] = t, "transform" !== n && (e.style.transform = t))
+ var n = Re()
+ n && (e.style[n] = t, 'transform' !== n && (e.style.transform = t))
}
function Ne(e) {
@@ -48576,9 +49035,9 @@
function Be(e) {
var t = window.getComputedStyle(e, null),
- n = t.getPropertyValue("transform") || t.getPropertyValue(Re());
- if (n && "none" !== n) {
- var r = n.replace(/[^0-9\-.,]/g, "").split(",");
+ n = t.getPropertyValue('transform') || t.getPropertyValue(Re())
+ if (n && 'none' !== n) {
+ var r = n.replace(/[^0-9\-.,]/g, '').split(',')
return {
x: parseFloat(r[12] || r[4], 0),
y: parseFloat(r[13] || r[5], 0)
@@ -48589,43 +49048,45 @@
y: 0
}
}
+
var Ke = /matrix\((.*)\)/,
- We = /matrix3d\((.*)\)/;
+ We = /matrix3d\((.*)\)/
function qe(e, t) {
var n = window.getComputedStyle(e, null),
- r = n.getPropertyValue("transform") || n.getPropertyValue(Re());
- if (r && "none" !== r) {
- var a, i = r.match(Ke);
- if (i) i = i[1], a = i.split(",").map((function(e) {
+ r = n.getPropertyValue('transform') || n.getPropertyValue(Re())
+ if (r && 'none' !== r) {
+ var a, i = r.match(Ke)
+ if (i) i = i[1], a = i.split(',').map((function(e) {
return parseFloat(e, 10)
- })), a[4] = t.x, a[5] = t.y, $e(e, "matrix(".concat(a.join(","), ")"));
+ })), a[4] = t.x, a[5] = t.y, $e(e, 'matrix('.concat(a.join(','), ')'))
else {
- var o = r.match(We)[1];
- a = o.split(",").map((function(e) {
+ var o = r.match(We)[1]
+ a = o.split(',').map((function(e) {
return parseFloat(e, 10)
- })), a[12] = t.x, a[13] = t.y, $e(e, "matrix3d(".concat(a.join(","), ")"))
+ })), a[12] = t.x, a[13] = t.y, $e(e, 'matrix3d('.concat(a.join(','), ')'))
}
- } else $e(e, "translateX(".concat(t.x, "px) translateY(").concat(t.y, "px) translateZ(0)"))
+ } else $e(e, 'translateX('.concat(t.x, 'px) translateY(').concat(t.y, 'px) translateZ(0)'))
}
- var Ue, Je = /[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source;
+
+ var Ue, Je = /[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source
function Ge(e) {
- var t = e.style.display;
- e.style.display = "none", e.offsetHeight, e.style.display = t
+ var t = e.style.display
+ e.style.display = 'none', e.offsetHeight, e.style.display = t
}
function Qe(e, t, n) {
- var r = n;
- if ("object" !== He(t)) return "undefined" !== typeof r ? ("number" === typeof r && (r = "".concat(r, "px")),
- void(e.style[t] = r)) : Ue(e, t);
+ var r = n
+ if ('object' !== He(t)) return 'undefined' !== typeof r ? ('number' === typeof r && (r = ''.concat(r, 'px')),
+ void (e.style[t] = r)) : Ue(e, t)
for (var a in t) t.hasOwnProperty(a) && Qe(e, a, t[a])
}
function Xe(e) {
var t, n, r, a = e.ownerDocument,
i = a.body,
- o = a && a.documentElement;
+ o = a && a.documentElement
return t = e.getBoundingClientRect(), n = t.left, r = t.top, n -= o.clientLeft || i.clientLeft || 0, r -= o.clientTop ||
i.clientTop || 0, {
left: n,
@@ -48634,11 +49095,11 @@
}
function Ze(e, t) {
- var n = e["page".concat(t ? "Y" : "X", "Offset")],
- r = "scroll".concat(t ? "Top" : "Left");
- if ("number" !== typeof n) {
- var a = e.document;
- n = a.documentElement[r], "number" !== typeof n && (n = a.body[r])
+ var n = e['page'.concat(t ? 'Y' : 'X', 'Offset')],
+ r = 'scroll'.concat(t ? 'Top' : 'Left')
+ if ('number' !== typeof n) {
+ var a = e.document
+ n = a.documentElement[r], 'number' !== typeof n && (n = a.body[r])
}
return n
}
@@ -48654,7 +49115,7 @@
function nt(e) {
var t = Xe(e),
n = e.ownerDocument,
- r = n.defaultView || n.parentWindow;
+ r = n.defaultView || n.parentWindow
return t.left += et(r), t.top += tt(r), t
}
@@ -48668,67 +49129,70 @@
function it(e, t, n) {
var r = n,
- a = "",
- i = at(e);
+ a = '',
+ i = at(e)
return r = r || i.defaultView.getComputedStyle(e, null), r && (a = r.getPropertyValue(t) || r[t]), a
}
- var ot = new RegExp("^(".concat(Je, ")(?!px)[a-z%]+$"), "i"),
+
+ var ot = new RegExp('^('.concat(Je, ')(?!px)[a-z%]+$'), 'i'),
st = /^(top|right|bottom|left)$/,
- ct = "currentStyle",
- lt = "runtimeStyle",
- ut = "left",
- dt = "px";
+ ct = 'currentStyle',
+ lt = 'runtimeStyle',
+ ut = 'left',
+ dt = 'px'
function ht(e, t) {
- var n = e[ct] && e[ct][t];
+ var n = e[ct] && e[ct][t]
if (ot.test(n) && !st.test(t)) {
var r = e.style,
a = r[ut],
- i = e[lt][ut];
- e[lt][ut] = e[ct][ut], r[ut] = "fontSize" === t ? "1em" : n || 0, n = r.pixelLeft + dt, r[ut] = a, e[lt][ut] =
+ i = e[lt][ut]
+ e[lt][ut] = e[ct][ut], r[ut] = 'fontSize' === t ? '1em' : n || 0, n = r.pixelLeft + dt, r[ut] = a, e[lt][ut] =
i
}
- return "" === n ? "auto" : n
+ return '' === n ? 'auto' : n
}
function ft(e, t) {
- return "left" === e ? t.useCssRight ? "right" : e : t.useCssBottom ? "bottom" : e
+ return 'left' === e ? t.useCssRight ? 'right' : e : t.useCssBottom ? 'bottom' : e
}
function mt(e) {
- return "left" === e ? "right" : "right" === e ? "left" : "top" === e ? "bottom" : "bottom" === e ? "top" :
+ return 'left' === e ? 'right' : 'right' === e ? 'left' : 'top' === e ? 'bottom' : 'bottom' === e ? 'top' :
void 0
}
function pt(e, t, n) {
- "static" === Qe(e, "position") && (e.style.position = "relative");
+ 'static' === Qe(e, 'position') && (e.style.position = 'relative')
var r = -999,
a = -999,
- i = ft("left", n),
- o = ft("top", n),
+ i = ft('left', n),
+ o = ft('top', n),
s = mt(i),
- c = mt(o);
- "left" !== i && (r = 999), "top" !== o && (a = 999);
- var l = "",
+ c = mt(o)
+ 'left' !== i && (r = 999), 'top' !== o && (a = 999)
+ var l = '',
u = nt(e);
- ("left" in t || "top" in t) && (l = Ne(e) || "", Fe(e, "none")), "left" in t && (e.style[s] = "", e.style[i] =
- "".concat(r, "px")), "top" in t && (e.style[c] = "", e.style[o] = "".concat(a, "px")), Ge(e);
+ ('left' in t || 'top' in t) && (l = Ne(e) || '', Fe(e, 'none')), 'left' in t && (e.style[s] = '', e.style[i] =
+ ''.concat(r, 'px')), 'top' in t && (e.style[c] = '', e.style[o] = ''.concat(a, 'px')), Ge(e)
var d = nt(e),
- h = {};
+ h = {}
for (var f in t)
if (t.hasOwnProperty(f)) {
var m = ft(f, n),
- p = "left" === f ? r : a,
- _ = u[f] - d[f];
+ p = 'left' === f ? r : a,
+ _ = u[f] - d[f]
h[m] = m === f ? p + _ : p - _
- } Qe(e, h), Ge(e), ("left" in t || "top" in t) && Fe(e, l);
- var v = {};
+ }
+ Qe(e, h), Ge(e), ('left' in t || 'top' in t) && Fe(e, l)
+ var v = {}
for (var b in t)
if (t.hasOwnProperty(b)) {
var y = ft(b, n),
- g = t[b] - u[b];
+ g = t[b] - u[b]
v[y] = b === y ? h[y] + g : h[y] - g
- } Qe(e, v)
+ }
+ Qe(e, v)
}
function _t(e, t) {
@@ -48737,8 +49201,8 @@
a = {
x: r.x,
y: r.y
- };
- "left" in t && (a.x = r.x + t.left - n.left), "top" in t && (a.y = r.y + t.top - n.top), qe(e, a)
+ }
+ 'left' in t && (a.x = r.x + t.left - n.left), 'top' in t && (a.y = r.y + t.top - n.top), qe(e, a)
}
function vt(e, t, n) {
@@ -48747,7 +49211,7 @@
a = r.left.toFixed(0),
i = r.top.toFixed(0),
o = t.left.toFixed(0),
- s = t.top.toFixed(0);
+ s = t.top.toFixed(0)
if (a === o && i === s) return
}
n.useCssRight || n.useCssBottom ? pt(e, t, n) : n.useCssTransform && Re() in document.body.style ? _t(e, t) :
@@ -48759,126 +49223,130 @@
}
function yt(e) {
- return "border-box" === Ue(e, "boxSizing")
+ return 'border-box' === Ue(e, 'boxSizing')
}
- "undefined" !== typeof window && (Ue = window.getComputedStyle ? it : ht);
- var gt = ["margin", "border", "padding"],
+
+ 'undefined' !== typeof window && (Ue = window.getComputedStyle ? it : ht)
+ var gt = ['margin', 'border', 'padding'],
Mt = -1,
wt = 2,
Lt = 1,
- Ot = 0;
+ Ot = 0
function St(e, t, n) {
var r, a = {},
- i = e.style;
- for (r in t) t.hasOwnProperty(r) && (a[r] = i[r], i[r] = t[r]);
+ i = e.style
+ for (r in t) t.hasOwnProperty(r) && (a[r] = i[r], i[r] = t[r])
for (r in n.call(e), t) t.hasOwnProperty(r) && (i[r] = a[r])
}
function kt(e, t, n) {
- var r, a, i, o = 0;
+ var r, a, i, o = 0
for (a = 0; a < t.length; a++)
if (r = t[a], r)
for (i = 0; i < n.length; i++) {
- var s = void 0;
- s = "border" === r ? "".concat(r).concat(n[i], "Width") : r + n[i], o += parseFloat(Ue(e, s)) || 0
+ var s = void 0
+ s = 'border' === r ? ''.concat(r).concat(n[i], 'Width') : r + n[i], o += parseFloat(Ue(e, s)) || 0
}
return o
}
+
var Ct = {
getParent: function(e) {
- var t = e;
+ var t = e
do {
t = 11 === t.nodeType && t.host ? t.host : t.parentNode
- } while (t && 1 !== t.nodeType && 9 !== t.nodeType);
+ } while (t && 1 !== t.nodeType && 9 !== t.nodeType)
return t
}
- };
+ }
function Tt(e, t, n) {
- var r = n;
- if (rt(e)) return "width" === t ? Ct.viewportWidth(e) : Ct.viewportHeight(e);
- if (9 === e.nodeType) return "width" === t ? Ct.docWidth(e) : Ct.docHeight(e);
- var a = "width" === t ? ["Left", "Right"] : ["Top", "Bottom"],
- i = "width" === t ? e.getBoundingClientRect().width : e.getBoundingClientRect().height,
+ var r = n
+ if (rt(e)) return 'width' === t ? Ct.viewportWidth(e) : Ct.viewportHeight(e)
+ if (9 === e.nodeType) return 'width' === t ? Ct.docWidth(e) : Ct.docHeight(e)
+ var a = 'width' === t ? ['Left', 'Right'] : ['Top', 'Bottom'],
+ i = 'width' === t ? e.getBoundingClientRect().width : e.getBoundingClientRect().height,
o = (Ue(e), yt(e)),
s = 0;
(null === i || void 0 === i || i <= 0) && (i = void 0, s = Ue(e, t), (null === s || void 0 === s || Number(s) <
- 0) && (s = e.style[t] || 0), s = parseFloat(s) || 0), void 0 === r && (r = o ? Lt : Mt);
+ 0) && (s = e.style[t] || 0), s = parseFloat(s) || 0), void 0 === r && (r = o ? Lt : Mt)
var c = void 0 !== i || o,
- l = i || s;
- return r === Mt ? c ? l - kt(e, ["border", "padding"], a) : s : c ? r === Lt ? l : l + (r === wt ? -kt(e, [
- "border"
- ], a) : kt(e, ["margin"], a)) : s + kt(e, gt.slice(r), a)
+ l = i || s
+ return r === Mt ? c ? l - kt(e, ['border', 'padding'], a) : s : c ? r === Lt ? l : l + (r === wt ? -kt(e, [
+ 'border'
+ ], a) : kt(e, ['margin'], a)) : s + kt(e, gt.slice(r), a)
}
- bt(["Width", "Height"], (function(e) {
- Ct["doc".concat(e)] = function(t) {
- var n = t.document;
- return Math.max(n.documentElement["scroll".concat(e)], n.body["scroll".concat(e)], Ct["viewport".concat(e)]
+
+ bt(['Width', 'Height'], (function(e) {
+ Ct['doc'.concat(e)] = function(t) {
+ var n = t.document
+ return Math.max(n.documentElement['scroll'.concat(e)], n.body['scroll'.concat(e)], Ct['viewport'.concat(e)]
(n))
- }, Ct["viewport".concat(e)] = function(t) {
- var n = "client".concat(e),
+ }, Ct['viewport'.concat(e)] = function(t) {
+ var n = 'client'.concat(e),
r = t.document,
a = r.body,
i = r.documentElement,
- o = i[n];
- return "CSS1Compat" === r.compatMode && o || a && a[n] || o
+ o = i[n]
+ return 'CSS1Compat' === r.compatMode && o || a && a[n] || o
}
- }));
+ }))
var xt = {
- position: "absolute",
- visibility: "hidden",
- display: "block"
- };
+ position: 'absolute',
+ visibility: 'hidden',
+ display: 'block'
+ }
function zt() {
- for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++) t[n] = arguments[n];
- var r, a = t[0];
+ for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++) t[n] = arguments[n]
+ var r, a = t[0]
return 0 !== a.offsetWidth ? r = Tt.apply(void 0, t) : St(a, xt, (function() {
r = Tt.apply(void 0, t)
})), r
}
function Dt(e, t) {
- for (var n in t) t.hasOwnProperty(n) && (e[n] = t[n]);
+ for (var n in t) t.hasOwnProperty(n) && (e[n] = t[n])
return e
}
- bt(["width", "height"], (function(e) {
- var t = e.charAt(0).toUpperCase() + e.slice(1);
- Ct["outer".concat(t)] = function(t, n) {
+
+ bt(['width', 'height'], (function(e) {
+ var t = e.charAt(0).toUpperCase() + e.slice(1)
+ Ct['outer'.concat(t)] = function(t, n) {
return t && zt(t, e, n ? Ot : Lt)
- };
- var n = "width" === e ? ["Left", "Right"] : ["Top", "Bottom"];
+ }
+ var n = 'width' === e ? ['Left', 'Right'] : ['Top', 'Bottom']
Ct[e] = function(t, r) {
- var a = r;
- if (void 0 === a) return t && zt(t, e, Mt);
+ var a = r
+ if (void 0 === a) return t && zt(t, e, Mt)
if (t) {
- Ue(t);
- var i = yt(t);
- return i && (a += kt(t, ["padding", "border"], n)), Qe(t, e, a)
+ Ue(t)
+ var i = yt(t)
+ return i && (a += kt(t, ['padding', 'border'], n)), Qe(t, e, a)
}
}
- }));
+ }))
var jt = {
getWindow: function(e) {
- if (e && e.document && e.setTimeout) return e;
- var t = e.ownerDocument || e;
+ if (e && e.document && e.setTimeout) return e
+ var t = e.ownerDocument || e
return t.defaultView || t.parentWindow
},
getDocument: at,
offset: function(e, t, n) {
- if ("undefined" === typeof t) return nt(e);
+ if ('undefined' === typeof t) return nt(e)
vt(e, t, n || {})
},
isWindow: rt,
each: bt,
css: Qe,
clone: function(e) {
- var t, n = {};
- for (t in e) e.hasOwnProperty(t) && (n[t] = e[t]);
- var r = e.overflow;
+ var t, n = {}
+ for (t in e) e.hasOwnProperty(t) && (n[t] = e[t])
+ var r = e.overflow
if (r)
- for (t in e) e.hasOwnProperty(t) && (n.overflow[t] = e.overflow[t]);
+ for (t in e) e.hasOwnProperty(t) && (n.overflow[t] = e.overflow[t])
return n
},
mix: Dt,
@@ -48890,36 +49358,37 @@
},
merge: function() {
for (var e = {}, t = 0; t < arguments.length; t++) jt.mix(e, t < 0 || arguments.length <= t ? void 0 :
- arguments[t]);
+ arguments[t])
return e
},
viewportWidth: 0,
viewportHeight: 0
- };
- Dt(jt, Ct);
- var Ht = jt.getParent;
+ }
+ Dt(jt, Ct)
+ var Ht = jt.getParent
function Et(e) {
- if (jt.isWindow(e) || 9 === e.nodeType) return null;
+ if (jt.isWindow(e) || 9 === e.nodeType) return null
var t, n = jt.getDocument(e),
r = n.body,
- a = jt.css(e, "position"),
- i = "fixed" === a || "absolute" === a;
- if (!i) return "html" === e.nodeName.toLowerCase() ? null : Ht(e);
+ a = jt.css(e, 'position'),
+ i = 'fixed' === a || 'absolute' === a
+ if (!i) return 'html' === e.nodeName.toLowerCase() ? null : Ht(e)
for (t = Ht(e); t && t !== r && 9 !== t.nodeType; t = Ht(t))
- if (a = jt.css(t, "position"), "static" !== a) return t;
+ if (a = jt.css(t, 'position'), 'static' !== a) return t
return null
}
- var Pt = jt.getParent;
+
+ var Pt = jt.getParent
function At(e) {
- if (jt.isWindow(e) || 9 === e.nodeType) return !1;
+ if (jt.isWindow(e) || 9 === e.nodeType) return !1
var t = jt.getDocument(e),
n = t.body,
- r = null;
+ r = null
for (r = Pt(e); r && r !== n; r = Pt(r)) {
- var a = jt.css(r, "position");
- if ("fixed" === a) return !0
+ var a = jt.css(r, 'position')
+ if ('fixed' === a) return !0
}
return !1
}
@@ -48935,23 +49404,23 @@
a = jt.getDocument(e),
i = a.defaultView || a.parentWindow,
o = a.body,
- s = a.documentElement;
+ s = a.documentElement
while (r) {
- if (-1 !== navigator.userAgent.indexOf("MSIE") && 0 === r.clientWidth || r === o || r === s || "visible" ===
- jt.css(r, "overflow")) {
+ if (-1 !== navigator.userAgent.indexOf('MSIE') && 0 === r.clientWidth || r === o || r === s || 'visible' ===
+ jt.css(r, 'overflow')) {
if (r === o || r === s) break
} else {
- var c = jt.offset(r);
+ var c = jt.offset(r)
c.left += r.clientLeft, c.top += r.clientTop, n.top = Math.max(n.top, c.top), n.right = Math.min(n.right, c.left +
r.clientWidth), n.bottom = Math.min(n.bottom, c.top + r.clientHeight), n.left = Math.max(n.left, c.left)
}
r = Et(r)
}
- var l = null;
+ var l = null
if (!jt.isWindow(e) && 9 !== e.nodeType) {
- l = e.style.position;
- var u = jt.css(e, "position");
- "absolute" === u && (e.style.position = "fixed")
+ l = e.style.position
+ var u = jt.css(e, 'position')
+ 'absolute' === u && (e.style.position = 'fixed')
}
var d = jt.getWindowScrollLeft(i),
h = jt.getWindowScrollTop(i),
@@ -48959,14 +49428,14 @@
m = jt.viewportHeight(i),
p = s.scrollWidth,
_ = s.scrollHeight,
- v = window.getComputedStyle(o);
- if ("hidden" === v.overflowX && (p = i.innerWidth), "hidden" === v.overflowY && (_ = i.innerHeight), e.style &&
+ v = window.getComputedStyle(o)
+ if ('hidden' === v.overflowX && (p = i.innerWidth), 'hidden' === v.overflowY && (_ = i.innerHeight), e.style &&
(e.style.position = l), t || At(e)) n.left = Math.max(n.left, d), n.top = Math.max(n.top, h), n.right = Math.min(
- n.right, d + f), n.bottom = Math.min(n.bottom, h + m);
+ n.right, d + f), n.bottom = Math.min(n.bottom, h + m)
else {
- var b = Math.max(p, d + f);
- n.right = Math.min(n.right, b);
- var y = Math.max(_, h + m);
+ var b = Math.max(p, d + f)
+ n.right = Math.min(n.right, b)
+ var y = Math.max(_, h + m)
n.bottom = Math.min(n.bottom, y)
}
return n.top >= 0 && n.left >= 0 && n.bottom > n.top && n.right > n.left ? n : null
@@ -48977,7 +49446,7 @@
i = {
width: t.width,
height: t.height
- };
+ }
return r.adjustX && a.left < n.left && (a.left = n.left), r.resizeWidth && a.left >= n.left && a.left + i.width >
n.right && (i.width -= a.left + i.width - n.right), r.adjustX && a.left + i.width > n.right && (a.left = Math
.max(n.right - i.width, n.left)), r.adjustY && a.top < n.top && (a.top = n.top), r.resizeHeight && a.top >=
@@ -48986,14 +49455,14 @@
}
function It(e) {
- var t, n, r;
+ var t, n, r
if (jt.isWindow(e) || 9 === e.nodeType) {
- var a = jt.getWindow(e);
+ var a = jt.getWindow(e)
t = {
left: jt.getWindowScrollLeft(a),
top: jt.getWindowScrollTop(a)
}, n = jt.viewportWidth(a), r = jt.viewportHeight(a)
- } else t = jt.offset(e), n = jt.outerWidth(e), r = jt.outerHeight(e);
+ } else t = jt.offset(e), n = jt.outerWidth(e), r = jt.outerHeight(e)
return t.width = n, t.height = r, t
}
@@ -49003,8 +49472,8 @@
a = e.width,
i = e.height,
o = e.left,
- s = e.top;
- return "c" === n ? s += i / 2 : "b" === n && (s += i), "c" === r ? o += a / 2 : "r" === r && (o += a), {
+ s = e.top
+ return 'c' === n ? s += i / 2 : 'b' === n && (s += i), 'c' === r ? o += a / 2 : 'r' === r && (o += a), {
left: o,
top: s
}
@@ -49013,7 +49482,7 @@
function Ft(e, t, n, r, a) {
var i = Rt(t, n[1]),
o = Rt(e, n[0]),
- s = [o.left - i.left, o.top - i.top];
+ s = [o.left - i.left, o.top - i.top]
return {
left: Math.round(e.left - s[0] + r[0] - a[0]),
top: Math.round(e.top - s[1] + r[1] - a[1])
@@ -49037,7 +49506,7 @@
}
function Wt(e, t, n) {
- var r = [];
+ var r = []
return jt.each(e, (function(e) {
r.push(e.replace(t, (function(e) {
return n[e]
@@ -49050,7 +49519,7 @@
}
function Ut(e, t) {
- var n;
+ var n
return n = /%$/.test(e) ? parseInt(e.substring(0, e.length - 1), 10) / 100 * t : parseInt(e, 10), n || 0
}
@@ -49063,54 +49532,54 @@
i = n.offset || [0, 0],
o = n.targetOffset || [0, 0],
s = n.overflow,
- c = n.source || e;
- i = [].concat(i), o = [].concat(o), s = s || {};
+ c = n.source || e
+ i = [].concat(i), o = [].concat(o), s = s || {}
var l = {},
u = 0,
d = !(!s || !s.alwaysByViewport),
h = Yt(c, d),
- f = It(c);
- Jt(i, f), Jt(o, t);
+ f = It(c)
+ Jt(i, f), Jt(o, t)
var m = Ft(f, t, a, i, o),
- p = jt.merge(f, m);
+ p = jt.merge(f, m)
if (h && (s.adjustX || s.adjustY) && r) {
if (s.adjustX && $t(m, f, h)) {
var _ = Wt(a, /[lr]/gi, {
- l: "r",
- r: "l"
+ l: 'r',
+ r: 'l'
}),
v = qt(i, 0),
b = qt(o, 0),
- y = Ft(f, t, _, v, b);
+ y = Ft(f, t, _, v, b)
Bt(y, f, h) || (u = 1, a = _, i = v, o = b)
}
if (s.adjustY && Nt(m, f, h)) {
var g = Wt(a, /[tb]/gi, {
- t: "b",
- b: "t"
+ t: 'b',
+ b: 't'
}),
M = qt(i, 1),
w = qt(o, 1),
- L = Ft(f, t, g, M, w);
+ L = Ft(f, t, g, M, w)
Kt(L, f, h) || (u = 1, a = g, i = M, o = w)
}
- u && (m = Ft(f, t, a, i, o), jt.mix(p, m));
+ u && (m = Ft(f, t, a, i, o), jt.mix(p, m))
var O = $t(m, f, h),
- S = Nt(m, f, h);
+ S = Nt(m, f, h)
if (O || S) {
- var k = a;
+ var k = a
O && (k = Wt(a, /[lr]/gi, {
- l: "r",
- r: "l"
+ l: 'r',
+ r: 'l'
})), S && (k = Wt(a, /[tb]/gi, {
- t: "b",
- b: "t"
+ t: 'b',
+ b: 't'
})), a = k, i = n.offset || [0, 0], o = n.targetOffset || [0, 0]
}
l.adjustX = s.adjustX && O, l.adjustY = s.adjustY && S, (l.adjustX || l.adjustY) && (p = Vt(m, f, h, l))
}
- return p.width !== f.width && jt.css(c, "width", jt.width(c) + p.width - f.width), p.height !== f.height && jt
- .css(c, "height", jt.height(c) + p.height - f.height), jt.offset(c, {
+ return p.width !== f.width && jt.css(c, 'width', jt.width(c) + p.width - f.width), p.height !== f.height && jt
+ .css(c, 'height', jt.height(c) + p.height - f.height), jt.offset(c, {
left: p.left,
top: p.top
}, {
@@ -49128,14 +49597,14 @@
function Qt(e, t) {
var n = Yt(e, t),
- r = It(e);
+ r = It(e)
return !n || r.left + r.width <= n.left || r.top + r.height <= n.top || r.left >= n.right || r.top >= n.bottom
}
function Xt(e, t, n) {
var r = n.target || t,
a = It(r),
- i = !Qt(r, n.overflow && n.overflow.alwaysByViewport);
+ i = !Qt(r, n.overflow && n.overflow.alwaysByViewport)
return Gt(e, a, n, i)
}
@@ -49145,8 +49614,8 @@
s = jt.getWindowScrollLeft(o),
c = jt.getWindowScrollTop(o),
l = jt.viewportWidth(o),
- u = jt.viewportHeight(o);
- r = "pageX" in t ? t.pageX : s + t.clientX, a = "pageY" in t ? t.pageY : c + t.clientY;
+ u = jt.viewportHeight(o)
+ r = 'pageX' in t ? t.pageX : s + t.clientX, a = 'pageY' in t ? t.pageY : c + t.clientY
var d = {
left: r,
top: a,
@@ -49154,15 +49623,16 @@
height: 0
},
h = r >= 0 && r <= s + l && a >= 0 && a <= c + u,
- f = [n.points[0], "cc"];
+ f = [n.points[0], 'cc']
return Gt(e, d, Ae({}, n, {
points: f
}), h)
}
- Xt.__getOffsetParent = Et, Xt.__getVisibleRectForElement = Yt;
+
+ Xt.__getOffsetParent = Et, Xt.__getVisibleRectForElement = Yt
function en(e, t) {
- var n = void 0;
+ var n = void 0
function r() {
n && (clearTimeout(n), n = null)
@@ -49171,77 +49641,80 @@
function a() {
r(), n = setTimeout(e, t)
}
+
return a.clear = r, a
}
function tn(e, t) {
- return e === t || !(!e || !t) && ("pageX" in t && "pageY" in t ? e.pageX === t.pageX && e.pageY === t.pageY :
- "clientX" in t && "clientY" in t && (e.clientX === t.clientX && e.clientY === t.clientY))
+ return e === t || !(!e || !t) && ('pageX' in t && 'pageY' in t ? e.pageX === t.pageX && e.pageY === t.pageY :
+ 'clientX' in t && 'clientY' in t && (e.clientX === t.clientX && e.clientY === t.clientY))
}
function nn(e) {
- return e && "object" === ("undefined" === typeof e ? "undefined" : u()(e)) && e.window === e
+ return e && 'object' === ('undefined' === typeof e ? 'undefined' : u()(e)) && e.window === e
}
function rn(e, t) {
var n = Math.floor(e),
- r = Math.floor(t);
+ r = Math.floor(t)
return Math.abs(n - r) <= 1
}
function an(e, t) {
- e !== document.activeElement && Object(De["a"])(t, e) && e.focus()
+ e !== document.activeElement && Object(De['a'])(t, e) && e.focus()
}
- var on = n("7b05"),
- sn = n("0644"),
- cn = n.n(sn);
+
+ var on = n('7b05'),
+ sn = n('0644'),
+ cn = n.n(sn)
function ln(e) {
- return "function" === typeof e && e ? e() : null
+ return 'function' === typeof e && e ? e() : null
}
function un(e) {
- return "object" === ("undefined" === typeof e ? "undefined" : u()(e)) && e ? e : null
+ return 'object' === ('undefined' === typeof e ? 'undefined' : u()(e)) && e ? e : null
}
+
var dn = {
props: {
- childrenProps: z["a"].object,
- align: z["a"].object.isRequired,
- target: z["a"].oneOfType([z["a"].func, z["a"].object]).def((function() {
+ childrenProps: z['a'].object,
+ align: z['a'].object.isRequired,
+ target: z['a'].oneOfType([z['a'].func, z['a'].object]).def((function() {
return window
})),
- monitorBufferTime: z["a"].number.def(50),
- monitorWindowResize: z["a"].bool.def(!1),
- disabled: z["a"].bool.def(!1)
+ monitorBufferTime: z['a'].number.def(50),
+ monitorWindowResize: z['a'].bool.def(!1),
+ disabled: z['a'].bool.def(!1)
},
data: function() {
return this.aligned = !1, {}
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
- e.prevProps = h()({}, e.$props);
- var t = e.$props;
+ e.prevProps = h()({}, e.$props)
+ var t = e.$props
!e.aligned && e.forceAlign(), !t.disabled && t.monitorWindowResize && e.startMonitorWindowResize()
}))
},
updated: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
var t = e.prevProps,
n = e.$props,
- r = !1;
+ r = !1
if (!n.disabled) {
var a = e.$el,
- i = a ? a.getBoundingClientRect() : null;
- if (t.disabled) r = !0;
+ i = a ? a.getBoundingClientRect() : null
+ if (t.disabled) r = !0
else {
var o = ln(t.target),
s = ln(n.target),
c = un(t.target),
- l = un(n.target);
- nn(o) && nn(s) ? r = !1 : (o !== s || o && !s && l || c && l && s || l && !tn(c, l)) && (r = !0);
- var u = e.sourceRect || {};
+ l = un(n.target)
+ nn(o) && nn(s) ? r = !1 : (o !== s || o && !s && l || c && l && s || l && !tn(c, l)) && (r = !0)
+ var u = e.sourceRect || {}
r || !a || rn(u.width, i.width) && rn(u.height, i.height) || (r = !0)
}
e.sourceRect = i
@@ -49258,7 +49731,7 @@
methods: {
startMonitorWindowResize: function() {
this.resizeHandler || (this.bufferMonitor = en(this.forceAlign, this.$props.monitorBufferTime), this.resizeHandler =
- Object(j["a"])(window, "resize", this.bufferMonitor))
+ Object(j['a'])(window, 'resize', this.bufferMonitor))
},
stopMonitorWindowResize: function() {
this.resizeHandler && (this.bufferMonitor.clear(), this.resizeHandler.remove(), this.resizeHandler = null)
@@ -49267,22 +49740,22 @@
var e = this.$props,
t = e.disabled,
n = e.target,
- r = e.align;
+ r = e.align
if (!t && n) {
var a = this.$el,
- i = Object(B["j"])(this),
+ i = Object(B['j'])(this),
o = void 0,
s = ln(n),
c = un(n),
- l = document.activeElement;
+ l = document.activeElement
s ? o = Xt(a, s, r) : c && (o = Zt(a, c, r)), an(l, a), this.aligned = !0, i.align && i.align(a, o)
}
}
},
render: function() {
var e = this.$props.childrenProps,
- t = Object(B["m"])(this)[0];
- return t && e ? Object(on["a"])(t, {
+ t = Object(B['m'])(this)[0]
+ return t && e ? Object(on['a'])(t, {
props: e
}) : t
}
@@ -49290,28 +49763,28 @@
hn = dn,
fn = {
props: {
- visible: z["a"].bool,
- hiddenClassName: z["a"].string
+ visible: z['a'].bool,
+ hiddenClassName: z['a'].string
},
render: function() {
var e = arguments[0],
t = this.$props,
n = t.hiddenClassName,
- r = (t.visible, null);
- if (n || !this.$slots["default"] || this.$slots["default"].length > 1) {
- var a = "";
- r = e("div", {
+ r = (t.visible, null)
+ if (n || !this.$slots['default'] || this.$slots['default'].length > 1) {
+ var a = ''
+ r = e('div', {
class: a
- }, [this.$slots["default"]])
- } else r = this.$slots["default"][0];
+ }, [this.$slots['default']])
+ } else r = this.$slots['default'][0]
return r
}
},
mn = {
props: {
- hiddenClassName: z["a"].string.def(""),
- prefixCls: z["a"].string,
- visible: z["a"].bool
+ hiddenClassName: z['a'].string.def(''),
+ prefixCls: z['a'].string,
+ visible: z['a'].bool
},
render: function() {
var e = arguments[0],
@@ -49320,44 +49793,44 @@
r = t.visible,
a = t.hiddenClassName,
i = {
- on: Object(B["j"])(this)
- };
- return e("div", M()([i, {
- class: r ? "" : a
+ on: Object(B['j'])(this)
+ }
+ return e('div', M()([i, {
+ class: r ? '' : a
}]), [e(fn, {
- class: n + "-content",
+ class: n + '-content',
attrs: {
visible: r
}
- }, [this.$slots["default"]])])
+ }, [this.$slots['default']])])
}
},
- pn = n("18ce"),
+ pn = n('18ce'),
_n = {
- name: "VCTriggerPopup",
- mixins: [ie["a"]],
+ name: 'VCTriggerPopup',
+ mixins: [ie['a']],
props: {
- visible: z["a"].bool,
- getClassNameFromAlign: z["a"].func,
- getRootDomNode: z["a"].func,
- align: z["a"].any,
- destroyPopupOnHide: z["a"].bool,
- prefixCls: z["a"].string,
- getContainer: z["a"].func,
- transitionName: z["a"].string,
- animation: z["a"].any,
- maskAnimation: z["a"].string,
- maskTransitionName: z["a"].string,
- mask: z["a"].bool,
- zIndex: z["a"].number,
- popupClassName: z["a"].any,
- popupStyle: z["a"].object.def((function() {
+ visible: z['a'].bool,
+ getClassNameFromAlign: z['a'].func,
+ getRootDomNode: z['a'].func,
+ align: z['a'].any,
+ destroyPopupOnHide: z['a'].bool,
+ prefixCls: z['a'].string,
+ getContainer: z['a'].func,
+ transitionName: z['a'].string,
+ animation: z['a'].any,
+ maskAnimation: z['a'].string,
+ maskTransitionName: z['a'].string,
+ mask: z['a'].bool,
+ zIndex: z['a'].number,
+ popupClassName: z['a'].any,
+ popupStyle: z['a'].object.def((function() {
return {}
})),
- stretch: z["a"].string,
- point: z["a"].shape({
- pageX: z["a"].number,
- pageY: z["a"].number
+ stretch: z['a'].string,
+ point: z['a'].shape({
+ pageX: z['a'].number,
+ pageY: z['a'].number
})
},
data: function() {
@@ -49368,13 +49841,13 @@
}
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.rootNode = e.getPopupDomNode(), e.setStretchSize()
}))
},
updated: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.setStretchSize()
}))
@@ -49385,9 +49858,9 @@
methods: {
onAlign: function(e, t) {
var n = this.$props,
- r = n.getClassNameFromAlign(t);
- this.currentAlignClassName !== r && (this.currentAlignClassName = r, e.className = this.getClassName(r));
- var a = Object(B["j"])(this);
+ r = n.getClassNameFromAlign(t)
+ this.currentAlignClassName !== r && (this.currentAlignClassName = r, e.className = this.getClassName(r))
+ var a = Object(B['j'])(this)
a.align && a.align(e, t)
},
setStretchSize: function() {
@@ -49398,12 +49871,12 @@
a = this.$data,
i = a.stretchChecked,
o = a.targetHeight,
- s = a.targetWidth;
+ s = a.targetWidth
if (t && r) {
- var c = n();
+ var c = n()
if (c) {
var l = c.offsetHeight,
- u = c.offsetWidth;
+ u = c.offsetWidth
o === l && s === u && i || this.setState({
stretchChecked: !0,
targetHeight: l,
@@ -49421,23 +49894,23 @@
return this.$props.getRootDomNode()
},
getAlignTarget: function() {
- var e = this.$props.point;
+ var e = this.$props.point
return e || this.getTargetElement
},
getMaskTransitionName: function() {
var e = this.$props,
t = e.maskTransitionName,
- n = e.maskAnimation;
- return !t && n && (t = e.prefixCls + "-" + n), t
+ n = e.maskAnimation
+ return !t && n && (t = e.prefixCls + '-' + n), t
},
getTransitionName: function() {
var e = this.$props,
t = e.transitionName,
- n = e.animation;
- return t || ("string" === typeof n ? t = "" + n : n && n.props && n.props.name && (t = n.props.name)), t
+ n = e.animation
+ return t || ('string' === typeof n ? t = '' + n : n && n.props && n.props.name && (t = n.props.name)), t
},
getClassName: function(e) {
- return this.$props.prefixCls + " " + this.$props.popupClassName + " " + e
+ return this.$props.prefixCls + ' ' + this.$props.popupClassName + ' ' + e
},
getPopupElement: function() {
var e = this,
@@ -49457,23 +49930,23 @@
_ = n.getClassNameFromAlign,
v = n.destroyPopupOnHide,
b = n.stretch,
- y = this.getClassName(this.currentAlignClassName || _(l));
- d || (this.currentAlignClassName = null);
- var g = {};
- b && (-1 !== b.indexOf("height") ? g.height = "number" === typeof s ? s + "px" : s : -1 !== b.indexOf(
- "minHeight") && (g.minHeight = "number" === typeof s ? s + "px" : s), -1 !== b.indexOf("width") ? g.width =
- "number" === typeof c ? c + "px" : c : -1 !== b.indexOf("minWidth") && (g.minWidth = "number" === typeof c ?
- c + "px" : c), o || setTimeout((function() {
+ y = this.getClassName(this.currentAlignClassName || _(l))
+ d || (this.currentAlignClassName = null)
+ var g = {}
+ b && (-1 !== b.indexOf('height') ? g.height = 'number' === typeof s ? s + 'px' : s : -1 !== b.indexOf(
+ 'minHeight') && (g.minHeight = 'number' === typeof s ? s + 'px' : s), -1 !== b.indexOf('width') ? g.width =
+ 'number' === typeof c ? c + 'px' : c : -1 !== b.indexOf('minWidth') && (g.minWidth = 'number' === typeof c ?
+ c + 'px' : c), o || setTimeout((function() {
e.$refs.alignInstance && e.$refs.alignInstance.forceAlign()
- }), 0));
+ }), 0))
var M = {
props: {
prefixCls: f,
visible: d
},
class: y,
- on: Object(B["j"])(this),
- ref: "popupInstance",
+ on: Object(B['j'])(this),
+ ref: 'popupInstance',
style: h()({}, g, p, this.getZIndexStyle())
},
w = {
@@ -49485,11 +49958,12 @@
L = a(),
O = !!L,
S = {
- beforeEnter: function() {},
+ beforeEnter: function() {
+ },
enter: function(t, n) {
e.$nextTick((function() {
e.$refs.alignInstance ? e.$refs.alignInstance.$nextTick((function() {
- e.domEl = t, Object(pn["a"])(t, L + "-enter", n)
+ e.domEl = t, Object(pn['a'])(t, L + '-enter', n)
})) : n()
}))
},
@@ -49497,31 +49971,31 @@
e.domEl = null
},
leave: function(e, t) {
- Object(pn["a"])(e, L + "-leave", t)
+ Object(pn['a'])(e, L + '-leave', t)
}
- };
- if ("object" === ("undefined" === typeof m ? "undefined" : u()(m))) {
- O = !0;
+ }
+ if ('object' === ('undefined' === typeof m ? 'undefined' : u()(m))) {
+ O = !0
var k = m.on,
C = void 0 === k ? {} : k,
T = m.props,
- x = void 0 === T ? {} : T;
+ x = void 0 === T ? {} : T
w.props = h()({}, w.props, x), w.on = h()({}, S, C)
- } else w.on = S;
- return O || (w = {}), t("transition", w, v ? [d ? t(hn, {
+ } else w.on = S
+ return O || (w = {}), t('transition', w, v ? [d ? t(hn, {
attrs: {
target: this.getAlignTarget(),
monitorWindowResize: !0,
align: l
},
- key: "popup",
- ref: "alignInstance",
+ key: 'popup',
+ ref: 'alignInstance',
on: {
align: this.onAlign
}
- }, [t(mn, M, [r["default"]])]) : null] : [t(hn, {
+ }, [t(mn, M, [r['default']])]) : null] : [t(hn, {
directives: [{
- name: "show",
+ name: 'show',
value: d
}],
attrs: {
@@ -49530,36 +50004,36 @@
disabled: !d,
align: l
},
- key: "popup",
- ref: "alignInstance",
+ key: 'popup',
+ ref: 'alignInstance',
on: {
align: this.onAlign
}
- }, [t(mn, M, [r["default"]])])])
+ }, [t(mn, M, [r['default']])])])
},
getZIndexStyle: function() {
var e = {},
- t = this.$props;
+ t = this.$props
return void 0 !== t.zIndex && (e.zIndex = t.zIndex), e
},
getMaskElement: function() {
var e = this.$createElement,
t = this.$props,
- n = null;
+ n = null
if (t.mask) {
- var r = this.getMaskTransitionName();
+ var r = this.getMaskTransitionName()
n = e(fn, {
directives: [{
- name: "show",
+ name: 'show',
value: t.visible
}],
style: this.getZIndexStyle(),
- key: "mask",
- class: t.prefixCls + "-mask",
+ key: 'mask',
+ class: t.prefixCls + '-mask',
attrs: {
visible: t.visible
}
- }), r && (n = e("transition", {
+ }), r && (n = e('transition', {
attrs: {
appear: !0,
name: r
@@ -49572,38 +50046,40 @@
render: function() {
var e = arguments[0],
t = this.getMaskElement,
- n = this.getPopupElement;
- return e("div", [t(), n()])
+ n = this.getPopupElement
+ return e('div', [t(), n()])
}
- };
+ }
function vn(e, t, n) {
return n ? e[0] === t[0] : e[0] === t[0] && e[1] === t[1]
}
function bn(e, t, n) {
- var r = e[t] || {};
+ var r = e[t] || {}
return h()({}, r, n)
}
function yn(e, t, n, r) {
- var a = n.points;
+ var a = n.points
for (var i in e)
- if (e.hasOwnProperty(i) && vn(e[i].points, a, r)) return t + "-placement-" + i;
- return ""
+ if (e.hasOwnProperty(i) && vn(e[i].points, a, r)) return t + '-placement-' + i
+ return ''
+ }
+
+ function gn() {
}
- function gn() {}
var Mn = {
props: {
- autoMount: z["a"].bool.def(!0),
- autoDestroy: z["a"].bool.def(!0),
- visible: z["a"].bool,
- forceRender: z["a"].bool.def(!1),
- parent: z["a"].any,
- getComponent: z["a"].func.isRequired,
- getContainer: z["a"].func.isRequired,
- children: z["a"].func.isRequired
+ autoMount: z['a'].bool.def(!0),
+ autoDestroy: z['a'].bool.def(!0),
+ visible: z['a'].bool,
+ forceRender: z['a'].bool.def(!1),
+ parent: z['a'].any,
+ getComponent: z['a'].func.isRequired,
+ getContainer: z['a'].func.isRequired,
+ children: z['a'].func.isRequired
},
mounted: function() {
this.autoMount && this.renderComponent()
@@ -49626,14 +50102,14 @@
r = this.forceRender,
a = this.getContainer,
i = this.parent,
- o = this;
+ o = this
if (n || i._component || i.$refs._component || r) {
- var s = this.componentEl;
- this.container || (this.container = a(), s = document.createElement("div"), this.componentEl = s, this.container
- .appendChild(s));
+ var s = this.componentEl
+ this.container || (this.container = a(), s = document.createElement('div'), this.componentEl = s, this.container
+ .appendChild(s))
var c = {
component: o.getComponent(e)
- };
+ }
this._component ? this._component.setComponent(c) : this._component = new this.$root.constructor({
el: s,
parent: o,
@@ -49668,58 +50144,59 @@
removeContainer: this.removeContainer
})
}
- };
+ }
function wn() {
- return ""
+ return ''
}
function Ln() {
return window.document
}
+
Te.a.use(ze.a, {
- name: "ant-ref"
- });
- var On = ["click", "mousedown", "touchstart", "mouseenter", "mouseleave", "focus", "blur", "contextmenu"],
+ name: 'ant-ref'
+ })
+ var On = ['click', 'mousedown', 'touchstart', 'mouseenter', 'mouseleave', 'focus', 'blur', 'contextmenu'],
Sn = {
- name: "Trigger",
- mixins: [ie["a"]],
+ name: 'Trigger',
+ mixins: [ie['a']],
props: {
- action: z["a"].oneOfType([z["a"].string, z["a"].arrayOf(z["a"].string)]).def([]),
- showAction: z["a"].any.def([]),
- hideAction: z["a"].any.def([]),
- getPopupClassNameFromAlign: z["a"].any.def(wn),
- afterPopupVisibleChange: z["a"].func.def(gn),
- popup: z["a"].any,
- popupStyle: z["a"].object.def((function() {
+ action: z['a'].oneOfType([z['a'].string, z['a'].arrayOf(z['a'].string)]).def([]),
+ showAction: z['a'].any.def([]),
+ hideAction: z['a'].any.def([]),
+ getPopupClassNameFromAlign: z['a'].any.def(wn),
+ afterPopupVisibleChange: z['a'].func.def(gn),
+ popup: z['a'].any,
+ popupStyle: z['a'].object.def((function() {
return {}
})),
- prefixCls: z["a"].string.def("rc-trigger-popup"),
- popupClassName: z["a"].string.def(""),
- popupPlacement: z["a"].string,
- builtinPlacements: z["a"].object,
- popupTransitionName: z["a"].oneOfType([z["a"].string, z["a"].object]),
- popupAnimation: z["a"].any,
- mouseEnterDelay: z["a"].number.def(0),
- mouseLeaveDelay: z["a"].number.def(.1),
- zIndex: z["a"].number,
- focusDelay: z["a"].number.def(0),
- blurDelay: z["a"].number.def(.15),
- getPopupContainer: z["a"].func,
- getDocument: z["a"].func.def(Ln),
- forceRender: z["a"].bool,
- destroyPopupOnHide: z["a"].bool.def(!1),
- mask: z["a"].bool.def(!1),
- maskClosable: z["a"].bool.def(!0),
- popupAlign: z["a"].object.def((function() {
+ prefixCls: z['a'].string.def('rc-trigger-popup'),
+ popupClassName: z['a'].string.def(''),
+ popupPlacement: z['a'].string,
+ builtinPlacements: z['a'].object,
+ popupTransitionName: z['a'].oneOfType([z['a'].string, z['a'].object]),
+ popupAnimation: z['a'].any,
+ mouseEnterDelay: z['a'].number.def(0),
+ mouseLeaveDelay: z['a'].number.def(.1),
+ zIndex: z['a'].number,
+ focusDelay: z['a'].number.def(0),
+ blurDelay: z['a'].number.def(.15),
+ getPopupContainer: z['a'].func,
+ getDocument: z['a'].func.def(Ln),
+ forceRender: z['a'].bool,
+ destroyPopupOnHide: z['a'].bool.def(!1),
+ mask: z['a'].bool.def(!1),
+ maskClosable: z['a'].bool.def(!0),
+ popupAlign: z['a'].object.def((function() {
return {}
})),
- popupVisible: z["a"].bool,
- defaultPopupVisible: z["a"].bool.def(!1),
- maskTransitionName: z["a"].oneOfType([z["a"].string, z["a"].object]),
- maskAnimation: z["a"].string,
- stretch: z["a"].string,
- alignPoint: z["a"].bool
+ popupVisible: z['a'].bool,
+ defaultPopupVisible: z['a'].bool.def(!1),
+ maskTransitionName: z['a'].oneOfType([z['a'].string, z['a'].object]),
+ maskAnimation: z['a'].string,
+ stretch: z['a'].string,
+ alignPoint: z['a'].bool
},
provide: function() {
return {
@@ -49746,10 +50223,10 @@
data: function() {
var e = this,
t = this.$props,
- n = void 0;
- return n = Object(B["r"])(this, "popupVisible") ? !!t.popupVisible : !!t.defaultPopupVisible, On.forEach((
+ n = void 0
+ return n = Object(B['r'])(this, 'popupVisible') ? !!t.popupVisible : !!t.defaultPopupVisible, On.forEach((
function(t) {
- e["fire" + t] = function(n) {
+ e['fire' + t] = function(n) {
e.fireEvents(t, n)
}
})), {
@@ -49767,7 +50244,7 @@
this.setPopupVisible(!1)
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.renderComponent(null), e.updatedCal()
}))
@@ -49777,7 +50254,7 @@
t = function() {
e.sPopupVisible !== e.prevPopupVisible && e.afterPopupVisibleChange(e.sPopupVisible), e.prevPopupVisible =
e.sPopupVisible
- };
+ }
this.renderComponent(null, t), this.$nextTick((function() {
e.updatedCal()
}))
@@ -49788,65 +50265,65 @@
methods: {
updatedCal: function() {
var e = this.$props,
- t = this.$data;
+ t = this.$data
if (t.sPopupVisible) {
- var n = void 0;
+ var n = void 0
this.clickOutsideHandler || !this.isClickToHide() && !this.isContextmenuToShow() || (n = e.getDocument(),
- this.clickOutsideHandler = Object(j["a"])(n, "mousedown", this.onDocumentClick)), this.touchOutsideHandler ||
- (n = n || e.getDocument(), this.touchOutsideHandler = Object(j["a"])(n, "touchstart", this.onDocumentClick)),
+ this.clickOutsideHandler = Object(j['a'])(n, 'mousedown', this.onDocumentClick)), this.touchOutsideHandler ||
+ (n = n || e.getDocument(), this.touchOutsideHandler = Object(j['a'])(n, 'touchstart', this.onDocumentClick)),
!this.contextmenuOutsideHandler1 && this.isContextmenuToShow() && (n = n || e.getDocument(), this.contextmenuOutsideHandler1 =
- Object(j["a"])(n, "scroll", this.onContextmenuClose)), !this.contextmenuOutsideHandler2 && this.isContextmenuToShow() &&
- (this.contextmenuOutsideHandler2 = Object(j["a"])(window, "blur", this.onContextmenuClose))
+ Object(j['a'])(n, 'scroll', this.onContextmenuClose)), !this.contextmenuOutsideHandler2 && this.isContextmenuToShow() &&
+ (this.contextmenuOutsideHandler2 = Object(j['a'])(window, 'blur', this.onContextmenuClose))
} else this.clearOutsideHandler()
},
onMouseenter: function(e) {
- var t = this.$props.mouseEnterDelay;
- this.fireEvents("mouseenter", e), this.delaySetPopupVisible(!0, t, t ? null : e)
+ var t = this.$props.mouseEnterDelay
+ this.fireEvents('mouseenter', e), this.delaySetPopupVisible(!0, t, t ? null : e)
},
onMouseMove: function(e) {
- this.fireEvents("mousemove", e), this.setPoint(e)
+ this.fireEvents('mousemove', e), this.setPoint(e)
},
onMouseleave: function(e) {
- this.fireEvents("mouseleave", e), this.delaySetPopupVisible(!1, this.$props.mouseLeaveDelay)
+ this.fireEvents('mouseleave', e), this.delaySetPopupVisible(!1, this.$props.mouseLeaveDelay)
},
onPopupMouseenter: function() {
this.clearDelayTimer()
},
onPopupMouseleave: function(e) {
e && e.relatedTarget && !e.relatedTarget.setTimeout && this._component && this._component.getPopupDomNode &&
- Object(De["a"])(this._component.getPopupDomNode(), e.relatedTarget) || this.delaySetPopupVisible(!1, this
+ Object(De['a'])(this._component.getPopupDomNode(), e.relatedTarget) || this.delaySetPopupVisible(!1, this
.$props.mouseLeaveDelay)
},
onFocus: function(e) {
- this.fireEvents("focus", e), this.clearDelayTimer(), this.isFocusToShow() && (this.focusTime = Date.now(),
+ this.fireEvents('focus', e), this.clearDelayTimer(), this.isFocusToShow() && (this.focusTime = Date.now(),
this.delaySetPopupVisible(!0, this.$props.focusDelay))
},
onMousedown: function(e) {
- this.fireEvents("mousedown", e), this.preClickTime = Date.now()
+ this.fireEvents('mousedown', e), this.preClickTime = Date.now()
},
onTouchstart: function(e) {
- this.fireEvents("touchstart", e), this.preTouchTime = Date.now()
+ this.fireEvents('touchstart', e), this.preTouchTime = Date.now()
},
onBlur: function(e) {
- Object(De["a"])(e.target, e.relatedTarget || document.activeElement) || (this.fireEvents("blur", e), this.clearDelayTimer(),
+ Object(De['a'])(e.target, e.relatedTarget || document.activeElement) || (this.fireEvents('blur', e), this.clearDelayTimer(),
this.isBlurToHide() && this.delaySetPopupVisible(!1, this.$props.blurDelay))
},
onContextmenu: function(e) {
- e.preventDefault(), this.fireEvents("contextmenu", e), this.setPopupVisible(!0, e)
+ e.preventDefault(), this.fireEvents('contextmenu', e), this.setPopupVisible(!0, e)
},
onContextmenuClose: function() {
this.isContextmenuToShow() && this.close()
},
onClick: function(e) {
- if (this.fireEvents("click", e), this.focusTime) {
- var t = void 0;
+ if (this.fireEvents('click', e), this.focusTime) {
+ var t = void 0
if (this.preClickTime && this.preTouchTime ? t = Math.min(this.preClickTime, this.preTouchTime) : this.preClickTime ?
t = this.preClickTime : this.preTouchTime && (t = this.preTouchTime), Math.abs(t - this.focusTime) < 20)
- return;
+ return
this.focusTime = 0
}
this.preClickTime = 0, this.preTouchTime = 0, this.isClickToShow() && (this.isClickToHide() || this.isBlurToHide()) &&
- e && e.preventDefault && e.preventDefault(), e && e.domEvent && e.domEvent.preventDefault();
+ e && e.preventDefault && e.preventDefault(), e && e.domEvent && e.domEvent.preventDefault()
var n = !this.$data.sPopupVisible;
(this.isClickToHide() && !n || n && this.isClickToShow()) && this.setPopupVisible(!this.$data.sPopupVisible,
e)
@@ -49854,7 +50331,7 @@
onPopupMouseDown: function() {
var e = this,
t = this.vcTriggerContext,
- n = void 0 === t ? {} : t;
+ n = void 0 === t ? {} : t
this.hasPopupMouseDown = !0, clearTimeout(this.mouseDownTimeout), this.mouseDownTimeout = setTimeout((
function() {
e.hasPopupMouseDown = !1
@@ -49863,8 +50340,8 @@
onDocumentClick: function(e) {
if (!this.$props.mask || this.$props.maskClosable) {
var t = e.target,
- n = this.$el;
- Object(De["a"])(n, t) || this.hasPopupMouseDown || this.close()
+ n = this.$el
+ Object(De['a'])(n, t) || this.hasPopupMouseDown || this.close()
}
},
getPopupDomNode: function() {
@@ -49880,14 +50357,14 @@
a = n.builtinPlacements,
i = n.prefixCls,
o = n.alignPoint,
- s = n.getPopupClassNameFromAlign;
- return r && a && t.push(yn(a, i, e, o)), s && t.push(s(e)), t.join(" ")
+ s = n.getPopupClassNameFromAlign
+ return r && a && t.push(yn(a, i, e, o)), s && t.push(s(e)), t.join(' ')
},
getPopupAlign: function() {
var e = this.$props,
t = e.popupPlacement,
n = e.popupAlign,
- r = e.builtinPlacements;
+ r = e.builtinPlacements
return t && r ? bn(r, t, n) : n
},
savePopup: function(e) {
@@ -49896,9 +50373,9 @@
getComponent: function() {
var e = this.$createElement,
t = this,
- n = {};
+ n = {}
this.isMouseEnterToShow() && (n.mouseenter = t.onPopupMouseenter), this.isMouseLeaveToHide() && (n.mouseleave =
- t.onPopupMouseleave), n.mousedown = this.onPopupMouseDown, n.touchstart = this.onPopupMouseDown;
+ t.onPopupMouseleave), n.mousedown = this.onPopupMouseDown, n.touchstart = this.onPopupMouseDown
var r = t.handleGetPopupClassFromAlign,
a = t.getRootDomNode,
i = t.getContainer,
@@ -49942,38 +50419,38 @@
popupStyle: m
},
on: h()({
- align: Object(B["j"])(this).popupAlign || gn
+ align: Object(B['j'])(this).popupAlign || gn
}, n),
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: this.savePopup
}]
- };
- return e(_n, S, [Object(B["f"])(t, "popup")])
+ }
+ return e(_n, S, [Object(B['f'])(t, 'popup')])
},
getContainer: function() {
var e = this.$props,
t = this.dialogContext,
- n = document.createElement("div");
- n.style.position = "absolute", n.style.top = "0", n.style.left = "0", n.style.width = "100%";
- var r = e.getPopupContainer ? e.getPopupContainer(this.$el, t) : e.getDocument().body;
+ n = document.createElement('div')
+ n.style.position = 'absolute', n.style.top = '0', n.style.left = '0', n.style.width = '100%'
+ var r = e.getPopupContainer ? e.getPopupContainer(this.$el, t) : e.getDocument().body
return r.appendChild(n), this.popupContainer = n, n
},
setPopupVisible: function(e, t) {
var n = this.alignPoint,
- r = this.sPopupVisible;
+ r = this.sPopupVisible
if (this.clearDelayTimer(), r !== e) {
- Object(B["r"])(this, "popupVisible") || this.setState({
+ Object(B['r'])(this, 'popupVisible') || this.setState({
sPopupVisible: e,
prevPopupVisible: r
- });
- var a = Object(B["j"])(this);
+ })
+ var a = Object(B['j'])(this)
a.popupVisibleChange && a.popupVisibleChange(e)
}
n && t && this.setPoint(t)
},
setPoint: function(e) {
- var t = this.$props.alignPoint;
+ var t = this.$props.alignPoint
t && e && this.setState({
point: {
pageX: e.pageX,
@@ -49983,19 +50460,19 @@
},
delaySetPopupVisible: function(e, t, n) {
var r = this,
- a = 1e3 * t;
+ a = 1e3 * t
if (this.clearDelayTimer(), a) {
var i = n ? {
pageX: n.pageX,
pageY: n.pageY
- } : null;
- this.delayTimer = Object(je["b"])((function() {
+ } : null
+ this.delayTimer = Object(je['b'])((function() {
r.setPopupVisible(e, i), r.clearDelayTimer()
}), a)
} else this.setPopupVisible(e, n)
},
clearDelayTimer: function() {
- this.delayTimer && (Object(je["a"])(this.delayTimer), this.delayTimer = null)
+ this.delayTimer && (Object(je['a'])(this.delayTimer), this.delayTimer = null)
},
clearOutsideHandler: function() {
this.clickOutsideHandler && (this.clickOutsideHandler.remove(), this.clickOutsideHandler = null), this.contextmenuOutsideHandler1 &&
@@ -50004,52 +50481,53 @@
(this.touchOutsideHandler.remove(), this.touchOutsideHandler = null)
},
createTwoChains: function(e) {
- var t = function() {},
- n = Object(B["j"])(this);
- return this.childOriginEvents[e] && n[e] ? this["fire" + e] : (t = this.childOriginEvents[e] || n[e] || t,
+ var t = function() {
+ },
+ n = Object(B['j'])(this)
+ return this.childOriginEvents[e] && n[e] ? this['fire' + e] : (t = this.childOriginEvents[e] || n[e] || t,
t)
},
isClickToShow: function() {
var e = this.$props,
t = e.action,
- n = e.showAction;
- return -1 !== t.indexOf("click") || -1 !== n.indexOf("click")
+ n = e.showAction
+ return -1 !== t.indexOf('click') || -1 !== n.indexOf('click')
},
isContextmenuToShow: function() {
var e = this.$props,
t = e.action,
- n = e.showAction;
- return -1 !== t.indexOf("contextmenu") || -1 !== n.indexOf("contextmenu")
+ n = e.showAction
+ return -1 !== t.indexOf('contextmenu') || -1 !== n.indexOf('contextmenu')
},
isClickToHide: function() {
var e = this.$props,
t = e.action,
- n = e.hideAction;
- return -1 !== t.indexOf("click") || -1 !== n.indexOf("click")
+ n = e.hideAction
+ return -1 !== t.indexOf('click') || -1 !== n.indexOf('click')
},
isMouseEnterToShow: function() {
var e = this.$props,
t = e.action,
- n = e.showAction;
- return -1 !== t.indexOf("hover") || -1 !== n.indexOf("mouseenter")
+ n = e.showAction
+ return -1 !== t.indexOf('hover') || -1 !== n.indexOf('mouseenter')
},
isMouseLeaveToHide: function() {
var e = this.$props,
t = e.action,
- n = e.hideAction;
- return -1 !== t.indexOf("hover") || -1 !== n.indexOf("mouseleave")
+ n = e.hideAction
+ return -1 !== t.indexOf('hover') || -1 !== n.indexOf('mouseleave')
},
isFocusToShow: function() {
var e = this.$props,
t = e.action,
- n = e.showAction;
- return -1 !== t.indexOf("focus") || -1 !== n.indexOf("focus")
+ n = e.showAction
+ return -1 !== t.indexOf('focus') || -1 !== n.indexOf('focus')
},
isBlurToHide: function() {
var e = this.$props,
t = e.action,
- n = e.hideAction;
- return -1 !== t.indexOf("focus") || -1 !== n.indexOf("blur")
+ n = e.hideAction
+ return -1 !== t.indexOf('focus') || -1 !== n.indexOf('blur')
},
forcePopupAlign: function() {
this.$data.sPopupVisible && this._component && this._component.$refs.alignInstance && this._component.$refs
@@ -50066,30 +50544,30 @@
var e = this,
t = arguments[0],
n = this.sPopupVisible,
- r = Object(B["c"])(this.$slots["default"]),
+ r = Object(B['c'])(this.$slots['default']),
a = this.$props,
i = a.forceRender,
- o = a.alignPoint;
- r.length > 1 && Object(D["a"])(!1, "Trigger $slots.default.length > 1, just support only one default", !0);
- var s = r[0];
- this.childOriginEvents = Object(B["g"])(s);
+ o = a.alignPoint
+ r.length > 1 && Object(D['a'])(!1, 'Trigger $slots.default.length > 1, just support only one default', !0)
+ var s = r[0]
+ this.childOriginEvents = Object(B['g'])(s)
var c = {
props: {},
nativeOn: {},
- key: "trigger"
- };
+ key: 'trigger'
+ }
return this.isContextmenuToShow() ? c.nativeOn.contextmenu = this.onContextmenu : c.nativeOn.contextmenu =
- this.createTwoChains("contextmenu"), this.isClickToHide() || this.isClickToShow() ? (c.nativeOn.click =
+ this.createTwoChains('contextmenu'), this.isClickToHide() || this.isClickToShow() ? (c.nativeOn.click =
this.onClick, c.nativeOn.mousedown = this.onMousedown, c.nativeOn.touchstart = this.onTouchstart) : (c.nativeOn
- .click = this.createTwoChains("click"), c.nativeOn.mousedown = this.createTwoChains("mousedown"), c.nativeOn
- .touchstart = this.createTwoChains("onTouchstart")), this.isMouseEnterToShow() ? (c.nativeOn.mouseenter =
+ .click = this.createTwoChains('click'), c.nativeOn.mousedown = this.createTwoChains('mousedown'), c.nativeOn
+ .touchstart = this.createTwoChains('onTouchstart')), this.isMouseEnterToShow() ? (c.nativeOn.mouseenter =
this.onMouseenter, o && (c.nativeOn.mousemove = this.onMouseMove)) : c.nativeOn.mouseenter = this.createTwoChains(
- "mouseenter"), this.isMouseLeaveToHide() ? c.nativeOn.mouseleave = this.onMouseleave : c.nativeOn.mouseleave =
- this.createTwoChains("mouseleave"), this.isFocusToShow() || this.isBlurToHide() ? (c.nativeOn.focus = this
- .onFocus, c.nativeOn.blur = this.onBlur) : (c.nativeOn.focus = this.createTwoChains("focus"), c.nativeOn.blur =
+ 'mouseenter'), this.isMouseLeaveToHide() ? c.nativeOn.mouseleave = this.onMouseleave : c.nativeOn.mouseleave =
+ this.createTwoChains('mouseleave'), this.isFocusToShow() || this.isBlurToHide() ? (c.nativeOn.focus = this
+ .onFocus, c.nativeOn.blur = this.onBlur) : (c.nativeOn.focus = this.createTwoChains('focus'), c.nativeOn.blur =
function(t) {
- !t || t.relatedTarget && Object(De["a"])(t.target, t.relatedTarget) || e.createTwoChains("blur")(t)
- }), this.trigger = Object(on["a"])(s, c), t(Mn, {
+ !t || t.relatedTarget && Object(De['a'])(t.target, t.relatedTarget) || e.createTwoChains('blur')(t)
+ }), this.trigger = Object(on['a'])(s, c), t(Mn, {
attrs: {
parent: this,
visible: n,
@@ -50098,7 +50576,7 @@
getComponent: this.getComponent,
getContainer: this.getContainer,
children: function(t) {
- var n = t.renderComponent;
+ var n = t.renderComponent
return e.renderComponent = n, e.trigger
}
}
@@ -50106,8 +50584,8 @@
}
},
kn = Sn,
- Cn = n("18a7"),
- Tn = n("b24f"),
+ Cn = n('18a7'),
+ Tn = n('b24f'),
xn = n.n(Tn),
zn = /iPhone/i,
Dn = /iPod/i,
@@ -50122,23 +50600,23 @@
Rn = /BB10/i,
Fn = /Opera Mini/i,
$n = /\b(CriOS|Chrome)(?:.+)Mobile/i,
- Nn = /Mobile(?:.+)Firefox\b/i;
+ Nn = /Mobile(?:.+)Firefox\b/i
function Bn(e, t) {
return e.test(t)
}
function Kn(e) {
- var t = e || ("undefined" !== typeof navigator ? navigator.userAgent : ""),
- n = t.split("[FBAN");
- if ("undefined" !== typeof n[1]) {
+ var t = e || ('undefined' !== typeof navigator ? navigator.userAgent : ''),
+ n = t.split('[FBAN')
+ if ('undefined' !== typeof n[1]) {
var r = n,
- a = xn()(r, 1);
+ a = xn()(r, 1)
t = a[0]
}
- if (n = t.split("Twitter"), "undefined" !== typeof n[1]) {
+ if (n = t.split('Twitter'), 'undefined' !== typeof n[1]) {
var i = n,
- o = xn()(i, 1);
+ o = xn()(i, 1)
t = o[0]
}
var s = {
@@ -50174,30 +50652,32 @@
any: null,
phone: null,
tablet: null
- };
+ }
return s.any = s.apple.device || s.android.device || s.windows.device || s.other.device, s.phone = s.apple.phone ||
s.android.phone || s.windows.phone, s.tablet = s.apple.tablet || s.android.tablet || s.windows.tablet, s
}
+
var Wn = h()({}, Kn(), {
isMobile: Kn
}),
- qn = Wn;
+ qn = Wn
- function Un() {}
+ function Un() {
+ }
function Jn(e, t, n) {
- var r = t || "";
- return void 0 === e.key ? r + "item_" + n : e.key
+ var r = t || ''
+ return void 0 === e.key ? r + 'item_' + n : e.key
}
function Gn(e) {
- return e + "-menu-"
+ return e + '-menu-'
}
function Qn(e, t) {
- var n = -1;
+ var n = -1
e.forEach((function(e) {
- n++, e && e.type && e.type.isMenuItemGroup ? e.$slots["default"].forEach((function(r) {
+ n++, e && e.type && e.type.isMenuItemGroup ? e.$slots['default'].forEach((function(r) {
n++, e.componentOptions && t(r, n)
})) : e.componentOptions && t(e, n)
}))
@@ -50205,44 +50685,46 @@
function Xn(e, t, n) {
e && !n.find && e.forEach((function(e) {
- if (!n.find && (!e.data || !e.data.slot || "default" === e.data.slot) && e && e.componentOptions) {
- var r = e.componentOptions.Ctor.options;
- if (!r || !(r.isSubMenu || r.isMenuItem || r.isMenuItemGroup)) return; - 1 !== t.indexOf(e.key) ? n.find = !
+ if (!n.find && (!e.data || !e.data.slot || 'default' === e.data.slot) && e && e.componentOptions) {
+ var r = e.componentOptions.Ctor.options
+ if (!r || !(r.isSubMenu || r.isMenuItem || r.isMenuItemGroup)) return
+ -1 !== t.indexOf(e.key) ? n.find = !
0 : e.componentOptions.children && Xn(e.componentOptions.children, t, n)
}
}))
}
+
var Zn = {
- props: ["defaultSelectedKeys", "selectedKeys", "defaultOpenKeys", "openKeys", "mode", "getPopupContainer",
- "openTransitionName", "openAnimation", "subMenuOpenDelay", "subMenuCloseDelay", "forceSubMenuRender",
- "triggerSubMenuAction", "level", "selectable", "multiple", "visible", "focusable", "defaultActiveFirst",
- "prefixCls", "inlineIndent", "parentMenu", "title", "rootPrefixCls", "eventKey", "active", "popupAlign",
- "popupOffset", "isOpen", "renderMenuItem", "manualRef", "subMenuKey", "disabled", "index", "isSelected",
- "store", "activeKey", "builtinPlacements", "overflowedIndicator", "attribute", "value", "popupClassName",
- "inlineCollapsed", "menu", "theme", "itemIcon", "expandIcon"
+ props: ['defaultSelectedKeys', 'selectedKeys', 'defaultOpenKeys', 'openKeys', 'mode', 'getPopupContainer',
+ 'openTransitionName', 'openAnimation', 'subMenuOpenDelay', 'subMenuCloseDelay', 'forceSubMenuRender',
+ 'triggerSubMenuAction', 'level', 'selectable', 'multiple', 'visible', 'focusable', 'defaultActiveFirst',
+ 'prefixCls', 'inlineIndent', 'parentMenu', 'title', 'rootPrefixCls', 'eventKey', 'active', 'popupAlign',
+ 'popupOffset', 'isOpen', 'renderMenuItem', 'manualRef', 'subMenuKey', 'disabled', 'index', 'isSelected',
+ 'store', 'activeKey', 'builtinPlacements', 'overflowedIndicator', 'attribute', 'value', 'popupClassName',
+ 'inlineCollapsed', 'menu', 'theme', 'itemIcon', 'expandIcon'
],
- on: ["select", "deselect", "destroy", "openChange", "itemHover", "titleMouseenter", "titleMouseleave",
- "titleClick"
+ on: ['select', 'deselect', 'destroy', 'openChange', 'itemHover', 'titleMouseenter', 'titleMouseleave',
+ 'titleClick'
]
},
er = function(e) {
- var t = e && "function" === typeof e.getBoundingClientRect && e.getBoundingClientRect().width;
+ var t = e && 'function' === typeof e.getBoundingClientRect && e.getBoundingClientRect().width
return t && (t = +t.toFixed(6)), t || 0
},
tr = function(e, t, n) {
- e && "object" === u()(e.style) && (e.style[t] = n)
+ e && 'object' === u()(e.style) && (e.style[t] = n)
},
nr = function() {
return qn.any
},
- rr = n("6dd8"),
- ar = !("undefined" === typeof window || !window.document || !window.document.createElement),
- ir = "menuitem-overflowed",
- or = .5;
- ar && n("0cdd");
+ rr = n('6dd8'),
+ ar = !('undefined' === typeof window || !window.document || !window.document.createElement),
+ ir = 'menuitem-overflowed',
+ or = .5
+ ar && n('0cdd')
var sr = {
- name: "DOMWrap",
- mixins: [ie["a"]],
+ name: 'DOMWrap',
+ mixins: [ie['a']],
data: function() {
return this.resizeObserver = null, this.mutationObserver = null, this.originalTotalWidth = 0, this.overflowedItems = [],
this.menuItemSizes = [], {
@@ -50250,16 +50732,16 @@
}
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
- if (e.setChildrenWidthAndResize(), 1 === e.level && "horizontal" === e.mode) {
- var t = e.$el;
- if (!t) return;
- e.resizeObserver = new rr["a"]((function(t) {
+ if (e.setChildrenWidthAndResize(), 1 === e.level && 'horizontal' === e.mode) {
+ var t = e.$el
+ if (!t) return
+ e.resizeObserver = new rr['a']((function(t) {
t.forEach(e.setChildrenWidthAndResize)
})), [].slice.call(t.children).concat(t).forEach((function(t) {
e.resizeObserver.observe(t)
- })), "undefined" !== typeof MutationObserver && (e.mutationObserver = new MutationObserver((function() {
+ })), 'undefined' !== typeof MutationObserver && (e.mutationObserver = new MutationObserver((function() {
e.resizeObserver.disconnect(), [].slice.call(t.children).concat(t).forEach((function(t) {
e.resizeObserver.observe(t)
})), e.setChildrenWidthAndResize()
@@ -50277,9 +50759,9 @@
methods: {
getMenuItemNodes: function() {
var e = this.$props.prefixCls,
- t = this.$el;
+ t = this.$el
return t ? [].slice.call(t.children).filter((function(t) {
- return t.className.split(" ").indexOf(e + "-overflowed-submenu") < 0
+ return t.className.split(' ').indexOf(e + '-overflowed-submenu') < 0
})) : []
},
getOverflowedSubMenuItem: function(e, t, n) {
@@ -50289,29 +50771,29 @@
s = i.level,
c = i.mode,
l = i.prefixCls,
- u = i.theme;
- if (1 !== s || "horizontal" !== c) return null;
- var d = this.$slots["default"][0],
- f = Object(B["l"])(d),
- m = (f.title, a()(f, ["title"])),
- p = Object(B["h"])(d),
+ u = i.theme
+ if (1 !== s || 'horizontal' !== c) return null
+ var d = this.$slots['default'][0],
+ f = Object(B['l'])(d),
+ m = (f.title, a()(f, ['title'])),
+ p = Object(B['h'])(d),
_ = {},
- v = e + "-overflowed-indicator",
- b = e + "-overflowed-indicator";
+ v = e + '-overflowed-indicator',
+ b = e + '-overflowed-indicator'
0 === t.length && !0 !== n ? _ = {
- display: "none"
+ display: 'none'
} : n && (_ = {
- visibility: "hidden",
- position: "absolute"
- }, v += "-placeholder", b += "-placeholder");
- var y = u ? l + "-" + u : "",
+ visibility: 'hidden',
+ position: 'absolute'
+ }, v += '-placeholder', b += '-placeholder')
+ var y = u ? l + '-' + u : '',
g = {},
- M = {};
+ M = {}
Zn.props.forEach((function(e) {
void 0 !== m[e] && (g[e] = m[e])
})), Zn.on.forEach((function(e) {
void 0 !== p[e] && (M[e] = p[e])
- }));
+ }))
var w = {
props: h()({
title: o,
@@ -50320,48 +50802,48 @@
eventKey: b,
disabled: !1
}),
- class: l + "-overflowed-submenu",
+ class: l + '-overflowed-submenu',
key: v,
style: _,
on: M
- };
+ }
return r(Sr, w, [t])
},
setChildrenWidthAndResize: function() {
- if ("horizontal" === this.mode) {
- var e = this.$el;
+ if ('horizontal' === this.mode) {
+ var e = this.$el
if (e) {
- var t = e.children;
+ var t = e.children
if (t && 0 !== t.length) {
- var n = e.children[t.length - 1];
- tr(n, "display", "inline-block");
+ var n = e.children[t.length - 1]
+ tr(n, 'display', 'inline-block')
var r = this.getMenuItemNodes(),
a = r.filter((function(e) {
- return e.className.split(" ").indexOf(ir) >= 0
- }));
+ return e.className.split(' ').indexOf(ir) >= 0
+ }))
a.forEach((function(e) {
- tr(e, "display", "inline-block")
+ tr(e, 'display', 'inline-block')
})), this.menuItemSizes = r.map((function(e) {
return er(e)
})), a.forEach((function(e) {
- tr(e, "display", "none")
+ tr(e, 'display', 'none')
})), this.overflowedIndicatorWidth = er(e.children[e.children.length - 1]), this.originalTotalWidth =
this.menuItemSizes.reduce((function(e, t) {
return e + t
- }), 0), this.handleResize(), tr(n, "display", "none")
+ }), 0), this.handleResize(), tr(n, 'display', 'none')
}
}
}
},
handleResize: function() {
- var e = this;
- if ("horizontal" === this.mode) {
- var t = this.$el;
+ var e = this
+ if ('horizontal' === this.mode) {
+ var t = this.$el
if (t) {
- var n = er(t);
- this.overflowedItems = [];
+ var n = er(t)
+ this.overflowedItems = []
var r = 0,
- a = void 0;
+ a = void 0
this.originalTotalWidth > n + or && (a = -1, this.menuItemSizes.forEach((function(t) {
r += t, r + e.overflowedIndicatorWidth <= n && (a += 1)
}))), this.setState({
@@ -50373,29 +50855,29 @@
renderChildren: function(e) {
var t = this,
n = this.$data.lastVisibleIndex,
- r = Object(B["e"])(this);
+ r = Object(B['e'])(this)
return (e || []).reduce((function(a, i, o) {
var s = i,
- l = Object(B["l"])(i).eventKey;
- if ("horizontal" === t.mode) {
- var u = t.getOverflowedSubMenuItem(l, []);
- void 0 !== n && -1 !== r[t.prefixCls + "-root"] && (o > n && (s = Object(on["a"])(i, {
+ l = Object(B['l'])(i).eventKey
+ if ('horizontal' === t.mode) {
+ var u = t.getOverflowedSubMenuItem(l, [])
+ void 0 !== n && -1 !== r[t.prefixCls + '-root'] && (o > n && (s = Object(on['a'])(i, {
style: {
- display: "none"
+ display: 'none'
},
props: {
- eventKey: l + "-hidden"
+ eventKey: l + '-hidden'
},
class: ir
})), o === n + 1 && (t.overflowedItems = e.slice(n + 1).map((function(e) {
- return Object(on["a"])(e, {
- key: Object(B["l"])(e).eventKey,
+ return Object(on['a'])(e, {
+ key: Object(B['l'])(e).eventKey,
props: {
- mode: "vertical-left"
+ mode: 'vertical-left'
}
})
- })), u = t.getOverflowedSubMenuItem(l, t.overflowedItems)));
- var d = [].concat(c()(a), [u, s]);
+ })), u = t.getOverflowedSubMenuItem(l, t.overflowedItems)))
+ var d = [].concat(c()(a), [u, s])
return o === e.length - 1 && d.push(t.getOverflowedSubMenuItem(l, [], !0)), d
}
return [].concat(c()(a), [s])
@@ -50406,22 +50888,22 @@
var e = arguments[0],
t = this.$props.tag,
n = {
- on: Object(B["j"])(this)
- };
- return e(t, n, [this.renderChildren(this.$slots["default"])])
+ on: Object(B['j'])(this)
+ }
+ return e(t, n, [this.renderChildren(this.$slots['default'])])
}
- };
+ }
sr.props = {
- mode: z["a"].oneOf(["horizontal", "vertical", "vertical-left", "vertical-right", "inline"]),
- prefixCls: z["a"].string,
- level: z["a"].number,
- theme: z["a"].string,
- overflowedIndicator: z["a"].node,
- visible: z["a"].bool,
- hiddenClassName: z["a"].string,
- tag: z["a"].string.def("div")
- };
- var cr = sr;
+ mode: z['a'].oneOf(['horizontal', 'vertical', 'vertical-left', 'vertical-right', 'inline']),
+ prefixCls: z['a'].string,
+ level: z['a'].number,
+ theme: z['a'].string,
+ overflowedIndicator: z['a'].node,
+ visible: z['a'].bool,
+ hiddenClassName: z['a'].string,
+ tag: z['a'].string.def('div')
+ }
+ var cr = sr
function lr(e) {
return !e.length || e.every((function(e) {
@@ -50430,19 +50912,19 @@
}
function ur(e, t, n) {
- var r = e.getState();
+ var r = e.getState()
e.setState({
activeKey: h()({}, r.activeKey, o()({}, t, n))
})
}
function dr(e) {
- return e.eventKey || "0-menu-"
+ return e.eventKey || '0-menu-'
}
function hr(e, t) {
if (t) {
- var n = this.instanceArrayKeyIndexMap[e];
+ var n = this.instanceArrayKeyIndexMap[e]
this.instanceArray[n] = t
}
}
@@ -50451,60 +50933,61 @@
var n = t,
r = e.eventKey,
a = e.defaultActiveFirst,
- i = e.children;
+ i = e.children
if (void 0 !== n && null !== n) {
- var o = void 0;
+ var o = void 0
if (Qn(i, (function(e, t) {
- var a = e.componentOptions.propsData || {};
+ var a = e.componentOptions.propsData || {}
e && !a.disabled && n === Jn(e, r, t) && (o = !0)
})), o) return n
}
return n = null, a ? (Qn(i, (function(e, t) {
var a = e.componentOptions.propsData || {},
- i = null === n || void 0 === n;
+ i = null === n || void 0 === n
i && e && !a.disabled && (n = Jn(e, r, t))
})), n) : n
}
+
var mr = {
- name: "SubPopupMenu",
- props: Object(B["s"])({
- prefixCls: z["a"].string,
- openTransitionName: z["a"].string,
- openAnimation: z["a"].oneOfType([z["a"].string, z["a"].object]),
- openKeys: z["a"].arrayOf(z["a"].oneOfType([z["a"].string, z["a"].number])),
- visible: z["a"].bool,
- parentMenu: z["a"].object,
- eventKey: z["a"].string,
- store: z["a"].object,
- focusable: z["a"].bool,
- multiple: z["a"].bool,
- defaultActiveFirst: z["a"].bool,
- activeKey: z["a"].oneOfType([z["a"].string, z["a"].number]),
- selectedKeys: z["a"].arrayOf(z["a"].oneOfType([z["a"].string, z["a"].number])),
- defaultSelectedKeys: z["a"].arrayOf(z["a"].oneOfType([z["a"].string, z["a"].number])),
- defaultOpenKeys: z["a"].arrayOf(z["a"].oneOfType([z["a"].string, z["a"].number])),
- level: z["a"].number,
- mode: z["a"].oneOf(["horizontal", "vertical", "vertical-left", "vertical-right", "inline"]),
- triggerSubMenuAction: z["a"].oneOf(["click", "hover"]),
- inlineIndent: z["a"].oneOfType([z["a"].number, z["a"].string]),
- manualRef: z["a"].func,
- itemIcon: z["a"].any,
- expandIcon: z["a"].any,
- overflowedIndicator: z["a"].any,
- children: z["a"].any.def([]),
- __propsSymbol__: z["a"].any
+ name: 'SubPopupMenu',
+ props: Object(B['s'])({
+ prefixCls: z['a'].string,
+ openTransitionName: z['a'].string,
+ openAnimation: z['a'].oneOfType([z['a'].string, z['a'].object]),
+ openKeys: z['a'].arrayOf(z['a'].oneOfType([z['a'].string, z['a'].number])),
+ visible: z['a'].bool,
+ parentMenu: z['a'].object,
+ eventKey: z['a'].string,
+ store: z['a'].object,
+ focusable: z['a'].bool,
+ multiple: z['a'].bool,
+ defaultActiveFirst: z['a'].bool,
+ activeKey: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ selectedKeys: z['a'].arrayOf(z['a'].oneOfType([z['a'].string, z['a'].number])),
+ defaultSelectedKeys: z['a'].arrayOf(z['a'].oneOfType([z['a'].string, z['a'].number])),
+ defaultOpenKeys: z['a'].arrayOf(z['a'].oneOfType([z['a'].string, z['a'].number])),
+ level: z['a'].number,
+ mode: z['a'].oneOf(['horizontal', 'vertical', 'vertical-left', 'vertical-right', 'inline']),
+ triggerSubMenuAction: z['a'].oneOf(['click', 'hover']),
+ inlineIndent: z['a'].oneOfType([z['a'].number, z['a'].string]),
+ manualRef: z['a'].func,
+ itemIcon: z['a'].any,
+ expandIcon: z['a'].any,
+ overflowedIndicator: z['a'].any,
+ children: z['a'].any.def([]),
+ __propsSymbol__: z['a'].any
}, {
- prefixCls: "rc-menu",
- mode: "vertical",
+ prefixCls: 'rc-menu',
+ mode: 'vertical',
level: 1,
inlineIndent: 24,
visible: !0,
focusable: !0,
manualRef: Un
}),
- mixins: [ie["a"]],
+ mixins: [ie['a']],
created: function() {
- var e = Object(B["k"])(this);
+ var e = Object(B['k'])(this)
this.prevProps = h()({}, e), e.store.setState({
activeKey: h()({}, e.store.getState().activeKey, o()({}, e.eventKey, fr(e, e.activeKey)))
}), this.instanceArray = []
@@ -50513,13 +50996,13 @@
this.manualRef && this.manualRef(this)
},
updated: function() {
- var e = Object(B["k"])(this),
+ var e = Object(B['k'])(this),
t = this.prevProps,
- n = "activeKey" in e ? e.activeKey : e.store.getState().activeKey[dr(e)],
- r = fr(e, n);
- if (r !== n) ur(e.store, dr(e), r);
- else if ("activeKey" in t) {
- var a = fr(t, t.activeKey);
+ n = 'activeKey' in e ? e.activeKey : e.store.getState().activeKey[dr(e)],
+ r = fr(e, n)
+ if (r !== n) ur(e.store, dr(e), r)
+ else if ('activeKey' in t) {
+ var a = fr(t, t.activeKey)
r !== a && ur(e.store, dr(e), r)
}
this.prevProps = h()({}, e)
@@ -50527,33 +51010,33 @@
methods: {
onKeyDown: function(e, t) {
var n = e.keyCode,
- r = void 0;
+ r = void 0
if (this.getFlatInstanceArray().forEach((function(t) {
t && t.active && t.onKeyDown && (r = t.onKeyDown(e))
- })), r) return 1;
- var a = null;
- return n !== Cn["a"].UP && n !== Cn["a"].DOWN || (a = this.step(n === Cn["a"].UP ? -1 : 1)), a ? (e.preventDefault(),
- ur(this.$props.store, dr(this.$props), a.eventKey), "function" === typeof t && t(a), 1) : void 0
+ })), r) return 1
+ var a = null
+ return n !== Cn['a'].UP && n !== Cn['a'].DOWN || (a = this.step(n === Cn['a'].UP ? -1 : 1)), a ? (e.preventDefault(),
+ ur(this.$props.store, dr(this.$props), a.eventKey), 'function' === typeof t && t(a), 1) : void 0
},
onItemHover: function(e) {
var t = e.key,
- n = e.hover;
+ n = e.hover
ur(this.$props.store, dr(this.$props), n ? t : null)
},
onDeselect: function(e) {
- this.__emit("deselect", e)
+ this.__emit('deselect', e)
},
onSelect: function(e) {
- this.__emit("select", e)
+ this.__emit('select', e)
},
onClick: function(e) {
- this.__emit("click", e)
+ this.__emit('click', e)
},
onOpenChange: function(e) {
- this.__emit("openChange", e)
+ this.__emit('openChange', e)
},
onDestroy: function(e) {
- this.__emit("destroy", e)
+ this.__emit('destroy', e)
},
getFlatInstanceArray: function() {
return this.instanceArray
@@ -50564,46 +51047,46 @@
step: function(e) {
var t = this.getFlatInstanceArray(),
n = this.$props.store.getState().activeKey[dr(this.$props)],
- r = t.length;
- if (!r) return null;
- e < 0 && (t = t.concat().reverse());
- var a = -1;
+ r = t.length
+ if (!r) return null
+ e < 0 && (t = t.concat().reverse())
+ var a = -1
if (t.every((function(e, t) {
return !e || e.eventKey !== n || (a = t, !1)
})), this.defaultActiveFirst || -1 === a || !lr(t.slice(a, r - 1))) {
var i = (a + 1) % r,
- o = i;
+ o = i
do {
- var s = t[o];
- if (s && !s.disabled) return s;
+ var s = t[o]
+ if (s && !s.disabled) return s
o = (o + 1) % r
- } while (o !== i);
+ } while (o !== i)
return null
}
},
getIcon: function(e, t) {
if (e.$createElement) {
- var n = e[t];
+ var n = e[t]
return void 0 !== n ? n : e.$slots[t] || e.$scopedSlots[t]
}
- var r = Object(B["l"])(e)[t];
- if (void 0 !== r) return r;
+ var r = Object(B['l'])(e)[t]
+ if (void 0 !== r) return r
var a = [],
- i = e.componentOptions || {};
+ i = e.componentOptions || {}
return (i.children || []).forEach((function(e) {
- e.data && e.data.slot === t && ("template" === e.tag ? a.push(e.children) : a.push(e))
+ e.data && e.data.slot === t && ('template' === e.tag ? a.push(e.children) : a.push(e))
})), a.length ? a : void 0
},
renderCommonMenuItem: function(e, t, n) {
- var r = this;
- if (void 0 === e.tag) return e;
+ var r = this
+ if (void 0 === e.tag) return e
var a = this.$props.store.getState(),
i = this.$props,
o = Jn(e, i.eventKey, t),
s = e.componentOptions.propsData || {},
- c = o === a.activeKey[dr(this.$props)];
- s.disabled || (this.instanceArrayKeyIndexMap[o] = Object.keys(this.instanceArrayKeyIndexMap).length);
- var l = Object(B["h"])(e),
+ c = o === a.activeKey[dr(this.$props)]
+ s.disabled || (this.instanceArrayKeyIndexMap[o] = Object.keys(this.instanceArrayKeyIndexMap).length)
+ var l = Object(B['h'])(e),
u = {
props: h()({
mode: s.mode || i.mode,
@@ -50623,8 +51106,8 @@
subMenuCloseDelay: i.subMenuCloseDelay,
forceSubMenuRender: i.forceSubMenuRender,
builtinPlacements: i.builtinPlacements,
- itemIcon: this.getIcon(e, "itemIcon") || this.getIcon(this, "itemIcon"),
- expandIcon: this.getIcon(e, "expandIcon") || this.getIcon(this, "expandIcon")
+ itemIcon: this.getIcon(e, 'itemIcon') || this.getIcon(this, 'itemIcon'),
+ expandIcon: this.getIcon(e, 'expandIcon') || this.getIcon(this, 'expandIcon')
}, n),
on: {
click: function(e) {
@@ -50635,11 +51118,11 @@
deselect: this.onDeselect,
select: this.onSelect
}
- };
- return ("inline" === i.mode || nr()) && (u.props.triggerSubMenuAction = "click"), Object(on["a"])(e, u)
+ }
+ return ('inline' === i.mode || nr()) && (u.props.triggerSubMenuAction = 'click'), Object(on['a'])(e, u)
},
renderMenuItem: function(e, t, n) {
- if (!e) return null;
+ if (!e) return null
var r = this.$props.store.getState(),
a = {
openKeys: r.openKeys,
@@ -50647,7 +51130,7 @@
triggerSubMenuAction: this.triggerSubMenuAction,
isRootMenu: !1,
subMenuKey: n
- };
+ }
return this.renderCommonMenuItem(e, t, a)
}
},
@@ -50660,28 +51143,28 @@
o = n.visible,
s = n.level,
c = n.mode,
- l = n.theme;
- this.instanceArray = [], this.instanceArrayKeyIndexMap = {};
- var u = x()(n.prefixCls, n.prefixCls + "-" + n.mode),
+ l = n.theme
+ this.instanceArray = [], this.instanceArrayKeyIndexMap = {}
+ var u = x()(n.prefixCls, n.prefixCls + '-' + n.mode),
d = {
props: {
- tag: "ul",
+ tag: 'ul',
visible: o,
prefixCls: i,
level: s,
mode: c,
theme: l,
- overflowedIndicator: Object(B["f"])(this, "overflowedIndicator")
+ overflowedIndicator: Object(B['f'])(this, 'overflowedIndicator')
},
attrs: {
- role: n.role || "menu"
+ role: n.role || 'menu'
},
class: u,
- on: Object(N["a"])(Object(B["j"])(this), ["click"])
- };
- return n.focusable && (d.attrs.tabIndex = "0", d.on.keydown = this.onKeyDown), t(cr, d, [n.children.map((
+ on: Object(N['a'])(Object(B['j'])(this), ['click'])
+ }
+ return n.focusable && (d.attrs.tabIndex = '0', d.on.keydown = this.onKeyDown), t(cr, d, [n.children.map((
function(t, n) {
- return e.renderMenuItem(t, n, r || "0-menu-")
+ return e.renderMenuItem(t, n, r || '0-menu-')
}))])
}
},
@@ -50692,105 +51175,105 @@
},
vr = {
topLeft: {
- points: ["bl", "tl"],
+ points: ['bl', 'tl'],
overflow: _r,
offset: [0, -7]
},
bottomLeft: {
- points: ["tl", "bl"],
+ points: ['tl', 'bl'],
overflow: _r,
offset: [0, 7]
},
leftTop: {
- points: ["tr", "tl"],
+ points: ['tr', 'tl'],
overflow: _r,
offset: [-4, 0]
},
rightTop: {
- points: ["tl", "tr"],
+ points: ['tl', 'tr'],
overflow: _r,
offset: [4, 0]
}
},
br = vr,
- yr = n("94eb"),
+ yr = n('94eb'),
gr = 0,
Mr = {
- horizontal: "bottomLeft",
- vertical: "rightTop",
- "vertical-left": "rightTop",
- "vertical-right": "leftTop"
+ horizontal: 'bottomLeft',
+ vertical: 'rightTop',
+ 'vertical-left': 'rightTop',
+ 'vertical-right': 'leftTop'
},
wr = function(e, t, n) {
var r = Gn(t),
- a = e.getState();
+ a = e.getState()
e.setState({
defaultActiveFirst: h()({}, a.defaultActiveFirst, o()({}, r, n))
})
},
Lr = {
- name: "SubMenu",
+ name: 'SubMenu',
props: {
- parentMenu: z["a"].object,
- title: z["a"].any,
- selectedKeys: z["a"].array.def([]),
- openKeys: z["a"].array.def([]),
- openChange: z["a"].func.def(Un),
- rootPrefixCls: z["a"].string,
- eventKey: z["a"].oneOfType([z["a"].string, z["a"].number]),
- multiple: z["a"].bool,
- active: z["a"].bool,
- isRootMenu: z["a"].bool.def(!1),
- index: z["a"].number,
- triggerSubMenuAction: z["a"].string,
- popupClassName: z["a"].string,
- getPopupContainer: z["a"].func,
- forceSubMenuRender: z["a"].bool,
- openAnimation: z["a"].oneOfType([z["a"].string, z["a"].object]),
- disabled: z["a"].bool,
- subMenuOpenDelay: z["a"].number.def(.1),
- subMenuCloseDelay: z["a"].number.def(.1),
- level: z["a"].number.def(1),
- inlineIndent: z["a"].number.def(24),
- openTransitionName: z["a"].string,
- popupOffset: z["a"].array,
- isOpen: z["a"].bool,
- store: z["a"].object,
- mode: z["a"].oneOf(["horizontal", "vertical", "vertical-left", "vertical-right", "inline"]).def("vertical"),
- manualRef: z["a"].func.def(Un),
- builtinPlacements: z["a"].object.def((function() {
+ parentMenu: z['a'].object,
+ title: z['a'].any,
+ selectedKeys: z['a'].array.def([]),
+ openKeys: z['a'].array.def([]),
+ openChange: z['a'].func.def(Un),
+ rootPrefixCls: z['a'].string,
+ eventKey: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ multiple: z['a'].bool,
+ active: z['a'].bool,
+ isRootMenu: z['a'].bool.def(!1),
+ index: z['a'].number,
+ triggerSubMenuAction: z['a'].string,
+ popupClassName: z['a'].string,
+ getPopupContainer: z['a'].func,
+ forceSubMenuRender: z['a'].bool,
+ openAnimation: z['a'].oneOfType([z['a'].string, z['a'].object]),
+ disabled: z['a'].bool,
+ subMenuOpenDelay: z['a'].number.def(.1),
+ subMenuCloseDelay: z['a'].number.def(.1),
+ level: z['a'].number.def(1),
+ inlineIndent: z['a'].number.def(24),
+ openTransitionName: z['a'].string,
+ popupOffset: z['a'].array,
+ isOpen: z['a'].bool,
+ store: z['a'].object,
+ mode: z['a'].oneOf(['horizontal', 'vertical', 'vertical-left', 'vertical-right', 'inline']).def('vertical'),
+ manualRef: z['a'].func.def(Un),
+ builtinPlacements: z['a'].object.def((function() {
return {}
})),
- itemIcon: z["a"].any,
- expandIcon: z["a"].any,
- subMenuKey: z["a"].string
+ itemIcon: z['a'].any,
+ expandIcon: z['a'].any,
+ subMenuKey: z['a'].string
},
- mixins: [ie["a"]],
+ mixins: [ie['a']],
isSubMenu: !0,
data: function() {
var e = this.$props,
t = e.store,
n = e.eventKey,
r = t.getState().defaultActiveFirst,
- a = !1;
+ a = !1
return r && (a = r[n]), wr(t, n, a), {}
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.handleUpdated()
}))
},
updated: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.handleUpdated()
}))
},
beforeDestroy: function() {
- var e = this.eventKey;
- this.__emit("destroy", e), this.minWidthTimeout && (Object(je["a"])(this.minWidthTimeout), this.minWidthTimeout =
- null), this.mouseenterTimeout && (Object(je["a"])(this.mouseenterTimeout), this.mouseenterTimeout = null)
+ var e = this.eventKey
+ this.__emit('destroy', e), this.minWidthTimeout && (Object(je['a'])(this.minWidthTimeout), this.minWidthTimeout =
+ null), this.mouseenterTimeout && (Object(je['a'])(this.mouseenterTimeout), this.mouseenterTimeout = null)
},
methods: {
handleUpdated: function() {
@@ -50798,8 +51281,8 @@
t = this.$props,
n = t.mode,
r = t.parentMenu,
- a = t.manualRef;
- a && a(this), "horizontal" === n && r.isRootMenu && this.isOpen && (this.minWidthTimeout = Object(je["b"])
+ a = t.manualRef
+ a && a(this), 'horizontal' === n && r.isRootMenu && this.isOpen && (this.minWidthTimeout = Object(je['b'])
((function() {
return e.adjustWidth()
}), 0))
@@ -50809,54 +51292,54 @@
n = this.menuInstance,
r = this.$props,
a = r.store,
- i = r.isOpen;
- if (t === Cn["a"].ENTER) return this.onTitleClick(e), wr(a, this.eventKey, !0), !0;
- if (t === Cn["a"].RIGHT) return i ? n.onKeyDown(e) : (this.triggerOpenChange(!0), wr(a, this.eventKey, !0)),
- !0;
- if (t === Cn["a"].LEFT) {
- var o = void 0;
- if (!i) return;
+ i = r.isOpen
+ if (t === Cn['a'].ENTER) return this.onTitleClick(e), wr(a, this.eventKey, !0), !0
+ if (t === Cn['a'].RIGHT) return i ? n.onKeyDown(e) : (this.triggerOpenChange(!0), wr(a, this.eventKey, !0)),
+ !0
+ if (t === Cn['a'].LEFT) {
+ var o = void 0
+ if (!i) return
return o = n.onKeyDown(e), o || (this.triggerOpenChange(!1), o = !0), o
}
- return !i || t !== Cn["a"].UP && t !== Cn["a"].DOWN ? void 0 : n.onKeyDown(e)
+ return !i || t !== Cn['a'].UP && t !== Cn['a'].DOWN ? void 0 : n.onKeyDown(e)
},
onPopupVisibleChange: function(e) {
- this.triggerOpenChange(e, e ? "mouseenter" : "mouseleave")
+ this.triggerOpenChange(e, e ? 'mouseenter' : 'mouseleave')
},
onMouseEnter: function(e) {
var t = this.$props,
n = t.eventKey,
- r = t.store;
- wr(r, n, !1), this.__emit("mouseenter", {
+ r = t.store
+ wr(r, n, !1), this.__emit('mouseenter', {
key: n,
domEvent: e
})
},
onMouseLeave: function(e) {
var t = this.eventKey,
- n = this.parentMenu;
- n.subMenuInstance = this, this.__emit("mouseleave", {
+ n = this.parentMenu
+ n.subMenuInstance = this, this.__emit('mouseleave', {
key: t,
domEvent: e
})
},
onTitleMouseEnter: function(e) {
- var t = this.$props.eventKey;
- this.__emit("itemHover", {
+ var t = this.$props.eventKey
+ this.__emit('itemHover', {
key: t,
hover: !0
- }), this.__emit("titleMouseenter", {
+ }), this.__emit('titleMouseenter', {
key: t,
domEvent: e
})
},
onTitleMouseLeave: function(e) {
var t = this.eventKey,
- n = this.parentMenu;
- n.subMenuInstance = this, this.__emit("itemHover", {
+ n = this.parentMenu
+ n.subMenuInstance = this, this.__emit('itemHover', {
key: t,
hover: !1
- }), this.__emit("titleMouseleave", {
+ }), this.__emit('titleMouseleave', {
key: t,
domEvent: e
})
@@ -50866,29 +51349,29 @@
n = t.triggerSubMenuAction,
r = t.eventKey,
a = t.isOpen,
- i = t.store;
- this.__emit("titleClick", {
+ i = t.store
+ this.__emit('titleClick', {
key: r,
domEvent: e
- }), "hover" !== n && (this.triggerOpenChange(!a, "click"), wr(i, r, !1))
+ }), 'hover' !== n && (this.triggerOpenChange(!a, 'click'), wr(i, r, !1))
},
onSubMenuClick: function(e) {
- this.__emit("click", this.addKeyPath(e))
+ this.__emit('click', this.addKeyPath(e))
},
getPrefixCls: function() {
- return this.$props.rootPrefixCls + "-submenu"
+ return this.$props.rootPrefixCls + '-submenu'
},
getActiveClassName: function() {
- return this.getPrefixCls() + "-active"
+ return this.getPrefixCls() + '-active'
},
getDisabledClassName: function() {
- return this.getPrefixCls() + "-disabled"
+ return this.getPrefixCls() + '-disabled'
},
getSelectedClassName: function() {
- return this.getPrefixCls() + "-selected"
+ return this.getPrefixCls() + '-selected'
},
getOpenClassName: function() {
- return this.$props.rootPrefixCls + "-submenu-open"
+ return this.$props.rootPrefixCls + '-submenu-open'
},
saveMenuInstance: function(e) {
this.menuInstance = e
@@ -50902,46 +51385,46 @@
var n = this,
r = this.$props.eventKey,
a = function() {
- n.__emit("openChange", {
+ n.__emit('openChange', {
key: r,
item: n,
trigger: t,
open: e
})
- };
- "mouseenter" === t ? this.mouseenterTimeout = Object(je["b"])((function() {
+ }
+ 'mouseenter' === t ? this.mouseenterTimeout = Object(je['b'])((function() {
a()
}), 0) : a()
},
isChildrenSelected: function() {
var e = {
find: !1
- };
- return Xn(this.$slots["default"], this.$props.selectedKeys, e), e.find
+ }
+ return Xn(this.$slots['default'], this.$props.selectedKeys, e), e.find
},
adjustWidth: function() {
if (this.$refs.subMenuTitle && this.menuInstance) {
- var e = this.menuInstance.$el;
+ var e = this.menuInstance.$el
e.offsetWidth >= this.$refs.subMenuTitle.offsetWidth || (e.style.minWidth = this.$refs.subMenuTitle.offsetWidth +
- "px")
+ 'px')
}
},
renderChildren: function(e) {
var t = this.$createElement,
n = this.$props,
- r = Object(B["j"])(this),
+ r = Object(B['j'])(this),
a = r.select,
i = r.deselect,
o = r.openChange,
s = {
props: {
- mode: "horizontal" === n.mode ? "vertical" : n.mode,
+ mode: 'horizontal' === n.mode ? 'vertical' : n.mode,
visible: n.isOpen,
level: n.level + 1,
inlineIndent: n.inlineIndent,
focusable: !1,
selectedKeys: n.selectedKeys,
- eventKey: n.eventKey + "-menu-",
+ eventKey: n.eventKey + '-menu-',
openKeys: n.openKeys,
openTransitionName: n.openTransitionName,
openAnimation: n.openAnimation,
@@ -50955,8 +51438,8 @@
multiple: n.multiple,
prefixCls: n.rootPrefixCls,
manualRef: this.saveMenuInstance,
- itemIcon: Object(B["f"])(this, "itemIcon"),
- expandIcon: Object(B["f"])(this, "expandIcon"),
+ itemIcon: Object(B['f'])(this, 'itemIcon'),
+ expandIcon: Object(B['f'])(this, 'expandIcon'),
children: e
},
on: {
@@ -50968,11 +51451,11 @@
id: this.internalMenuId
},
c = s.props,
- l = this.haveRendered;
+ l = this.haveRendered
if (this.haveRendered = !0, this.haveOpened = this.haveOpened || c.visible || c.forceSubMenuRender, !this.haveOpened)
- return t("div");
- var d = l || !c.visible || "inline" === !c.mode;
- s["class"] = " " + c.prefixCls + "-sub";
+ return t('div')
+ var d = l || !c.visible || 'inline' === !c.mode
+ s['class'] = ' ' + c.prefixCls + '-sub'
var f = {
appear: d,
css: !1
@@ -50980,16 +51463,16 @@
m = {
props: f,
on: {}
- };
- return c.openTransitionName ? m = Object(yr["a"])(c.openTransitionName, {
+ }
+ return c.openTransitionName ? m = Object(yr['a'])(c.openTransitionName, {
appear: d
- }) : "object" === u()(c.openAnimation) ? (f = h()({}, f, c.openAnimation.props || {}), d || (f.appear = !
- 1)) : "string" === typeof c.openAnimation && (m = Object(yr["a"])(c.openAnimation, {
+ }) : 'object' === u()(c.openAnimation) ? (f = h()({}, f, c.openAnimation.props || {}), d || (f.appear = !
+ 1)) : 'string' === typeof c.openAnimation && (m = Object(yr['a'])(c.openAnimation, {
appear: d
- })), "object" === u()(c.openAnimation) && c.openAnimation.on && (m.on = c.openAnimation.on), t(
- "transition", m, [t(pr, M()([{
+ })), 'object' === u()(c.openAnimation) && c.openAnimation.on && (m.on = c.openAnimation.on), t(
+ 'transition', m, [t(pr, M()([{
directives: [{
- name: "show",
+ name: 'show',
value: n.isOpen
}]
}, s]))])
@@ -51002,15 +51485,15 @@
i = this.parentMenu,
s = r.isOpen,
c = this.getPrefixCls(),
- l = "inline" === r.mode,
- u = (e = {}, o()(e, c, !0), o()(e, c + "-" + r.mode, !0), o()(e, this.getOpenClassName(), s), o()(e, this.getActiveClassName(),
+ l = 'inline' === r.mode,
+ u = (e = {}, o()(e, c, !0), o()(e, c + '-' + r.mode, !0), o()(e, this.getOpenClassName(), s), o()(e, this.getActiveClassName(),
r.active || s && !l), o()(e, this.getDisabledClassName(), r.disabled), o()(e, this.getSelectedClassName(),
- this.isChildrenSelected()), e);
- this.internalMenuId || (r.eventKey ? this.internalMenuId = r.eventKey + "$Menu" : this.internalMenuId =
- "$__$" + ++gr + "$Menu");
+ this.isChildrenSelected()), e)
+ this.internalMenuId || (r.eventKey ? this.internalMenuId = r.eventKey + '$Menu' : this.internalMenuId =
+ '$__$' + ++gr + '$Menu')
var d = {},
f = {},
- m = {};
+ m = {}
r.disabled || (d = {
mouseleave: this.onMouseLeave,
mouseenter: this.onMouseEnter
@@ -51019,31 +51502,31 @@
}, m = {
mouseenter: this.onTitleMouseEnter,
mouseleave: this.onTitleMouseLeave
- });
- var p = {};
- l && (p.paddingLeft = r.inlineIndent * r.level + "px");
- var _ = {};
+ })
+ var p = {}
+ l && (p.paddingLeft = r.inlineIndent * r.level + 'px')
+ var _ = {}
s && (_ = {
- "aria-owns": this.internalMenuId
- });
+ 'aria-owns': this.internalMenuId
+ })
var v = {
attrs: h()({
- "aria-expanded": s
+ 'aria-expanded': s
}, _, {
- "aria-haspopup": "true",
- title: "string" === typeof r.title ? r.title : void 0
+ 'aria-haspopup': 'true',
+ title: 'string' === typeof r.title ? r.title : void 0
}),
on: h()({}, m, f),
style: p,
- class: c + "-title",
- ref: "subMenuTitle"
+ class: c + '-title',
+ ref: 'subMenuTitle'
},
- b = null;
- "horizontal" !== r.mode && (b = Object(B["f"])(this, "expandIcon", r));
- var y = n("div", v, [Object(B["f"])(this, "title"), b || n("i", {
- class: c + "-arrow"
+ b = null
+ 'horizontal' !== r.mode && (b = Object(B['f'])(this, 'expandIcon', r))
+ var y = n('div', v, [Object(B['f'])(this, 'title'), b || n('i', {
+ class: c + '-arrow'
})]),
- g = this.renderChildren(Object(B["c"])(this.$slots["default"])),
+ g = this.renderChildren(Object(B['c'])(this.$slots['default'])),
w = this.parentMenu.isRootMenu ? this.parentMenu.getPopupContainer : function(e) {
return e.parentNode
},
@@ -51051,30 +51534,30 @@
O = r.popupOffset ? {
offset: r.popupOffset
} : {},
- S = "inline" === r.mode ? "" : r.popupClassName,
+ S = 'inline' === r.mode ? '' : r.popupClassName,
k = {
- on: h()({}, Object(N["a"])(Object(B["j"])(this), ["click"]), d),
+ on: h()({}, Object(N['a'])(Object(B['j'])(this), ['click']), d),
class: u
- };
- return n("li", M()([k, {
+ }
+ return n('li', M()([k, {
attrs: {
- role: "menuitem"
+ role: 'menuitem'
}
}]), [l && y, l && g, !l && n(kn, {
attrs: (t = {
prefixCls: c,
- popupClassName: c + "-popup " + a + "-" + i.theme + " " + (S || ""),
+ popupClassName: c + '-popup ' + a + '-' + i.theme + ' ' + (S || ''),
getPopupContainer: w,
builtinPlacements: br
- }, o()(t, "builtinPlacements", h()({}, br, r.builtinPlacements)), o()(t, "popupPlacement", L), o()(t,
- "popupVisible", s), o()(t, "popupAlign", O), o()(t, "action", r.disabled ? [] : [r.triggerSubMenuAction]),
- o()(t, "mouseEnterDelay", r.subMenuOpenDelay), o()(t, "mouseLeaveDelay", r.subMenuCloseDelay), o()(t,
- "forceRender", r.forceSubMenuRender), t),
+ }, o()(t, 'builtinPlacements', h()({}, br, r.builtinPlacements)), o()(t, 'popupPlacement', L), o()(t,
+ 'popupVisible', s), o()(t, 'popupAlign', O), o()(t, 'action', r.disabled ? [] : [r.triggerSubMenuAction]),
+ o()(t, 'mouseEnterDelay', r.subMenuOpenDelay), o()(t, 'mouseLeaveDelay', r.subMenuCloseDelay), o()(t,
+ 'forceRender', r.forceSubMenuRender), t),
on: {
popupVisibleChange: this.onPopupVisibleChange
}
- }, [n("template", {
- slot: "popup"
+ }, [n('template', {
+ slot: 'popup'
}, [g]), y])])
}
},
@@ -51083,21 +51566,21 @@
r = e.activeKey,
a = e.selectedKeys,
i = t.eventKey,
- o = t.subMenuKey;
+ o = t.subMenuKey
return {
isOpen: n.indexOf(i) > -1,
active: r[o] === i,
selectedKeys: a
}
- }))(Lr);
- Or.isSubMenu = !0;
- var Sr = Or;
+ }))(Lr)
+ Or.isSubMenu = !0
+ var Sr = Or
function kr(e) {
- return kr = "function" === typeof Symbol && "symbol" === typeof Symbol.iterator ? function(e) {
+ return kr = 'function' === typeof Symbol && 'symbol' === typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
- return e && "function" === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" :
+ return e && 'function' === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? 'symbol' :
typeof e
}, kr(e)
}
@@ -51112,9 +51595,9 @@
}
function Tr(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -51124,7 +51607,7 @@
function xr(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? Tr(n, !0).forEach((function(t) {
Cr(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -51134,12 +51617,13 @@
}
return e
}
- var zr = /[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source;
+
+ var zr = /[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source
function Dr(e) {
var t, n, r, a = e.ownerDocument,
i = a.body,
- o = a && a.documentElement;
+ o = a && a.documentElement
return t = e.getBoundingClientRect(), n = t.left, r = t.top, n -= o.clientLeft || i.clientLeft || 0, r -= o.clientTop ||
i.clientTop || 0, {
left: n,
@@ -51148,11 +51632,11 @@
}
function jr(e, t) {
- var n = e["page".concat(t ? "Y" : "X", "Offset")],
- r = "scroll".concat(t ? "Top" : "Left");
- if ("number" !== typeof n) {
- var a = e.document;
- n = a.documentElement[r], "number" !== typeof n && (n = a.body[r])
+ var n = e['page'.concat(t ? 'Y' : 'X', 'Offset')],
+ r = 'scroll'.concat(t ? 'Top' : 'Left')
+ if ('number' !== typeof n) {
+ var a = e.document
+ n = a.documentElement[r], 'number' !== typeof n && (n = a.body[r])
}
return n
}
@@ -51168,33 +51652,34 @@
function Pr(e) {
var t = Dr(e),
n = e.ownerDocument,
- r = n.defaultView || n.parentWindow;
+ r = n.defaultView || n.parentWindow
return t.left += Hr(r), t.top += Er(r), t
}
function Ar(e, t, n) {
- var r = "",
+ var r = '',
a = e.ownerDocument,
- i = n || a.defaultView.getComputedStyle(e, null);
+ i = n || a.defaultView.getComputedStyle(e, null)
return i && (r = i.getPropertyValue(t) || i[t]), r
}
- var Yr, Vr = new RegExp("^(".concat(zr, ")(?!px)[a-z%]+$"), "i"),
+
+ var Yr, Vr = new RegExp('^('.concat(zr, ')(?!px)[a-z%]+$'), 'i'),
Ir = /^(top|right|bottom|left)$/,
- Rr = "currentStyle",
- Fr = "runtimeStyle",
- $r = "left",
- Nr = "px";
+ Rr = 'currentStyle',
+ Fr = 'runtimeStyle',
+ $r = 'left',
+ Nr = 'px'
function Br(e, t) {
- var n = e[Rr] && e[Rr][t];
+ var n = e[Rr] && e[Rr][t]
if (Vr.test(n) && !Ir.test(t)) {
var r = e.style,
a = r[$r],
- i = e[Fr][$r];
- e[Fr][$r] = e[Rr][$r], r[$r] = "fontSize" === t ? "1em" : n || 0, n = r.pixelLeft + Nr, r[$r] = a, e[Fr][$r] =
+ i = e[Fr][$r]
+ e[Fr][$r] = e[Rr][$r], r[$r] = 'fontSize' === t ? '1em' : n || 0, n = r.pixelLeft + Nr, r[$r] = a, e[Fr][$r] =
i
}
- return "" === n ? "auto" : n
+ return '' === n ? 'auto' : n
}
function Kr(e, t) {
@@ -51202,29 +51687,30 @@
}
function Wr(e) {
- return "border-box" === Yr(e, "boxSizing")
+ return 'border-box' === Yr(e, 'boxSizing')
}
- "undefined" !== typeof window && (Yr = window.getComputedStyle ? Ar : Br);
- var qr = ["margin", "border", "padding"],
+
+ 'undefined' !== typeof window && (Yr = window.getComputedStyle ? Ar : Br)
+ var qr = ['margin', 'border', 'padding'],
Ur = -1,
Jr = 2,
Gr = 1,
- Qr = 0;
+ Qr = 0
function Xr(e, t, n) {
var r, a = {},
- i = e.style;
- for (r in t) t.hasOwnProperty(r) && (a[r] = i[r], i[r] = t[r]);
+ i = e.style
+ for (r in t) t.hasOwnProperty(r) && (a[r] = i[r], i[r] = t[r])
for (r in n.call(e), t) t.hasOwnProperty(r) && (i[r] = a[r])
}
function Zr(e, t, n) {
- var r, a, i, o = 0;
+ var r, a, i, o = 0
for (a = 0; a < t.length; a++)
if (r = t[a], r)
for (i = 0; i < n.length; i++) {
- var s = void 0;
- s = "border" === r ? "".concat(r + n[i], "Width") : r + n[i], o += parseFloat(Yr(e, s)) || 0
+ var s = void 0
+ s = 'border' === r ? ''.concat(r + n[i], 'Width') : r + n[i], o += parseFloat(Yr(e, s)) || 0
}
return o
}
@@ -51232,126 +51718,129 @@
function ea(e) {
return null != e && e == e.window
}
- var ta = {};
+
+ var ta = {}
function na(e, t, n) {
- if (ea(e)) return "width" === t ? ta.viewportWidth(e) : ta.viewportHeight(e);
- if (9 === e.nodeType) return "width" === t ? ta.docWidth(e) : ta.docHeight(e);
- var r = "width" === t ? ["Left", "Right"] : ["Top", "Bottom"],
- a = "width" === t ? e.offsetWidth : e.offsetHeight,
+ if (ea(e)) return 'width' === t ? ta.viewportWidth(e) : ta.viewportHeight(e)
+ if (9 === e.nodeType) return 'width' === t ? ta.docWidth(e) : ta.docHeight(e)
+ var r = 'width' === t ? ['Left', 'Right'] : ['Top', 'Bottom'],
+ a = 'width' === t ? e.offsetWidth : e.offsetHeight,
i = (Yr(e), Wr(e)),
o = 0;
(null == a || a <= 0) && (a = void 0, o = Yr(e, t), (null == o || Number(o) < 0) && (o = e.style[t] || 0), o =
- parseFloat(o) || 0), void 0 === n && (n = i ? Gr : Ur);
+ parseFloat(o) || 0), void 0 === n && (n = i ? Gr : Ur)
var s = void 0 !== a || i,
- c = a || o;
- if (n === Ur) return s ? c - Zr(e, ["border", "padding"], r) : o;
+ c = a || o
+ if (n === Ur) return s ? c - Zr(e, ['border', 'padding'], r) : o
if (s) {
- var l = n === Jr ? -Zr(e, ["border"], r) : Zr(e, ["margin"], r);
+ var l = n === Jr ? -Zr(e, ['border'], r) : Zr(e, ['margin'], r)
return c + (n === Gr ? 0 : l)
}
return o + Zr(e, qr.slice(n), r)
}
- Kr(["Width", "Height"], (function(e) {
- ta["doc".concat(e)] = function(t) {
- var n = t.document;
- return Math.max(n.documentElement["scroll".concat(e)], n.body["scroll".concat(e)], ta["viewport".concat(e)]
+
+ Kr(['Width', 'Height'], (function(e) {
+ ta['doc'.concat(e)] = function(t) {
+ var n = t.document
+ return Math.max(n.documentElement['scroll'.concat(e)], n.body['scroll'.concat(e)], ta['viewport'.concat(e)]
(n))
- }, ta["viewport".concat(e)] = function(t) {
- var n = "client".concat(e),
+ }, ta['viewport'.concat(e)] = function(t) {
+ var n = 'client'.concat(e),
r = t.document,
a = r.body,
i = r.documentElement,
- o = i[n];
- return "CSS1Compat" === r.compatMode && o || a && a[n] || o
+ o = i[n]
+ return 'CSS1Compat' === r.compatMode && o || a && a[n] || o
}
- }));
+ }))
var ra = {
- position: "absolute",
- visibility: "hidden",
- display: "block"
- };
+ position: 'absolute',
+ visibility: 'hidden',
+ display: 'block'
+ }
function aa(e) {
- var t, n = arguments;
+ var t, n = arguments
return 0 !== e.offsetWidth ? t = na.apply(void 0, n) : Xr(e, ra, (function() {
t = na.apply(void 0, n)
})), t
}
function ia(e, t, n) {
- var r = n;
- if ("object" !== kr(t)) return "undefined" !== typeof r ? ("number" === typeof r && (r += "px"), void(e.style[
- t] = r)) : Yr(e, t);
+ var r = n
+ if ('object' !== kr(t)) return 'undefined' !== typeof r ? ('number' === typeof r && (r += 'px'), void (e.style[
+ t] = r)) : Yr(e, t)
for (var a in t) t.hasOwnProperty(a) && ia(e, a, t[a])
}
function oa(e, t) {
- "static" === ia(e, "position") && (e.style.position = "relative");
+ 'static' === ia(e, 'position') && (e.style.position = 'relative')
var n, r, a = Pr(e),
- i = {};
- for (r in t) t.hasOwnProperty(r) && (n = parseFloat(ia(e, r)) || 0, i[r] = n + t[r] - a[r]);
+ i = {}
+ for (r in t) t.hasOwnProperty(r) && (n = parseFloat(ia(e, r)) || 0, i[r] = n + t[r] - a[r])
ia(e, i)
}
- Kr(["width", "height"], (function(e) {
- var t = e.charAt(0).toUpperCase() + e.slice(1);
- ta["outer".concat(t)] = function(t, n) {
+
+ Kr(['width', 'height'], (function(e) {
+ var t = e.charAt(0).toUpperCase() + e.slice(1)
+ ta['outer'.concat(t)] = function(t, n) {
return t && aa(t, e, n ? Qr : Gr)
- };
- var n = "width" === e ? ["Left", "Right"] : ["Top", "Bottom"];
+ }
+ var n = 'width' === e ? ['Left', 'Right'] : ['Top', 'Bottom']
ta[e] = function(t, r) {
- if (void 0 === r) return t && aa(t, e, Ur);
+ if (void 0 === r) return t && aa(t, e, Ur)
if (t) {
- Yr(t);
- var a = Wr(t);
- return a && (r += Zr(t, ["padding", "border"], n)), ia(t, e, r)
+ Yr(t)
+ var a = Wr(t)
+ return a && (r += Zr(t, ['padding', 'border'], n)), ia(t, e, r)
}
}
- }));
+ }))
var sa = xr({
getWindow: function(e) {
- var t = e.ownerDocument || e;
+ var t = e.ownerDocument || e
return t.defaultView || t.parentWindow
},
offset: function(e, t) {
- if ("undefined" === typeof t) return Pr(e);
+ if ('undefined' === typeof t) return Pr(e)
oa(e, t)
},
isWindow: ea,
each: Kr,
css: ia,
clone: function(e) {
- var t = {};
- for (var n in e) e.hasOwnProperty(n) && (t[n] = e[n]);
- var r = e.overflow;
+ var t = {}
+ for (var n in e) e.hasOwnProperty(n) && (t[n] = e[n])
+ var r = e.overflow
if (r)
- for (var a in e) e.hasOwnProperty(a) && (t.overflow[a] = e.overflow[a]);
+ for (var a in e) e.hasOwnProperty(a) && (t.overflow[a] = e.overflow[a])
return t
},
scrollLeft: function(e, t) {
if (ea(e)) {
- if (void 0 === t) return Hr(e);
+ if (void 0 === t) return Hr(e)
window.scrollTo(t, Er(e))
} else {
- if (void 0 === t) return e.scrollLeft;
+ if (void 0 === t) return e.scrollLeft
e.scrollLeft = t
}
},
scrollTop: function(e, t) {
if (ea(e)) {
- if (void 0 === t) return Er(e);
+ if (void 0 === t) return Er(e)
window.scrollTo(Hr(e), t)
} else {
- if (void 0 === t) return e.scrollTop;
+ if (void 0 === t) return e.scrollTop
e.scrollTop = t
}
},
viewportWidth: 0,
viewportHeight: 0
- }, ta);
+ }, ta)
function ca(e, t, n) {
- n = n || {}, 9 === t.nodeType && (t = sa.getWindow(t));
+ n = n || {}, 9 === t.nodeType && (t = sa.getWindow(t))
var r = n.allowHorizontalScroll,
a = n.onlyScrollIfNeeded,
i = n.alignWithTop,
@@ -51359,12 +51848,12 @@
s = n.offsetTop || 0,
c = n.offsetLeft || 0,
l = n.offsetBottom || 0,
- u = n.offsetRight || 0;
- r = void 0 === r || r;
+ u = n.offsetRight || 0
+ r = void 0 === r || r
var d, h, f, m, p, _, v, b, y, g, M = sa.isWindow(t),
w = sa.offset(e),
L = sa.outerHeight(e),
- O = sa.outerWidth(e);
+ O = sa.outerWidth(e)
M ? (v = t, g = sa.height(v), y = sa.width(v), b = {
left: sa.scrollLeft(v),
top: sa.scrollTop(v)
@@ -51378,11 +51867,11 @@
left: t.scrollLeft,
top: t.scrollTop
}, p = {
- left: w.left - (d.left + (parseFloat(sa.css(t, "borderLeftWidth")) || 0)) - c,
- top: w.top - (d.top + (parseFloat(sa.css(t, "borderTopWidth")) || 0)) - s
+ left: w.left - (d.left + (parseFloat(sa.css(t, 'borderLeftWidth')) || 0)) - c,
+ top: w.top - (d.top + (parseFloat(sa.css(t, 'borderTopWidth')) || 0)) - s
}, _ = {
- left: w.left + O - (d.left + f + (parseFloat(sa.css(t, "borderRightWidth")) || 0)) + u,
- top: w.top + L - (d.top + h + (parseFloat(sa.css(t, "borderBottomWidth")) || 0)) + l
+ left: w.left + O - (d.left + f + (parseFloat(sa.css(t, 'borderRightWidth')) || 0)) + u,
+ top: w.top + L - (d.top + h + (parseFloat(sa.css(t, 'borderBottomWidth')) || 0)) + l
}), p.top < 0 || _.top > 0 ? !0 === i ? sa.scrollTop(t, m.top + p.top) : !1 === i ? sa.scrollTop(t, m.top + _
.top) : p.top < 0 ? sa.scrollTop(t, m.top + p.top) : sa.scrollTop(t, m.top + _.top) : a || (i = void 0 ===
i || !!i, i ? sa.scrollTop(t, m.top + p.top) : sa.scrollTop(t, m.top + _.top)), r && (p.left < 0 || _.left >
@@ -51390,74 +51879,75 @@
sa.scrollLeft(t, m.left + p.left) : sa.scrollLeft(t, m.left + _.left) : a || (o = void 0 === o || !!o, o ?
sa.scrollLeft(t, m.left + p.left) : sa.scrollLeft(t, m.left + _.left)))
}
+
var la = ca,
ua = {
- attribute: z["a"].object,
- rootPrefixCls: z["a"].string,
- eventKey: z["a"].oneOfType([z["a"].string, z["a"].number]),
- active: z["a"].bool,
- selectedKeys: z["a"].array,
- disabled: z["a"].bool,
- title: z["a"].any,
- index: z["a"].number,
- inlineIndent: z["a"].number.def(24),
- level: z["a"].number.def(1),
- mode: z["a"].oneOf(["horizontal", "vertical", "vertical-left", "vertical-right", "inline"]).def("vertical"),
- parentMenu: z["a"].object,
- multiple: z["a"].bool,
- value: z["a"].any,
- isSelected: z["a"].bool,
- manualRef: z["a"].func.def(Un),
- role: z["a"].any,
- subMenuKey: z["a"].string,
- itemIcon: z["a"].any
+ attribute: z['a'].object,
+ rootPrefixCls: z['a'].string,
+ eventKey: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ active: z['a'].bool,
+ selectedKeys: z['a'].array,
+ disabled: z['a'].bool,
+ title: z['a'].any,
+ index: z['a'].number,
+ inlineIndent: z['a'].number.def(24),
+ level: z['a'].number.def(1),
+ mode: z['a'].oneOf(['horizontal', 'vertical', 'vertical-left', 'vertical-right', 'inline']).def('vertical'),
+ parentMenu: z['a'].object,
+ multiple: z['a'].bool,
+ value: z['a'].any,
+ isSelected: z['a'].bool,
+ manualRef: z['a'].func.def(Un),
+ role: z['a'].any,
+ subMenuKey: z['a'].string,
+ itemIcon: z['a'].any
},
da = {
- name: "MenuItem",
+ name: 'MenuItem',
props: ua,
- mixins: [ie["a"]],
+ mixins: [ie['a']],
isMenuItem: !0,
created: function() {
this.prevActive = this.active, this.callRef()
},
updated: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
var t = e.$props,
n = t.active,
r = t.parentMenu,
- a = t.eventKey;
- e.prevActive || !n || r && r["scrolled-" + a] ? r && r["scrolled-" + a] && delete r["scrolled-" + a] :
+ a = t.eventKey
+ e.prevActive || !n || r && r['scrolled-' + a] ? r && r['scrolled-' + a] && delete r['scrolled-' + a] :
(la(e.$el, e.parentMenu.$el, {
onlyScrollIfNeeded: !0
- }), r["scrolled-" + a] = !0), e.prevActive = n
+ }), r['scrolled-' + a] = !0), e.prevActive = n
})), this.callRef()
},
beforeDestroy: function() {
- var e = this.$props;
- this.__emit("destroy", e.eventKey)
+ var e = this.$props
+ this.__emit('destroy', e.eventKey)
},
methods: {
onKeyDown: function(e) {
- var t = e.keyCode;
- if (t === Cn["a"].ENTER) return this.onClick(e), !0
+ var t = e.keyCode
+ if (t === Cn['a'].ENTER) return this.onClick(e), !0
},
onMouseLeave: function(e) {
- var t = this.$props.eventKey;
- this.__emit("itemHover", {
+ var t = this.$props.eventKey
+ this.__emit('itemHover', {
key: t,
hover: !1
- }), this.__emit("mouseleave", {
+ }), this.__emit('mouseleave', {
key: t,
domEvent: e
})
},
onMouseEnter: function(e) {
- var t = this.eventKey;
- this.__emit("itemHover", {
+ var t = this.eventKey
+ this.__emit('itemHover', {
key: t,
hover: !0
- }), this.__emit("mouseenter", {
+ }), this.__emit('mouseenter', {
key: t,
domEvent: e
})
@@ -51472,21 +51962,21 @@
keyPath: [n],
item: this,
domEvent: e
- };
- this.__emit("click", i), r ? a ? this.__emit("deselect", i) : this.__emit("select", i) : a || this.__emit(
- "select", i)
+ }
+ this.__emit('click', i), r ? a ? this.__emit('deselect', i) : this.__emit('select', i) : a || this.__emit(
+ 'select', i)
},
getPrefixCls: function() {
- return this.$props.rootPrefixCls + "-item"
+ return this.$props.rootPrefixCls + '-item'
},
getActiveClassName: function() {
- return this.getPrefixCls() + "-active"
+ return this.getPrefixCls() + '-active'
},
getSelectedClassName: function() {
- return this.getPrefixCls() + "-selected"
+ return this.getPrefixCls() + '-selected'
},
getDisabledClassName: function() {
- return this.getPrefixCls() + "-disabled"
+ return this.getPrefixCls() + '-disabled'
},
callRef: function() {
this.manualRef && this.manualRef(this)
@@ -51499,41 +51989,41 @@
o()(e, this.getSelectedClassName(), n.isSelected), o()(e, this.getDisabledClassName(), n.disabled), e),
a = h()({}, n.attribute, {
title: n.title,
- role: n.role || "menuitem",
- "aria-disabled": n.disabled
- });
- "option" === n.role ? a = h()({}, a, {
- role: "option",
- "aria-selected": n.isSelected
- }) : null !== n.role && "none" !== n.role || (a.role = "none");
+ role: n.role || 'menuitem',
+ 'aria-disabled': n.disabled
+ })
+ 'option' === n.role ? a = h()({}, a, {
+ role: 'option',
+ 'aria-selected': n.isSelected
+ }) : null !== n.role && 'none' !== n.role || (a.role = 'none')
var i = {
click: n.disabled ? Un : this.onClick,
mouseleave: n.disabled ? Un : this.onMouseLeave,
mouseenter: n.disabled ? Un : this.onMouseEnter
},
- s = {};
- "inline" === n.mode && (s.paddingLeft = n.inlineIndent * n.level + "px");
- var c = h()({}, Object(B["j"])(this));
+ s = {}
+ 'inline' === n.mode && (s.paddingLeft = n.inlineIndent * n.level + 'px')
+ var c = h()({}, Object(B['j'])(this))
Zn.props.forEach((function(e) {
return delete n[e]
})), Zn.on.forEach((function(e) {
return delete c[e]
- }));
+ }))
var l = {
attrs: h()({}, n, a),
on: h()({}, c, i)
- };
- return t("li", M()([l, {
+ }
+ return t('li', M()([l, {
style: s,
class: r
- }]), [this.$slots["default"], Object(B["f"])(this, "itemIcon", n)])
+ }]), [this.$slots['default'], Object(B['f'])(this, 'itemIcon', n)])
}
},
ha = J((function(e, t) {
var n = e.activeKey,
r = e.selectedKeys,
a = t.eventKey,
- i = t.subMenuKey;
+ i = t.subMenuKey
return {
active: n[i] === a,
isSelected: -1 !== r.indexOf(a)
@@ -51541,53 +52031,53 @@
}))(da),
fa = ha,
ma = {
- prefixCls: z["a"].string.def("rc-menu"),
- focusable: z["a"].bool.def(!0),
- multiple: z["a"].bool,
- defaultActiveFirst: z["a"].bool,
- visible: z["a"].bool.def(!0),
- activeKey: z["a"].oneOfType([z["a"].string, z["a"].number]),
- selectedKeys: z["a"].arrayOf(z["a"].oneOfType([z["a"].string, z["a"].number])),
- defaultSelectedKeys: z["a"].arrayOf(z["a"].oneOfType([z["a"].string, z["a"].number])).def([]),
- defaultOpenKeys: z["a"].arrayOf(z["a"].oneOfType([z["a"].string, z["a"].number])).def([]),
- openKeys: z["a"].arrayOf(z["a"].oneOfType([z["a"].string, z["a"].number])),
- openAnimation: z["a"].oneOfType([z["a"].string, z["a"].object]),
- mode: z["a"].oneOf(["horizontal", "vertical", "vertical-left", "vertical-right", "inline"]).def("vertical"),
- triggerSubMenuAction: z["a"].string.def("hover"),
- subMenuOpenDelay: z["a"].number.def(.1),
- subMenuCloseDelay: z["a"].number.def(.1),
- level: z["a"].number.def(1),
- inlineIndent: z["a"].number.def(24),
- theme: z["a"].oneOf(["light", "dark"]).def("light"),
- getPopupContainer: z["a"].func,
- openTransitionName: z["a"].string,
- forceSubMenuRender: z["a"].bool,
- selectable: z["a"].bool,
- isRootMenu: z["a"].bool.def(!0),
- builtinPlacements: z["a"].object.def((function() {
+ prefixCls: z['a'].string.def('rc-menu'),
+ focusable: z['a'].bool.def(!0),
+ multiple: z['a'].bool,
+ defaultActiveFirst: z['a'].bool,
+ visible: z['a'].bool.def(!0),
+ activeKey: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ selectedKeys: z['a'].arrayOf(z['a'].oneOfType([z['a'].string, z['a'].number])),
+ defaultSelectedKeys: z['a'].arrayOf(z['a'].oneOfType([z['a'].string, z['a'].number])).def([]),
+ defaultOpenKeys: z['a'].arrayOf(z['a'].oneOfType([z['a'].string, z['a'].number])).def([]),
+ openKeys: z['a'].arrayOf(z['a'].oneOfType([z['a'].string, z['a'].number])),
+ openAnimation: z['a'].oneOfType([z['a'].string, z['a'].object]),
+ mode: z['a'].oneOf(['horizontal', 'vertical', 'vertical-left', 'vertical-right', 'inline']).def('vertical'),
+ triggerSubMenuAction: z['a'].string.def('hover'),
+ subMenuOpenDelay: z['a'].number.def(.1),
+ subMenuCloseDelay: z['a'].number.def(.1),
+ level: z['a'].number.def(1),
+ inlineIndent: z['a'].number.def(24),
+ theme: z['a'].oneOf(['light', 'dark']).def('light'),
+ getPopupContainer: z['a'].func,
+ openTransitionName: z['a'].string,
+ forceSubMenuRender: z['a'].bool,
+ selectable: z['a'].bool,
+ isRootMenu: z['a'].bool.def(!0),
+ builtinPlacements: z['a'].object.def((function() {
return {}
})),
- itemIcon: z["a"].any,
- expandIcon: z["a"].any,
- overflowedIndicator: z["a"].any
+ itemIcon: z['a'].any,
+ expandIcon: z['a'].any,
+ overflowedIndicator: z['a'].any
},
pa = {
- name: "Menu",
+ name: 'Menu',
props: h()({}, ma, {
- selectable: z["a"].bool.def(!0)
+ selectable: z['a'].bool.def(!0)
}),
- mixins: [ie["a"]],
+ mixins: [ie['a']],
data: function() {
- var e = Object(B["k"])(this),
+ var e = Object(B['k'])(this),
t = e.defaultSelectedKeys,
- n = e.defaultOpenKeys;
- return "selectedKeys" in e && (t = e.selectedKeys || []), "openKeys" in e && (n = e.openKeys || []), this.store =
+ n = e.defaultOpenKeys
+ return 'selectedKeys' in e && (t = e.selectedKeys || []), 'openKeys' in e && (n = e.openKeys || []), this.store =
H({
selectedKeys: t,
openKeys: n,
activeKey: {
- "0-menu-": fr(h()({}, e, {
- children: this.$slots["default"] || []
+ '0-menu-': fr(h()({}, e, {
+ children: this.$slots['default'] || []
}), e.activeKey)
}
}), {}
@@ -51600,19 +52090,19 @@
},
methods: {
onSelect: function(e) {
- var t = this.$props;
+ var t = this.$props
if (t.selectable) {
var n = this.store.getState().selectedKeys,
- r = e.key;
- n = t.multiple ? n.concat([r]) : [r], Object(B["b"])(this, "selectedKeys") || this.store.setState({
+ r = e.key
+ n = t.multiple ? n.concat([r]) : [r], Object(B['b'])(this, 'selectedKeys') || this.store.setState({
selectedKeys: n
- }), this.__emit("select", h()({}, e, {
+ }), this.__emit('select', h()({}, e, {
selectedKeys: n
}))
}
},
onClick: function(e) {
- this.__emit("click", e)
+ this.__emit('click', e)
},
onKeyDown: function(e, t) {
this.$refs.innerMenu.getWrappedInstance().onKeyDown(e, t)
@@ -51621,26 +52111,27 @@
var t = this.store.getState().openKeys.concat(),
n = !1,
r = function(e) {
- var r = !1;
- if (e.open) r = -1 === t.indexOf(e.key), r && t.push(e.key);
+ var r = !1
+ if (e.open) r = -1 === t.indexOf(e.key), r && t.push(e.key)
else {
- var a = t.indexOf(e.key);
+ var a = t.indexOf(e.key)
r = -1 !== a, r && t.splice(a, 1)
}
n = n || r
- };
- Array.isArray(e) ? e.forEach(r) : r(e), n && (Object(B["b"])(this, "openKeys") || this.store.setState({
+ }
+ Array.isArray(e) ? e.forEach(r) : r(e), n && (Object(B['b'])(this, 'openKeys') || this.store.setState({
openKeys: t
- }), this.__emit("openChange", t))
+ }), this.__emit('openChange', t))
},
onDeselect: function(e) {
- var t = this.$props;
+ var t = this.$props
if (t.selectable) {
var n = this.store.getState().selectedKeys.concat(),
r = e.key,
- a = n.indexOf(r); - 1 !== a && n.splice(a, 1), Object(B["b"])(this, "selectedKeys") || this.store.setState({
+ a = n.indexOf(r);
+ -1 !== a && n.splice(a, 1), Object(B['b'])(this, 'selectedKeys') || this.store.setState({
selectedKeys: n
- }), this.__emit("deselect", h()({}, e, {
+ }), this.__emit('deselect', h()({}, e, {
selectedKeys: n
}))
}
@@ -51648,39 +52139,39 @@
getOpenTransitionName: function() {
var e = this.$props,
t = e.openTransitionName,
- n = e.openAnimation;
- return t || "string" !== typeof n || (t = e.prefixCls + "-open-" + n), t
+ n = e.openAnimation
+ return t || 'string' !== typeof n || (t = e.prefixCls + '-open-' + n), t
},
updateMiniStore: function() {
- var e = Object(B["k"])(this);
- "selectedKeys" in e && this.store.setState({
+ var e = Object(B['k'])(this)
+ 'selectedKeys' in e && this.store.setState({
selectedKeys: e.selectedKeys || []
- }), "openKeys" in e && this.store.setState({
+ }), 'openKeys' in e && this.store.setState({
openKeys: e.openKeys || []
})
}
},
render: function() {
var e = arguments[0],
- t = Object(B["k"])(this),
+ t = Object(B['k'])(this),
n = {
props: h()({}, t, {
- itemIcon: Object(B["f"])(this, "itemIcon", t),
- expandIcon: Object(B["f"])(this, "expandIcon", t),
- overflowedIndicator: Object(B["f"])(this, "overflowedIndicator", t) || e("span", ["···"]),
+ itemIcon: Object(B['f'])(this, 'itemIcon', t),
+ expandIcon: Object(B['f'])(this, 'expandIcon', t),
+ overflowedIndicator: Object(B['f'])(this, 'overflowedIndicator', t) || e('span', ['···']),
openTransitionName: this.getOpenTransitionName(),
parentMenu: this,
- children: Object(B["c"])(this.$slots["default"] || [])
+ children: Object(B['c'])(this.$slots['default'] || [])
}),
- class: t.prefixCls + "-root",
- on: h()({}, Object(B["j"])(this), {
+ class: t.prefixCls + '-root',
+ on: h()({}, Object(B['j'])(this), {
click: this.onClick,
openChange: this.onOpenChange,
deselect: this.onDeselect,
select: this.onSelect
}),
- ref: "innerMenu"
- };
+ ref: 'innerMenu'
+ }
return e(P, {
attrs: {
store: this.store
@@ -51690,7 +52181,7 @@
},
_a = pa,
va = _a,
- ba = n("61fe"),
+ ba = n('61fe'),
ya = n.n(ba),
ga = {
adjustX: 1,
@@ -51699,37 +52190,37 @@
Ma = [0, 0],
wa = {
topLeft: {
- points: ["bl", "tl"],
+ points: ['bl', 'tl'],
overflow: ga,
offset: [0, -4],
targetOffset: Ma
},
topCenter: {
- points: ["bc", "tc"],
+ points: ['bc', 'tc'],
overflow: ga,
offset: [0, -4],
targetOffset: Ma
},
topRight: {
- points: ["br", "tr"],
+ points: ['br', 'tr'],
overflow: ga,
offset: [0, -4],
targetOffset: Ma
},
bottomLeft: {
- points: ["tl", "bl"],
+ points: ['tl', 'bl'],
overflow: ga,
offset: [0, 4],
targetOffset: Ma
},
bottomCenter: {
- points: ["tc", "bc"],
+ points: ['tc', 'bc'],
overflow: ga,
offset: [0, 4],
targetOffset: Ma
},
bottomRight: {
- points: ["tr", "br"],
+ points: ['tr', 'br'],
overflow: ga,
offset: [0, 4],
targetOffset: Ma
@@ -51737,33 +52228,33 @@
},
La = wa,
Oa = {
- mixins: [ie["a"]],
+ mixins: [ie['a']],
props: {
- minOverlayWidthMatchTrigger: z["a"].bool,
- prefixCls: z["a"].string.def("rc-dropdown"),
- transitionName: z["a"].string,
- overlayClassName: z["a"].string.def(""),
- openClassName: z["a"].string,
- animation: z["a"].any,
- align: z["a"].object,
- overlayStyle: z["a"].object.def((function() {
+ minOverlayWidthMatchTrigger: z['a'].bool,
+ prefixCls: z['a'].string.def('rc-dropdown'),
+ transitionName: z['a'].string,
+ overlayClassName: z['a'].string.def(''),
+ openClassName: z['a'].string,
+ animation: z['a'].any,
+ align: z['a'].object,
+ overlayStyle: z['a'].object.def((function() {
return {}
})),
- placement: z["a"].string.def("bottomLeft"),
- overlay: z["a"].any,
- trigger: z["a"].array.def(["hover"]),
- alignPoint: z["a"].bool,
- showAction: z["a"].array.def([]),
- hideAction: z["a"].array.def([]),
- getPopupContainer: z["a"].func,
- visible: z["a"].bool,
- defaultVisible: z["a"].bool.def(!1),
- mouseEnterDelay: z["a"].number.def(.15),
- mouseLeaveDelay: z["a"].number.def(.1)
+ placement: z['a'].string.def('bottomLeft'),
+ overlay: z['a'].any,
+ trigger: z['a'].array.def(['hover']),
+ alignPoint: z['a'].bool,
+ showAction: z['a'].array.def([]),
+ hideAction: z['a'].array.def([]),
+ getPopupContainer: z['a'].func,
+ visible: z['a'].bool,
+ defaultVisible: z['a'].bool.def(!1),
+ mouseEnterDelay: z['a'].number.def(.15),
+ mouseLeaveDelay: z['a'].number.def(.1)
},
data: function() {
- var e = this.defaultVisible;
- return Object(B["r"])(this, "visible") && (e = this.visible), {
+ var e = this.defaultVisible
+ return Object(B['r'])(this, 'visible') && (e = this.visible), {
sVisible: e
}
},
@@ -51776,36 +52267,36 @@
},
methods: {
onClick: function(e) {
- Object(B["r"])(this, "visible") || this.setState({
+ Object(B['r'])(this, 'visible') || this.setState({
sVisible: !1
- }), this.$emit("overlayClick", e), this.childOriginEvents.click && this.childOriginEvents.click(e)
+ }), this.$emit('overlayClick', e), this.childOriginEvents.click && this.childOriginEvents.click(e)
},
onVisibleChange: function(e) {
- Object(B["r"])(this, "visible") || this.setState({
+ Object(B['r'])(this, 'visible') || this.setState({
sVisible: e
- }), this.__emit("visibleChange", e)
+ }), this.__emit('visibleChange', e)
},
getMinOverlayWidthMatchTrigger: function() {
- var e = Object(B["k"])(this),
+ var e = Object(B['k'])(this),
t = e.minOverlayWidthMatchTrigger,
- n = e.alignPoint;
- return "minOverlayWidthMatchTrigger" in e ? t : !n
+ n = e.alignPoint
+ return 'minOverlayWidthMatchTrigger' in e ? t : !n
},
getOverlayElement: function() {
var e = this.overlay || this.$slots.overlay || this.$scopedSlots.overlay,
- t = void 0;
- return t = "function" === typeof e ? e() : e, t
+ t = void 0
+ return t = 'function' === typeof e ? e() : e, t
},
getMenuElement: function() {
var e = this,
t = this.onClick,
n = this.prefixCls,
- r = this.$slots;
- this.childOriginEvents = Object(B["h"])(r.overlay[0]);
+ r = this.$slots
+ this.childOriginEvents = Object(B['h'])(r.overlay[0])
var a = this.getOverlayElement(),
i = {
props: {
- prefixCls: n + "-menu",
+ prefixCls: n + '-menu',
getPopupContainer: function() {
return e.getPopupDomNode()
}
@@ -51813,12 +52304,12 @@
on: {
click: t
}
- };
- return "string" === typeof a.type && delete i.props.prefixCls, Object(on["a"])(r.overlay[0], i)
+ }
+ return 'string' === typeof a.type && delete i.props.prefixCls, Object(on['a'])(r.overlay[0], i)
},
getMenuElementOrLambda: function() {
- var e = this.overlay || this.$slots.overlay || this.$scopedSlots.overlay;
- return "function" === typeof e ? this.getMenuElement : this.getMenuElement()
+ var e = this.overlay || this.$slots.overlay || this.$scopedSlots.overlay
+ return 'function' === typeof e ? this.getMenuElement : this.getMenuElement()
},
getPopupDomNode: function() {
return this.$refs.trigger.getPopupDomNode()
@@ -51826,22 +52317,22 @@
getOpenClassName: function() {
var e = this.$props,
t = e.openClassName,
- n = e.prefixCls;
- return void 0 !== t ? t : n + "-open"
+ n = e.prefixCls
+ return void 0 !== t ? t : n + '-open'
},
afterVisibleChange: function(e) {
if (e && this.getMinOverlayWidthMatchTrigger()) {
var t = this.getPopupDomNode(),
- n = this.$el;
- n && t && n.offsetWidth > t.offsetWidth && (t.style.minWidth = n.offsetWidth + "px", this.$refs.trigger &&
+ n = this.$el
+ n && t && n.offsetWidth > t.offsetWidth && (t.style.minWidth = n.offsetWidth + 'px', this.$refs.trigger &&
this.$refs.trigger._component && this.$refs.trigger._component.$refs && this.$refs.trigger._component.$refs
.alignInstance && this.$refs.trigger._component.$refs.alignInstance.forceAlign())
}
},
renderChildren: function() {
- var e = this.$slots["default"] && this.$slots["default"][0],
- t = this.sVisible;
- return t && e ? Object(on["a"])(e, {
+ var e = this.$slots['default'] && this.$slots['default'][0],
+ t = this.sVisible
+ return t && e ? Object(on['a'])(e, {
class: this.getOpenClassName()
}) : e
}
@@ -51860,11 +52351,11 @@
d = t.overlayClassName,
f = t.overlayStyle,
m = t.trigger,
- p = a()(t, ["prefixCls", "transitionName", "animation", "align", "placement", "getPopupContainer",
- "showAction", "hideAction", "overlayClassName", "overlayStyle", "trigger"
+ p = a()(t, ['prefixCls', 'transitionName', 'animation', 'align', 'placement', 'getPopupContainer',
+ 'showAction', 'hideAction', 'overlayClassName', 'overlayStyle', 'trigger'
]),
- _ = u;
- _ || -1 === m.indexOf("contextmenu") || (_ = ["click"]);
+ _ = u
+ _ || -1 === m.indexOf('contextmenu') || (_ = ['click'])
var v = {
props: h()({}, p, {
prefixCls: n,
@@ -51885,58 +52376,58 @@
on: {
popupVisibleChange: this.onVisibleChange
},
- ref: "trigger"
- };
- return e(kn, v, [this.renderChildren(), e("template", {
- slot: "popup"
+ ref: 'trigger'
+ }
+ return e(kn, v, [this.renderChildren(), e('template', {
+ slot: 'popup'
}, [this.$slots.overlay && this.getMenuElement()])])
}
},
Sa = Oa,
- ka = n("5efb"),
- Ca = n("b92b"),
- Ta = n("83ab"),
+ ka = n('5efb'),
+ Ca = n('b92b'),
+ Ta = n('83ab'),
xa = function() {
return {
- trigger: z["a"].array.def(["hover"]),
- overlay: z["a"].any,
- visible: z["a"].bool,
- disabled: z["a"].bool,
- align: z["a"].object,
- getPopupContainer: z["a"].func,
- prefixCls: z["a"].string,
- transitionName: z["a"].string,
- placement: z["a"].oneOf(["topLeft", "topCenter", "topRight", "bottomLeft", "bottomCenter", "bottomRight"]),
- overlayClassName: z["a"].string,
- overlayStyle: z["a"].object,
- forceRender: z["a"].bool,
- mouseEnterDelay: z["a"].number,
- mouseLeaveDelay: z["a"].number,
- openClassName: z["a"].string,
- minOverlayWidthMatchTrigger: z["a"].bool
+ trigger: z['a'].array.def(['hover']),
+ overlay: z['a'].any,
+ visible: z['a'].bool,
+ disabled: z['a'].bool,
+ align: z['a'].object,
+ getPopupContainer: z['a'].func,
+ prefixCls: z['a'].string,
+ transitionName: z['a'].string,
+ placement: z['a'].oneOf(['topLeft', 'topCenter', 'topRight', 'bottomLeft', 'bottomCenter', 'bottomRight']),
+ overlayClassName: z['a'].string,
+ overlayStyle: z['a'].object,
+ forceRender: z['a'].bool,
+ mouseEnterDelay: z['a'].number,
+ mouseLeaveDelay: z['a'].number,
+ openClassName: z['a'].string,
+ minOverlayWidthMatchTrigger: z['a'].bool
}
},
- za = n("4df5"),
- Da = n("0c63"),
- ja = Object(Ca["a"])(),
+ za = n('4df5'),
+ Da = n('0c63'),
+ ja = Object(Ca['a'])(),
Ha = xa(),
- Ea = ka["a"].Group,
- Pa = h()({}, Ta["a"], Ha, {
- type: z["a"].oneOf(["primary", "ghost", "dashed", "danger", "default"]).def("default"),
- size: z["a"].oneOf(["small", "large", "default"]).def("default"),
+ Ea = ka['a'].Group,
+ Pa = h()({}, Ta['a'], Ha, {
+ type: z['a'].oneOf(['primary', 'ghost', 'dashed', 'danger', 'default']).def('default'),
+ size: z['a'].oneOf(['small', 'large', 'default']).def('default'),
htmlType: ja.htmlType,
- href: z["a"].string,
- disabled: z["a"].bool,
- prefixCls: z["a"].string,
- placement: Ha.placement.def("bottomRight"),
- icon: z["a"].any,
- title: z["a"].string
+ href: z['a'].string,
+ disabled: z['a'].bool,
+ prefixCls: z['a'].string,
+ placement: Ha.placement.def('bottomRight'),
+ icon: z['a'].any,
+ title: z['a'].string
}),
Aa = {
- name: "ADropdownButton",
+ name: 'ADropdownButton',
model: {
- prop: "visible",
- event: "visibleChange"
+ prop: 'visible',
+ event: 'visibleChange'
},
props: Pa,
provide: function() {
@@ -51947,7 +52438,7 @@
inject: {
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
@@ -51956,10 +52447,10 @@
this.popupRef = e
},
onClick: function(e) {
- this.$emit("click", e)
+ this.$emit('click', e)
},
onVisibleChange: function(e) {
- this.$emit("visibleChange", e)
+ this.$emit('visibleChange', e)
}
},
render: function() {
@@ -51976,17 +52467,17 @@
d = t.getPopupContainer,
f = t.href,
m = t.title,
- p = a()(t, ["type", "disabled", "htmlType", "prefixCls", "trigger", "align", "visible", "placement",
- "getPopupContainer", "href", "title"
+ p = a()(t, ['type', 'disabled', 'htmlType', 'prefixCls', 'trigger', 'align', 'visible', 'placement',
+ 'getPopupContainer', 'href', 'title'
]),
- _ = Object(B["f"])(this, "icon") || e(Da["a"], {
+ _ = Object(B['f'])(this, 'icon') || e(Da['a'], {
attrs: {
- type: "ellipsis"
+ type: 'ellipsis'
}
}),
v = this.configProvider.getPopupContainer,
b = this.configProvider.getPrefixCls,
- y = b("dropdown-button", o),
+ y = b('dropdown-button', o),
g = {
props: {
align: c,
@@ -51998,13 +52489,13 @@
on: {
visibleChange: this.onVisibleChange
}
- };
- Object(B["r"])(this, "visible") && (g.props.visible = l);
+ }
+ Object(B['r'])(this, 'visible') && (g.props.visible = l)
var M = {
props: h()({}, p),
class: y
- };
- return e(Ea, M, [e(ka["a"], {
+ }
+ return e(Ea, M, [e(ka['a'], {
attrs: {
type: n,
disabled: r,
@@ -52015,9 +52506,9 @@
on: {
click: this.onClick
}
- }, [this.$slots["default"]]), e(Ia, g, [e("template", {
- slot: "overlay"
- }, [Object(B["f"])(this, "overlay")]), e(ka["a"], {
+ }, [this.$slots['default']]), e(Ia, g, [e('template', {
+ slot: 'overlay'
+ }, [Object(B['f'])(this, 'overlay')]), e(ka['a'], {
attrs: {
type: n
}
@@ -52026,16 +52517,16 @@
},
Ya = xa(),
Va = {
- name: "ADropdown",
+ name: 'ADropdown',
props: h()({}, Ya, {
- prefixCls: z["a"].string,
- mouseEnterDelay: z["a"].number.def(.15),
- mouseLeaveDelay: z["a"].number.def(.1),
- placement: Ya.placement.def("bottomLeft")
+ prefixCls: z['a'].string,
+ mouseEnterDelay: z['a'].number.def(.15),
+ mouseLeaveDelay: z['a'].number.def(.1),
+ placement: Ya.placement.def('bottomLeft')
}),
model: {
- prop: "visible",
- event: "visibleChange"
+ prop: 'visible',
+ event: 'visibleChange'
},
provide: function() {
return {
@@ -52045,7 +52536,7 @@
inject: {
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
@@ -52056,59 +52547,59 @@
getTransitionName: function() {
var e = this.$props,
t = e.placement,
- n = void 0 === t ? "" : t,
- r = e.transitionName;
- return void 0 !== r ? r : n.indexOf("top") >= 0 ? "slide-down" : "slide-up"
+ n = void 0 === t ? '' : t,
+ r = e.transitionName
+ return void 0 !== r ? r : n.indexOf('top') >= 0 ? 'slide-down' : 'slide-up'
},
renderOverlay: function(e) {
var t = this.$createElement,
- n = Object(B["f"])(this, "overlay"),
+ n = Object(B['f'])(this, 'overlay'),
r = Array.isArray(n) ? n[0] : n,
- a = r && Object(B["l"])(r),
+ a = r && Object(B['l'])(r),
i = a || {},
o = i.selectable,
s = void 0 !== o && o,
c = i.focusable,
l = void 0 === c || c,
- u = t("span", {
- class: e + "-menu-submenu-arrow"
- }, [t(Da["a"], {
+ u = t('span', {
+ class: e + '-menu-submenu-arrow'
+ }, [t(Da['a'], {
attrs: {
- type: "right"
+ type: 'right'
},
- class: e + "-menu-submenu-arrow-icon"
+ class: e + '-menu-submenu-arrow-icon'
})]),
- d = r && r.componentOptions ? Object(on["a"])(r, {
+ d = r && r.componentOptions ? Object(on['a'])(r, {
props: {
- mode: "vertical",
+ mode: 'vertical',
selectable: s,
focusable: l,
expandIcon: u
}
- }) : n;
+ }) : n
return d
}
},
render: function() {
var e = arguments[0],
t = this.$slots,
- n = Object(B["k"])(this),
+ n = Object(B['k'])(this),
r = n.prefixCls,
a = n.trigger,
i = n.disabled,
o = n.getPopupContainer,
s = this.configProvider.getPopupContainer,
c = this.configProvider.getPrefixCls,
- l = c("dropdown", r),
- u = Object(on["a"])(t["default"], {
- class: l + "-trigger",
+ l = c('dropdown', r),
+ u = Object(on['a'])(t['default'], {
+ class: l + '-trigger',
props: {
disabled: i
}
}),
d = i ? [] : a,
- f = void 0;
- d && -1 !== d.indexOf("contextmenu") && (f = !0);
+ f = void 0
+ d && -1 !== d.indexOf('contextmenu') && (f = !0)
var m = {
props: h()({
alignPoint: f
@@ -52118,47 +52609,47 @@
transitionName: this.getTransitionName(),
trigger: d
}),
- on: Object(B["j"])(this)
- };
- return e(Sa, m, [u, e("template", {
- slot: "overlay"
+ on: Object(B['j'])(this)
+ }
+ return e(Sa, m, [u, e('template', {
+ slot: 'overlay'
}, [this.renderOverlay(l)])])
}
- };
- Va.Button = Aa;
+ }
+ Va.Button = Aa
var Ia = Va,
- Ra = n("db14");
+ Ra = n('db14')
Ia.Button = Aa, Ia.install = function(e) {
- e.use(Ra["a"]), e.component(Ia.name, Ia), e.component(Aa.name, Aa)
- };
+ e.use(Ra['a']), e.component(Ia.name, Ia), e.component(Aa.name, Aa)
+ }
var Fa = Ia,
$a = {
- name: "Checkbox",
- mixins: [ie["a"]],
+ name: 'Checkbox',
+ mixins: [ie['a']],
inheritAttrs: !1,
model: {
- prop: "checked",
- event: "change"
+ prop: 'checked',
+ event: 'change'
},
- props: Object(B["s"])({
- prefixCls: z["a"].string,
- name: z["a"].string,
- id: z["a"].string,
- type: z["a"].string,
- defaultChecked: z["a"].oneOfType([z["a"].number, z["a"].bool]),
- checked: z["a"].oneOfType([z["a"].number, z["a"].bool]),
- disabled: z["a"].bool,
- tabIndex: z["a"].oneOfType([z["a"].string, z["a"].number]),
- readOnly: z["a"].bool,
- autoFocus: z["a"].bool,
- value: z["a"].any
+ props: Object(B['s'])({
+ prefixCls: z['a'].string,
+ name: z['a'].string,
+ id: z['a'].string,
+ type: z['a'].string,
+ defaultChecked: z['a'].oneOfType([z['a'].number, z['a'].bool]),
+ checked: z['a'].oneOfType([z['a'].number, z['a'].bool]),
+ disabled: z['a'].bool,
+ tabIndex: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ readOnly: z['a'].bool,
+ autoFocus: z['a'].bool,
+ value: z['a'].any
}, {
- prefixCls: "rc-checkbox",
- type: "checkbox",
+ prefixCls: 'rc-checkbox',
+ type: 'checkbox',
defaultChecked: !1
}),
data: function() {
- var e = Object(B["r"])(this, "checked") ? this.checked : this.defaultChecked;
+ var e = Object(B['r'])(this, 'checked') ? this.checked : this.defaultChecked
return {
sChecked: e
}
@@ -52169,7 +52660,7 @@
}
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.autoFocus && e.$refs.input && e.$refs.input.focus()
}))
@@ -52182,9 +52673,9 @@
this.$refs.input.blur()
},
handleChange: function(e) {
- var t = Object(B["k"])(this);
- t.disabled || ("checked" in t || (this.sChecked = e.target.checked), this.$forceUpdate(), e.shiftKey =
- this.eventShiftKey, this.__emit("change", {
+ var t = Object(B['k'])(this)
+ t.disabled || ('checked' in t || (this.sChecked = e.target.checked), this.$forceUpdate(), e.shiftKey =
+ this.eventShiftKey, this.__emit('change', {
target: h()({}, t, {
checked: e.target.checked
}),
@@ -52198,12 +52689,12 @@
}), this.eventShiftKey = !1)
},
onClick: function(e) {
- this.__emit("click", e), this.eventShiftKey = e.shiftKey
+ this.__emit('click', e), this.eventShiftKey = e.shiftKey
}
},
render: function() {
var e, t = arguments[0],
- n = Object(B["k"])(this),
+ n = Object(B['k'])(this),
r = n.prefixCls,
i = n.name,
s = n.id,
@@ -52213,16 +52704,16 @@
d = n.tabIndex,
f = n.autoFocus,
m = n.value,
- p = a()(n, ["prefixCls", "name", "id", "type", "disabled", "readOnly", "tabIndex", "autoFocus", "value"]),
- _ = Object(B["d"])(this),
+ p = a()(n, ['prefixCls', 'name', 'id', 'type', 'disabled', 'readOnly', 'tabIndex', 'autoFocus', 'value']),
+ _ = Object(B['d'])(this),
v = Object.keys(h()({}, p, _)).reduce((function(e, t) {
- return "aria-" !== t.substr(0, 5) && "data-" !== t.substr(0, 5) && "role" !== t || (e[t] = p[t]), e
+ return 'aria-' !== t.substr(0, 5) && 'data-' !== t.substr(0, 5) && 'role' !== t || (e[t] = p[t]), e
}), {}),
b = this.sChecked,
- y = x()(r, (e = {}, o()(e, r + "-checked", b), o()(e, r + "-disabled", l), e));
- return t("span", {
+ y = x()(r, (e = {}, o()(e, r + '-checked', b), o()(e, r + '-disabled', l), e))
+ return t('span', {
class: y
- }, [t("input", M()([{
+ }, [t('input', M()([{
attrs: {
name: i,
id: s,
@@ -52232,62 +52723,65 @@
tabIndex: d,
autoFocus: f
},
- class: r + "-input",
+ class: r + '-input',
domProps: {
checked: !!b,
value: m
},
- ref: "input"
+ ref: 'input'
}, {
attrs: v,
- on: h()({}, Object(B["j"])(this), {
+ on: h()({}, Object(B['j'])(this), {
change: this.handleChange,
click: this.onClick
})
- }])), t("span", {
- class: r + "-inner"
+ }])), t('span', {
+ class: r + '-inner'
})])
}
},
- Na = $a;
+ Na = $a
+
+ function Ba() {
+ }
- function Ba() {}
var Ka = {
- name: "ACheckbox",
+ name: 'ACheckbox',
inheritAttrs: !1,
__ANT_CHECKBOX: !0,
model: {
- prop: "checked"
+ prop: 'checked'
},
props: {
- prefixCls: z["a"].string,
- defaultChecked: z["a"].bool,
- checked: z["a"].bool,
- disabled: z["a"].bool,
- isGroup: z["a"].bool,
- value: z["a"].any,
- name: z["a"].string,
- id: z["a"].string,
- indeterminate: z["a"].bool,
- type: z["a"].string.def("checkbox"),
- autoFocus: z["a"].bool
+ prefixCls: z['a'].string,
+ defaultChecked: z['a'].bool,
+ checked: z['a'].bool,
+ disabled: z['a'].bool,
+ isGroup: z['a'].bool,
+ value: z['a'].any,
+ name: z['a'].string,
+ id: z['a'].string,
+ indeterminate: z['a'].bool,
+ type: z['a'].string.def('checkbox'),
+ autoFocus: z['a'].bool
},
inject: {
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
},
checkboxGroupContext: {
- default: function() {}
+ default: function() {
+ }
}
},
watch: {
value: function(e, t) {
- var n = this;
+ var n = this
this.$nextTick((function() {
var r = n.checkboxGroupContext,
- a = void 0 === r ? {} : r;
+ a = void 0 === r ? {} : r
a.registerValue && a.cancelValue && (a.cancelValue(t), a.registerValue(e))
}))
}
@@ -52295,20 +52789,20 @@
mounted: function() {
var e = this.value,
t = this.checkboxGroupContext,
- n = void 0 === t ? {} : t;
- n.registerValue && n.registerValue(e), Object(D["a"])(Object(B["b"])(this, "checked") || this.checkboxGroupContext ||
- !Object(B["b"])(this, "value"), "Checkbox", "`value` is not validate prop, do you mean `checked`?")
+ n = void 0 === t ? {} : t
+ n.registerValue && n.registerValue(e), Object(D['a'])(Object(B['b'])(this, 'checked') || this.checkboxGroupContext ||
+ !Object(B['b'])(this, 'value'), 'Checkbox', '`value` is not validate prop, do you mean `checked`?')
},
beforeDestroy: function() {
var e = this.value,
t = this.checkboxGroupContext,
- n = void 0 === t ? {} : t;
+ n = void 0 === t ? {} : t
n.cancelValue && n.cancelValue(e)
},
methods: {
handleChange: function(e) {
- var t = e.target.checked;
- this.$emit("input", t), this.$emit("change", e)
+ var t = e.target.checked
+ this.$emit('input', t), this.$emit('change', e)
},
focus: function() {
this.$refs.vcCheckbox.focus()
@@ -52322,38 +52816,38 @@
n = arguments[0],
r = this.checkboxGroupContext,
i = this.$slots,
- s = Object(B["k"])(this),
- c = i["default"],
- l = Object(B["j"])(this),
+ s = Object(B['k'])(this),
+ c = i['default'],
+ l = Object(B['j'])(this),
u = l.mouseenter,
d = void 0 === u ? Ba : u,
f = l.mouseleave,
m = void 0 === f ? Ba : f,
- p = (l.input, a()(l, ["mouseenter", "mouseleave", "input"])),
+ p = (l.input, a()(l, ['mouseenter', 'mouseleave', 'input'])),
_ = s.prefixCls,
v = s.indeterminate,
- b = a()(s, ["prefixCls", "indeterminate"]),
+ b = a()(s, ['prefixCls', 'indeterminate']),
y = this.configProvider.getPrefixCls,
- g = y("checkbox", _),
+ g = y('checkbox', _),
w = {
props: h()({}, b, {
prefixCls: g
}),
on: p,
- attrs: Object(B["d"])(this)
- };
+ attrs: Object(B['d'])(this)
+ }
r ? (w.on.change = function() {
- for (var e = arguments.length, n = Array(e), a = 0; a < e; a++) n[a] = arguments[a];
- t.$emit.apply(t, ["change"].concat(n)), r.toggleOption({
+ for (var e = arguments.length, n = Array(e), a = 0; a < e; a++) n[a] = arguments[a]
+ t.$emit.apply(t, ['change'].concat(n)), r.toggleOption({
label: c,
value: s.value
})
}, w.props.name = r.name, w.props.checked = -1 !== r.sValue.indexOf(s.value), w.props.disabled = s.disabled ||
- r.disabled, w.props.indeterminate = v) : w.on.change = this.handleChange;
- var L = x()((e = {}, o()(e, g + "-wrapper", !0), o()(e, g + "-wrapper-checked", w.props.checked), o()(e, g +
- "-wrapper-disabled", w.props.disabled), e)),
- O = x()(o()({}, g + "-indeterminate", v));
- return n("label", {
+ r.disabled, w.props.indeterminate = v) : w.on.change = this.handleChange
+ var L = x()((e = {}, o()(e, g + '-wrapper', !0), o()(e, g + '-wrapper-checked', w.props.checked), o()(e, g +
+ '-wrapper-disabled', w.props.disabled), e)),
+ O = x()(o()({}, g + '-indeterminate', v))
+ return n('label', {
class: L,
on: {
mouseenter: d,
@@ -52361,24 +52855,26 @@
}
}, [n(Na, M()([w, {
class: O,
- ref: "vcCheckbox"
- }])), void 0 !== c && n("span", [c])])
+ ref: 'vcCheckbox'
+ }])), void 0 !== c && n('span', [c])])
}
- };
+ }
+
+ function Wa() {
+ }
- function Wa() {}
var qa = {
- name: "ACheckboxGroup",
+ name: 'ACheckboxGroup',
model: {
- prop: "value"
+ prop: 'value'
},
props: {
- name: z["a"].string,
- prefixCls: z["a"].string,
- defaultValue: z["a"].array,
- value: z["a"].array,
- options: z["a"].array.def([]),
- disabled: z["a"].bool
+ name: z['a'].string,
+ prefixCls: z['a'].string,
+ defaultValue: z['a'].array,
+ value: z['a'].array,
+ options: z['a'].array.def([]),
+ disabled: z['a'].bool
},
provide: function() {
return {
@@ -52388,13 +52884,13 @@
inject: {
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
data: function() {
var e = this.value,
- t = this.defaultValue;
+ t = this.defaultValue
return {
sValue: e || t || [],
registeredValues: []
@@ -52408,13 +52904,13 @@
methods: {
getOptions: function() {
var e = this.options,
- t = this.$scopedSlots;
+ t = this.$scopedSlots
return e.map((function(e) {
- if ("string" === typeof e) return {
+ if ('string' === typeof e) return {
label: e,
value: e
- };
- var n = e.label;
+ }
+ var n = e.label
return void 0 === n && t.label && (n = t.label(e)), h()({}, e, {
label: n
})
@@ -52431,8 +52927,9 @@
toggleOption: function(e) {
var t = this.registeredValues,
n = this.sValue.indexOf(e.value),
- r = [].concat(c()(this.sValue)); - 1 === n ? r.push(e.value) : r.splice(n, 1), Object(B["b"])(this,
- "value") || (this.sValue = r);
+ r = [].concat(c()(this.sValue));
+ -1 === n ? r.push(e.value) : r.splice(n, 1), Object(B['b'])(this,
+ 'value') || (this.sValue = r)
var a = this.getOptions(),
i = r.filter((function(e) {
return -1 !== t.indexOf(e)
@@ -52442,10 +52939,10 @@
})),
r = a.findIndex((function(e) {
return e.value === t
- }));
+ }))
return n - r
- }));
- this.$emit("input", i), this.$emit("change", i)
+ }))
+ this.$emit('input', i), this.$emit('change', i)
}
},
render: function() {
@@ -52456,14 +52953,14 @@
a = t.prefixCls,
i = t.options,
o = this.configProvider.getPrefixCls,
- s = o("checkbox", a),
- c = r["default"],
- l = s + "-group";
+ s = o('checkbox', a),
+ c = r['default'],
+ l = s + '-group'
return i && i.length > 0 && (c = this.getOptions().map((function(r) {
return e(Ka, {
attrs: {
prefixCls: s,
- disabled: "disabled" in r ? r.disabled : t.disabled,
+ disabled: 'disabled' in r ? r.disabled : t.disabled,
indeterminate: r.indeterminate,
value: r.value,
checked: -1 !== n.sValue.indexOf(r.value)
@@ -52472,26 +52969,28 @@
on: {
change: r.onChange || Wa
},
- class: l + "-item"
+ class: l + '-item'
}, [r.label])
- }))), e("div", {
+ }))), e('div', {
class: l
}, [c])
}
- };
+ }
Ka.Group = qa, Ka.install = function(e) {
- e.use(Ra["a"]), e.component(Ka.name, Ka), e.component(qa.name, qa)
- };
- var Ua = Ka;
+ e.use(Ra['a']), e.component(Ka.name, Ka), e.component(qa.name, qa)
+ }
+ var Ua = Ka
+
+ function Ja() {
+ }
- function Ja() {}
var Ga = {
- name: "ARadio",
+ name: 'ARadio',
model: {
- prop: "checked"
+ prop: 'checked'
},
props: {
- prefixCls: z["a"].string,
+ prefixCls: z['a'].string,
defaultChecked: Boolean,
checked: {
type: Boolean,
@@ -52499,11 +52998,11 @@
},
disabled: Boolean,
isGroup: Boolean,
- value: z["a"].any,
+ value: z['a'].any,
name: String,
id: String,
autoFocus: Boolean,
- type: z["a"].string.def("radio")
+ type: z['a'].string.def('radio')
},
inject: {
radioGroupContext: {
@@ -52511,7 +53010,7 @@
},
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
@@ -52523,11 +53022,11 @@
this.$refs.vcCheckbox.blur()
},
handleChange: function(e) {
- var t = e.target.checked;
- this.$emit("input", t), this.$emit("change", e)
+ var t = e.target.checked
+ this.$emit('input', t), this.$emit('change', e)
},
onChange: function(e) {
- this.$emit("change", e), this.radioGroupContext && this.radioGroupContext.onRadioChange && this.radioGroupContext
+ this.$emit('change', e), this.radioGroupContext && this.radioGroupContext.onRadioChange && this.radioGroupContext
.onRadioChange(e)
}
},
@@ -52535,55 +53034,57 @@
var e, t = arguments[0],
n = this.$slots,
r = this.radioGroupContext,
- i = Object(B["k"])(this),
- s = n["default"],
- c = Object(B["j"])(this),
+ i = Object(B['k'])(this),
+ s = n['default'],
+ c = Object(B['j'])(this),
l = c.mouseenter,
u = void 0 === l ? Ja : l,
d = c.mouseleave,
f = void 0 === d ? Ja : d,
- m = a()(c, ["mouseenter", "mouseleave"]),
+ m = a()(c, ['mouseenter', 'mouseleave']),
p = i.prefixCls,
- _ = a()(i, ["prefixCls"]),
+ _ = a()(i, ['prefixCls']),
v = this.configProvider.getPrefixCls,
- b = v("radio", p),
+ b = v('radio', p),
y = {
props: h()({}, _, {
prefixCls: b
}),
on: m,
- attrs: Object(B["d"])(this)
- };
+ attrs: Object(B['d'])(this)
+ }
r ? (y.props.name = r.name, y.on.change = this.onChange, y.props.checked = i.value === r.stateValue, y.props
- .disabled = i.disabled || r.disabled) : y.on.change = this.handleChange;
- var g = x()((e = {}, o()(e, b + "-wrapper", !0), o()(e, b + "-wrapper-checked", y.props.checked), o()(e, b +
- "-wrapper-disabled", y.props.disabled), e));
- return t("label", {
+ .disabled = i.disabled || r.disabled) : y.on.change = this.handleChange
+ var g = x()((e = {}, o()(e, b + '-wrapper', !0), o()(e, b + '-wrapper-checked', y.props.checked), o()(e, b +
+ '-wrapper-disabled', y.props.disabled), e))
+ return t('label', {
class: g,
on: {
mouseenter: u,
mouseleave: f
}
}, [t(Na, M()([y, {
- ref: "vcCheckbox"
- }])), void 0 !== s ? t("span", [s]) : null])
+ ref: 'vcCheckbox'
+ }])), void 0 !== s ? t('span', [s]) : null])
}
- };
+ }
+
+ function Qa() {
+ }
- function Qa() {}
var Xa = {
- name: "ARadioGroup",
+ name: 'ARadioGroup',
model: {
- prop: "value"
+ prop: 'value'
},
props: {
- prefixCls: z["a"].string,
- defaultValue: z["a"].any,
- value: z["a"].any,
+ prefixCls: z['a'].string,
+ defaultValue: z['a'].any,
+ value: z['a'].any,
size: {
- default: "default",
+ default: 'default',
validator: function(e) {
- return ["large", "default", "small"].includes(e)
+ return ['large', 'default', 'small'].includes(e)
}
},
options: {
@@ -52594,11 +53095,11 @@
},
disabled: Boolean,
name: String,
- buttonStyle: z["a"].string.def("outline")
+ buttonStyle: z['a'].string.def('outline')
},
data: function() {
var e = this.value,
- t = this.defaultValue;
+ t = this.defaultValue
return this.updatingValue = !1, {
stateValue: void 0 === e ? t : e
}
@@ -52611,15 +53112,15 @@
inject: {
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
computed: {
radioOptions: function() {
- var e = this.disabled;
+ var e = this.disabled
return this.options.map((function(t) {
- return "string" === typeof t ? {
+ return 'string' === typeof t ? {
label: t,
value: t
} : h()({}, t, {
@@ -52629,8 +53130,8 @@
},
classes: function() {
var e, t = this.prefixCls,
- n = this.size;
- return e = {}, o()(e, "" + t, !0), o()(e, t + "-" + n, n), e
+ n = this.size
+ return e = {}, o()(e, '' + t, !0), o()(e, t + '-' + n, n), e
}
},
watch: {
@@ -52642,9 +53143,9 @@
onRadioChange: function(e) {
var t = this,
n = this.stateValue,
- r = e.target.value;
- Object(B["r"])(this, "value") || (this.stateValue = r), this.updatingValue || r === n || (this.updatingValue = !
- 0, this.$emit("input", r), this.$emit("change", e)), this.$nextTick((function() {
+ r = e.target.value
+ Object(B['r'])(this, 'value') || (this.stateValue = r), this.updatingValue || r === n || (this.updatingValue = !
+ 0, this.$emit('input', r), this.$emit('change', e)), this.$nextTick((function() {
t.updatingValue = !1
}))
}
@@ -52652,22 +53153,22 @@
render: function() {
var e = this,
t = arguments[0],
- n = Object(B["j"])(this),
+ n = Object(B['j'])(this),
r = n.mouseenter,
a = void 0 === r ? Qa : r,
i = n.mouseleave,
s = void 0 === i ? Qa : i,
- c = Object(B["k"])(this),
+ c = Object(B['k'])(this),
l = c.prefixCls,
u = c.options,
d = c.buttonStyle,
h = this.configProvider.getPrefixCls,
- f = h("radio", l),
- m = f + "-group",
- p = x()(m, m + "-" + d, o()({}, m + "-" + c.size, c.size)),
- _ = Object(B["c"])(this.$slots["default"]);
+ f = h('radio', l),
+ m = f + '-group',
+ p = x()(m, m + '-' + d, o()({}, m + '-' + c.size, c.size)),
+ _ = Object(B['c'])(this.$slots['default'])
return u && u.length > 0 && (_ = u.map((function(n) {
- return "string" === typeof n ? t(Ga, {
+ return 'string' === typeof n ? t(Ga, {
key: n,
attrs: {
prefixCls: f,
@@ -52676,7 +53177,7 @@
checked: e.stateValue === n
}
}, [n]) : t(Ga, {
- key: "radio-group-value-options-" + n.value,
+ key: 'radio-group-value-options-' + n.value,
attrs: {
prefixCls: f,
disabled: n.disabled || c.disabled,
@@ -52684,7 +53185,7 @@
checked: e.stateValue === n.value
}
}, [n.label])
- }))), t("div", {
+ }))), t('div', {
class: p,
on: {
mouseenter: a,
@@ -52694,7 +53195,7 @@
}
},
Za = {
- name: "ARadioButton",
+ name: 'ARadioButton',
props: h()({}, Ga.props),
inject: {
radioGroupContext: {
@@ -52702,35 +53203,35 @@
},
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
render: function() {
var e = arguments[0],
- t = Object(B["k"])(this),
+ t = Object(B['k'])(this),
n = t.prefixCls,
- r = a()(t, ["prefixCls"]),
+ r = a()(t, ['prefixCls']),
i = this.configProvider.getPrefixCls,
- o = i("radio-button", n),
+ o = i('radio-button', n),
s = {
props: h()({}, r, {
prefixCls: o
}),
- on: Object(B["j"])(this)
- };
+ on: Object(B['j'])(this)
+ }
return this.radioGroupContext && (s.on.change = this.radioGroupContext.onRadioChange, s.props.checked =
this.$props.value === this.radioGroupContext.stateValue, s.props.disabled = this.$props.disabled || this.radioGroupContext
- .disabled), e(Ga, s, [this.$slots["default"]])
+ .disabled), e(Ga, s, [this.$slots['default']])
}
- };
+ }
Ga.Group = Xa, Ga.Button = Za, Ga.install = function(e) {
- e.use(Ra["a"]), e.component(Ga.name, Ga), e.component(Ga.Group.name, Ga.Group), e.component(Ga.Button.name,
+ e.use(Ra['a']), e.component(Ga.name, Ga), e.component(Ga.Group.name, Ga.Group), e.component(Ga.Button.name,
Ga.Button)
- };
+ }
var ei = Ga,
ti = {
- name: "FilterDropdownMenuWrapper",
+ name: 'FilterDropdownMenuWrapper',
methods: {
handelClick: function(e) {
e.stopPropagation()
@@ -52739,40 +53240,40 @@
render: function() {
var e = arguments[0],
t = this.$slots,
- n = this.handelClick;
- return e("div", {
+ n = this.handelClick
+ return e('div', {
on: {
click: n
}
- }, [t["default"]])
+ }, [t['default']])
}
},
ni = {
props: {
- value: z["a"].oneOfType([z["a"].string, z["a"].number]),
- label: z["a"].oneOfType([z["a"].string, z["a"].number]),
- disabled: z["a"].bool,
- title: z["a"].oneOfType([z["a"].string, z["a"].number])
+ value: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ label: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ disabled: z['a'].bool,
+ title: z['a'].oneOfType([z['a'].string, z['a'].number])
},
isSelectOption: !0
},
ri = {
props: {
- value: z["a"].oneOfType([z["a"].string, z["a"].number]),
- label: z["a"].oneOfType([z["a"].string, z["a"].number])
+ value: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ label: z['a'].oneOfType([z['a'].string, z['a'].number])
},
isSelectOptGroup: !0
},
ai = {
- name: "MenuItemGroup",
+ name: 'MenuItemGroup',
props: {
- renderMenuItem: z["a"].func,
- index: z["a"].number,
- className: z["a"].string,
- subMenuKey: z["a"].string,
- rootPrefixCls: z["a"].string,
- disabled: z["a"].bool.def(!0),
- title: z["a"].any
+ renderMenuItem: z['a'].func,
+ index: z['a'].number,
+ className: z['a'].string,
+ subMenuKey: z['a'].string,
+ rootPrefixCls: z['a'].string,
+ disabled: z['a'].bool.def(!0),
+ title: z['a'].any
},
isMenuItemGroup: !0,
methods: {
@@ -52780,7 +53281,7 @@
var t = this.$props,
n = t.renderMenuItem,
r = t.index,
- a = t.subMenuKey;
+ a = t.subMenuKey
return n(e, r, a)
}
},
@@ -52789,52 +53290,52 @@
t = h()({}, this.$props),
n = t.rootPrefixCls,
r = t.title,
- a = n + "-item-group-title",
- i = n + "-item-group-list",
- o = h()({}, Object(B["j"])(this));
- return delete o.click, e("li", {
+ a = n + '-item-group-title',
+ i = n + '-item-group-list',
+ o = h()({}, Object(B['j'])(this))
+ return delete o.click, e('li', {
on: o,
- class: n + "-item-group"
- }, [e("div", {
+ class: n + '-item-group'
+ }, [e('div', {
class: a,
attrs: {
- title: "string" === typeof r ? r : void 0
+ title: 'string' === typeof r ? r : void 0
}
- }, [Object(B["f"])(this, "title")]), e("ul", {
+ }, [Object(B['f'])(this, 'title')]), e('ul', {
class: i
- }, [this.$slots["default"] && this.$slots["default"].map(this.renderInnerMenuItem)])])
+ }, [this.$slots['default'] && this.$slots['default'].map(this.renderInnerMenuItem)])])
}
},
ii = ai,
- oi = n("d96e"),
+ oi = n('d96e'),
si = n.n(oi),
- ci = n("c449"),
- li = n.n(ci);
+ ci = n('c449'),
+ li = n.n(ci)
function ui(e) {
- return "string" === typeof e ? e.trim() : ""
+ return 'string' === typeof e ? e.trim() : ''
}
function di(e) {
- if (!e) return null;
- var t = Object(B["l"])(e);
- if ("value" in t) return t.value;
- if (void 0 !== Object(B["i"])(e)) return Object(B["i"])(e);
- if (Object(B["n"])(e).isSelectOptGroup) {
- var n = Object(B["f"])(e, "label");
+ if (!e) return null
+ var t = Object(B['l'])(e)
+ if ('value' in t) return t.value
+ if (void 0 !== Object(B['i'])(e)) return Object(B['i'])(e)
+ if (Object(B['n'])(e).isSelectOptGroup) {
+ var n = Object(B['f'])(e, 'label')
if (n) return n
}
- throw new Error("Need at least a key or a value or a label (only for OptGroup) for " + e)
+ throw new Error('Need at least a key or a value or a label (only for OptGroup) for ' + e)
}
function hi(e, t) {
- if ("value" === t) return di(e);
- if ("children" === t) {
- var n = e.$slots ? Object(on["b"])(e.$slots["default"], !0) : Object(on["b"])(e.componentOptions.children, !0);
+ if ('value' === t) return di(e)
+ if ('children' === t) {
+ var n = e.$slots ? Object(on['b'])(e.$slots['default'], !0) : Object(on['b'])(e.componentOptions.children, !0)
return 1 !== n.length || n[0].tag ? n : n[0].text
}
- var r = Object(B["l"])(e);
- return t in r ? r[t] : Object(B["d"])(e)[t]
+ var r = Object(B['l'])(e)
+ return t in r ? r[t] : Object(B['d'])(e)[t]
}
function fi(e) {
@@ -52858,12 +53359,12 @@
}
function bi(e) {
- var t = e;
+ var t = e
return void 0 === e ? t = [] : Array.isArray(e) || (t = [e]), t
}
function yi(e) {
- return ("undefined" === typeof e ? "undefined" : u()(e)) + "-" + e
+ return ('undefined' === typeof e ? 'undefined' : u()(e)) + '-' + e
}
function gi(e) {
@@ -52871,50 +53372,54 @@
}
function Mi(e, t) {
- var n = -1;
+ var n = -1
if (e)
for (var r = 0; r < e.length; r++)
if (e[r] === t) {
- n = r;
+ n = r
break
- } return n
+ }
+ return n
}
function wi(e, t) {
- var n = void 0;
+ var n = void 0
if (e = bi(e), e)
for (var r = 0; r < e.length; r++)
if (e[r].key === t) {
- n = e[r].label;
+ n = e[r].label
break
- } return n
+ }
+ return n
}
function Li(e, t) {
- if (null === t || void 0 === t) return [];
- var n = [];
+ if (null === t || void 0 === t) return []
+ var n = []
return e.forEach((function(e) {
- if (Object(B["n"])(e).isMenuItemGroup) n = n.concat(Li(e.componentOptions.children, t));
+ if (Object(B['n'])(e).isMenuItemGroup) n = n.concat(Li(e.componentOptions.children, t))
else {
var r = di(e),
- a = e.key; - 1 !== Mi(t, r) && void 0 !== a && n.push(a)
+ a = e.key;
+ -1 !== Mi(t, r) && void 0 !== a && n.push(a)
}
})), n
}
+
var Oi = {
- userSelect: "none",
- WebkitUserSelect: "none"
+ userSelect: 'none',
+ WebkitUserSelect: 'none'
},
Si = {
- unselectable: "on"
- };
+ unselectable: 'on'
+ }
function ki(e) {
for (var t = 0; t < e.length; t++) {
var n = e[t],
- r = Object(B["l"])(n);
- if (Object(B["n"])(n).isMenuItemGroup) {
- var a = ki(n.componentOptions.children);
+ r = Object(B['l'])(n)
+ if (Object(B['n'])(n).isMenuItemGroup) {
+ var a = ki(n.componentOptions.children)
if (a) return a
} else if (!r.disabled) return n
}
@@ -52923,28 +53428,28 @@
function Ci(e, t) {
for (var n = 0; n < t.length; ++n)
- if (e.lastIndexOf(t[n]) > 0) return !0;
+ if (e.lastIndexOf(t[n]) > 0) return !0
return !1
}
function Ti(e, t) {
- var n = new RegExp("[" + t.join() + "]");
+ var n = new RegExp('[' + t.join() + ']')
return e.split(n).filter((function(e) {
return e
}))
}
function xi(e, t) {
- var n = Object(B["l"])(t);
- if (n.disabled) return !1;
- var r = hi(t, this.optionFilterProp);
+ var n = Object(B['l'])(t)
+ if (n.disabled) return !1
+ var r = hi(t, this.optionFilterProp)
return r = r.length && r[0].text ? r[0].text : String(r), r.toLowerCase().indexOf(e.toLowerCase()) > -1
}
function zi(e, t) {
- if (!vi(t) && !fi(t) && "string" !== typeof e) throw new Error("Invalid `value` of type `" + ("undefined" ===
- typeof e ? "undefined" : u()(e)) +
- "` supplied to Option, expected `string` when `tags/combobox` is `true`.")
+ if (!vi(t) && !fi(t) && 'string' !== typeof e) throw new Error('Invalid `value` of type `' + ('undefined' ===
+ typeof e ? 'undefined' : u()(e)) +
+ '` supplied to Option, expected `string` when `tags/combobox` is `true`.')
}
function Di(e, t) {
@@ -52955,32 +53460,33 @@
function ji() {
var e = (new Date).getTime(),
- t = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (function(t) {
- var n = (e + 16 * Math.random()) % 16 | 0;
- return e = Math.floor(e / 16), ("x" === t ? n : 7 & n | 8).toString(16)
- }));
+ t = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (function(t) {
+ var n = (e + 16 * Math.random()) % 16 | 0
+ return e = Math.floor(e / 16), ('x' === t ? n : 7 & n | 8).toString(16)
+ }))
return t
}
+
var Hi = {
- name: "DropdownMenu",
- mixins: [ie["a"]],
+ name: 'DropdownMenu',
+ mixins: [ie['a']],
props: {
- ariaId: z["a"].string,
- defaultActiveFirstOption: z["a"].bool,
- value: z["a"].any,
- dropdownMenuStyle: z["a"].object,
- multiple: z["a"].bool,
- prefixCls: z["a"].string,
- menuItems: z["a"].any,
- inputValue: z["a"].string,
- visible: z["a"].bool,
- backfillValue: z["a"].any,
- firstActiveValue: z["a"].string,
- menuItemSelectedIcon: z["a"].any
+ ariaId: z['a'].string,
+ defaultActiveFirstOption: z['a'].bool,
+ value: z['a'].any,
+ dropdownMenuStyle: z['a'].object,
+ multiple: z['a'].bool,
+ prefixCls: z['a'].string,
+ menuItems: z['a'].any,
+ inputValue: z['a'].string,
+ visible: z['a'].bool,
+ backfillValue: z['a'].any,
+ firstActiveValue: z['a'].string,
+ menuItemSelectedIcon: z['a'].any
},
watch: {
visible: function(e) {
- var t = this;
+ var t = this
e ? this.$nextTick((function() {
t.scrollActiveItemToView()
})) : this.lastVisible = e
@@ -52990,13 +53496,13 @@
this.rafInstance = null, this.lastInputValue = this.$props.inputValue, this.lastVisible = !1
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.scrollActiveItemToView()
})), this.lastVisible = this.$props.visible
},
updated: function() {
- var e = this.$props;
+ var e = this.$props
this.lastVisible = e.visible, this.lastInputValue = e.inputValue, this.prevVisible = this.visible
},
beforeDestroy: function() {
@@ -53009,11 +53515,11 @@
n = this.$props,
r = n.value,
a = n.visible,
- i = n.firstActiveValue;
+ i = n.firstActiveValue
if (t && a) {
var o = {
onlyScrollIfNeeded: !0
- };
+ }
r && 0 !== r.length || !i || (o.alignWithTop = !0), this.rafInstance = li()((function() {
la(t, e.$refs.menuRef.$el, o)
}))
@@ -53033,11 +53539,11 @@
u = n.dropdownMenuStyle,
d = n.backfillValue,
f = n.visible,
- m = Object(B["f"])(this, "menuItemSelectedIcon"),
- p = Object(B["j"])(this),
+ m = Object(B['f'])(this, 'menuItemSelectedIcon'),
+ p = Object(B['j'])(this),
_ = p.menuDeselect,
v = p.menuSelect,
- b = p.popupScroll;
+ b = p.popupScroll
if (r && r.length) {
var y = Li(r, i),
g = {
@@ -53045,45 +53551,45 @@
multiple: s,
itemIcon: s ? m : null,
selectedKeys: y,
- prefixCls: o + "-menu"
+ prefixCls: o + '-menu'
},
on: {},
style: u,
- ref: "menuRef",
+ ref: 'menuRef',
attrs: {
- role: "listbox"
+ role: 'listbox'
}
- };
- b && (g.on.scroll = b), s ? (g.on.deselect = _, g.on.select = v) : g.on.click = v;
+ }
+ b && (g.on.scroll = b), s ? (g.on.deselect = _, g.on.select = v) : g.on.click = v
var M = {},
w = a,
- L = r;
+ L = r
if (y.length || l) {
- n.visible && !this.lastVisible ? M.activeKey = y[0] || l : f || (y[0] && (w = !1), M.activeKey = void 0);
+ n.visible && !this.lastVisible ? M.activeKey = y[0] || l : f || (y[0] && (w = !1), M.activeKey = void 0)
var O = !1,
S = function(t) {
return !O && -1 !== y.indexOf(t.key) || !O && !y.length && -1 !== l.indexOf(t.key) ? (O = !0, Object(
- on["a"])(t, {
+ on['a'])(t, {
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: function(t) {
e.firstActiveItem = t
}
}]
})) : t
- };
+ }
L = r.map((function(e) {
- if (Object(B["n"])(e).isMenuItemGroup) {
- var t = e.componentOptions.children.map(S);
- return Object(on["a"])(e, {
+ if (Object(B['n'])(e).isMenuItemGroup) {
+ var t = e.componentOptions.children.map(S)
+ return Object(on['a'])(e, {
children: t
})
}
return S(e)
}))
- } else this.firstActiveItem = null;
- var k = i && i[i.length - 1];
- return c === this.lastInputValue || k && k === d || (M.activeKey = ""), g.props = h()({}, M, g.props, {
+ } else this.firstActiveItem = null
+ var k = i && i[i.length - 1]
+ return c === this.lastInputValue || k && k === d || (M.activeKey = ''), g.props = h()({}, M, g.props, {
defaultActiveFirst: w
}), t(va, g, [L])
}
@@ -53093,30 +53599,30 @@
render: function() {
var e = arguments[0],
t = this.renderMenu(),
- n = Object(B["j"])(this),
+ n = Object(B['j'])(this),
r = n.popupFocus,
- a = n.popupScroll;
- return t ? e("div", {
+ a = n.popupScroll
+ return t ? e('div', {
style: {
- overflow: "auto",
- transform: "translateZ(0)"
+ overflow: 'auto',
+ transform: 'translateZ(0)'
},
attrs: {
id: this.$props.ariaId,
- tabIndex: "-1"
+ tabIndex: '-1'
},
on: {
focus: r,
mousedown: gi,
scroll: a
},
- ref: "menuContainer"
+ ref: 'menuContainer'
}, [t]) : null
}
},
Ei = {
bottomLeft: {
- points: ["tl", "bl"],
+ points: ['tl', 'bl'],
offset: [0, 4],
overflow: {
adjustX: 0,
@@ -53124,7 +53630,7 @@
}
},
topLeft: {
- points: ["bl", "tl"],
+ points: ['bl', 'tl'],
offset: [0, -4],
overflow: {
adjustX: 0,
@@ -53133,35 +53639,35 @@
}
},
Pi = {
- name: "SelectTrigger",
- mixins: [ie["a"]],
+ name: 'SelectTrigger',
+ mixins: [ie['a']],
props: {
- dropdownMatchSelectWidth: z["a"].bool,
- defaultActiveFirstOption: z["a"].bool,
- dropdownAlign: z["a"].object,
- visible: z["a"].bool,
- disabled: z["a"].bool,
- showSearch: z["a"].bool,
- dropdownClassName: z["a"].string,
- dropdownStyle: z["a"].object,
- dropdownMenuStyle: z["a"].object,
- multiple: z["a"].bool,
- inputValue: z["a"].string,
- filterOption: z["a"].any,
- empty: z["a"].bool,
- options: z["a"].any,
- prefixCls: z["a"].string,
- popupClassName: z["a"].string,
- value: z["a"].array,
- showAction: z["a"].arrayOf(z["a"].string),
- combobox: z["a"].bool,
- animation: z["a"].string,
- transitionName: z["a"].string,
- getPopupContainer: z["a"].func,
- backfillValue: z["a"].any,
- menuItemSelectedIcon: z["a"].any,
- dropdownRender: z["a"].func,
- ariaId: z["a"].string
+ dropdownMatchSelectWidth: z['a'].bool,
+ defaultActiveFirstOption: z['a'].bool,
+ dropdownAlign: z['a'].object,
+ visible: z['a'].bool,
+ disabled: z['a'].bool,
+ showSearch: z['a'].bool,
+ dropdownClassName: z['a'].string,
+ dropdownStyle: z['a'].object,
+ dropdownMenuStyle: z['a'].object,
+ multiple: z['a'].bool,
+ inputValue: z['a'].string,
+ filterOption: z['a'].any,
+ empty: z['a'].bool,
+ options: z['a'].any,
+ prefixCls: z['a'].string,
+ popupClassName: z['a'].string,
+ value: z['a'].array,
+ showAction: z['a'].arrayOf(z['a'].string),
+ combobox: z['a'].bool,
+ animation: z['a'].string,
+ transitionName: z['a'].string,
+ getPopupContainer: z['a'].func,
+ backfillValue: z['a'].any,
+ menuItemSelectedIcon: z['a'].any,
+ dropdownRender: z['a'].func,
+ ariaId: z['a'].string
},
data: function() {
return {
@@ -53169,17 +53675,17 @@
}
},
created: function() {
- this.rafInstance = null, this.saveDropdownMenuRef = Di(this, "dropdownMenuRef"), this.saveTriggerRef = Di(
- this, "triggerRef")
+ this.rafInstance = null, this.saveDropdownMenuRef = Di(this, 'dropdownMenuRef'), this.saveTriggerRef = Di(
+ this, 'triggerRef')
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.setDropdownWidth()
}))
},
updated: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.setDropdownWidth()
}))
@@ -53189,9 +53695,9 @@
},
methods: {
setDropdownWidth: function() {
- var e = this;
+ var e = this
this.cancelRafInstance(), this.rafInstance = li()((function() {
- var t = e.$el.offsetWidth;
+ var t = e.$el.offsetWidth
t !== e.dropdownWidth && e.setState({
dropdownWidth: t
})
@@ -53215,7 +53721,7 @@
o = this.getDropdownPrefixCls,
s = this.backfillValue,
c = this.menuItemSelectedIcon,
- l = Object(B["j"])(this),
+ l = Object(B['j'])(this),
u = l.menuSelect,
d = l.menuDeselect,
f = l.popupScroll,
@@ -53239,20 +53745,20 @@
popupScroll: f
}),
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: this.saveDropdownMenuRef
}]
},
- b = t(Hi, v);
+ b = t(Hi, v)
return p ? p(b, m) : null
},
getDropdownTransitionName: function() {
var e = this.$props,
- t = e.transitionName;
- return !t && e.animation && (t = this.getDropdownPrefixCls() + "-" + e.animation), t
+ t = e.transitionName
+ return !t && e.animation && (t = this.getDropdownPrefixCls() + '-' + e.animation), t
},
getDropdownPrefixCls: function() {
- return this.prefixCls + "-dropdown"
+ return this.prefixCls + '-dropdown'
}
},
render: function() {
@@ -53272,13 +53778,13 @@
_ = n.getPopupContainer,
v = n.showAction,
b = n.empty,
- y = Object(B["j"])(this),
+ y = Object(B['j'])(this),
g = y.mouseenter,
M = y.mouseleave,
w = y.popupFocus,
L = y.dropdownVisibleChange,
O = this.getDropdownPrefixCls(),
- S = (e = {}, o()(e, d, !!d), o()(e, O + "--" + (a ? "multiple" : "single"), 1), o()(e, O + "--empty", b),
+ S = (e = {}, o()(e, d, !!d), o()(e, O + '--' + (a ? 'multiple' : 'single'), 1), o()(e, O + '--empty', b),
e),
k = this.getDropdownElement({
props: {
@@ -53291,17 +53797,17 @@
popupFocus: w
}
}),
- C = void 0;
- C = l ? [] : vi(n) && !u ? ["click"] : ["blur"];
+ C = void 0
+ C = l ? [] : vi(n) && !u ? ['click'] : ['blur']
var T = h()({}, f),
- z = m ? "width" : "minWidth";
- this.dropdownWidth && (T[z] = this.dropdownWidth + "px");
+ z = m ? 'width' : 'minWidth'
+ this.dropdownWidth && (T[z] = this.dropdownWidth + 'px')
var D = {
props: h()({}, n, {
showAction: l ? [] : v,
hideAction: C,
- ref: "triggerRef",
- popupPlacement: "bottomLeft",
+ ref: 'triggerRef',
+ popupPlacement: 'bottomLeft',
builtinPlacements: Ei,
prefixCls: O,
popupTransitionName: this.getDropdownTransitionName(),
@@ -53315,176 +53821,177 @@
popupVisibleChange: L
},
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: this.saveTriggerRef
}]
- };
- return g && (D.on.mouseenter = g), M && (D.on.mouseleave = M), t(kn, D, [r["default"], t("template", {
- slot: "popup"
+ }
+ return g && (D.on.mouseenter = g), M && (D.on.mouseleave = M), t(kn, D, [r['default'], t('template', {
+ slot: 'popup'
}, [k])])
}
},
Ai = {
- defaultActiveFirstOption: z["a"].bool,
- multiple: z["a"].bool,
- filterOption: z["a"].any,
- showSearch: z["a"].bool,
- disabled: z["a"].bool,
- allowClear: z["a"].bool,
- showArrow: z["a"].bool,
- tags: z["a"].bool,
- prefixCls: z["a"].string,
- transitionName: z["a"].string,
- optionLabelProp: z["a"].string,
- optionFilterProp: z["a"].string,
- animation: z["a"].string,
- choiceTransitionName: z["a"].string,
- open: z["a"].bool,
- defaultOpen: z["a"].bool,
- placeholder: z["a"].any,
- labelInValue: z["a"].bool,
- loading: z["a"].bool,
- value: z["a"].any,
- defaultValue: z["a"].any,
- dropdownStyle: z["a"].object,
- dropdownClassName: z["a"].string,
- maxTagTextLength: z["a"].number,
- maxTagCount: z["a"].number,
- maxTagPlaceholder: z["a"].any,
- tokenSeparators: z["a"].arrayOf(z["a"].string),
- getInputElement: z["a"].func,
- showAction: z["a"].arrayOf(z["a"].string),
- autoFocus: z["a"].bool,
- getPopupContainer: z["a"].func,
- clearIcon: z["a"].any,
- inputIcon: z["a"].any,
- removeIcon: z["a"].any,
- menuItemSelectedIcon: z["a"].any,
- dropdownRender: z["a"].func,
- mode: z["a"].oneOf(["multiple", "tags"]),
- backfill: z["a"].bool,
- dropdownAlign: z["a"].any,
- dropdownMatchSelectWidth: z["a"].bool,
- dropdownMenuStyle: z["a"].object,
- notFoundContent: z["a"].oneOfType([String, Number]),
- tabIndex: z["a"].oneOfType([String, Number])
+ defaultActiveFirstOption: z['a'].bool,
+ multiple: z['a'].bool,
+ filterOption: z['a'].any,
+ showSearch: z['a'].bool,
+ disabled: z['a'].bool,
+ allowClear: z['a'].bool,
+ showArrow: z['a'].bool,
+ tags: z['a'].bool,
+ prefixCls: z['a'].string,
+ transitionName: z['a'].string,
+ optionLabelProp: z['a'].string,
+ optionFilterProp: z['a'].string,
+ animation: z['a'].string,
+ choiceTransitionName: z['a'].string,
+ open: z['a'].bool,
+ defaultOpen: z['a'].bool,
+ placeholder: z['a'].any,
+ labelInValue: z['a'].bool,
+ loading: z['a'].bool,
+ value: z['a'].any,
+ defaultValue: z['a'].any,
+ dropdownStyle: z['a'].object,
+ dropdownClassName: z['a'].string,
+ maxTagTextLength: z['a'].number,
+ maxTagCount: z['a'].number,
+ maxTagPlaceholder: z['a'].any,
+ tokenSeparators: z['a'].arrayOf(z['a'].string),
+ getInputElement: z['a'].func,
+ showAction: z['a'].arrayOf(z['a'].string),
+ autoFocus: z['a'].bool,
+ getPopupContainer: z['a'].func,
+ clearIcon: z['a'].any,
+ inputIcon: z['a'].any,
+ removeIcon: z['a'].any,
+ menuItemSelectedIcon: z['a'].any,
+ dropdownRender: z['a'].func,
+ mode: z['a'].oneOf(['multiple', 'tags']),
+ backfill: z['a'].bool,
+ dropdownAlign: z['a'].any,
+ dropdownMatchSelectWidth: z['a'].bool,
+ dropdownMenuStyle: z['a'].object,
+ notFoundContent: z['a'].oneOfType([String, Number]),
+ tabIndex: z['a'].oneOfType([String, Number])
},
- Yi = "undefined" !== typeof window,
- Vi = "undefined" !== typeof WXEnvironment && !!WXEnvironment.platform,
+ Yi = 'undefined' !== typeof window,
+ Vi = 'undefined' !== typeof WXEnvironment && !!WXEnvironment.platform,
Ii = Vi && WXEnvironment.platform.toLowerCase(),
Ri = Yi && window.navigator.userAgent.toLowerCase(),
Fi = Ri && /msie|trident/.test(Ri),
- $i = (Ri && Ri.indexOf("msie 9.0"), Ri && Ri.indexOf("edge/") > 0);
- Ri && Ri.indexOf("android"), Ri && /iphone|ipad|ipod|ios/.test(Ri), Ri && /chrome\/\d+/.test(Ri), Ri &&
- /phantomjs/.test(Ri), Ri && Ri.match(/firefox\/(\d+)/);
+ $i = (Ri && Ri.indexOf('msie 9.0'), Ri && Ri.indexOf('edge/') > 0)
+ Ri && Ri.indexOf('android'), Ri && /iphone|ipad|ipod|ios/.test(Ri), Ri && /chrome\/\d+/.test(Ri), Ri &&
+ /phantomjs/.test(Ri), Ri && Ri.match(/firefox\/(\d+)/)
Te.a.use(ze.a, {
- name: "ant-ref"
- });
- var Ni = "RC_SELECT_EMPTY_VALUE_KEY",
+ name: 'ant-ref'
+ })
+ var Ni = 'RC_SELECT_EMPTY_VALUE_KEY',
Bi = function() {
return null
- };
+ }
function Ki(e) {
return !e || null === e.offsetParent
}
function Wi() {
- for (var e = arguments.length, t = Array(e), n = 0; n < e; n++) t[n] = arguments[n];
+ for (var e = arguments.length, t = Array(e), n = 0; n < e; n++) t[n] = arguments[n]
return function() {
- for (var e = arguments.length, n = Array(e), r = 0; r < e; r++) n[r] = arguments[r];
- for (var a = 0; a < t.length; a++) t[a] && "function" === typeof t[a] && t[a].apply(Wi, n)
+ for (var e = arguments.length, n = Array(e), r = 0; r < e; r++) n[r] = arguments[r]
+ for (var a = 0; a < t.length; a++) t[a] && 'function' === typeof t[a] && t[a].apply(Wi, n)
}
}
+
var qi = {
inheritAttrs: !1,
Option: ni,
OptGroup: ri,
- name: "Select",
- mixins: [ie["a"]],
+ name: 'Select',
+ mixins: [ie['a']],
props: h()({}, Ai, {
- prefixCls: Ai.prefixCls.def("rc-select"),
- defaultOpen: z["a"].bool.def(!1),
+ prefixCls: Ai.prefixCls.def('rc-select'),
+ defaultOpen: z['a'].bool.def(!1),
labelInValue: Ai.labelInValue.def(!1),
defaultActiveFirstOption: Ai.defaultActiveFirstOption.def(!0),
showSearch: Ai.showSearch.def(!0),
allowClear: Ai.allowClear.def(!1),
- placeholder: Ai.placeholder.def(""),
- dropdownMatchSelectWidth: z["a"].bool.def(!0),
+ placeholder: Ai.placeholder.def(''),
+ dropdownMatchSelectWidth: z['a'].bool.def(!0),
dropdownStyle: Ai.dropdownStyle.def((function() {
return {}
})),
- dropdownMenuStyle: z["a"].object.def((function() {
+ dropdownMenuStyle: z['a'].object.def((function() {
return {}
})),
- optionFilterProp: Ai.optionFilterProp.def("value"),
- optionLabelProp: Ai.optionLabelProp.def("value"),
- notFoundContent: z["a"].any.def("Not Found"),
- backfill: z["a"].bool.def(!1),
- showAction: Ai.showAction.def(["click"]),
- combobox: z["a"].bool.def(!1),
- tokenSeparators: z["a"].arrayOf(z["a"].string).def([]),
- autoClearSearchValue: z["a"].bool.def(!0),
- tabIndex: z["a"].any.def(0),
- dropdownRender: z["a"].func.def((function(e) {
+ optionFilterProp: Ai.optionFilterProp.def('value'),
+ optionLabelProp: Ai.optionLabelProp.def('value'),
+ notFoundContent: z['a'].any.def('Not Found'),
+ backfill: z['a'].bool.def(!1),
+ showAction: Ai.showAction.def(['click']),
+ combobox: z['a'].bool.def(!1),
+ tokenSeparators: z['a'].arrayOf(z['a'].string).def([]),
+ autoClearSearchValue: z['a'].bool.def(!0),
+ tabIndex: z['a'].any.def(0),
+ dropdownRender: z['a'].func.def((function(e) {
return e
}))
}),
model: {
- prop: "value",
- event: "change"
+ prop: 'value',
+ event: 'change'
},
created: function() {
- this.saveInputRef = Di(this, "inputRef"), this.saveInputMirrorRef = Di(this, "inputMirrorRef"), this.saveTopCtrlRef =
- Di(this, "topCtrlRef"), this.saveSelectTriggerRef = Di(this, "selectTriggerRef"), this.saveRootRef = Di(
- this, "rootRef"), this.saveSelectionRef = Di(this, "selectionRef"), this._focused = !1, this._mouseDown = !
+ this.saveInputRef = Di(this, 'inputRef'), this.saveInputMirrorRef = Di(this, 'inputMirrorRef'), this.saveTopCtrlRef =
+ Di(this, 'topCtrlRef'), this.saveSelectTriggerRef = Di(this, 'selectTriggerRef'), this.saveRootRef = Di(
+ this, 'rootRef'), this.saveSelectionRef = Di(this, 'selectionRef'), this._focused = !1, this._mouseDown = !
1, this._options = [], this._empty = !1
},
data: function() {
- var e = Object(B["k"])(this),
- t = this.getOptionsInfoFromProps(e);
- if (si()(this.__propsSymbol__, "Replace slots.default with props.children and pass props.__propsSymbol__"),
- e.tags && "function" !== typeof e.filterOption) {
+ var e = Object(B['k'])(this),
+ t = this.getOptionsInfoFromProps(e)
+ if (si()(this.__propsSymbol__, 'Replace slots.default with props.children and pass props.__propsSymbol__'),
+ e.tags && 'function' !== typeof e.filterOption) {
var n = Object.keys(t).some((function(e) {
return t[e].disabled
- }));
- si()(!n, "Please avoid setting option to disabled in tags mode since user can always type text as tag.")
+ }))
+ si()(!n, 'Please avoid setting option to disabled in tags mode since user can always type text as tag.')
}
var r = {
_value: this.getValueFromProps(e, !0),
- _inputValue: e.combobox ? this.getInputValueForCombobox(e, t, !0) : "",
+ _inputValue: e.combobox ? this.getInputValueForCombobox(e, t, !0) : '',
_open: e.defaultOpen,
_optionsInfo: t,
- _backfillValue: "",
+ _backfillValue: '',
_skipBuildOptionsInfo: !0,
_ariaId: ji()
- };
+ }
return h()({}, r, {
_mirrorInputValue: r._inputValue
}, this.getDerivedState(e, r))
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
(e.autoFocus || e._open) && e.focus()
}))
},
watch: {
__propsSymbol__: function() {
- h()(this.$data, this.getDerivedState(Object(B["k"])(this), this.$data))
+ h()(this.$data, this.getDerivedState(Object(B['k'])(this), this.$data))
},
- "$data._inputValue": function(e) {
+ '$data._inputValue': function(e) {
this.$data._mirrorInputValue = e
}
},
updated: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
if (pi(e.$props)) {
var t = e.getInputDOMNode(),
- n = e.getInputMirrorDOMNode();
- t && t.value && n ? (t.style.width = "", t.style.width = n.clientWidth + 10 + "px") : t && (t.style.width =
- "")
+ n = e.getInputMirrorDOMNode()
+ t && t.value && n ? (t.style.width = '', t.style.width = n.clientWidth + 10 + 'px') : t && (t.style.width =
+ '')
}
e.forcePopupAlign()
}))
@@ -53499,9 +54006,9 @@
r = {
_optionsInfo: n,
_skipBuildOptionsInfo: !1
- };
- if ("open" in e && (r._open = e.open), "value" in e) {
- var a = this.getValueFromProps(e);
+ }
+ if ('open' in e && (r._open = e.open), 'value' in e) {
+ var a = this.getValueFromProps(e)
r._value = a, e.combobox && (r._inputValue = this.getInputValueForCombobox(e, n))
}
return r
@@ -53509,19 +54016,19 @@
getOptionsFromChildren: function() {
var e = this,
t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [],
- n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : [];
+ n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : []
return t.forEach((function(t) {
- t.data && void 0 === t.data.slot && (Object(B["n"])(t).isSelectOptGroup ? e.getOptionsFromChildren(t.componentOptions
+ t.data && void 0 === t.data.slot && (Object(B['n'])(t).isSelectOptGroup ? e.getOptionsFromChildren(t.componentOptions
.children, n) : n.push(t))
})), n
},
getInputValueForCombobox: function(e, t, n) {
- var r = [];
- if ("value" in e && !n && (r = bi(e.value)), "defaultValue" in e && n && (r = bi(e.defaultValue)), !r.length)
- return "";
- r = r[0];
- var a = r;
- return e.labelInValue ? a = r.label : t[yi(r)] && (a = t[yi(r)].label), void 0 === a && (a = ""), a
+ var r = []
+ if ('value' in e && !n && (r = bi(e.value)), 'defaultValue' in e && n && (r = bi(e.defaultValue)), !r.length)
+ return ''
+ r = r[0]
+ var a = r
+ return e.labelInValue ? a = r.label : t[yi(r)] && (a = t[yi(r)].label), void 0 === a && (a = ''), a
},
getLabelFromOption: function(e, t) {
return hi(t, e.optionLabelProp)
@@ -53529,29 +54036,29 @@
getOptionsInfoFromProps: function(e, t) {
var n = this,
r = this.getOptionsFromChildren(this.$props.children),
- a = {};
+ a = {}
if (r.forEach((function(t) {
- var r = di(t);
+ var r = di(t)
a[yi(r)] = {
option: t,
value: r,
label: n.getLabelFromOption(e, t),
- title: Object(B["q"])(t, "title"),
- disabled: Object(B["q"])(t, "disabled")
+ title: Object(B['q'])(t, 'title'),
+ disabled: Object(B['q'])(t, 'disabled')
}
})), t) {
var i = t._optionsInfo,
- o = t._value;
+ o = t._value
o && o.forEach((function(e) {
- var t = yi(e);
+ var t = yi(e)
a[t] || void 0 === i[t] || (a[t] = i[t])
}))
}
return a
},
getValueFromProps: function(e, t) {
- var n = [];
- return "value" in e && !t && (n = bi(e.value)), "defaultValue" in e && t && (n = bi(e.defaultValue)), e.labelInValue &&
+ var n = []
+ return 'value' in e && !t && (n = bi(e.value)), 'defaultValue' in e && t && (n = bi(e.defaultValue)), e.labelInValue &&
(n = n.map((function(e) {
return e.key
}))), n
@@ -53561,17 +54068,17 @@
n = t.value,
r = t.composing,
a = this.$data._inputValue,
- i = void 0 === a ? "" : a;
+ i = void 0 === a ? '' : a
if (e.isComposing || r || i === n) this.setState({
_mirrorInputValue: n
- });
+ })
else {
- var o = this.$props.tokenSeparators;
+ var o = this.$props.tokenSeparators
if (pi(this.$props) && o.length && Ci(n, o)) {
- var s = this.getValueByInput(n);
+ var s = this.getValueByInput(n)
return void 0 !== s && this.fireChange(s), this.setOpenState(!1, {
needFocus: !0
- }), void this.setInputValue("", !1)
+ }), void this.setInputValue('', !1)
}
this.setInputValue(n), this.setState({
_open: !0
@@ -53584,12 +54091,12 @@
},
onKeyDown: function(e) {
var t = this.$data._open,
- n = this.$props.disabled;
+ n = this.$props.disabled
if (!n) {
- var r = e.keyCode;
- t && !this.getInputDOMNode() ? this.onInputKeydown(e) : r === Cn["a"].ENTER || r === Cn["a"].DOWN ? (r !==
- Cn["a"].ENTER || pi(this.$props) ? t || this.setOpenState(!0) : this.maybeFocus(!0), e.preventDefault()
- ) : r === Cn["a"].SPACE && (t || (this.setOpenState(!0), e.preventDefault()))
+ var r = e.keyCode
+ t && !this.getInputDOMNode() ? this.onInputKeydown(e) : r === Cn['a'].ENTER || r === Cn['a'].DOWN ? (r !==
+ Cn['a'].ENTER || pi(this.$props) ? t || this.setOpenState(!0) : this.maybeFocus(!0), e.preventDefault()
+ ) : r === Cn['a'].SPACE && (t || (this.setOpenState(!0), e.preventDefault()))
}
},
onInputKeydown: function(e) {
@@ -53597,38 +54104,38 @@
n = this.$props,
r = n.disabled,
a = n.combobox,
- i = n.defaultActiveFirstOption;
+ i = n.defaultActiveFirstOption
if (!r) {
var o = this.$data,
s = this.getRealOpenState(o),
- c = e.keyCode;
- if (!pi(this.$props) || e.target.value || c !== Cn["a"].BACKSPACE) {
- if (c === Cn["a"].DOWN) {
+ c = e.keyCode
+ if (!pi(this.$props) || e.target.value || c !== Cn['a'].BACKSPACE) {
+ if (c === Cn['a'].DOWN) {
if (!o._open) return this.openIfHasChildren(), e.preventDefault(), void e.stopPropagation()
- } else if (c === Cn["a"].ENTER && o._open) !s && a || e.preventDefault(), s && a && !1 === i && (this.comboboxTimer =
+ } else if (c === Cn['a'].ENTER && o._open) !s && a || e.preventDefault(), s && a && !1 === i && (this.comboboxTimer =
setTimeout((function() {
t.setOpenState(!1)
- })));
- else if (c === Cn["a"].ESC) return void(o._open && (this.setOpenState(!1), e.preventDefault(), e.stopPropagation()));
+ })))
+ else if (c === Cn['a'].ESC) return void (o._open && (this.setOpenState(!1), e.preventDefault(), e.stopPropagation()))
if (s && this.selectTriggerRef) {
- var l = this.selectTriggerRef.getInnerMenu();
+ var l = this.selectTriggerRef.getInnerMenu()
l && l.onKeyDown(e, this.handleBackfill) && (e.preventDefault(), e.stopPropagation())
}
} else {
- e.preventDefault();
- var u = o._value;
+ e.preventDefault()
+ var u = o._value
u.length && this.removeSelected(u[u.length - 1])
}
}
},
onMenuSelect: function(e) {
- var t = e.item;
+ var t = e.item
if (t) {
var n = this.$data._value,
r = this.$props,
a = di(t),
i = n[n.length - 1],
- o = !1;
+ o = !1
if (pi(r) ? -1 !== Mi(n, a) ? o = !0 : n = n.concat([a]) : mi(r) || void 0 === i || i !== a || a === this
.$data._backfillValue ? (n = [a], this.setOpenState(!1, {
needFocus: !0,
@@ -53637,19 +54144,19 @@
needFocus: !0,
fireSearch: !1
}), o = !0), o || this.fireChange(n), !o) {
- this.fireSelect(a);
- var s = mi(r) ? hi(t, r.optionLabelProp) : "";
+ this.fireSelect(a)
+ var s = mi(r) ? hi(t, r.optionLabelProp) : ''
r.autoClearSearchValue && this.setInputValue(s, !1)
}
}
},
onMenuDeselect: function(e) {
var t = e.item,
- n = e.domEvent;
- if ("keydown" !== n.type || n.keyCode !== Cn["a"].ENTER) "click" === n.type && this.removeSelected(di(t)),
- this.autoClearSearchValue && this.setInputValue("");
+ n = e.domEvent
+ if ('keydown' !== n.type || n.keyCode !== Cn['a'].ENTER) 'click' === n.type && this.removeSelected(di(t)),
+ this.autoClearSearchValue && this.setInputValue('')
else {
- var r = t.$el;
+ var r = t.$el
Ki(r) || this.removeSelected(di(t))
}
},
@@ -53667,13 +54174,13 @@
},
onClearSelection: function(e) {
var t = this.$props,
- n = this.$data;
+ n = this.$data
if (!t.disabled) {
var r = n._inputValue,
- a = n._value;
+ a = n._value
e.stopPropagation(), (r || a.length) && (a.length && this.fireChange([]), this.setOpenState(!1, {
needFocus: !0
- }), r && this.setInputValue(""))
+ }), r && this.setInputValue(''))
}
},
onChoiceAnimationLeave: function() {
@@ -53681,12 +54188,12 @@
},
getOptionInfoBySingleValue: function(e, t) {
var n = this.$createElement,
- r = void 0;
- if (t = t || this.$data._optionsInfo, t[yi(e)] && (r = t[yi(e)]), r) return r;
- var a = e;
+ r = void 0
+ if (t = t || this.$data._optionsInfo, t[yi(e)] && (r = t[yi(e)]), r) return r
+ var a = e
if (this.$props.labelInValue) {
var i = wi(this.$props.value, e),
- o = wi(this.$props.defaultValue, e);
+ o = wi(this.$props.defaultValue, e)
void 0 !== i ? a = i : void 0 !== o && (a = o)
}
var s = {
@@ -53698,30 +54205,30 @@
}, [e]),
value: e,
label: a
- };
+ }
return s
},
getOptionBySingleValue: function(e) {
var t = this.getOptionInfoBySingleValue(e),
- n = t.option;
+ n = t.option
return n
},
getOptionsBySingleValue: function(e) {
- var t = this;
+ var t = this
return e.map((function(e) {
return t.getOptionBySingleValue(e)
}))
},
getValueByLabel: function(e) {
- var t = this;
- if (void 0 === e) return null;
- var n = null;
+ var t = this
+ if (void 0 === e) return null
+ var n = null
return Object.keys(this.$data._optionsInfo).forEach((function(r) {
var a = t.$data._optionsInfo[r],
- i = a.disabled;
+ i = a.disabled
if (!i) {
- var o = bi(a.label);
- o && o.join("") === e && (n = a.value)
+ var o = bi(a.label)
+ o && o.join('') === e && (n = a.value)
}
})), n
},
@@ -53733,7 +54240,7 @@
},
getVLForOnChange: function(e) {
var t = this,
- n = e;
+ n = e
return void 0 !== n ? (n = this.labelInValue ? n.map((function(e) {
return {
key: e,
@@ -53745,23 +54252,23 @@
},
getLabelBySingleValue: function(e, t) {
var n = this.getOptionInfoBySingleValue(e, t),
- r = n.label;
+ r = n.label
return r
},
getDropdownContainer: function() {
- return this.dropdownContainer || (this.dropdownContainer = document.createElement("div"), document.body.appendChild(
+ return this.dropdownContainer || (this.dropdownContainer = document.createElement('div'), document.body.appendChild(
this.dropdownContainer)), this.dropdownContainer
},
getPlaceholderElement: function() {
var e = this.$createElement,
t = this.$props,
n = this.$data,
- r = !1;
- n._mirrorInputValue && (r = !0);
- var a = n._value;
+ r = !1
+ n._mirrorInputValue && (r = !0)
+ var a = n._value
a.length && (r = !0), !n._mirrorInputValue && mi(t) && 1 === a.length && n._value && !n._value[0] && (r = !
- 1);
- var i = t.placeholder;
+ 1)
+ var i = t.placeholder
if (i) {
var o = {
on: {
@@ -53770,11 +54277,11 @@
},
attrs: Si,
style: h()({
- display: r ? "none" : "block"
+ display: r ? 'none' : 'block'
}, Oi),
- class: t.prefixCls + "-selection__placeholder"
- };
- return e("div", o, [i])
+ class: t.prefixCls + '-selection__placeholder'
+ }
+ return e('div', o, [i])
}
return null
},
@@ -53783,36 +54290,36 @@
},
inputBlur: function(e) {
var t = this,
- n = e.relatedTarget || document.activeElement;
+ n = e.relatedTarget || document.activeElement
if ((Fi || $i) && (e.relatedTarget === this.$refs.arrow || n && this.selectTriggerRef && this.selectTriggerRef
- .getInnerMenu() && this.selectTriggerRef.getInnerMenu().$el === n || Object(De["a"])(e.target, n)))
- return e.target.focus(), void e.preventDefault();
+ .getInnerMenu() && this.selectTriggerRef.getInnerMenu().$el === n || Object(De['a'])(e.target, n)))
+ return e.target.focus(), void e.preventDefault()
this.clearBlurTime(), this.disabled ? e.preventDefault() : this.blurTimer = setTimeout((function() {
- t._focused = !1, t.updateFocusClassName();
+ t._focused = !1, t.updateFocusClassName()
var e = t.$props,
n = t.$data._value,
- r = t.$data._inputValue;
+ r = t.$data._inputValue
if (vi(e) && e.showSearch && r && e.defaultActiveFirstOption) {
- var a = t._options || [];
+ var a = t._options || []
if (a.length) {
- var i = ki(a);
+ var i = ki(a)
i && (n = [di(i)], t.fireChange(n))
}
} else if (pi(e) && r) {
- t._mouseDown ? t.setInputValue("") : (t.$data._inputValue = "", t.getInputDOMNode && t.getInputDOMNode() &&
- (t.getInputDOMNode().value = ""));
- var o = t.getValueByInput(r);
+ t._mouseDown ? t.setInputValue('') : (t.$data._inputValue = '', t.getInputDOMNode && t.getInputDOMNode() &&
+ (t.getInputDOMNode().value = ''))
+ var o = t.getValueByInput(r)
void 0 !== o && (n = o, t.fireChange(n))
}
- if (pi(e) && t._mouseDown) return t.maybeFocus(!0, !0), void(t._mouseDown = !1);
- t.setOpenState(!1), t.$emit("blur", t.getVLForOnChange(n))
+ if (pi(e) && t._mouseDown) return t.maybeFocus(!0, !0), void (t._mouseDown = !1)
+ t.setOpenState(!1), t.$emit('blur', t.getVLForOnChange(n))
}), 200)
},
inputFocus: function(e) {
- if (this.$props.disabled) e.preventDefault();
+ if (this.$props.disabled) e.preventDefault()
else {
- this.clearBlurTime();
- var t = this.getInputDOMNode();
+ this.clearBlurTime()
+ var t = this.getInputDOMNode()
t && e.target === this.rootRef || (_i(this.$props) || e.target !== t) && (this._focused || (this._focused = !
0, this.updateFocusClassName(), pi(this.$props) && this._mouseDown || this.timeoutFocus()))
}
@@ -53823,22 +54330,22 @@
n = this.$data,
r = n._inputValue,
a = n._mirrorInputValue,
- i = Object(B["d"])(this),
- s = e("input", {
+ i = Object(B['d'])(this),
+ s = e('input', {
attrs: {
id: i.id,
- autoComplete: "off"
+ autoComplete: 'off'
}
}),
c = t.getInputElement ? t.getInputElement() : s,
- l = x()(Object(B["e"])(c), o()({}, t.prefixCls + "-search__field", !0)),
- u = Object(B["h"])(c);
- return c.data = c.data || {}, e("div", {
- class: t.prefixCls + "-search__field__wrap",
+ l = x()(Object(B['e'])(c), o()({}, t.prefixCls + '-search__field', !0)),
+ u = Object(B['h'])(c)
+ return c.data = c.data || {}, e('div', {
+ class: t.prefixCls + '-search__field__wrap',
on: {
click: this.inputClick
}
- }, [Object(on["a"])(c, {
+ }, [Object(on['a'])(c, {
props: {
disabled: t.disabled,
value: r
@@ -53852,28 +54359,28 @@
},
class: l,
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: this.saveInputRef
}, {
- name: "ant-input"
+ name: 'ant-input'
}],
on: {
input: this.onInputChange,
- keydown: Wi(this.onInputKeydown, u.keydown, Object(B["j"])(this).inputKeydown),
+ keydown: Wi(this.onInputKeydown, u.keydown, Object(B['j'])(this).inputKeydown),
focus: Wi(this.inputFocus, u.focus),
blur: Wi(this.inputBlur, u.blur)
}
- }), e("span", M()([{
+ }), e('span', M()([{
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: this.saveInputMirrorRef
}]
}, {
- class: t.prefixCls + "-search__field__mirror"
- }]), [a, " "])])
+ class: t.prefixCls + '-search__field__mirror'
+ }]), [a, ' '])])
},
getInputDOMNode: function() {
- return this.topCtrlRef ? this.topCtrlRef.querySelector("input,textarea,div[contentEditable]") : this.inputRef
+ return this.topCtrlRef ? this.topCtrlRef.querySelector('input,textarea,div[contentEditable]') : this.inputRef
},
getInputMirrorDOMNode: function() {
return this.inputMirrorRef
@@ -53890,24 +54397,24 @@
r = this.$props,
a = this.$data,
i = n.needFocus,
- o = n.fireSearch;
+ o = n.fireSearch
if (a._open !== e) {
- this.__emit("dropdownVisibleChange", e);
+ this.__emit('dropdownVisibleChange', e)
var s = {
_open: e,
- _backfillValue: ""
- };
- !e && vi(r) && r.showSearch && this.setInputValue("", o), e || this.maybeFocus(e, !!i), this.setState(s,
+ _backfillValue: ''
+ }
+ !e && vi(r) && r.showSearch && this.setInputValue('', o), e || this.maybeFocus(e, !!i), this.setState(s,
(function() {
e && t.maybeFocus(e, !!i)
}))
} else this.maybeFocus(e, !!i)
},
setInputValue: function(e) {
- var t = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1];
+ var t = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1]
e !== this.$data._inputValue && (this.setState({
_inputValue: e
- }, this.forcePopupAlign), t && this.$emit("search", e))
+ }, this.forcePopupAlign), t && this.$emit('search', e))
},
getValueByInput: function(e) {
var t = this,
@@ -53915,20 +54422,20 @@
r = n.multiple,
a = n.tokenSeparators,
i = this.$data._value,
- o = !1;
+ o = !1
return Ti(e, a).forEach((function(e) {
- var n = [e];
+ var n = [e]
if (r) {
- var a = t.getValueByLabel(e);
+ var a = t.getValueByLabel(e)
a && -1 === Mi(i, a) && (i = i.concat(a), o = !0, t.fireSelect(a))
} else -1 === Mi(i, e) && (i = i.concat(n), o = !0, t.fireSelect(e))
})), o ? i : void 0
},
getRealOpenState: function(e) {
- var t = this.$props.open;
- if ("boolean" === typeof t) return t;
+ var t = this.$props.open
+ if ('boolean' === typeof t) return t
var n = (e || this.$data)._open,
- r = this._options || [];
+ r = this._options || []
return !_i(this.$props) && this.$props.showSearch || n && !r.length && (n = !1), n
},
focus: function() {
@@ -53947,7 +54454,7 @@
},
handleBackfill: function(e) {
if (this.backfill && (vi(this.$props) || mi(this.$props))) {
- var t = di(e);
+ var t = di(e)
mi(this.$props) && this.setInputValue(t, !1), this.setState({
_value: [t],
_backfillValue: t
@@ -53959,16 +54466,16 @@
r = this.$data,
a = r._value,
i = r._backfillValue,
- o = a[a.length - 1];
- if (!e || o && o === i) return !0;
- var s = this.$props.filterOption;
- return Object(B["r"])(this, "filterOption") ? !0 === s && (s = n.bind(this)) : s = n.bind(this), !s || (
- "function" === typeof s ? s.call(this, e, t) : !Object(B["q"])(t, "disabled"))
+ o = a[a.length - 1]
+ if (!e || o && o === i) return !0
+ var s = this.$props.filterOption
+ return Object(B['r'])(this, 'filterOption') ? !0 === s && (s = n.bind(this)) : s = n.bind(this), !s || (
+ 'function' === typeof s ? s.call(this, e, t) : !Object(B['q'])(t, 'disabled'))
},
timeoutFocus: function() {
- var e = this;
+ var e = this
this.focusTimer && this.clearFocusTime(), this.focusTimer = window.setTimeout((function() {
- e.$emit("focus")
+ e.$emit('focus')
}), 10)
},
clearFocusTime: function() {
@@ -53982,33 +54489,33 @@
},
updateFocusClassName: function() {
var e = this.rootRef,
- t = this.prefixCls;
- this._focused ? C()(e).add(t + "-focused") : C()(e).remove(t + "-focused")
+ t = this.prefixCls
+ this._focused ? C()(e).add(t + '-focused') : C()(e).remove(t + '-focused')
},
maybeFocus: function(e, t) {
if (t || e) {
var n = this.getInputDOMNode(),
r = document,
- a = r.activeElement;
+ a = r.activeElement
n && (e || _i(this.$props)) ? a !== n && (n.focus(), this._focused = !0) : a !== this.selectionRef &&
this.selectionRef && (this.selectionRef.focus(), this._focused = !0)
}
},
removeSelected: function(e, t) {
- var n = this.$props;
+ var n = this.$props
if (!n.disabled && !this.isChildDisabled(e)) {
- t && t.stopPropagation && t.stopPropagation();
+ t && t.stopPropagation && t.stopPropagation()
var r = this.$data._value,
a = r.filter((function(t) {
return t !== e
})),
- i = pi(n);
+ i = pi(n)
if (i) {
- var o = e;
+ var o = e
n.labelInValue && (o = {
key: e,
label: this.getLabelBySingleValue(e)
- }), this.$emit("deselect", o, this.getOptionBySingleValue(e))
+ }), this.$emit('deselect', o, this.getOptionBySingleValue(e))
}
this.fireChange(a)
}
@@ -54018,20 +54525,20 @@
(e.children && e.children.length || vi(e)) && this.setOpenState(!0)
},
fireSelect: function(e) {
- this.$emit("select", this.getVLBySingleValue(e), this.getOptionBySingleValue(e))
+ this.$emit('select', this.getVLBySingleValue(e), this.getOptionBySingleValue(e))
},
fireChange: function(e) {
- Object(B["r"])(this, "value") || this.setState({
+ Object(B['r'])(this, 'value') || this.setState({
_value: e
- }, this.forcePopupAlign);
+ }, this.forcePopupAlign)
var t = this.getVLForOnChange(e),
- n = this.getOptionsBySingleValue(e);
- this._valueOptions = n, this.$emit("change", t, pi(this.$props) ? n : n[0])
+ n = this.getOptionsBySingleValue(e)
+ this._valueOptions = n, this.$emit('change', t, pi(this.$props) ? n : n[0])
},
isChildDisabled: function(e) {
return (this.$props.children || []).some((function(t) {
- var n = di(t);
- return n === e && Object(B["q"])(t, "disabled")
+ var n = di(t)
+ return n === e && Object(B['q'])(t, 'disabled')
}))
},
forcePopupAlign: function() {
@@ -54048,9 +54555,9 @@
o = [],
s = [],
c = !1,
- l = this.renderFilterOptionsFromChildren(r, s, o);
+ l = this.renderFilterOptionsFromChildren(r, s, o)
if (a) {
- var u = this.$data._value;
+ var u = this.$data._value
if (u = u.filter((function(e) {
return -1 === s.indexOf(e) && (!t || String(e).indexOf(String(t)) > -1)
})), u.sort((function(e, t) {
@@ -54058,7 +54565,7 @@
})), u.forEach((function(t) {
var n = t,
r = h()({}, Si, {
- role: "option"
+ role: 'option'
}),
a = e(fa, M()([{
style: Oi
@@ -54069,7 +54576,7 @@
value: n
},
key: n
- }]), [n]);
+ }]), [n])
l.push(a), o.push(a)
})), t && o.every((function(e) {
return di(e) !== t
@@ -54079,25 +54586,25 @@
key: t,
props: {
value: t,
- role: "option"
+ role: 'option'
},
style: Oi
- };
+ }
l.unshift(e(fa, d, [t]))
}
}
if (!l.length && i) {
- c = !0;
+ c = !0
var f = {
attrs: Si,
- key: "NOT_FOUND",
+ key: 'NOT_FOUND',
props: {
- value: "NOT_FOUND",
+ value: 'NOT_FOUND',
disabled: !0,
- role: "option"
+ role: 'option'
},
style: Oi
- };
+ }
l = [e(fa, f, [i])]
}
return {
@@ -54114,33 +54621,33 @@
i = [],
o = this.$props,
s = this.$data._inputValue,
- c = o.tags;
+ c = o.tags
return e.forEach((function(e) {
if (e.data && void 0 === e.data.slot)
- if (Object(B["n"])(e).isSelectOptGroup) {
- var o = Object(B["f"])(e, "label"),
- l = e.key;
- l || "string" !== typeof o ? !o && l && (o = l) : l = o;
- var u = Object(B["o"])(e)["default"];
- if (u = "function" === typeof u ? u() : u, s && t._filterOption(s, e)) {
+ if (Object(B['n'])(e).isSelectOptGroup) {
+ var o = Object(B['f'])(e, 'label'),
+ l = e.key
+ l || 'string' !== typeof o ? !o && l && (o = l) : l = o
+ var u = Object(B['o'])(e)['default']
+ if (u = 'function' === typeof u ? u() : u, s && t._filterOption(s, e)) {
var d = u.map((function(e) {
- var t = di(e) || e.key;
+ var t = di(e) || e.key
return a(fa, M()([{
key: t,
attrs: {
value: t
}
}, e.data]), [e.componentOptions.children])
- }));
+ }))
i.push(a(ii, {
key: l,
attrs: {
title: o
},
- class: Object(B["e"])(e)
+ class: Object(B['e'])(e)
}, [d]))
} else {
- var f = t.renderFilterOptionsFromChildren(u, n, r);
+ var f = t.renderFilterOptionsFromChildren(u, n, r)
f.length && i.push(a(ii, M()([{
key: l,
attrs: {
@@ -54149,24 +54656,24 @@
}, e.data]), [f]))
}
} else {
- si()(Object(B["n"])(e).isSelectOption,
- "the children of `Select` should be `Select.Option` or `Select.OptGroup`, instead of `" + (Object(
- B["n"])(e).name || Object(B["n"])(e)) + "`.");
- var m = di(e);
+ si()(Object(B['n'])(e).isSelectOption,
+ 'the children of `Select` should be `Select.Option` or `Select.OptGroup`, instead of `' + (Object(
+ B['n'])(e).name || Object(B['n'])(e)) + '`.')
+ var m = di(e)
if (zi(m, t.$props), t._filterOption(s, e)) {
var p = {
- attrs: h()({}, Si, Object(B["d"])(e)),
+ attrs: h()({}, Si, Object(B['d'])(e)),
key: m,
props: h()({
value: m
- }, Object(B["l"])(e), {
- role: "option"
+ }, Object(B['l'])(e), {
+ role: 'option'
}),
style: Oi,
- on: Object(B["h"])(e),
- class: Object(B["e"])(e)
+ on: Object(B['h'])(e),
+ class: Object(B['e'])(e)
},
- _ = a(fa, p, [e.componentOptions.children]);
+ _ = a(fa, p, [e.componentOptions.children])
i.push(_), r.push(_)
}
c && n.push(m)
@@ -54187,52 +54694,52 @@
u = n.maxTagCount,
d = n.maxTagPlaceholder,
f = n.showSearch,
- m = Object(B["f"])(this, "removeIcon"),
- p = c + "-selection__rendered",
- _ = null;
+ m = Object(B['f'])(this, 'removeIcon'),
+ p = c + '-selection__rendered',
+ _ = null
if (vi(n)) {
- var v = null;
+ var v = null
if (a.length) {
var b = !1,
- y = 1;
- f && o ? (b = !i, b && (y = .4)) : b = !0;
+ y = 1
+ f && o ? (b = !i, b && (y = .4)) : b = !0
var g = a[0],
w = this.getOptionInfoBySingleValue(g),
L = w.label,
- O = w.title;
- v = t("div", {
- key: "value",
- class: c + "-selection-selected-value",
+ O = w.title
+ v = t('div', {
+ key: 'value',
+ class: c + '-selection-selected-value',
attrs: {
title: ui(O || L)
},
style: {
- display: b ? "block" : "none",
+ display: b ? 'block' : 'none',
opacity: y
}
}, [L])
}
- _ = f ? [v, t("div", {
- class: c + "-search " + c + "-search--inline",
- key: "input",
+ _ = f ? [v, t('div', {
+ class: c + '-search ' + c + '-search--inline',
+ key: 'input',
style: {
- display: o ? "block" : "none"
+ display: o ? 'block' : 'none'
}
}, [this._getInputElement()])] : [v]
} else {
var S = [],
k = a,
- C = void 0;
+ C = void 0
if (void 0 !== u && a.length > u) {
- k = k.slice(0, u);
+ k = k.slice(0, u)
var T = this.getVLForOnChange(a.slice(u, a.length)),
- x = "+ " + (a.length - u) + " ...";
- d && (x = "function" === typeof d ? d(T) : d);
+ x = '+ ' + (a.length - u) + ' ...'
+ d && (x = 'function' === typeof d ? d(T) : d)
var z = h()({}, Si, {
- role: "presentation",
+ role: 'presentation',
title: ui(x)
- });
- C = t("li", M()([{
+ })
+ C = t('li', M()([{
style: Oi
}, {
attrs: z
@@ -54240,24 +54747,24 @@
on: {
mousedown: gi
},
- class: c + "-selection__choice " + c + "-selection__choice__disabled",
- key: "maxTagPlaceholder"
- }]), [t("div", {
- class: c + "-selection__choice__content"
+ class: c + '-selection__choice ' + c + '-selection__choice__disabled',
+ key: 'maxTagPlaceholder'
+ }]), [t('div', {
+ class: c + '-selection__choice__content'
}, [x])])
}
if (pi(n) && (S = k.map((function(n) {
var r = e.getOptionInfoBySingleValue(n),
a = r.label,
- i = r.title || a;
- l && "string" === typeof a && a.length > l && (a = a.slice(0, l) + "...");
+ i = r.title || a
+ l && 'string' === typeof a && a.length > l && (a = a.slice(0, l) + '...')
var o = e.isChildDisabled(n),
- s = o ? c + "-selection__choice " + c + "-selection__choice__disabled" : c + "-selection__choice",
+ s = o ? c + '-selection__choice ' + c + '-selection__choice__disabled' : c + '-selection__choice',
u = h()({}, Si, {
- role: "presentation",
+ role: 'presentation',
title: ui(i)
- });
- return t("li", M()([{
+ })
+ return t('li', M()([{
style: Oi
}, {
attrs: u
@@ -54267,34 +54774,34 @@
},
class: s,
key: n || Ni
- }]), [t("div", {
- class: c + "-selection__choice__content"
- }, [a]), o ? null : t("span", {
+ }]), [t('div', {
+ class: c + '-selection__choice__content'
+ }, [a]), o ? null : t('span', {
on: {
click: function(t) {
e.removeSelected(n, t)
}
},
- class: c + "-selection__choice__remove"
- }, [m || t("i", {
- class: c + "-selection__choice__remove-icon"
- }, ["×"])])])
- }))), C && S.push(C), S.push(t("li", {
- class: c + "-search " + c + "-search--inline",
- key: "__input"
+ class: c + '-selection__choice__remove'
+ }, [m || t('i', {
+ class: c + '-selection__choice__remove-icon'
+ }, ['×'])])])
+ }))), C && S.push(C), S.push(t('li', {
+ class: c + '-search ' + c + '-search--inline',
+ key: '__input'
}, [this._getInputElement()])), pi(n) && s) {
- var D = Object(yr["a"])(s, {
- tag: "ul",
+ var D = Object(yr['a'])(s, {
+ tag: 'ul',
afterLeave: this.onChoiceAnimationLeave
- });
- _ = t("transition-group", D, [S])
- } else _ = t("ul", [S])
+ })
+ _ = t('transition-group', D, [S])
+ } else _ = t('ul', [S])
}
- return t("div", M()([{
+ return t('div', M()([{
class: p
}, {
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: this.saveTopCtrlRef
}]
}, {
@@ -54310,16 +54817,16 @@
a = void 0 === r ? !e : r,
i = n.loading,
o = n.prefixCls,
- s = Object(B["f"])(this, "inputIcon");
- if (!a && !i) return null;
- var c = t("i", i ? {
- class: o + "-arrow-loading"
+ s = Object(B['f'])(this, 'inputIcon')
+ if (!a && !i) return null
+ var c = t('i', i ? {
+ class: o + '-arrow-loading'
} : {
- class: o + "-arrow-icon"
- });
- return t("span", M()([{
- key: "arrow",
- class: o + "-arrow",
+ class: o + '-arrow-icon'
+ })
+ return t('span', M()([{
+ key: 'arrow',
+ class: o + '-arrow',
style: Oi
}, {
attrs: Si
@@ -54327,7 +54834,7 @@
on: {
click: this.onArrowClick
},
- ref: "arrow"
+ ref: 'arrow'
}]), [s || c])
},
topCtrlContainerClick: function(e) {
@@ -54341,10 +54848,10 @@
a = this.$data,
i = a._value,
o = a._inputValue,
- s = Object(B["f"])(this, "clearIcon"),
- c = e("span", M()([{
- key: "clear",
- class: n + "-selection__clear",
+ s = Object(B['f'])(this, 'clearIcon'),
+ c = e('span', M()([{
+ key: 'clear',
+ class: n + '-selection__clear',
on: {
mousedown: gi
},
@@ -54355,21 +54862,21 @@
on: {
click: this.onClearSelection
}
- }]), [s || e("i", {
- class: n + "-selection__clear-icon"
- }, ["×"])]);
+ }]), [s || e('i', {
+ class: n + '-selection__clear-icon'
+ }, ['×'])])
return r ? mi(this.$props) ? o ? c : null : o || i.length ? c : null : null
},
selectionRefClick: function() {
if (!this.disabled) {
- var e = this.getInputDOMNode();
+ var e = this.getInputDOMNode()
this._focused && this.$data._open ? (this.setOpenState(!1, !1), e && e.blur()) : (this.clearBlurTime(),
this.setOpenState(!0, !0), e && e.focus())
}
},
selectionRefFocus: function(e) {
this._focused || this.disabled || _i(this.$props) ? e.preventDefault() : (this._focused = !0, this.updateFocusClassName(),
- this.$emit("focus"))
+ this.$emit('focus'))
},
selectionRefBlur: function(e) {
_i(this.$props) ? e.preventDefault() : this.inputBlur(e)
@@ -54389,15 +54896,15 @@
h = this.$data,
f = h._open,
m = h._inputValue,
- p = h._value;
+ p = h._value
if (f) {
- var _ = this.renderFilterOptions();
+ var _ = this.renderFilterOptions()
this._empty = _.empty, this._options = _.options
}
var v = this.getRealOpenState(),
b = this._empty,
y = this._options || [],
- g = Object(B["j"])(this),
+ g = Object(B['j'])(this),
w = g.mouseenter,
L = void 0 === w ? Bi : w,
O = g.mouseleave,
@@ -54407,25 +54914,25 @@
T = {
props: {},
attrs: {
- role: "combobox",
- "aria-autocomplete": "list",
- "aria-haspopup": "true",
- "aria-expanded": v,
- "aria-controls": this.$data._ariaId
+ role: 'combobox',
+ 'aria-autocomplete': 'list',
+ 'aria-haspopup': 'true',
+ 'aria-expanded': v,
+ 'aria-controls': this.$data._ariaId
},
on: {},
- class: l + "-selection " + l + "-selection--" + (r ? "multiple" : "single"),
- key: "selection"
+ class: l + '-selection ' + l + '-selection--' + (r ? 'multiple' : 'single'),
+ key: 'selection'
},
z = {
attrs: {
tabIndex: -1
}
- };
- _i(n) || (z.attrs.tabIndex = n.disabled ? -1 : n.tabIndex);
- var D = (e = {}, o()(e, l, !0), o()(e, l + "-open", f), o()(e, l + "-focused", f || !!this._focused), o()(e,
- l + "-combobox", mi(n)), o()(e, l + "-disabled", c), o()(e, l + "-enabled", !c), o()(e, l +
- "-allow-clear", !!n.allowClear), o()(e, l + "-no-arrow", !i), o()(e, l + "-loading", !!u), e);
+ }
+ _i(n) || (z.attrs.tabIndex = n.disabled ? -1 : n.tabIndex)
+ var D = (e = {}, o()(e, l, !0), o()(e, l + '-open', f), o()(e, l + '-focused', f || !!this._focused), o()(e,
+ l + '-combobox', mi(n)), o()(e, l + '-disabled', c), o()(e, l + '-enabled', !c), o()(e, l +
+ '-allow-clear', !!n.allowClear), o()(e, l + '-no-arrow', !i), o()(e, l + '-loading', !!u), e)
return t(Pi, M()([{
attrs: {
dropdownAlign: n.dropdownAlign,
@@ -54450,7 +54957,7 @@
firstActiveValue: n.firstActiveValue,
getPopupContainer: n.getPopupContainer,
showAction: n.showAction,
- menuItemSelectedIcon: Object(B["f"])(this, "menuItemSelectedIcon")
+ menuItemSelectedIcon: Object(B['f'])(this, 'menuItemSelectedIcon')
},
on: {
dropdownVisibleChange: this.onDropdownVisibleChange,
@@ -54463,7 +54970,7 @@
}
}, {
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: this.saveSelectTriggerRef
}]
}, {
@@ -54471,13 +54978,13 @@
dropdownRender: n.dropdownRender,
ariaId: this.$data._ariaId
}
- }]), [t("div", M()([{
+ }]), [t('div', M()([{
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: Wi(this.saveRootRef, this.saveSelectionRef)
}]
}, {
- style: Object(B["p"])(this),
+ style: Object(B['p'])(this),
class: x()(D),
on: {
mousedown: this.markMouseDown,
@@ -54491,94 +54998,94 @@
click: this.selectionRefClick,
keydown: _i(n) ? Bi : this.onKeyDown
}
- }]), [t("div", T, [d, this.renderClear(), this.renderArrow(!!r)])])])
+ }]), [t('div', T, [d, this.renderClear(), this.renderArrow(!!r)])])])
}
},
Ui = (W(qi), function() {
return {
- prefixCls: z["a"].string,
- size: z["a"].oneOf(["small", "large", "default"]),
- showAction: z["a"].oneOfType([z["a"].string, z["a"].arrayOf(String)]),
- notFoundContent: z["a"].any,
- transitionName: z["a"].string,
- choiceTransitionName: z["a"].string,
- showSearch: z["a"].bool,
- allowClear: z["a"].bool,
- disabled: z["a"].bool,
- tabIndex: z["a"].number,
- placeholder: z["a"].any,
- defaultActiveFirstOption: z["a"].bool,
- dropdownClassName: z["a"].string,
- dropdownStyle: z["a"].any,
- dropdownMenuStyle: z["a"].any,
- dropdownMatchSelectWidth: z["a"].bool,
- filterOption: z["a"].oneOfType([z["a"].bool, z["a"].func]),
- autoFocus: z["a"].bool,
- backfill: z["a"].bool,
- showArrow: z["a"].bool,
- getPopupContainer: z["a"].func,
- open: z["a"].bool,
- defaultOpen: z["a"].bool,
- autoClearSearchValue: z["a"].bool,
- dropdownRender: z["a"].func,
- loading: z["a"].bool
+ prefixCls: z['a'].string,
+ size: z['a'].oneOf(['small', 'large', 'default']),
+ showAction: z['a'].oneOfType([z['a'].string, z['a'].arrayOf(String)]),
+ notFoundContent: z['a'].any,
+ transitionName: z['a'].string,
+ choiceTransitionName: z['a'].string,
+ showSearch: z['a'].bool,
+ allowClear: z['a'].bool,
+ disabled: z['a'].bool,
+ tabIndex: z['a'].number,
+ placeholder: z['a'].any,
+ defaultActiveFirstOption: z['a'].bool,
+ dropdownClassName: z['a'].string,
+ dropdownStyle: z['a'].any,
+ dropdownMenuStyle: z['a'].any,
+ dropdownMatchSelectWidth: z['a'].bool,
+ filterOption: z['a'].oneOfType([z['a'].bool, z['a'].func]),
+ autoFocus: z['a'].bool,
+ backfill: z['a'].bool,
+ showArrow: z['a'].bool,
+ getPopupContainer: z['a'].func,
+ open: z['a'].bool,
+ defaultOpen: z['a'].bool,
+ autoClearSearchValue: z['a'].bool,
+ dropdownRender: z['a'].func,
+ loading: z['a'].bool
}
}),
- Ji = z["a"].shape({
- key: z["a"].oneOfType([z["a"].string, z["a"].number])
+ Ji = z['a'].shape({
+ key: z['a'].oneOfType([z['a'].string, z['a'].number])
}).loose,
- Gi = z["a"].oneOfType([z["a"].string, z["a"].number, z["a"].arrayOf(z["a"].oneOfType([Ji, z["a"].string, z["a"]
+ Gi = z['a'].oneOfType([z['a'].string, z['a'].number, z['a'].arrayOf(z['a'].oneOfType([Ji, z['a'].string, z['a']
.number
])), Ji]),
Qi = h()({}, Ui(), {
value: Gi,
defaultValue: Gi,
- mode: z["a"].string,
- optionLabelProp: z["a"].string,
- firstActiveValue: z["a"].oneOfType([String, z["a"].arrayOf(String)]),
- maxTagCount: z["a"].number,
- maxTagPlaceholder: z["a"].any,
- maxTagTextLength: z["a"].number,
- dropdownMatchSelectWidth: z["a"].bool,
- optionFilterProp: z["a"].string,
- labelInValue: z["a"].boolean,
- getPopupContainer: z["a"].func,
- tokenSeparators: z["a"].arrayOf(z["a"].string),
- getInputElement: z["a"].func,
- options: z["a"].array,
- suffixIcon: z["a"].any,
- removeIcon: z["a"].any,
- clearIcon: z["a"].any,
- menuItemSelectedIcon: z["a"].any
+ mode: z['a'].string,
+ optionLabelProp: z['a'].string,
+ firstActiveValue: z['a'].oneOfType([String, z['a'].arrayOf(String)]),
+ maxTagCount: z['a'].number,
+ maxTagPlaceholder: z['a'].any,
+ maxTagTextLength: z['a'].number,
+ dropdownMatchSelectWidth: z['a'].bool,
+ optionFilterProp: z['a'].string,
+ labelInValue: z['a'].boolean,
+ getPopupContainer: z['a'].func,
+ tokenSeparators: z['a'].arrayOf(z['a'].string),
+ getInputElement: z['a'].func,
+ options: z['a'].array,
+ suffixIcon: z['a'].any,
+ removeIcon: z['a'].any,
+ clearIcon: z['a'].any,
+ menuItemSelectedIcon: z['a'].any
}),
Xi = {
- prefixCls: z["a"].string,
- size: z["a"].oneOf(["default", "large", "small"]),
- notFoundContent: z["a"].any,
- showSearch: z["a"].bool,
- optionLabelProp: z["a"].string,
- transitionName: z["a"].string,
- choiceTransitionName: z["a"].string
+ prefixCls: z['a'].string,
+ size: z['a'].oneOf(['default', 'large', 'small']),
+ notFoundContent: z['a'].any,
+ showSearch: z['a'].bool,
+ optionLabelProp: z['a'].string,
+ transitionName: z['a'].string,
+ choiceTransitionName: z['a'].string
},
- Zi = "SECRET_COMBOBOX_MODE_DO_NOT_USE",
+ Zi = 'SECRET_COMBOBOX_MODE_DO_NOT_USE',
eo = {
SECRET_COMBOBOX_MODE_DO_NOT_USE: Zi,
Option: h()({}, ni, {
- name: "ASelectOption"
+ name: 'ASelectOption'
}),
OptGroup: h()({}, ri, {
- name: "ASelectOptGroup"
+ name: 'ASelectOptGroup'
}),
- name: "ASelect",
+ name: 'ASelect',
props: h()({}, Qi, {
- showSearch: z["a"].bool.def(!1),
- transitionName: z["a"].string.def("slide-up"),
- choiceTransitionName: z["a"].string.def("zoom")
+ showSearch: z['a'].bool.def(!1),
+ transitionName: z['a'].string.def('slide-up'),
+ choiceTransitionName: z['a'].string.def('zoom')
}),
propTypes: Xi,
model: {
- prop: "value",
- event: "change"
+ prop: 'value',
+ event: 'change'
},
provide: function() {
return {
@@ -54588,20 +55095,20 @@
inject: {
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
created: function() {
- Object(D["a"])("combobox" !== this.$props.mode, "Select",
- "The combobox mode of Select is deprecated,it will be removed in next major version,please use AutoComplete instead"
+ Object(D['a'])('combobox' !== this.$props.mode, 'Select',
+ 'The combobox mode of Select is deprecated,it will be removed in next major version,please use AutoComplete instead'
)
},
methods: {
getNotFoundContent: function(e) {
var t = this.$createElement,
- n = Object(B["f"])(this, "notFoundContent");
- return void 0 !== n ? n : this.isCombobox() ? null : e(t, "Select")
+ n = Object(B['f'])(this, 'notFoundContent')
+ return void 0 !== n ? n : this.isCombobox() ? null : e(t, 'Select')
},
savePopupRef: function(e) {
this.popupRef = e
@@ -54613,81 +55120,81 @@
this.$refs.vcSelect.blur()
},
isCombobox: function() {
- var e = this.mode;
- return "combobox" === e || e === Zi
+ var e = this.mode
+ return 'combobox' === e || e === Zi
},
renderSuffixIcon: function(e) {
var t = this.$createElement,
n = this.$props.loading,
- r = Object(B["f"])(this, "suffixIcon");
- return r = Array.isArray(r) ? r[0] : r, r ? Object(B["t"])(r) ? Object(on["a"])(r, {
- class: e + "-arrow-icon"
- }) : r : t(Da["a"], n ? {
+ r = Object(B['f'])(this, 'suffixIcon')
+ return r = Array.isArray(r) ? r[0] : r, r ? Object(B['t'])(r) ? Object(on['a'])(r, {
+ class: e + '-arrow-icon'
+ }) : r : t(Da['a'], n ? {
attrs: {
- type: "loading"
+ type: 'loading'
}
} : {
attrs: {
- type: "down"
+ type: 'down'
},
- class: e + "-arrow-icon"
+ class: e + '-arrow-icon'
})
}
},
render: function() {
var e, t = arguments[0],
- n = Object(B["k"])(this),
+ n = Object(B['k'])(this),
r = n.prefixCls,
i = n.size,
s = n.mode,
c = n.options,
l = n.getPopupContainer,
u = n.showArrow,
- d = a()(n, ["prefixCls", "size", "mode", "options", "getPopupContainer", "showArrow"]),
+ d = a()(n, ['prefixCls', 'size', 'mode', 'options', 'getPopupContainer', 'showArrow']),
f = this.configProvider.getPrefixCls,
m = this.configProvider.renderEmpty,
- p = f("select", r),
+ p = f('select', r),
_ = this.configProvider.getPopupContainer,
- v = Object(B["f"])(this, "removeIcon");
- v = Array.isArray(v) ? v[0] : v;
- var b = Object(B["f"])(this, "clearIcon");
- b = Array.isArray(b) ? b[0] : b;
- var y = Object(B["f"])(this, "menuItemSelectedIcon");
- y = Array.isArray(y) ? y[0] : y;
- var g = Object(N["a"])(d, ["inputIcon", "removeIcon", "clearIcon", "suffixIcon", "menuItemSelectedIcon"]),
- w = (e = {}, o()(e, p + "-lg", "large" === i), o()(e, p + "-sm", "small" === i), o()(e, p + "-show-arrow",
+ v = Object(B['f'])(this, 'removeIcon')
+ v = Array.isArray(v) ? v[0] : v
+ var b = Object(B['f'])(this, 'clearIcon')
+ b = Array.isArray(b) ? b[0] : b
+ var y = Object(B['f'])(this, 'menuItemSelectedIcon')
+ y = Array.isArray(y) ? y[0] : y
+ var g = Object(N['a'])(d, ['inputIcon', 'removeIcon', 'clearIcon', 'suffixIcon', 'menuItemSelectedIcon']),
+ w = (e = {}, o()(e, p + '-lg', 'large' === i), o()(e, p + '-sm', 'small' === i), o()(e, p + '-show-arrow',
u), e),
- L = this.$props.optionLabelProp;
- this.isCombobox() && (L = L || "value");
+ L = this.$props.optionLabelProp
+ this.isCombobox() && (L = L || 'value')
var O = {
- multiple: "multiple" === s,
- tags: "tags" === s,
+ multiple: 'multiple' === s,
+ tags: 'tags' === s,
combobox: this.isCombobox()
},
- S = v && (Object(B["t"])(v) ? Object(on["a"])(v, {
- class: p + "-remove-icon"
- }) : v) || t(Da["a"], {
+ S = v && (Object(B['t'])(v) ? Object(on['a'])(v, {
+ class: p + '-remove-icon'
+ }) : v) || t(Da['a'], {
attrs: {
- type: "close"
+ type: 'close'
},
- class: p + "-remove-icon"
+ class: p + '-remove-icon'
}),
- k = b && (Object(B["t"])(b) ? Object(on["a"])(b, {
- class: p + "-clear-icon"
- }) : b) || t(Da["a"], {
+ k = b && (Object(B['t'])(b) ? Object(on['a'])(b, {
+ class: p + '-clear-icon'
+ }) : b) || t(Da['a'], {
attrs: {
- type: "close-circle",
- theme: "filled"
+ type: 'close-circle',
+ theme: 'filled'
},
- class: p + "-clear-icon"
+ class: p + '-clear-icon'
}),
- C = y && (Object(B["t"])(y) ? Object(on["a"])(y, {
- class: p + "-selected-icon"
- }) : y) || t(Da["a"], {
+ C = y && (Object(B['t'])(y) ? Object(on['a'])(y, {
+ class: p + '-selected-icon'
+ }) : y) || t(Da['a'], {
attrs: {
- type: "check"
+ type: 'check'
},
- class: p + "-selected-icon"
+ class: p + '-selected-icon'
}),
T = {
props: h()({
@@ -54698,18 +55205,18 @@
showArrow: u
}, g, O, {
prefixCls: p,
- optionLabelProp: L || "children",
+ optionLabelProp: L || 'children',
notFoundContent: this.getNotFoundContent(m),
- maxTagPlaceholder: Object(B["f"])(this, "maxTagPlaceholder"),
- placeholder: Object(B["f"])(this, "placeholder"),
+ maxTagPlaceholder: Object(B['f'])(this, 'maxTagPlaceholder'),
+ placeholder: Object(B['f'])(this, 'placeholder'),
children: c ? c.map((function(e) {
var n = e.key,
r = e.label,
i = void 0 === r ? e.title : r,
o = e.on,
- s = e["class"],
+ s = e['class'],
c = e.style,
- l = a()(e, ["key", "label", "on", "class", "style"]);
+ l = a()(e, ['key', 'label', 'on', 'class', 'style'])
return t(ni, M()([{
key: n
}, {
@@ -54718,19 +55225,19 @@
class: s,
style: c
}]), [i])
- })) : Object(B["c"])(this.$slots["default"]),
+ })) : Object(B['c'])(this.$slots['default']),
__propsSymbol__: Symbol(),
- dropdownRender: Object(B["f"])(this, "dropdownRender", {}, !1),
+ dropdownRender: Object(B['f'])(this, 'dropdownRender', {}, !1),
getPopupContainer: l || _
}),
- on: Object(B["j"])(this),
+ on: Object(B['j'])(this),
class: w,
- ref: "vcSelect"
- };
+ ref: 'vcSelect'
+ }
return t(qi, T)
},
install: function(e) {
- e.use(Ra["a"]), e.component(eo.name, eo), e.component(eo.Option.name, eo.Option), e.component(eo.OptGroup.name,
+ e.use(Ra['a']), e.component(eo.name, eo), e.component(eo.Option.name, eo.Option), e.component(eo.OptGroup.name,
eo.OptGroup)
}
},
@@ -54740,45 +55247,46 @@
Option: to.Option,
render: function() {
var e = arguments[0],
- t = Object(B["k"])(this),
+ t = Object(B['k'])(this),
n = {
props: h()({}, t, {
- size: "small"
+ size: 'small'
}),
- on: Object(B["j"])(this)
- };
- return e(to, n, [Object(B["c"])(this.$slots["default"])])
+ on: Object(B['j'])(this)
+ }
+ return e(to, n, [Object(B['c'])(this.$slots['default'])])
}
},
- ro = n("e5cd"),
+ ro = n('e5cd'),
ao = {
- name: "Pager",
+ name: 'Pager',
props: {
- rootPrefixCls: z["a"].string,
- page: z["a"].number,
- active: z["a"].bool,
- last: z["a"].bool,
- locale: z["a"].object,
- showTitle: z["a"].bool,
+ rootPrefixCls: z['a'].string,
+ page: z['a'].number,
+ active: z['a'].bool,
+ last: z['a'].bool,
+ locale: z['a'].object,
+ showTitle: z['a'].bool,
itemRender: {
type: Function,
- default: function() {}
+ default: function() {
+ }
}
},
methods: {
handleClick: function() {
- this.$emit("click", this.page)
+ this.$emit('click', this.page)
},
handleKeyPress: function(e) {
- this.$emit("keypress", e, this.handleClick, this.page)
+ this.$emit('keypress', e, this.handleClick, this.page)
}
},
render: function() {
var e, t = arguments[0],
n = this.$props,
- r = n.rootPrefixCls + "-item",
- a = x()(r, r + "-" + n.page, (e = {}, o()(e, r + "-active", n.active), o()(e, r + "-disabled", !n.page), e));
- return t("li", {
+ r = n.rootPrefixCls + '-item',
+ a = x()(r, r + '-' + n.page, (e = {}, o()(e, r + '-active', n.active), o()(e, r + '-disabled', !n.page), e))
+ return t('li', {
class: a,
on: {
click: this.handleClick,
@@ -54786,9 +55294,9 @@
},
attrs: {
title: this.showTitle ? this.page : null,
- tabIndex: "0"
+ tabIndex: '0'
}
- }, [this.itemRender(this.page, "page", t("a", [this.page]))])
+ }, [this.itemRender(this.page, 'page', t('a', [this.page]))])
}
},
io = {
@@ -54803,39 +55311,39 @@
ARROW_DOWN: 40
},
oo = {
- mixins: [ie["a"]],
+ mixins: [ie['a']],
props: {
- disabled: z["a"].bool,
- changeSize: z["a"].func,
- quickGo: z["a"].func,
- selectComponentClass: z["a"].any,
- current: z["a"].number,
- pageSizeOptions: z["a"].array.def(["10", "20", "30", "40"]),
- pageSize: z["a"].number,
- buildOptionText: z["a"].func,
- locale: z["a"].object,
- rootPrefixCls: z["a"].string,
- selectPrefixCls: z["a"].string,
- goButton: z["a"].any
+ disabled: z['a'].bool,
+ changeSize: z['a'].func,
+ quickGo: z['a'].func,
+ selectComponentClass: z['a'].any,
+ current: z['a'].number,
+ pageSizeOptions: z['a'].array.def(['10', '20', '30', '40']),
+ pageSize: z['a'].number,
+ buildOptionText: z['a'].func,
+ locale: z['a'].object,
+ rootPrefixCls: z['a'].string,
+ selectPrefixCls: z['a'].string,
+ goButton: z['a'].any
},
data: function() {
return {
- goInputText: ""
+ goInputText: ''
}
},
methods: {
getValidValue: function() {
var e = this.goInputText,
- t = this.current;
+ t = this.current
return !e || isNaN(e) ? t : Number(e)
},
defaultBuildOptionText: function(e) {
- return e.value + " " + this.locale.items_per_page
+ return e.value + ' ' + this.locale.items_per_page
},
handleChange: function(e) {
var t = e.target,
n = t.value,
- r = t.composing;
+ r = t.composing
e.isComposing || r || this.goInputText === n || this.setState({
goInputText: n
})
@@ -54844,14 +55352,14 @@
var t = this.$props,
n = t.goButton,
r = t.quickGo,
- a = t.rootPrefixCls;
- n || e.relatedTarget && (e.relatedTarget.className.indexOf(a + "-prev") >= 0 || e.relatedTarget.className.indexOf(
- a + "-next") >= 0) || r(this.getValidValue())
+ a = t.rootPrefixCls
+ n || e.relatedTarget && (e.relatedTarget.className.indexOf(a + '-prev') >= 0 || e.relatedTarget.className.indexOf(
+ a + '-next') >= 0) || r(this.getValidValue())
},
go: function(e) {
- var t = this.goInputText;
- "" !== t && (e.keyCode !== io.ENTER && "click" !== e.type || (this.quickGo(this.getValidValue()), this.setState({
- goInputText: ""
+ var t = this.goInputText
+ '' !== t && (e.keyCode !== io.ENTER && 'click' !== e.type || (this.quickGo(this.getValidValue()), this.setState({
+ goInputText: ''
})))
}
},
@@ -54870,11 +55378,11 @@
d = this.pageSizeOptions,
h = this.goInputText,
f = this.disabled,
- m = n + "-options",
+ m = n + '-options',
p = null,
_ = null,
- v = null;
- if (!a && !i) return null;
+ v = null
+ if (!a && !i) return null
if (a && s) {
var b = this.buildOptionText || c,
y = d.map((function(e, n) {
@@ -54886,20 +55394,20 @@
}, [b({
value: e
})])
- }));
+ }))
p = t(s, {
attrs: {
disabled: f,
prefixCls: l,
showSearch: !1,
- optionLabelProp: "children",
+ optionLabelProp: 'children',
dropdownMatchSelectWidth: !1,
value: (u || d[0]).toString(),
getPopupContainer: function(e) {
return e.parentNode
}
},
- class: m + "-size-changer",
+ class: m + '-size-changer',
on: {
change: function(t) {
return e.changeSize(Number(t))
@@ -54907,26 +55415,26 @@
}
}, [y])
}
- return i && (o && (v = "boolean" === typeof o ? t("button", {
+ return i && (o && (v = 'boolean' === typeof o ? t('button', {
attrs: {
- type: "button",
+ type: 'button',
disabled: f
},
on: {
click: this.go,
keyup: this.go
}
- }, [r.jump_to_confirm]) : t("span", {
+ }, [r.jump_to_confirm]) : t('span', {
on: {
click: this.go,
keyup: this.go
}
- }, [o])), _ = t("div", {
- class: m + "-quick-jumper"
- }, [r.jump_to, t("input", M()([{
+ }, [o])), _ = t('div', {
+ class: m + '-quick-jumper'
+ }, [r.jump_to, t('input', M()([{
attrs: {
disabled: f,
- type: "text"
+ type: 'text'
},
domProps: {
value: h
@@ -54938,28 +55446,28 @@
}
}, {
directives: [{
- name: "ant-input"
+ name: 'ant-input'
}]
- }])), r.page, v])), t("li", {
- class: "" + m
+ }])), r.page, v])), t('li', {
+ class: '' + m
}, [p, _])
}
},
so = {
- items_per_page: "条/页",
- jump_to: "跳至",
- jump_to_confirm: "确定",
- page: "页",
- prev_page: "上一页",
- next_page: "下一页",
- prev_5: "向前 5 页",
- next_5: "向后 5 页",
- prev_3: "向前 3 页",
- next_3: "向后 3 页"
- };
+ items_per_page: '条/页',
+ jump_to: '跳至',
+ jump_to_confirm: '确定',
+ page: '页',
+ prev_page: '上一页',
+ next_page: '下一页',
+ prev_5: '向前 5 页',
+ next_5: '向后 5 页',
+ prev_3: '向前 3 页',
+ next_3: '向后 3 页'
+ }
function co(e) {
- return "number" === typeof e && isFinite(e) && Math.floor(e) === e
+ return 'number' === typeof e && isFinite(e) && Math.floor(e) === e
}
function lo(e, t, n) {
@@ -54967,49 +55475,50 @@
}
function uo(e, t, n) {
- var r = e;
- return "undefined" === typeof r && (r = t.statePageSize), Math.floor((n.total - 1) / r) + 1
+ var r = e
+ return 'undefined' === typeof r && (r = t.statePageSize), Math.floor((n.total - 1) / r) + 1
}
+
var ho = {
- name: "Pagination",
- mixins: [ie["a"]],
+ name: 'Pagination',
+ mixins: [ie['a']],
model: {
- prop: "current",
- event: "change.current"
+ prop: 'current',
+ event: 'change.current'
},
props: {
- disabled: z["a"].bool,
- prefixCls: z["a"].string.def("rc-pagination"),
- selectPrefixCls: z["a"].string.def("rc-select"),
- current: z["a"].number,
- defaultCurrent: z["a"].number.def(1),
- total: z["a"].number.def(0),
- pageSize: z["a"].number,
- defaultPageSize: z["a"].number.def(10),
- hideOnSinglePage: z["a"].bool.def(!1),
- showSizeChanger: z["a"].bool.def(!1),
- showLessItems: z["a"].bool.def(!1),
- selectComponentClass: z["a"].any,
- showPrevNextJumpers: z["a"].bool.def(!0),
- showQuickJumper: z["a"].oneOfType([z["a"].bool, z["a"].object]).def(!1),
- showTitle: z["a"].bool.def(!0),
- pageSizeOptions: z["a"].arrayOf(z["a"].string),
- buildOptionText: z["a"].func,
- showTotal: z["a"].func,
- simple: z["a"].bool,
- locale: z["a"].object.def(so),
- itemRender: z["a"].func.def(lo),
- prevIcon: z["a"].any,
- nextIcon: z["a"].any,
- jumpPrevIcon: z["a"].any,
- jumpNextIcon: z["a"].any
+ disabled: z['a'].bool,
+ prefixCls: z['a'].string.def('rc-pagination'),
+ selectPrefixCls: z['a'].string.def('rc-select'),
+ current: z['a'].number,
+ defaultCurrent: z['a'].number.def(1),
+ total: z['a'].number.def(0),
+ pageSize: z['a'].number,
+ defaultPageSize: z['a'].number.def(10),
+ hideOnSinglePage: z['a'].bool.def(!1),
+ showSizeChanger: z['a'].bool.def(!1),
+ showLessItems: z['a'].bool.def(!1),
+ selectComponentClass: z['a'].any,
+ showPrevNextJumpers: z['a'].bool.def(!0),
+ showQuickJumper: z['a'].oneOfType([z['a'].bool, z['a'].object]).def(!1),
+ showTitle: z['a'].bool.def(!0),
+ pageSizeOptions: z['a'].arrayOf(z['a'].string),
+ buildOptionText: z['a'].func,
+ showTotal: z['a'].func,
+ simple: z['a'].bool,
+ locale: z['a'].object.def(so),
+ itemRender: z['a'].func.def(lo),
+ prevIcon: z['a'].any,
+ nextIcon: z['a'].any,
+ jumpPrevIcon: z['a'].any,
+ jumpNextIcon: z['a'].any
},
data: function() {
- var e = Object(B["k"])(this),
- t = (this.onChange, this.defaultCurrent);
- "current" in e && (t = this.current);
- var n = this.defaultPageSize;
- return "pageSize" in e && (n = this.pageSize), t = Math.min(t, uo(n, void 0, e)), {
+ var e = Object(B['k'])(this),
+ t = (this.onChange, this.defaultCurrent)
+ 'current' in e && (t = this.current)
+ var n = this.defaultPageSize
+ return 'pageSize' in e && (n = this.pageSize), t = Math.min(t, uo(n, void 0, e)), {
stateCurrent: t,
stateCurrentInputValue: t,
statePageSize: n
@@ -55025,27 +55534,27 @@
pageSize: function(e) {
var t = {},
n = this.stateCurrent,
- r = uo(e, this.$data, this.$props);
- n = n > r ? r : n, Object(B["r"])(this, "current") || (t.stateCurrent = n, t.stateCurrentInputValue = n),
+ r = uo(e, this.$data, this.$props)
+ n = n > r ? r : n, Object(B['r'])(this, 'current') || (t.stateCurrent = n, t.stateCurrentInputValue = n),
t.statePageSize = e, this.setState(t)
},
stateCurrent: function(e, t) {
- var n = this;
+ var n = this
this.$nextTick((function() {
if (n.$refs.paginationNode) {
- var e = n.$refs.paginationNode.querySelector("." + n.prefixCls + "-item-" + t);
+ var e = n.$refs.paginationNode.querySelector('.' + n.prefixCls + '-item-' + t)
e && document.activeElement === e && e.blur()
}
}))
},
total: function() {
var e = {},
- t = uo(this.pageSize, this.$data, this.$props);
- if (Object(B["r"])(this, "current")) {
- var n = Math.min(this.current, t);
+ t = uo(this.pageSize, this.$data, this.$props)
+ if (Object(B['r'])(this, 'current')) {
+ var n = Math.min(this.current, t)
e.stateCurrent = n, e.stateCurrentInputValue = n
} else {
- var r = this.stateCurrent;
+ var r = this.stateCurrent
r = 0 === r && t > 0 ? 1 : Math.min(this.stateCurrent, t), e.stateCurrent = r
}
this.setState(e)
@@ -55061,17 +55570,17 @@
getItemIcon: function(e) {
var t = this.$createElement,
n = this.$props.prefixCls,
- r = Object(B["f"])(this, e, this.$props) || t("a", {
- class: n + "-item-link"
- });
+ r = Object(B['f'])(this, e, this.$props) || t('a', {
+ class: n + '-item-link'
+ })
return r
},
getValidValue: function(e) {
var t = e.target.value,
n = uo(void 0, this.$data, this.$props),
r = this.$data.stateCurrentInputValue,
- a = void 0;
- return a = "" === t ? t : isNaN(Number(t)) ? r : t >= n ? n : Number(t), a
+ a = void 0
+ return a = '' === t ? t : isNaN(Number(t)) ? r : t >= n ? n : Number(t), a
},
isValid: function(e) {
return co(e) && e !== this.stateCurrent
@@ -55080,7 +55589,7 @@
var e = this.$props,
t = e.showQuickJumper,
n = e.pageSize,
- r = e.total;
+ r = e.total
return !(r <= n) && t
},
handleKeyDown: function(e) {
@@ -55089,7 +55598,7 @@
handleKeyUp: function(e) {
if (!e.isComposing && !e.target.composing) {
var t = this.getValidValue(e),
- n = this.stateCurrentInputValue;
+ n = this.stateCurrentInputValue
t !== n && this.setState({
stateCurrentInputValue: t
}), e.keyCode === io.ENTER ? this.handleChange(t) : e.keyCode === io.ARROW_UP ? this.handleChange(t - 1) :
@@ -55099,25 +55608,25 @@
changePageSize: function(e) {
var t = this.stateCurrent,
n = t,
- r = uo(e, this.$data, this.$props);
- t = t > r ? r : t, 0 === r && (t = this.stateCurrent), "number" === typeof e && (Object(B["r"])(this,
- "pageSize") || this.setState({
+ r = uo(e, this.$data, this.$props)
+ t = t > r ? r : t, 0 === r && (t = this.stateCurrent), 'number' === typeof e && (Object(B['r'])(this,
+ 'pageSize') || this.setState({
statePageSize: e
- }), Object(B["r"])(this, "current") || this.setState({
+ }), Object(B['r'])(this, 'current') || this.setState({
stateCurrent: t,
stateCurrentInputValue: t
- })), this.$emit("update:pageSize", e), this.$emit("showSizeChange", t, e), t !== n && this.$emit(
- "change.current", t, e)
+ })), this.$emit('update:pageSize', e), this.$emit('showSizeChange', t, e), t !== n && this.$emit(
+ 'change.current', t, e)
},
handleChange: function(e) {
var t = this.$props.disabled,
- n = e;
+ n = e
if (this.isValid(n) && !t) {
- var r = uo(void 0, this.$data, this.$props);
- return n > r ? n = r : n < 1 && (n = 1), Object(B["r"])(this, "current") || this.setState({
+ var r = uo(void 0, this.$data, this.$props)
+ return n > r ? n = r : n < 1 && (n = 1), Object(B['r'])(this, 'current') || this.setState({
stateCurrent: n,
stateCurrentInputValue: n
- }), this.$emit("change.current", n, this.statePageSize), this.$emit("change", n, this.statePageSize), n
+ }), this.$emit('change.current', n, this.statePageSize), this.$emit('change', n, this.statePageSize), n
}
return this.stateCurrent
},
@@ -55140,8 +55649,8 @@
return this.stateCurrent < uo(void 0, this.$data, this.$props)
},
runIfEnter: function(e, t) {
- if ("Enter" === e.key || 13 === e.charCode) {
- for (var n = arguments.length, r = Array(n > 2 ? n - 2 : 0), a = 2; a < n; a++) r[a - 2] = arguments[a];
+ if ('Enter' === e.key || 13 === e.charCode) {
+ for (var n = arguments.length, r = Array(n > 2 ? n - 2 : 0), a = 2; a < n; a++) r[a - 2] = arguments[a]
t.apply(void 0, c()(r))
}
},
@@ -55158,15 +55667,15 @@
this.runIfEnter(e, this.jumpNext)
},
handleGoTO: function(e) {
- e.keyCode !== io.ENTER && "click" !== e.type || this.handleChange(this.stateCurrentInputValue)
+ e.keyCode !== io.ENTER && 'click' !== e.type || this.handleChange(this.stateCurrentInputValue)
}
},
render: function() {
var e, t = arguments[0],
n = this.$props,
r = n.prefixCls,
- a = n.disabled;
- if (!0 === this.hideOnSinglePage && this.total <= this.statePageSize) return null;
+ a = n.disabled
+ if (!0 === this.hideOnSinglePage && this.total <= this.statePageSize) return null
var i = this.$props,
s = this.locale,
c = uo(void 0, this.$data, this.$props),
@@ -55181,51 +55690,51 @@
v = this.stateCurrent,
b = this.statePageSize,
y = v - 1 > 0 ? v - 1 : 0,
- g = v + 1 < c ? v + 1 : c;
+ g = v + 1 < c ? v + 1 : c
if (this.simple) {
- p && (m = "boolean" === typeof p ? t("button", {
+ p && (m = 'boolean' === typeof p ? t('button', {
attrs: {
- type: "button"
+ type: 'button'
},
on: {
click: this.handleGoTO,
keyup: this.handleGoTO
}
- }, [s.jump_to_confirm]) : t("span", {
+ }, [s.jump_to_confirm]) : t('span', {
on: {
click: this.handleGoTO,
keyup: this.handleGoTO
}
- }, [p]), m = t("li", {
+ }, [p]), m = t('li', {
attrs: {
- title: this.showTitle ? "" + s.jump_to + this.stateCurrent + "/" + c : null
+ title: this.showTitle ? '' + s.jump_to + this.stateCurrent + '/' + c : null
},
- class: r + "-simple-pager"
- }, [m]));
+ class: r + '-simple-pager'
+ }, [m]))
var w = this.hasPrev(),
- L = this.hasNext();
- return t("ul", {
- class: r + " " + r + "-simple"
- }, [t("li", {
+ L = this.hasNext()
+ return t('ul', {
+ class: r + ' ' + r + '-simple'
+ }, [t('li', {
attrs: {
title: this.showTitle ? s.prev_page : null,
tabIndex: w ? 0 : null,
- "aria-disabled": !this.hasPrev()
+ 'aria-disabled': !this.hasPrev()
},
on: {
click: this.prev,
keypress: this.runIfEnterPrev
},
- class: (w ? "" : r + "-disabled") + " " + r + "-prev"
- }, [this.itemRender(y, "prev", this.getItemIcon("prevIcon"))]), t("li", {
+ class: (w ? '' : r + '-disabled') + ' ' + r + '-prev'
+ }, [this.itemRender(y, 'prev', this.getItemIcon('prevIcon'))]), t('li', {
attrs: {
- title: this.showTitle ? v + "/" + c : null
+ title: this.showTitle ? v + '/' + c : null
},
- class: r + "-simple-pager"
- }, [t("input", M()([{
+ class: r + '-simple-pager'
+ }, [t('input', M()([{
attrs: {
- type: "text",
- size: "3"
+ type: 'text',
+ size: '3'
},
domProps: {
value: this.stateCurrentInputValue
@@ -55237,22 +55746,22 @@
}
}, {
directives: [{
- name: "ant-input"
+ name: 'ant-input'
}]
- }])), t("span", {
- class: r + "-slash"
- }, ["/"]), c]), t("li", {
+ }])), t('span', {
+ class: r + '-slash'
+ }, ['/']), c]), t('li', {
attrs: {
title: this.showTitle ? s.next_page : null,
tabIndex: this.hasNext ? 0 : null,
- "aria-disabled": !this.hasNext()
+ 'aria-disabled': !this.hasNext()
},
on: {
click: this.next,
keypress: this.runIfEnterNext
},
- class: (L ? "" : r + "-disabled") + " " + r + "-next"
- }, [this.itemRender(g, "next", this.getItemIcon("nextIcon"))]), m])
+ class: (L ? '' : r + '-disabled') + ' ' + r + '-next'
+ }, [this.itemRender(g, 'next', this.getItemIcon('nextIcon'))]), m])
}
if (c <= 5 + 2 * _) {
var O = {
@@ -55266,16 +55775,16 @@
click: this.handleChange,
keypress: this.runIfEnter
}
- };
+ }
c || l.push(t(ao, M()([O, {
- key: "noPager",
+ key: 'noPager',
attrs: {
page: c
},
- class: r + "-disabled"
- }])));
+ class: r + '-disabled'
+ }])))
for (var S = 1; S <= c; S++) {
- var k = v === S;
+ var k = v === S
l.push(t(ao, M()([O, {
key: S,
attrs: {
@@ -55286,34 +55795,34 @@
}
} else {
var C = this.showLessItems ? s.prev_3 : s.prev_5,
- T = this.showLessItems ? s.next_3 : s.next_5;
+ T = this.showLessItems ? s.next_3 : s.next_5
if (this.showPrevNextJumpers) {
- var x = r + "-jump-prev";
- i.jumpPrevIcon && (x += " " + r + "-jump-prev-custom-icon"), u = t("li", {
+ var x = r + '-jump-prev'
+ i.jumpPrevIcon && (x += ' ' + r + '-jump-prev-custom-icon'), u = t('li', {
attrs: {
title: this.showTitle ? C : null,
- tabIndex: "0"
+ tabIndex: '0'
},
- key: "prev",
+ key: 'prev',
on: {
click: this.jumpPrev,
keypress: this.runIfEnterJumpPrev
},
class: x
- }, [this.itemRender(this.getJumpPrevPage(), "jump-prev", this.getItemIcon("jumpPrevIcon"))]);
- var z = r + "-jump-next";
- i.jumpNextIcon && (z += " " + r + "-jump-next-custom-icon"), d = t("li", {
+ }, [this.itemRender(this.getJumpPrevPage(), 'jump-prev', this.getItemIcon('jumpPrevIcon'))])
+ var z = r + '-jump-next'
+ i.jumpNextIcon && (z += ' ' + r + '-jump-next-custom-icon'), d = t('li', {
attrs: {
title: this.showTitle ? T : null,
- tabIndex: "0"
+ tabIndex: '0'
},
- key: "next",
+ key: 'next',
on: {
click: this.jumpNext,
keypress: this.runIfEnterJumpNext
},
class: z
- }, [this.itemRender(this.getJumpNextPage(), "jump-next", this.getItemIcon("jumpNextIcon"))])
+ }, [this.itemRender(this.getJumpNextPage(), 'jump-next', this.getItemIcon('jumpNextIcon'))])
}
f = t(ao, {
attrs: {
@@ -55344,12 +55853,12 @@
keypress: this.runIfEnter
},
key: 1
- });
+ })
var D = Math.max(1, v - _),
- j = Math.min(v + _, c);
- v - 1 <= _ && (j = 1 + 2 * _), c - v <= _ && (D = c - 2 * _);
+ j = Math.min(v + _, c)
+ v - 1 <= _ && (j = 1 + 2 * _), c - v <= _ && (D = c - 2 * _)
for (var H = D; H <= j; H++) {
- var E = v === H;
+ var E = v === H
l.push(t(ao, {
attrs: {
locale: s,
@@ -55380,7 +55889,7 @@
keypress: this.runIfEnter
},
key: D,
- class: r + "-item-after-jump-prev"
+ class: r + '-item-after-jump-prev'
}), l.unshift(u)), c - v >= 2 * _ && v !== c - 2 && (l[l.length - 1] = t(ao, {
attrs: {
locale: s,
@@ -55395,47 +55904,47 @@
keypress: this.runIfEnter
},
key: j,
- class: r + "-item-before-jump-next"
+ class: r + '-item-before-jump-next'
}), l.push(d)), 1 !== D && l.unshift(h), j !== c && l.push(f)
}
- var P = null;
- this.showTotal && (P = t("li", {
- class: r + "-total-text"
+ var P = null
+ this.showTotal && (P = t('li', {
+ class: r + '-total-text'
}, [this.showTotal(this.total, [0 === this.total ? 0 : (v - 1) * b + 1, v * b > this.total ? this.total :
v * b
- ])]));
+ ])]))
var A = !this.hasPrev() || !c,
Y = !this.hasNext() || !c,
- V = this.buildOptionText || this.$scopedSlots.buildOptionText;
- return t("ul", {
- class: (e = {}, o()(e, "" + r, !0), o()(e, r + "-disabled", a), e),
+ V = this.buildOptionText || this.$scopedSlots.buildOptionText
+ return t('ul', {
+ class: (e = {}, o()(e, '' + r, !0), o()(e, r + '-disabled', a), e),
attrs: {
- unselectable: "unselectable"
+ unselectable: 'unselectable'
},
- ref: "paginationNode"
- }, [P, t("li", {
+ ref: 'paginationNode'
+ }, [P, t('li', {
attrs: {
title: this.showTitle ? s.prev_page : null,
tabIndex: A ? null : 0,
- "aria-disabled": A
+ 'aria-disabled': A
},
on: {
click: this.prev,
keypress: this.runIfEnterPrev
},
- class: (A ? r + "-disabled" : "") + " " + r + "-prev"
- }, [this.itemRender(y, "prev", this.getItemIcon("prevIcon"))]), l, t("li", {
+ class: (A ? r + '-disabled' : '') + ' ' + r + '-prev'
+ }, [this.itemRender(y, 'prev', this.getItemIcon('prevIcon'))]), l, t('li', {
attrs: {
title: this.showTitle ? s.next_page : null,
tabIndex: Y ? null : 0,
- "aria-disabled": Y
+ 'aria-disabled': Y
},
on: {
click: this.next,
keypress: this.runIfEnterNext
},
- class: (Y ? r + "-disabled" : "") + " " + r + "-next"
- }, [this.itemRender(g, "next", this.getItemIcon("nextIcon"))]), t(oo, {
+ class: (Y ? r + '-disabled' : '') + ' ' + r + '-next'
+ }, [this.itemRender(g, 'next', this.getItemIcon('nextIcon'))]), t(oo, {
attrs: {
disabled: a,
locale: s,
@@ -55453,87 +55962,87 @@
})])
}
},
- fo = n("2deb"),
+ fo = n('2deb'),
mo = function() {
return {
- total: z["a"].number,
- defaultCurrent: z["a"].number,
- disabled: z["a"].bool,
- current: z["a"].number,
- defaultPageSize: z["a"].number,
- pageSize: z["a"].number,
- hideOnSinglePage: z["a"].bool,
- showSizeChanger: z["a"].bool,
- pageSizeOptions: z["a"].arrayOf(z["a"].oneOfType([z["a"].number, z["a"].string])),
- buildOptionText: z["a"].func,
- showSizeChange: z["a"].func,
- showQuickJumper: z["a"].oneOfType([z["a"].bool, z["a"].object]),
- showTotal: z["a"].any,
- size: z["a"].string,
- simple: z["a"].bool,
- locale: z["a"].object,
- prefixCls: z["a"].string,
- selectPrefixCls: z["a"].string,
- itemRender: z["a"].any,
- role: z["a"].string,
- showLessItems: z["a"].bool
+ total: z['a'].number,
+ defaultCurrent: z['a'].number,
+ disabled: z['a'].bool,
+ current: z['a'].number,
+ defaultPageSize: z['a'].number,
+ pageSize: z['a'].number,
+ hideOnSinglePage: z['a'].bool,
+ showSizeChanger: z['a'].bool,
+ pageSizeOptions: z['a'].arrayOf(z['a'].oneOfType([z['a'].number, z['a'].string])),
+ buildOptionText: z['a'].func,
+ showSizeChange: z['a'].func,
+ showQuickJumper: z['a'].oneOfType([z['a'].bool, z['a'].object]),
+ showTotal: z['a'].any,
+ size: z['a'].string,
+ simple: z['a'].bool,
+ locale: z['a'].object,
+ prefixCls: z['a'].string,
+ selectPrefixCls: z['a'].string,
+ itemRender: z['a'].any,
+ role: z['a'].string,
+ showLessItems: z['a'].bool
}
},
po = {
- name: "APagination",
+ name: 'APagination',
model: {
- prop: "current",
- event: "change.current"
+ prop: 'current',
+ event: 'change.current'
},
props: h()({}, mo()),
inject: {
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
methods: {
getIconsProps: function(e) {
var t = this.$createElement,
- n = t("a", {
- class: e + "-item-link"
- }, [t(Da["a"], {
+ n = t('a', {
+ class: e + '-item-link'
+ }, [t(Da['a'], {
attrs: {
- type: "left"
+ type: 'left'
}
})]),
- r = t("a", {
- class: e + "-item-link"
- }, [t(Da["a"], {
+ r = t('a', {
+ class: e + '-item-link'
+ }, [t(Da['a'], {
attrs: {
- type: "right"
+ type: 'right'
}
})]),
- a = t("a", {
- class: e + "-item-link"
- }, [t("div", {
- class: e + "-item-container"
- }, [t(Da["a"], {
- class: e + "-item-link-icon",
+ a = t('a', {
+ class: e + '-item-link'
+ }, [t('div', {
+ class: e + '-item-container'
+ }, [t(Da['a'], {
+ class: e + '-item-link-icon',
attrs: {
- type: "double-left"
+ type: 'double-left'
}
- }), t("span", {
- class: e + "-item-ellipsis"
- }, ["•••"])])]),
- i = t("a", {
- class: e + "-item-link"
- }, [t("div", {
- class: e + "-item-container"
- }, [t(Da["a"], {
- class: e + "-item-link-icon",
+ }), t('span', {
+ class: e + '-item-ellipsis'
+ }, ['•••'])])]),
+ i = t('a', {
+ class: e + '-item-link'
+ }, [t('div', {
+ class: e + '-item-container'
+ }, [t(Da['a'], {
+ class: e + '-item-link-icon',
attrs: {
- type: "double-right"
+ type: 'double-right'
}
- }), t("span", {
- class: e + "-item-ellipsis"
- }, ["•••"])])]);
+ }), t('span', {
+ class: e + '-item-ellipsis'
+ }, ['•••'])])])
return {
prevIcon: n,
nextIcon: r,
@@ -55543,17 +56052,17 @@
},
renderPagination: function(e) {
var t = this.$createElement,
- n = Object(B["k"])(this),
+ n = Object(B['k'])(this),
r = n.prefixCls,
i = n.selectPrefixCls,
o = n.buildOptionText,
s = n.size,
c = n.locale,
- l = a()(n, ["prefixCls", "selectPrefixCls", "buildOptionText", "size", "locale"]),
+ l = a()(n, ['prefixCls', 'selectPrefixCls', 'buildOptionText', 'size', 'locale']),
u = this.configProvider.getPrefixCls,
- d = u("pagination", r),
- f = u("select", i),
- m = "small" === s,
+ d = u('pagination', r),
+ f = u('select', i),
+ m = 'small' === s,
p = {
props: h()({
prefixCls: d,
@@ -55566,17 +56075,17 @@
class: {
mini: m
},
- on: Object(B["j"])(this)
- };
+ on: Object(B['j'])(this)
+ }
return t(ho, p)
}
},
render: function() {
- var e = arguments[0];
- return e(ro["a"], {
+ var e = arguments[0]
+ return e(ro['a'], {
attrs: {
- componentName: "Pagination",
- defaultLocale: fo["a"]
+ componentName: 'Pagination',
+ defaultLocale: fo['a']
},
scopedSlots: {
default: this.renderPagination
@@ -55584,50 +56093,51 @@
})
}
},
- _o = n("b047"),
+ _o = n('b047'),
vo = n.n(_o),
- bo = z["a"].oneOf(["small", "default", "large"]),
+ bo = z['a'].oneOf(['small', 'default', 'large']),
yo = function() {
return {
- prefixCls: z["a"].string,
- spinning: z["a"].bool,
+ prefixCls: z['a'].string,
+ spinning: z['a'].bool,
size: bo,
- wrapperClassName: z["a"].string,
- tip: z["a"].string,
- delay: z["a"].number,
- indicator: z["a"].any
+ wrapperClassName: z['a'].string,
+ tip: z['a'].string,
+ delay: z['a'].number,
+ indicator: z['a'].any
}
},
- go = void 0;
+ go = void 0
function Mo(e, t) {
return !!e && !!t && !isNaN(Number(t))
}
function wo(e) {
- go = "function" === typeof e.indicator ? e.indicator : function(t) {
+ go = 'function' === typeof e.indicator ? e.indicator : function(t) {
return t(e.indicator)
}
}
+
var Lo = {
- name: "ASpin",
- mixins: [ie["a"]],
- props: Object(B["s"])(yo(), {
- size: "default",
+ name: 'ASpin',
+ mixins: [ie['a']],
+ props: Object(B['s'])(yo(), {
+ size: 'default',
spinning: !0,
- wrapperClassName: ""
+ wrapperClassName: ''
}),
inject: {
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
data: function() {
var e = this.spinning,
t = this.delay,
- n = Mo(e, t);
+ n = Mo(e, t)
return this.originalUpdateSpinning = this.updateSpinning, this.debouncifyUpdateSpinning(this.$props), {
sSpinning: e && !n
}
@@ -55636,7 +56146,7 @@
this.updateSpinning()
},
updated: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.debouncifyUpdateSpinning(), e.updateSpinning()
}))
@@ -55647,41 +56157,41 @@
methods: {
debouncifyUpdateSpinning: function(e) {
var t = e || this.$props,
- n = t.delay;
+ n = t.delay
n && (this.cancelExistingSpin(), this.updateSpinning = vo()(this.originalUpdateSpinning, n))
},
updateSpinning: function() {
var e = this.spinning,
- t = this.sSpinning;
+ t = this.sSpinning
t !== e && this.setState({
sSpinning: e
})
},
cancelExistingSpin: function() {
- var e = this.updateSpinning;
+ var e = this.updateSpinning
e && e.cancel && e.cancel()
},
getChildren: function() {
- return this.$slots && this.$slots["default"] ? Object(B["c"])(this.$slots["default"]) : null
+ return this.$slots && this.$slots['default'] ? Object(B['c'])(this.$slots['default']) : null
},
renderIndicator: function(e, t) {
- var n = t + "-dot",
- r = Object(B["f"])(this, "indicator");
- return null === r ? null : (Array.isArray(r) && (r = Object(B["c"])(r), r = 1 === r.length ? r[0] : r),
- Object(B["t"])(r) ? Object(on["a"])(r, {
+ var n = t + '-dot',
+ r = Object(B['f'])(this, 'indicator')
+ return null === r ? null : (Array.isArray(r) && (r = Object(B['c'])(r), r = 1 === r.length ? r[0] : r),
+ Object(B['t'])(r) ? Object(on['a'])(r, {
class: n
- }) : go && Object(B["t"])(go(e)) ? Object(on["a"])(go(e), {
+ }) : go && Object(B['t'])(go(e)) ? Object(on['a'])(go(e), {
class: n
- }) : e("span", {
- class: n + " " + t + "-dot-spin"
- }, [e("i", {
- class: t + "-dot-item"
- }), e("i", {
- class: t + "-dot-item"
- }), e("i", {
- class: t + "-dot-item"
- }), e("i", {
- class: t + "-dot-item"
+ }) : e('span', {
+ class: n + ' ' + t + '-dot-spin'
+ }, [e('i', {
+ class: t + '-dot-item'
+ }), e('i', {
+ class: t + '-dot-item'
+ }), e('i', {
+ class: t + '-dot-item'
+ }), e('i', {
+ class: t + '-dot-item'
})]))
}
},
@@ -55691,187 +56201,187 @@
i = n.prefixCls,
s = n.tip,
c = n.wrapperClassName,
- l = a()(n, ["size", "prefixCls", "tip", "wrapperClassName"]),
+ l = a()(n, ['size', 'prefixCls', 'tip', 'wrapperClassName']),
u = this.configProvider.getPrefixCls,
- d = u("spin", i),
+ d = u('spin', i),
h = this.sSpinning,
- f = (t = {}, o()(t, d, !0), o()(t, d + "-sm", "small" === r), o()(t, d + "-lg", "large" === r), o()(t, d +
- "-spinning", h), o()(t, d + "-show-text", !!s), t),
- m = e("div", M()([l, {
+ f = (t = {}, o()(t, d, !0), o()(t, d + '-sm', 'small' === r), o()(t, d + '-lg', 'large' === r), o()(t, d +
+ '-spinning', h), o()(t, d + '-show-text', !!s), t),
+ m = e('div', M()([l, {
class: f
- }]), [this.renderIndicator(e, d), s ? e("div", {
- class: d + "-text"
+ }]), [this.renderIndicator(e, d), s ? e('div', {
+ class: d + '-text'
}, [s]) : null]),
- p = this.getChildren();
+ p = this.getChildren()
if (p) {
- var _, v = (_ = {}, o()(_, d + "-container", !0), o()(_, d + "-blur", h), _);
- return e("div", M()([{
- on: Object(B["j"])(this)
+ var _, v = (_ = {}, o()(_, d + '-container', !0), o()(_, d + '-blur', h), _)
+ return e('div', M()([{
+ on: Object(B['j'])(this)
}, {
- class: [d + "-nested-loading", c]
- }]), [h && e("div", {
- key: "loading"
- }, [m]), e("div", {
+ class: [d + '-nested-loading', c]
+ }]), [h && e('div', {
+ key: 'loading'
+ }, [m]), e('div', {
class: v,
- key: "container"
+ key: 'container'
}, [p])])
}
return m
}
},
- Oo = z["a"].shape({
- setState: z["a"].func,
- getState: z["a"].func,
- subscribe: z["a"].func
+ Oo = z['a'].shape({
+ setState: z['a'].func,
+ getState: z['a'].func,
+ subscribe: z['a'].func
}).loose,
So = H,
ko = So,
Co = mo(),
To = yo(),
- xo = z["a"].shape({
- text: z["a"].string,
- value: z["a"].string,
- children: z["a"].array
+ xo = z['a'].shape({
+ text: z['a'].string,
+ value: z['a'].string,
+ children: z['a'].array
}).loose,
zo = {
- title: z["a"].any,
- dataIndex: z["a"].string,
- customRender: z["a"].func,
- customCell: z["a"].func,
- customHeaderCell: z["a"].func,
- align: z["a"].oneOf(["left", "right", "center"]),
- ellipsis: z["a"].bool,
- filters: z["a"].arrayOf(xo),
- filterMultiple: z["a"].bool,
- filterDropdown: z["a"].any,
- filterDropdownVisible: z["a"].bool,
- sorter: z["a"].oneOfType([z["a"].boolean, z["a"].func]),
- defaultSortOrder: z["a"].oneOf(["ascend", "descend"]),
- colSpan: z["a"].number,
- width: z["a"].oneOfType([z["a"].string, z["a"].number]),
- className: z["a"].string,
- fixed: z["a"].oneOfType([z["a"].bool, z["a"].oneOf(["left", "right"])]),
- filterIcon: z["a"].any,
- filteredValue: z["a"].array,
- filtered: z["a"].bool,
- defaultFilteredValue: z["a"].array,
- sortOrder: z["a"].oneOfType([z["a"].bool, z["a"].oneOf(["ascend", "descend"])]),
- sortDirections: z["a"].array
+ title: z['a'].any,
+ dataIndex: z['a'].string,
+ customRender: z['a'].func,
+ customCell: z['a'].func,
+ customHeaderCell: z['a'].func,
+ align: z['a'].oneOf(['left', 'right', 'center']),
+ ellipsis: z['a'].bool,
+ filters: z['a'].arrayOf(xo),
+ filterMultiple: z['a'].bool,
+ filterDropdown: z['a'].any,
+ filterDropdownVisible: z['a'].bool,
+ sorter: z['a'].oneOfType([z['a'].boolean, z['a'].func]),
+ defaultSortOrder: z['a'].oneOf(['ascend', 'descend']),
+ colSpan: z['a'].number,
+ width: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ className: z['a'].string,
+ fixed: z['a'].oneOfType([z['a'].bool, z['a'].oneOf(['left', 'right'])]),
+ filterIcon: z['a'].any,
+ filteredValue: z['a'].array,
+ filtered: z['a'].bool,
+ defaultFilteredValue: z['a'].array,
+ sortOrder: z['a'].oneOfType([z['a'].bool, z['a'].oneOf(['ascend', 'descend'])]),
+ sortDirections: z['a'].array
},
- Do = z["a"].shape({
- filterTitle: z["a"].string,
- filterConfirm: z["a"].any,
- filterReset: z["a"].any,
- emptyText: z["a"].any,
- selectAll: z["a"].any,
- selectInvert: z["a"].any,
- sortTitle: z["a"].string,
- expand: z["a"].string,
- collapse: z["a"].string
+ Do = z['a'].shape({
+ filterTitle: z['a'].string,
+ filterConfirm: z['a'].any,
+ filterReset: z['a'].any,
+ emptyText: z['a'].any,
+ selectAll: z['a'].any,
+ selectInvert: z['a'].any,
+ sortTitle: z['a'].string,
+ expand: z['a'].string,
+ collapse: z['a'].string
}).loose,
- jo = z["a"].oneOf(["checkbox", "radio"]),
+ jo = z['a'].oneOf(['checkbox', 'radio']),
Ho = {
type: jo,
- selectedRowKeys: z["a"].array,
- getCheckboxProps: z["a"].func,
- selections: z["a"].oneOfType([z["a"].array, z["a"].bool]),
- hideDefaultSelections: z["a"].bool,
- fixed: z["a"].bool,
- columnWidth: z["a"].oneOfType([z["a"].string, z["a"].number]),
- selectWay: z["a"].oneOf(["onSelect", "onSelectMultiple", "onSelectAll", "onSelectInvert"]),
- columnTitle: z["a"].any
+ selectedRowKeys: z['a'].array,
+ getCheckboxProps: z['a'].func,
+ selections: z['a'].oneOfType([z['a'].array, z['a'].bool]),
+ hideDefaultSelections: z['a'].bool,
+ fixed: z['a'].bool,
+ columnWidth: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ selectWay: z['a'].oneOf(['onSelect', 'onSelectMultiple', 'onSelectAll', 'onSelectInvert']),
+ columnTitle: z['a'].any
},
Eo = {
- prefixCls: z["a"].string,
- dropdownPrefixCls: z["a"].string,
- rowSelection: z["a"].oneOfType([z["a"].shape(Ho).loose, null]),
- pagination: z["a"].oneOfType([z["a"].shape(h()({}, Co, {
- position: z["a"].oneOf(["top", "bottom", "both"])
- })).loose, z["a"].bool]),
- size: z["a"].oneOf(["default", "middle", "small", "large"]),
- dataSource: z["a"].array,
- components: z["a"].object,
- columns: z["a"].array,
- rowKey: z["a"].oneOfType([z["a"].string, z["a"].func]),
- rowClassName: z["a"].func,
- expandedRowRender: z["a"].any,
- defaultExpandAllRows: z["a"].bool,
- defaultExpandedRowKeys: z["a"].array,
- expandedRowKeys: z["a"].array,
- expandIconAsCell: z["a"].bool,
- expandIconColumnIndex: z["a"].number,
- expandRowByClick: z["a"].bool,
- loading: z["a"].oneOfType([z["a"].shape(To).loose, z["a"].bool]),
+ prefixCls: z['a'].string,
+ dropdownPrefixCls: z['a'].string,
+ rowSelection: z['a'].oneOfType([z['a'].shape(Ho).loose, null]),
+ pagination: z['a'].oneOfType([z['a'].shape(h()({}, Co, {
+ position: z['a'].oneOf(['top', 'bottom', 'both'])
+ })).loose, z['a'].bool]),
+ size: z['a'].oneOf(['default', 'middle', 'small', 'large']),
+ dataSource: z['a'].array,
+ components: z['a'].object,
+ columns: z['a'].array,
+ rowKey: z['a'].oneOfType([z['a'].string, z['a'].func]),
+ rowClassName: z['a'].func,
+ expandedRowRender: z['a'].any,
+ defaultExpandAllRows: z['a'].bool,
+ defaultExpandedRowKeys: z['a'].array,
+ expandedRowKeys: z['a'].array,
+ expandIconAsCell: z['a'].bool,
+ expandIconColumnIndex: z['a'].number,
+ expandRowByClick: z['a'].bool,
+ loading: z['a'].oneOfType([z['a'].shape(To).loose, z['a'].bool]),
locale: Do,
- indentSize: z["a"].number,
- customRow: z["a"].func,
- customHeaderRow: z["a"].func,
- useFixedHeader: z["a"].bool,
- bordered: z["a"].bool,
- showHeader: z["a"].bool,
- footer: z["a"].func,
- title: z["a"].func,
- scroll: z["a"].object,
- childrenColumnName: z["a"].oneOfType([z["a"].array, z["a"].string]),
- bodyStyle: z["a"].any,
- sortDirections: z["a"].array,
- tableLayout: z["a"].string,
- getPopupContainer: z["a"].func,
- expandIcon: z["a"].func,
- transformCellText: z["a"].func
+ indentSize: z['a'].number,
+ customRow: z['a'].func,
+ customHeaderRow: z['a'].func,
+ useFixedHeader: z['a'].bool,
+ bordered: z['a'].bool,
+ showHeader: z['a'].bool,
+ footer: z['a'].func,
+ title: z['a'].func,
+ scroll: z['a'].object,
+ childrenColumnName: z['a'].oneOfType([z['a'].array, z['a'].string]),
+ bodyStyle: z['a'].any,
+ sortDirections: z['a'].array,
+ tableLayout: z['a'].string,
+ getPopupContainer: z['a'].func,
+ expandIcon: z['a'].func,
+ transformCellText: z['a'].func
},
Po = {
store: Oo,
- locale: z["a"].any,
- disabled: z["a"].bool,
- getCheckboxPropsByItem: z["a"].func,
- getRecordKey: z["a"].func,
- data: z["a"].array,
- prefixCls: z["a"].string,
- hideDefaultSelections: z["a"].bool,
- selections: z["a"].oneOfType([z["a"].array, z["a"].bool]),
- getPopupContainer: z["a"].func
+ locale: z['a'].any,
+ disabled: z['a'].bool,
+ getCheckboxPropsByItem: z['a'].func,
+ getRecordKey: z['a'].func,
+ data: z['a'].array,
+ prefixCls: z['a'].string,
+ hideDefaultSelections: z['a'].bool,
+ selections: z['a'].oneOfType([z['a'].array, z['a'].bool]),
+ getPopupContainer: z['a'].func
},
Ao = {
store: Oo,
type: jo,
- defaultSelection: z["a"].arrayOf([z["a"].string, z["a"].number]),
- rowIndex: z["a"].oneOfType([z["a"].string, z["a"].number]),
- name: z["a"].string,
- disabled: z["a"].bool,
- id: z["a"].string
+ defaultSelection: z['a'].arrayOf([z['a'].string, z['a'].number]),
+ rowIndex: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ name: z['a'].string,
+ disabled: z['a'].bool,
+ id: z['a'].string
},
Yo = {
- _propsSymbol: z["a"].any,
+ _propsSymbol: z['a'].any,
locale: Do,
- selectedKeys: z["a"].arrayOf([z["a"].string, z["a"].number]),
- column: z["a"].object,
- confirmFilter: z["a"].func,
- prefixCls: z["a"].string,
- dropdownPrefixCls: z["a"].string,
- getPopupContainer: z["a"].func,
- handleFilter: z["a"].func
- };
+ selectedKeys: z['a'].arrayOf([z['a'].string, z['a'].number]),
+ column: z['a'].object,
+ confirmFilter: z['a'].func,
+ prefixCls: z['a'].string,
+ dropdownPrefixCls: z['a'].string,
+ getPopupContainer: z['a'].func,
+ handleFilter: z['a'].func
+ }
function Vo() {
var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [],
- t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : "children",
+ t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 'children',
n = [],
r = function e(r) {
r.forEach((function(r) {
if (r[t]) {
- var a = h()({}, r);
+ var a = h()({}, r)
delete a[t], n.push(a), r[t].length > 0 && e(r[t])
} else n.push(r)
}))
- };
+ }
return r(e), n
}
function Io(e, t) {
- var n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : "children";
+ var n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 'children'
return e.map((function(e, r) {
- var a = {};
+ var a = {}
return e[n] && (a[n] = Io(e[n], t, n)), h()({}, t(e, r), a)
}))
}
@@ -55879,7 +56389,7 @@
function Ro(e, t) {
return e.reduce((function(e, n) {
if (t(n) && e.push(n), n.children) {
- var r = Ro(n.children, t);
+ var r = Ro(n.children, t)
e.push.apply(e, c()(r))
}
return e
@@ -55887,10 +56397,10 @@
}
function Fo(e) {
- var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {};
+ var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}
return (e || []).forEach((function(e) {
var n = e.value,
- r = e.children;
+ r = e.children
t[n.toString()] = n, Fo(r, t)
})), t
}
@@ -55898,16 +56408,18 @@
function $o(e) {
e.stopPropagation()
}
+
var No = {
- name: "FilterMenu",
- mixins: [ie["a"]],
- props: Object(B["s"])(Yo, {
- handleFilter: function() {},
+ name: 'FilterMenu',
+ mixins: [ie['a']],
+ props: Object(B['s'])(Yo, {
+ handleFilter: function() {
+ },
column: {}
}),
data: function() {
- var e = "filterDropdownVisible" in this.column && this.column.filterDropdownVisible;
- return this.preProps = h()({}, Object(B["k"])(this)), {
+ var e = 'filterDropdownVisible' in this.column && this.column.filterDropdownVisible
+ return this.preProps = h()({}, Object(B['k'])(this)), {
sSelectedKeys: this.selectedKeys,
sKeyPathOfSelectedItem: {},
sVisible: e,
@@ -55916,25 +56428,25 @@
},
watch: {
_propsSymbol: function() {
- var e = Object(B["k"])(this),
+ var e = Object(B['k'])(this),
t = e.column,
- n = {};
- "selectedKeys" in e && !L()(this.preProps.selectedKeys, e.selectedKeys) && (n.sSelectedKeys = e.selectedKeys),
+ n = {}
+ 'selectedKeys' in e && !L()(this.preProps.selectedKeys, e.selectedKeys) && (n.sSelectedKeys = e.selectedKeys),
L()((this.preProps.column || {}).filters, (e.column || {}).filters) || (n.sValueKeys = Fo(e.column.filters)),
- "filterDropdownVisible" in t && (n.sVisible = t.filterDropdownVisible), Object.keys(n).length > 0 && this
+ 'filterDropdownVisible' in t && (n.sVisible = t.filterDropdownVisible), Object.keys(n).length > 0 && this
.setState(n), this.preProps = h()({}, e)
}
},
mounted: function() {
var e = this,
- t = this.column;
+ t = this.column
this.$nextTick((function() {
e.setNeverShown(t)
}))
},
updated: function() {
var e = this,
- t = this.column;
+ t = this.column
this.$nextTick((function() {
e.setNeverShown(t)
}))
@@ -55945,18 +56457,18 @@
},
setNeverShown: function(e) {
var t = this.$el,
- n = !!ya()(t, ".ant-table-scroll");
+ n = !!ya()(t, '.ant-table-scroll')
n && (this.neverShown = !!e.fixed)
},
setSelectedKeys: function(e) {
- var t = e.selectedKeys;
+ var t = e.selectedKeys
this.setState({
sSelectedKeys: t
})
},
setVisible: function(e) {
- var t = this.column;
- "filterDropdownVisible" in t || this.setState({
+ var t = this.column
+ 'filterDropdownVisible' in t || this.setState({
sVisible: e
}), t.onFilterDropdownVisibleChange && t.onFilterDropdownVisibleChange(e)
},
@@ -55966,20 +56478,20 @@
}, this.handleConfirm)
},
handleConfirm: function() {
- var e = this;
+ var e = this
this.setVisible(!1), this.confirmFilter2(), this.$forceUpdate(), this.$nextTick((function() {
e.confirmFilter
}))
},
onVisibleChange: function(e) {
- this.setVisible(e);
- var t = this.$props.column;
+ this.setVisible(e)
+ var t = this.$props.column
e || t.filterDropdown instanceof Function || this.confirmFilter2()
},
handleMenuItemClick: function(e) {
- var t = this.$data.sSelectedKeys;
+ var t = this.$data.sSelectedKeys
if (e.keyPath && !(e.keyPath.length <= 1)) {
- var n = this.$data.sKeyPathOfSelectedItem;
+ var n = this.$data.sKeyPathOfSelectedItem
t && t.indexOf(e.key) >= 0 ? delete n[e.key] : n[e.key] = e.keyPath, this.setState({
sKeyPathOfSelectedItem: n
})
@@ -55987,7 +56499,7 @@
},
hasSubMenu: function() {
var e = this.column.filters,
- t = void 0 === e ? [] : e;
+ t = void 0 === e ? [] : e
return t.some((function(e) {
return !!(e.children && e.children.length > 0)
}))
@@ -56000,7 +56512,7 @@
a = this.$data,
i = a.sSelectedKeys,
o = a.sValueKeys,
- s = t.filterDropdown;
+ s = t.filterDropdown
L()(i, n) || r(t, s ? i : i.map((function(e) {
return o[e]
})).filter((function(e) {
@@ -56012,14 +56524,14 @@
n = this.$createElement,
r = this.$props,
a = r.dropdownPrefixCls,
- i = r.prefixCls;
+ i = r.prefixCls
return e.map((function(e) {
if (e.children && e.children.length > 0) {
var r = t.sKeyPathOfSelectedItem,
s = Object.keys(r).some((function(t) {
return r[t].indexOf(e.value) >= 0
})),
- c = x()(i + "-dropdown-submenu", o()({}, a + "-submenu-contain-selected", s));
+ c = x()(i + '-dropdown-submenu', o()({}, a + '-submenu-contain-selected', s))
return n(Sr, {
attrs: {
title: e.text,
@@ -56038,22 +56550,22 @@
a = this.prefixCls,
i = this.selectedKeys,
s = i && i.length > 0,
- c = n.filterIcon;
- "function" === typeof c && (c = c(s, n));
- var l = x()((e = {}, o()(e, a + "-selected", "filtered" in n ? n.filtered : s), o()(e, a + "-open", this.getDropdownVisible()),
- e));
- return c ? 1 === c.length && Object(B["t"])(c[0]) ? Object(on["a"])(c[0], {
+ c = n.filterIcon
+ 'function' === typeof c && (c = c(s, n))
+ var l = x()((e = {}, o()(e, a + '-selected', 'filtered' in n ? n.filtered : s), o()(e, a + '-open', this.getDropdownVisible()),
+ e))
+ return c ? 1 === c.length && Object(B['t'])(c[0]) ? Object(on['a'])(c[0], {
on: {
click: $o
},
- class: x()(a + "-icon", l)
- }) : t("span", {
- class: x()(a + "-icon", l)
- }, [c]) : t(Da["a"], {
+ class: x()(a + '-icon', l)
+ }) : t('span', {
+ class: x()(a + '-icon', l)
+ }, [c]) : t(Da['a'], {
attrs: {
title: r.filterTitle,
- type: "filter",
- theme: "filled"
+ type: 'filter',
+ theme: 'filled'
},
class: l,
on: {
@@ -56065,15 +56577,15 @@
var t = this.$createElement,
n = this.column,
r = this.$data.sSelectedKeys,
- a = !("filterMultiple" in n) || n.filterMultiple,
+ a = !('filterMultiple' in n) || n.filterMultiple,
i = t(a ? Ua : ei, {
attrs: {
checked: r && r.indexOf(e.value) >= 0
}
- });
+ })
return t(fa, {
key: e.value
- }, [i, t("span", [e.text])])
+ }, [i, t('span', [e.text])])
}
},
render: function() {
@@ -56085,11 +56597,11 @@
i = this.prefixCls,
s = this.dropdownPrefixCls,
c = this.getPopupContainer,
- l = !("filterMultiple" in r) || r.filterMultiple,
- u = x()(o()({}, s + "-menu-without-submenu", !this.hasSubMenu())),
- d = r.filterDropdown;
+ l = !('filterMultiple' in r) || r.filterMultiple,
+ u = x()(o()({}, s + '-menu-without-submenu', !this.hasSubMenu())),
+ d = r.filterDropdown
d instanceof Function && (d = d({
- prefixCls: s + "-custom",
+ prefixCls: s + '-custom',
setSelectedKeys: function(t) {
return e.setSelectedKeys({
selectedKeys: t
@@ -56101,13 +56613,13 @@
filters: r.filters,
visible: this.getDropdownVisible(),
column: r
- }));
+ }))
var h = t(ti, {
- class: i + "-dropdown"
+ class: i + '-dropdown'
}, d ? [d] : [t(va, {
attrs: {
multiple: l,
- prefixCls: s + "-menu",
+ prefixCls: s + '-menu',
selectedKeys: n && n.map((function(e) {
return e
})),
@@ -56119,23 +56631,23 @@
deselect: this.setSelectedKeys
},
class: u
- }, [this.renderMenus(r.filters)]), t("div", {
- class: i + "-dropdown-btns"
- }, [t("a", {
- class: i + "-dropdown-link confirm",
+ }, [this.renderMenus(r.filters)]), t('div', {
+ class: i + '-dropdown-btns'
+ }, [t('a', {
+ class: i + '-dropdown-link confirm',
on: {
click: this.handleConfirm
}
- }, [a.filterConfirm]), t("a", {
- class: i + "-dropdown-link clear",
+ }, [a.filterConfirm]), t('a', {
+ class: i + '-dropdown-link clear',
on: {
click: this.handleClearFilters
}
- }, [a.filterReset])])]);
+ }, [a.filterReset])])])
return t(Fa, {
attrs: {
- trigger: ["click"],
- placement: "bottomRight",
+ trigger: ['click'],
+ placement: 'bottomRight',
visible: this.getDropdownVisible(),
getPopupContainer: c,
forceRender: !0
@@ -56143,14 +56655,14 @@
on: {
visibleChange: this.onVisibleChange
}
- }, [t("template", {
- slot: "overlay"
+ }, [t('template', {
+ slot: 'overlay'
}, [h]), this.renderFilterIcon()])
}
},
Bo = {
- name: "SelectionBox",
- mixins: [ie["a"]],
+ name: 'SelectionBox',
+ mixins: [ie['a']],
props: Ao,
data: function() {
return {
@@ -56168,15 +56680,15 @@
var t = e.store,
n = e.defaultSelection,
r = e.rowIndex,
- a = !1;
+ a = !1
return a = t.getState().selectionDirty ? t.getState().selectedRowKeys.indexOf(r) >= 0 : t.getState().selectedRowKeys
.indexOf(r) >= 0 || n.indexOf(r) >= 0, a
},
subscribe: function() {
var e = this,
- t = this.store;
+ t = this.store
this.unsubscribe = t.subscribe((function() {
- var t = e.getCheckState(e.$props);
+ var t = e.getCheckState(e.$props)
e.setState({
checked: t
})
@@ -56185,22 +56697,22 @@
},
render: function() {
var e = arguments[0],
- t = Object(B["k"])(this),
+ t = Object(B['k'])(this),
n = t.type,
r = t.rowIndex,
- i = a()(t, ["type", "rowIndex"]),
+ i = a()(t, ['type', 'rowIndex']),
o = this.checked,
s = {
props: h()({
checked: o
}, i),
- on: Object(B["j"])(this)
- };
- return "radio" === n ? (s.props.value = r, e(ei, s)) : e(Ua, s)
+ on: Object(B['j'])(this)
+ }
+ return 'radio' === n ? (s.props.value = r, e(ei, s)) : e(Ua, s)
}
},
Ko = {
- name: "MenuDivider",
+ name: 'MenuDivider',
props: {
disabled: {
type: Boolean,
@@ -56210,14 +56722,14 @@
},
render: function() {
var e = arguments[0],
- t = this.$props.rootPrefixCls;
- return e("li", {
- class: t + "-item-divider"
+ t = this.$props.rootPrefixCls
+ return e('li', {
+ class: t + '-item-divider'
})
}
},
Wo = {
- name: "ASubMenu",
+ name: 'ASubMenu',
isSubMenu: !0,
props: h()({}, Sr.props),
inject: {
@@ -56242,42 +56754,43 @@
o = this.menuPropsContext.theme,
s = {
props: h()({}, this.$props, {
- popupClassName: x()(a + "-" + o, i)
+ popupClassName: x()(a + '-' + o, i)
}),
- ref: "subMenu",
- on: Object(B["j"])(this),
+ ref: 'subMenu',
+ on: Object(B['j'])(this),
scopedSlots: n
},
- c = Object.keys(t);
+ c = Object.keys(t)
return e(Sr, s, [c.length ? c.map((function(n) {
- return e("template", {
+ return e('template', {
slot: n
}, [t[n]])
})) : null])
}
- };
+ }
function qo(e, t, n) {
var r = void 0,
a = void 0,
- i = void 0;
- return Object(pn["a"])(e, "ant-motion-collapse-legacy", {
+ i = void 0
+ return Object(pn['a'])(e, 'ant-motion-collapse-legacy', {
start: function() {
i && li.a.cancel(i), t ? (r = e.offsetHeight, 0 === r ? i = li()((function() {
- r = e.offsetHeight, e.style.height = "0px", e.style.opacity = "0"
- })) : (e.style.height = "0px", e.style.opacity = "0")) : (e.style.height = e.offsetHeight + "px", e.style
- .opacity = "1")
+ r = e.offsetHeight, e.style.height = '0px', e.style.opacity = '0'
+ })) : (e.style.height = '0px', e.style.opacity = '0')) : (e.style.height = e.offsetHeight + 'px', e.style
+ .opacity = '1')
},
active: function() {
a && li.a.cancel(a), a = li()((function() {
- e.style.height = (t ? r : 0) + "px", e.style.opacity = t ? "1" : "0"
+ e.style.height = (t ? r : 0) + 'px', e.style.opacity = t ? '1' : '0'
}))
},
end: function() {
- i && li.a.cancel(i), a && li.a.cancel(a), e.style.height = "", e.style.opacity = "", n && n()
+ i && li.a.cancel(i), a && li.a.cancel(a), e.style.height = '', e.style.opacity = '', n && n()
}
})
}
+
var Uo = {
enter: function(e, t) {
Te.a.nextTick((function() {
@@ -56296,73 +56809,73 @@
Qo = [0, 0],
Xo = {
left: {
- points: ["cr", "cl"],
+ points: ['cr', 'cl'],
overflow: Go,
offset: [-4, 0],
targetOffset: Qo
},
right: {
- points: ["cl", "cr"],
+ points: ['cl', 'cr'],
overflow: Go,
offset: [4, 0],
targetOffset: Qo
},
top: {
- points: ["bc", "tc"],
+ points: ['bc', 'tc'],
overflow: Go,
offset: [0, -4],
targetOffset: Qo
},
bottom: {
- points: ["tc", "bc"],
+ points: ['tc', 'bc'],
overflow: Go,
offset: [0, 4],
targetOffset: Qo
},
topLeft: {
- points: ["bl", "tl"],
+ points: ['bl', 'tl'],
overflow: Go,
offset: [0, -4],
targetOffset: Qo
},
leftTop: {
- points: ["tr", "tl"],
+ points: ['tr', 'tl'],
overflow: Go,
offset: [-4, 0],
targetOffset: Qo
},
topRight: {
- points: ["br", "tr"],
+ points: ['br', 'tr'],
overflow: Go,
offset: [0, -4],
targetOffset: Qo
},
rightTop: {
- points: ["tl", "tr"],
+ points: ['tl', 'tr'],
overflow: Go,
offset: [4, 0],
targetOffset: Qo
},
bottomRight: {
- points: ["tr", "br"],
+ points: ['tr', 'br'],
overflow: Go,
offset: [0, 4],
targetOffset: Qo
},
rightBottom: {
- points: ["bl", "br"],
+ points: ['bl', 'br'],
overflow: Go,
offset: [4, 0],
targetOffset: Qo
},
bottomLeft: {
- points: ["tl", "bl"],
+ points: ['tl', 'bl'],
overflow: Go,
offset: [0, 4],
targetOffset: Qo
},
leftBottom: {
- points: ["br", "bl"],
+ points: ['br', 'bl'],
overflow: Go,
offset: [-4, 0],
targetOffset: Qo
@@ -56370,68 +56883,71 @@
},
Zo = {
props: {
- prefixCls: z["a"].string,
- overlay: z["a"].any,
- trigger: z["a"].any
+ prefixCls: z['a'].string,
+ overlay: z['a'].any,
+ trigger: z['a'].any
},
updated: function() {
- var e = this.trigger;
+ var e = this.trigger
e && e.forcePopupAlign()
},
render: function() {
var e = arguments[0],
t = this.overlay,
- n = this.prefixCls;
- return e("div", {
- class: n + "-inner",
+ n = this.prefixCls
+ return e('div', {
+ class: n + '-inner',
attrs: {
- role: "tooltip"
+ role: 'tooltip'
}
- }, ["function" === typeof t ? t() : t])
+ }, ['function' === typeof t ? t() : t])
}
- };
+ }
+
+ function es() {
+ }
- function es() {}
var ts = {
props: {
- trigger: z["a"].any.def(["hover"]),
- defaultVisible: z["a"].bool,
- visible: z["a"].bool,
- placement: z["a"].string.def("right"),
- transitionName: z["a"].oneOfType([z["a"].string, z["a"].object]),
- animation: z["a"].any,
- afterVisibleChange: z["a"].func.def((function() {})),
- overlay: z["a"].any,
- overlayStyle: z["a"].object,
- overlayClassName: z["a"].string,
- prefixCls: z["a"].string.def("rc-tooltip"),
- mouseEnterDelay: z["a"].number.def(0),
- mouseLeaveDelay: z["a"].number.def(.1),
- getTooltipContainer: z["a"].func,
- destroyTooltipOnHide: z["a"].bool.def(!1),
- align: z["a"].object.def((function() {
+ trigger: z['a'].any.def(['hover']),
+ defaultVisible: z['a'].bool,
+ visible: z['a'].bool,
+ placement: z['a'].string.def('right'),
+ transitionName: z['a'].oneOfType([z['a'].string, z['a'].object]),
+ animation: z['a'].any,
+ afterVisibleChange: z['a'].func.def((function() {
+ })),
+ overlay: z['a'].any,
+ overlayStyle: z['a'].object,
+ overlayClassName: z['a'].string,
+ prefixCls: z['a'].string.def('rc-tooltip'),
+ mouseEnterDelay: z['a'].number.def(0),
+ mouseLeaveDelay: z['a'].number.def(.1),
+ getTooltipContainer: z['a'].func,
+ destroyTooltipOnHide: z['a'].bool.def(!1),
+ align: z['a'].object.def((function() {
return {}
})),
- arrowContent: z["a"].any.def(null),
- tipId: z["a"].string,
- builtinPlacements: z["a"].object
+ arrowContent: z['a'].any.def(null),
+ tipId: z['a'].string,
+ builtinPlacements: z['a'].object
},
methods: {
getPopupElement: function() {
var e = this.$createElement,
t = this.$props,
n = t.prefixCls,
- r = t.tipId;
- return [e("div", {
- class: n + "-arrow",
- key: "arrow"
- }, [Object(B["f"])(this, "arrowContent")]), e(Zo, {
- key: "content",
+ r = t.tipId
+ return [e('div', {
+ class: n + '-arrow',
+ key: 'arrow'
+ }, [Object(B['f'])(this, 'arrowContent')]), e(Zo, {
+ key: 'content',
attrs: {
trigger: this.$refs.trigger,
prefixCls: n,
id: r,
- overlay: Object(B["f"])(this, "overlay")
+ overlay: Object(B['f'])(this, 'overlay')
}
})]
},
@@ -56440,7 +56956,7 @@
}
},
render: function(e) {
- var t = Object(B["k"])(this),
+ var t = Object(B['k'])(this),
n = t.overlayClassName,
r = t.trigger,
i = t.mouseEnterDelay,
@@ -56455,13 +56971,13 @@
p = t.destroyTooltipOnHide,
_ = t.defaultVisible,
v = t.getTooltipContainer,
- b = a()(t, ["overlayClassName", "trigger", "mouseEnterDelay", "mouseLeaveDelay", "overlayStyle",
- "prefixCls", "afterVisibleChange", "transitionName", "animation", "placement", "align",
- "destroyTooltipOnHide", "defaultVisible", "getTooltipContainer"
+ b = a()(t, ['overlayClassName', 'trigger', 'mouseEnterDelay', 'mouseLeaveDelay', 'overlayStyle',
+ 'prefixCls', 'afterVisibleChange', 'transitionName', 'animation', 'placement', 'align',
+ 'destroyTooltipOnHide', 'defaultVisible', 'getTooltipContainer'
]),
- y = h()({}, b);
- Object(B["r"])(this, "visible") && (y.popupVisible = this.$props.visible);
- var g = Object(B["j"])(this),
+ y = h()({}, b)
+ Object(B['r'])(this, 'visible') && (y.popupVisible = this.$props.visible)
+ var g = Object(B['j'])(this),
M = {
props: h()({
popupClassName: n,
@@ -56484,11 +57000,11 @@
popupVisibleChange: g.visibleChange || es,
popupAlign: g.popupAlign || es
}),
- ref: "trigger"
- };
- return e(kn, M, [e("template", {
- slot: "popup"
- }, [this.getPopupElement(e)]), this.$slots["default"]])
+ ref: 'trigger'
+ }
+ return e(kn, M, [e('template', {
+ slot: 'popup'
+ }, [this.getPopupElement(e)]), this.$slots['default']])
}
},
ns = ts,
@@ -56500,10 +57016,10 @@
adjustX: 0,
adjustY: 0
},
- is = [0, 0];
+ is = [0, 0]
function os(e) {
- return "boolean" === typeof e ? e ? rs : as : h()({}, as, e)
+ return 'boolean' === typeof e ? e ? rs : as : h()({}, as, e)
}
function ss(e) {
@@ -56517,54 +57033,54 @@
c = void 0 === s || s,
l = {
left: {
- points: ["cr", "cl"],
+ points: ['cr', 'cl'],
offset: [-4, 0]
},
right: {
- points: ["cl", "cr"],
+ points: ['cl', 'cr'],
offset: [4, 0]
},
top: {
- points: ["bc", "tc"],
+ points: ['bc', 'tc'],
offset: [0, -4]
},
bottom: {
- points: ["tc", "bc"],
+ points: ['tc', 'bc'],
offset: [0, 4]
},
topLeft: {
- points: ["bl", "tc"],
+ points: ['bl', 'tc'],
offset: [-(a + n), -4]
},
leftTop: {
- points: ["tr", "cl"],
+ points: ['tr', 'cl'],
offset: [-4, -(o + n)]
},
topRight: {
- points: ["br", "tc"],
+ points: ['br', 'tc'],
offset: [a + n, -4]
},
rightTop: {
- points: ["tl", "cr"],
+ points: ['tl', 'cr'],
offset: [4, -(o + n)]
},
bottomRight: {
- points: ["tr", "bc"],
+ points: ['tr', 'bc'],
offset: [a + n, 4]
},
rightBottom: {
- points: ["bl", "cr"],
+ points: ['bl', 'cr'],
offset: [4, o + n]
},
bottomLeft: {
- points: ["tl", "bc"],
+ points: ['tl', 'bc'],
offset: [-(a + n), 4]
},
leftBottom: {
- points: ["br", "cl"],
+ points: ['br', 'cl'],
offset: [-4, o + n]
}
- };
+ }
return Object.keys(l).forEach((function(t) {
l[t] = e.arrowPointAtCenter ? h()({}, l[t], {
overflow: os(c),
@@ -56574,36 +57090,37 @@
}), l[t].ignoreShake = !0
})), l
}
- var cs = z["a"].oneOf(["hover", "focus", "click", "contextmenu"]),
+
+ var cs = z['a'].oneOf(['hover', 'focus', 'click', 'contextmenu']),
ls = function() {
return {
- trigger: z["a"].oneOfType([cs, z["a"].arrayOf(cs)]).def("hover"),
- visible: z["a"].bool,
- defaultVisible: z["a"].bool,
- placement: z["a"].oneOf(["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft",
- "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"
- ]).def("top"),
- transitionName: z["a"].string.def("zoom-big-fast"),
- overlayStyle: z["a"].object.def((function() {
+ trigger: z['a'].oneOfType([cs, z['a'].arrayOf(cs)]).def('hover'),
+ visible: z['a'].bool,
+ defaultVisible: z['a'].bool,
+ placement: z['a'].oneOf(['top', 'left', 'right', 'bottom', 'topLeft', 'topRight', 'bottomLeft',
+ 'bottomRight', 'leftTop', 'leftBottom', 'rightTop', 'rightBottom'
+ ]).def('top'),
+ transitionName: z['a'].string.def('zoom-big-fast'),
+ overlayStyle: z['a'].object.def((function() {
return {}
})),
- overlayClassName: z["a"].string,
- prefixCls: z["a"].string,
- mouseEnterDelay: z["a"].number.def(.1),
- mouseLeaveDelay: z["a"].number.def(.1),
- getPopupContainer: z["a"].func,
- arrowPointAtCenter: z["a"].bool.def(!1),
- autoAdjustOverflow: z["a"].oneOfType([z["a"].bool, z["a"].object]).def(!0),
- destroyTooltipOnHide: z["a"].bool.def(!1),
- align: z["a"].object.def((function() {
+ overlayClassName: z['a'].string,
+ prefixCls: z['a'].string,
+ mouseEnterDelay: z['a'].number.def(.1),
+ mouseLeaveDelay: z['a'].number.def(.1),
+ getPopupContainer: z['a'].func,
+ arrowPointAtCenter: z['a'].bool.def(!1),
+ autoAdjustOverflow: z['a'].oneOfType([z['a'].bool, z['a'].object]).def(!0),
+ destroyTooltipOnHide: z['a'].bool.def(!1),
+ align: z['a'].object.def((function() {
return {}
})),
- builtinPlacements: z["a"].object
+ builtinPlacements: z['a'].object
}
},
us = function(e, t) {
var n = {},
- r = h()({}, e);
+ r = h()({}, e)
return t.forEach((function(t) {
e && t in e && (n[t] = e[t], delete r[t])
})), {
@@ -56613,18 +57130,18 @@
},
ds = ls(),
hs = {
- name: "ATooltip",
+ name: 'ATooltip',
model: {
- prop: "visible",
- event: "visibleChange"
+ prop: 'visible',
+ event: 'visibleChange'
},
props: h()({}, ds, {
- title: z["a"].any
+ title: z['a'].any
}),
inject: {
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
@@ -56640,8 +57157,8 @@
},
methods: {
onVisibleChange: function(e) {
- Object(B["r"])(this, "visible") || (this.sVisible = !this.isNoTitle() && e), this.isNoTitle() || this.$emit(
- "visibleChange", e)
+ Object(B['r'])(this, 'visible') || (this.sVisible = !this.isNoTitle() && e), this.isNoTitle() || this.$emit(
+ 'visibleChange', e)
},
getPopupDomNode: function() {
return this.$refs.tooltip.getPopupDomNode()
@@ -56650,7 +57167,7 @@
var e = this.$props,
t = e.builtinPlacements,
n = e.arrowPointAtCenter,
- r = e.autoAdjustOverflow;
+ r = e.autoAdjustOverflow
return t || ss({
arrowPointAtCenter: n,
verticalArrowShift: 8,
@@ -56659,28 +57176,28 @@
},
getDisabledCompatibleChildren: function(e) {
var t = this.$createElement,
- n = e.componentOptions && e.componentOptions.Ctor.options || {};
+ n = e.componentOptions && e.componentOptions.Ctor.options || {}
if ((!0 === n.__ANT_BUTTON || !0 === n.__ANT_SWITCH || !0 === n.__ANT_CHECKBOX) && (e.componentOptions.propsData
- .disabled || "" === e.componentOptions.propsData.disabled) || "button" === e.tag && e.data && e.data.attrs &&
+ .disabled || '' === e.componentOptions.propsData.disabled) || 'button' === e.tag && e.data && e.data.attrs &&
void 0 !== e.data.attrs.disabled) {
- var r = us(Object(B["p"])(e), ["position", "left", "right", "top", "bottom", "float", "display", "zIndex"]),
+ var r = us(Object(B['p'])(e), ['position', 'left', 'right', 'top', 'bottom', 'float', 'display', 'zIndex']),
a = r.picked,
i = r.omitted,
o = h()({
- display: "inline-block"
+ display: 'inline-block'
}, a, {
- cursor: "not-allowed",
- width: e.componentOptions.propsData.block ? "100%" : null
+ cursor: 'not-allowed',
+ width: e.componentOptions.propsData.block ? '100%' : null
}),
s = h()({}, i, {
- pointerEvents: "none"
+ pointerEvents: 'none'
}),
- c = Object(B["e"])(e),
- l = Object(on["a"])(e, {
+ c = Object(B['e'])(e),
+ l = Object(on['a'])(e, {
style: s,
class: null
- });
- return t("span", {
+ })
+ return t('span', {
style: o,
class: c
}, [l])
@@ -56688,28 +57205,28 @@
return e
},
isNoTitle: function() {
- var e = Object(B["f"])(this, "title");
+ var e = Object(B['f'])(this, 'title')
return !e && 0 !== e
},
getOverlay: function() {
- var e = Object(B["f"])(this, "title");
- return 0 === e ? e : e || ""
+ var e = Object(B['f'])(this, 'title')
+ return 0 === e ? e : e || ''
},
onPopupAlign: function(e, t) {
var n = this.getPlacements(),
r = Object.keys(n).filter((function(e) {
return n[e].points[0] === t.points[0] && n[e].points[1] === t.points[1]
- }))[0];
+ }))[0]
if (r) {
var a = e.getBoundingClientRect(),
i = {
- top: "50%",
- left: "50%"
- };
- r.indexOf("top") >= 0 || r.indexOf("Bottom") >= 0 ? i.top = a.height - t.offset[1] + "px" : (r.indexOf(
- "Top") >= 0 || r.indexOf("bottom") >= 0) && (i.top = -t.offset[1] + "px"), r.indexOf("left") >= 0 || r.indexOf(
- "Right") >= 0 ? i.left = a.width - t.offset[0] + "px" : (r.indexOf("right") >= 0 || r.indexOf("Left") >=
- 0) && (i.left = -t.offset[0] + "px"), e.style.transformOrigin = i.left + " " + i.top
+ top: '50%',
+ left: '50%'
+ }
+ r.indexOf('top') >= 0 || r.indexOf('Bottom') >= 0 ? i.top = a.height - t.offset[1] + 'px' : (r.indexOf(
+ 'Top') >= 0 || r.indexOf('bottom') >= 0) && (i.top = -t.offset[1] + 'px'), r.indexOf('left') >= 0 || r.indexOf(
+ 'Right') >= 0 ? i.left = a.width - t.offset[0] + 'px' : (r.indexOf('right') >= 0 || r.indexOf('Left') >=
+ 0) && (i.left = -t.offset[0] + 'px'), e.style.transformOrigin = i.left + ' ' + i.top
}
}
},
@@ -56723,15 +57240,15 @@
s = t.getPopupContainer,
c = this.configProvider.getPopupContainer,
l = this.configProvider.getPrefixCls,
- u = l("tooltip", a),
- d = (r["default"] || []).filter((function(e) {
- return e.tag || "" !== e.text.trim()
- }));
- d = 1 === d.length ? d[0] : d;
- var f = n.sVisible;
- if (!Object(B["r"])(this, "visible") && this.isNoTitle() && (f = !1), !d) return null;
- var m = this.getDisabledCompatibleChildren(Object(B["t"])(d) ? d : e("span", [d])),
- p = o()({}, i || u + "-open", !0),
+ u = l('tooltip', a),
+ d = (r['default'] || []).filter((function(e) {
+ return e.tag || '' !== e.text.trim()
+ }))
+ d = 1 === d.length ? d[0] : d
+ var f = n.sVisible
+ if (!Object(B['r'])(this, 'visible') && this.isNoTitle() && (f = !1), !d) return null
+ var m = this.getDisabledCompatibleChildren(Object(B['t'])(d) ? d : e('span', [d])),
+ p = o()({}, i || u + '-open', !0),
_ = {
props: h()({}, t, {
prefixCls: u,
@@ -56740,25 +57257,27 @@
overlay: this.getOverlay(),
visible: f
}),
- ref: "tooltip",
- on: h()({}, Object(B["j"])(this), {
+ ref: 'tooltip',
+ on: h()({}, Object(B['j'])(this), {
visibleChange: this.onVisibleChange,
popupAlign: this.onPopupAlign
})
- };
- return e(ns, _, [f ? Object(on["a"])(m, {
+ }
+ return e(ns, _, [f ? Object(on['a'])(m, {
class: p
}) : m])
},
install: function(e) {
- e.use(Ra["a"]), e.component(hs.name, hs)
+ e.use(Ra['a']), e.component(hs.name, hs)
}
},
- fs = hs;
+ fs = hs
+
+ function ms() {
+ }
- function ms() {}
var ps = {
- name: "MenuItem",
+ name: 'MenuItem',
inheritAttrs: !1,
props: ua,
inject: {
@@ -56781,7 +57300,7 @@
},
render: function() {
var e = arguments[0],
- t = Object(B["k"])(this),
+ t = Object(B['k'])(this),
n = t.level,
r = t.title,
a = t.rootPrefixCls,
@@ -56789,63 +57308,63 @@
o = this.$slots,
s = this.$attrs,
c = i(),
- l = r;
- "undefined" === typeof r ? l = 1 === n ? o["default"] : "" : !1 === r && (l = "");
+ l = r
+ 'undefined' === typeof r ? l = 1 === n ? o['default'] : '' : !1 === r && (l = '')
var u = {
title: l
},
- d = this.layoutSiderContext.sCollapsed;
- d || c || (u.title = null, u.visible = !1);
+ d = this.layoutSiderContext.sCollapsed
+ d || c || (u.title = null, u.visible = !1)
var f = {
props: h()({}, t, {
title: r
}),
attrs: s,
- on: Object(B["j"])(this)
+ on: Object(B['j'])(this)
},
m = {
props: h()({}, u, {
- placement: "right",
- overlayClassName: a + "-inline-collapsed-tooltip"
+ placement: 'right',
+ overlayClassName: a + '-inline-collapsed-tooltip'
})
- };
+ }
return e(fs, m, [e(fa, M()([f, {
- ref: "menuItem"
- }]), [o["default"]])])
+ ref: 'menuItem'
+ }]), [o['default']])])
}
},
- _s = z["a"].oneOf(["vertical", "vertical-left", "vertical-right", "horizontal", "inline"]),
+ _s = z['a'].oneOf(['vertical', 'vertical-left', 'vertical-right', 'horizontal', 'inline']),
vs = h()({}, ma, {
- theme: z["a"].oneOf(["light", "dark"]).def("light"),
- mode: _s.def("vertical"),
- selectable: z["a"].bool,
- selectedKeys: z["a"].arrayOf(z["a"].oneOfType([z["a"].string, z["a"].number])),
- defaultSelectedKeys: z["a"].array,
- openKeys: z["a"].array,
- defaultOpenKeys: z["a"].array,
- openAnimation: z["a"].oneOfType([z["a"].string, z["a"].object]),
- openTransitionName: z["a"].string,
- prefixCls: z["a"].string,
- multiple: z["a"].bool,
- inlineIndent: z["a"].number.def(24),
- inlineCollapsed: z["a"].bool,
- isRootMenu: z["a"].bool.def(!0),
- focusable: z["a"].bool.def(!1)
+ theme: z['a'].oneOf(['light', 'dark']).def('light'),
+ mode: _s.def('vertical'),
+ selectable: z['a'].bool,
+ selectedKeys: z['a'].arrayOf(z['a'].oneOfType([z['a'].string, z['a'].number])),
+ defaultSelectedKeys: z['a'].array,
+ openKeys: z['a'].array,
+ defaultOpenKeys: z['a'].array,
+ openAnimation: z['a'].oneOfType([z['a'].string, z['a'].object]),
+ openTransitionName: z['a'].string,
+ prefixCls: z['a'].string,
+ multiple: z['a'].bool,
+ inlineIndent: z['a'].number.def(24),
+ inlineCollapsed: z['a'].bool,
+ isRootMenu: z['a'].bool.def(!0),
+ focusable: z['a'].bool.def(!1)
}),
bs = {
- name: "AMenu",
+ name: 'AMenu',
props: vs,
Divider: h()({}, Ko, {
- name: "AMenuDivider"
+ name: 'AMenuDivider'
}),
Item: h()({}, ps, {
- name: "AMenuItem"
+ name: 'AMenuItem'
}),
SubMenu: h()({}, Wo, {
- name: "ASubMenu"
+ name: 'ASubMenu'
}),
ItemGroup: h()({}, ii, {
- name: "AMenuItemGroup"
+ name: 'AMenuItemGroup'
}),
provide: function() {
return {
@@ -56853,7 +57372,7 @@
menuPropsContext: this.$props
}
},
- mixins: [ie["a"]],
+ mixins: [ie['a']],
inject: {
layoutSiderContext: {
default: function() {
@@ -56862,20 +57381,20 @@
},
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
model: {
- prop: "selectedKeys",
- event: "selectChange"
+ prop: 'selectedKeys',
+ event: 'selectChange'
},
updated: function() {
this.propsUpdating = !1
},
watch: {
mode: function(e, t) {
- "inline" === t && "inline" !== e && (this.switchingModeFromInline = !0)
+ 'inline' === t && 'inline' !== e && (this.switchingModeFromInline = !0)
},
openKeys: function(e) {
this.setState({
@@ -56885,23 +57404,23 @@
inlineCollapsed: function(e) {
this.collapsedChange(e)
},
- "layoutSiderContext.sCollapsed": function(e) {
+ 'layoutSiderContext.sCollapsed': function(e) {
this.collapsedChange(e)
}
},
data: function() {
- var e = Object(B["k"])(this);
- Object(D["a"])(!("inlineCollapsed" in e && "inline" !== e.mode), "Menu",
- "`inlineCollapsed` should only be used when Menu's `mode` is inline."), this.switchingModeFromInline = !1,
- this.leaveAnimationExecutedWhenInlineCollapsed = !1, this.inlineOpenKeys = [];
- var t = void 0;
- return "openKeys" in e ? t = e.openKeys : "defaultOpenKeys" in e && (t = e.defaultOpenKeys), {
+ var e = Object(B['k'])(this)
+ Object(D['a'])(!('inlineCollapsed' in e && 'inline' !== e.mode), 'Menu',
+ '`inlineCollapsed` should only be used when Menu\'s `mode` is inline.'), this.switchingModeFromInline = !1,
+ this.leaveAnimationExecutedWhenInlineCollapsed = !1, this.inlineOpenKeys = []
+ var t = void 0
+ return 'openKeys' in e ? t = e.openKeys : 'defaultOpenKeys' in e && (t = e.defaultOpenKeys), {
sOpenKeys: t
}
},
methods: {
collapsedChange: function(e) {
- this.propsUpdating || (this.propsUpdating = !0, Object(B["r"])(this, "openKeys") ? e && (this.switchingModeFromInline = !
+ this.propsUpdating || (this.propsUpdating = !0, Object(B['r'])(this, 'openKeys') ? e && (this.switchingModeFromInline = !
0) : e ? (this.switchingModeFromInline = !0, this.inlineOpenKeys = this.sOpenKeys, this.setState({
sOpenKeys: []
})) : (this.setState({
@@ -56912,50 +57431,50 @@
this.switchingModeFromInline && (this.switchingModeFromInline = !1, this.$forceUpdate())
},
handleMouseEnter: function(e) {
- this.restoreModeVerticalFromInline(), this.$emit("mouseenter", e)
+ this.restoreModeVerticalFromInline(), this.$emit('mouseenter', e)
},
handleTransitionEnd: function(e) {
- var t = "width" === e.propertyName && e.target === e.currentTarget,
+ var t = 'width' === e.propertyName && e.target === e.currentTarget,
n = e.target.className,
- r = "[object SVGAnimatedString]" === Object.prototype.toString.call(n) ? n.animVal : n,
- a = "font-size" === e.propertyName && r.indexOf("anticon") >= 0;
+ r = '[object SVGAnimatedString]' === Object.prototype.toString.call(n) ? n.animVal : n,
+ a = 'font-size' === e.propertyName && r.indexOf('anticon') >= 0;
(t || a) && this.restoreModeVerticalFromInline()
},
handleClick: function(e) {
- this.handleOpenChange([]), this.$emit("click", e)
+ this.handleOpenChange([]), this.$emit('click', e)
},
handleSelect: function(e) {
- this.$emit("select", e), this.$emit("selectChange", e.selectedKeys)
+ this.$emit('select', e), this.$emit('selectChange', e.selectedKeys)
},
handleDeselect: function(e) {
- this.$emit("deselect", e), this.$emit("selectChange", e.selectedKeys)
+ this.$emit('deselect', e), this.$emit('selectChange', e.selectedKeys)
},
handleOpenChange: function(e) {
- this.setOpenKeys(e), this.$emit("openChange", e), this.$emit("update:openKeys", e)
+ this.setOpenKeys(e), this.$emit('openChange', e), this.$emit('update:openKeys', e)
},
setOpenKeys: function(e) {
- Object(B["r"])(this, "openKeys") || this.setState({
+ Object(B['r'])(this, 'openKeys') || this.setState({
sOpenKeys: e
})
},
getRealMenuMode: function() {
- var e = this.getInlineCollapsed();
- if (this.switchingModeFromInline && e) return "inline";
- var t = this.$props.mode;
- return e ? "vertical" : t
+ var e = this.getInlineCollapsed()
+ if (this.switchingModeFromInline && e) return 'inline'
+ var t = this.$props.mode
+ return e ? 'vertical' : t
},
getInlineCollapsed: function() {
- var e = this.$props.inlineCollapsed;
+ var e = this.$props.inlineCollapsed
return void 0 !== this.layoutSiderContext.sCollapsed ? this.layoutSiderContext.sCollapsed : e
},
getMenuOpenAnimation: function(e) {
var t = this.$props,
n = t.openAnimation,
r = t.openTransitionName,
- a = n || r;
- return void 0 === n && void 0 === r && ("horizontal" === e ? a = "slide-up" : "inline" === e ? a = {
+ a = n || r
+ return void 0 === n && void 0 === r && ('horizontal' === e ? a = 'slide-up' : 'inline' === e ? a = {
on: Jo
- } : this.switchingModeFromInline ? (a = "", this.switchingModeFromInline = !1) : a = "zoom-big"), a
+ } : this.switchingModeFromInline ? (a = '', this.switchingModeFromInline = !1) : a = 'zoom-big'), a
}
},
render: function() {
@@ -56965,23 +57484,23 @@
a = this.$slots,
i = r.collapsedWidth,
s = this.configProvider.getPopupContainer,
- c = Object(B["k"])(this),
+ c = Object(B['k'])(this),
l = c.prefixCls,
u = c.theme,
d = c.getPopupContainer,
f = this.configProvider.getPrefixCls,
- m = f("menu", l),
+ m = f('menu', l),
p = this.getRealMenuMode(),
_ = this.getMenuOpenAnimation(p),
- v = (e = {}, o()(e, m + "-" + u, !0), o()(e, m + "-inline-collapsed", this.getInlineCollapsed()), e),
+ v = (e = {}, o()(e, m + '-' + u, !0), o()(e, m + '-inline-collapsed', this.getInlineCollapsed()), e),
b = {
- props: h()({}, Object(N["a"])(c, ["inlineCollapsed"]), {
+ props: h()({}, Object(N['a'])(c, ['inlineCollapsed']), {
getPopupContainer: d || s,
openKeys: this.sOpenKeys,
mode: p,
prefixCls: m
}),
- on: h()({}, Object(B["j"])(this), {
+ on: h()({}, Object(B['j'])(this), {
select: this.handleSelect,
deselect: this.handleDeselect,
openChange: this.handleOpenChange,
@@ -56990,22 +57509,22 @@
nativeOn: {
transitionend: this.handleTransitionEnd
}
- };
- Object(B["r"])(this, "selectedKeys") || delete b.props.selectedKeys, "inline" !== p ? (b.on.click = this.handleClick,
+ }
+ Object(B['r'])(this, 'selectedKeys') || delete b.props.selectedKeys, 'inline' !== p ? (b.on.click = this.handleClick,
b.props.openTransitionName = _) : (b.on.click = function(e) {
- t.$emit("click", e)
- }, b.props.openAnimation = _);
- var y = this.getInlineCollapsed() && (0 === i || "0" === i || "0px" === i);
+ t.$emit('click', e)
+ }, b.props.openAnimation = _)
+ var y = this.getInlineCollapsed() && (0 === i || '0' === i || '0px' === i)
return y && (b.props.openKeys = []), n(va, M()([b, {
class: v
- }]), [a["default"]])
+ }]), [a['default']])
},
install: function(e) {
- e.use(Ra["a"]), e.component(bs.name, bs), e.component(bs.Item.name, bs.Item), e.component(bs.SubMenu.name,
+ e.use(Ra['a']), e.component(bs.name, bs), e.component(bs.Item.name, bs.Item), e.component(bs.SubMenu.name,
bs.SubMenu), e.component(bs.Divider.name, bs.Divider), e.component(bs.ItemGroup.name, bs.ItemGroup)
}
},
- ys = bs;
+ ys = bs
function gs(e) {
var t = e.store,
@@ -57013,7 +57532,7 @@
r = e.getRecordKey,
a = e.data,
i = e.type,
- o = e.byDefaultChecked;
+ o = e.byDefaultChecked
return o ? a[i]((function(e, t) {
return n(e, t).defaultChecked
})) : a[i]((function(e, n) {
@@ -57023,57 +57542,58 @@
function Ms(e) {
var t = e.store,
- n = e.data;
- if (!n.length) return !1;
+ n = e.data
+ if (!n.length) return !1
var r = gs(h()({}, e, {
data: n,
- type: "some",
+ type: 'some',
byDefaultChecked: !1
})) && !gs(h()({}, e, {
data: n,
- type: "every",
+ type: 'every',
byDefaultChecked: !1
})),
a = gs(h()({}, e, {
data: n,
- type: "some",
+ type: 'some',
byDefaultChecked: !0
})) && !gs(h()({}, e, {
data: n,
- type: "every",
+ type: 'every',
byDefaultChecked: !0
- }));
+ }))
return t.getState().selectionDirty ? r : r || a
}
function ws(e) {
var t = e.store,
- n = e.data;
+ n = e.data
return !!n.length && (t.getState().selectionDirty ? gs(h()({}, e, {
data: n,
- type: "every",
+ type: 'every',
byDefaultChecked: !1
})) : gs(h()({}, e, {
data: n,
- type: "every",
+ type: 'every',
byDefaultChecked: !1
})) || gs(h()({}, e, {
data: n,
- type: "every",
+ type: 'every',
byDefaultChecked: !0
})))
}
+
var Ls = {
- name: "SelectionCheckboxAll",
- mixins: [ie["a"]],
+ name: 'SelectionCheckboxAll',
+ mixins: [ie['a']],
props: Po,
data: function() {
- var e = this.$props;
+ var e = this.$props
return this.defaultSelections = e.hideDefaultSelections ? [] : [{
- key: "all",
+ key: 'all',
text: e.locale.selectAll
}, {
- key: "invert",
+ key: 'invert',
text: e.locale.selectInvert
}], {
checked: ws(e),
@@ -57099,8 +57619,8 @@
var a = e || this.$props,
i = a.store,
o = a.getCheckboxPropsByItem,
- s = a.getRecordKey;
- return ("every" === n || "some" === n) && (r ? t[n]((function(e, t) {
+ s = a.getRecordKey
+ return ('every' === n || 'some' === n) && (r ? t[n]((function(e, t) {
return o(e, t).props.defaultChecked
})) : t[n]((function(e, t) {
return i.getState().selectedRowKeys.indexOf(s(e, t)) >= 0
@@ -57108,33 +57628,33 @@
},
setCheckState: function(e) {
var t = ws(e),
- n = Ms(e);
+ n = Ms(e)
this.setState((function(e) {
- var r = {};
+ var r = {}
return n !== e.indeterminate && (r.indeterminate = n), t !== e.checked && (r.checked = t), r
}))
},
handleSelectAllChange: function(e) {
- var t = e.target.checked;
- this.$emit("select", t ? "all" : "removeAll", 0, null)
+ var t = e.target.checked
+ this.$emit('select', t ? 'all' : 'removeAll', 0, null)
},
subscribe: function() {
var e = this,
- t = this.store;
+ t = this.store
this.unsubscribe = t.subscribe((function() {
e.setCheckState(e.$props)
}))
},
renderMenus: function(e) {
var t = this,
- n = this.$createElement;
+ n = this.$createElement
return e.map((function(e, r) {
return n(ys.Item, {
key: e.key || r
- }, [n("div", {
+ }, [n('div', {
on: {
click: function() {
- t.$emit("select", e.key, r, e.onSelect)
+ t.$emit('select', e.key, r, e.onSelect)
}
}
}, [e.text])])
@@ -57149,34 +57669,34 @@
a = this.getPopupContainer,
i = this.checked,
s = this.indeterminate,
- c = n + "-selection",
- l = null;
+ c = n + '-selection',
+ l = null
if (r) {
var u = Array.isArray(r) ? this.defaultSelections.concat(r) : this.defaultSelections,
d = e(ys, {
- class: c + "-menu",
+ class: c + '-menu',
attrs: {
selectedKeys: []
}
- }, [this.renderMenus(u)]);
+ }, [this.renderMenus(u)])
l = u.length > 0 ? e(Fa, {
attrs: {
getPopupContainer: a
}
- }, [e("template", {
- slot: "overlay"
- }, [d]), e("div", {
- class: c + "-down"
- }, [e(Da["a"], {
+ }, [e('template', {
+ slot: 'overlay'
+ }, [d]), e('div', {
+ class: c + '-down'
+ }, [e(Da['a'], {
attrs: {
- type: "down"
+ type: 'down'
}
})])]) : null
}
- return e("div", {
+ return e('div', {
class: c
}, [e(Ua, {
- class: x()(o()({}, c + "-select-all-custom", l)),
+ class: x()(o()({}, c + '-select-all-custom', l)),
attrs: {
checked: i,
indeterminate: s,
@@ -57189,30 +57709,30 @@
}
},
Os = {
- name: "ATableColumn",
+ name: 'ATableColumn',
props: zo
},
Ss = {
- name: "ATableColumnGroup",
+ name: 'ATableColumnGroup',
props: {
- title: z["a"].any
+ title: z['a'].any
},
__ANT_TABLE_COLUMN_GROUP: !0
},
ks = {
store: Oo,
- rowKey: z["a"].oneOfType([z["a"].string, z["a"].number]),
- prefixCls: z["a"].string
- };
+ rowKey: z['a'].oneOfType([z['a'].string, z['a'].number]),
+ prefixCls: z['a'].string
+ }
function Cs() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "tr",
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 'tr',
t = {
- name: "BodyRow",
+ name: 'BodyRow',
props: ks,
data: function() {
var e = this.store.getState(),
- t = e.selectedRowKeys;
+ t = e.selectedRowKeys
return {
selected: t.indexOf(this.rowKey) >= 0
}
@@ -57227,48 +57747,49 @@
subscribe: function() {
var e = this,
t = this.store,
- n = this.rowKey;
+ n = this.rowKey
this.unsubscribe = t.subscribe((function() {
var t = e.store.getState(),
r = t.selectedRowKeys,
- a = r.indexOf(n) >= 0;
+ a = r.indexOf(n) >= 0
a !== e.selected && (e.selected = a)
}))
}
},
render: function() {
var t = arguments[0],
- n = o()({}, this.prefixCls + "-row-selected", this.selected);
+ n = o()({}, this.prefixCls + '-row-selected', this.selected)
return t(e, M()([{
class: n
}, {
- on: Object(B["j"])(this)
- }]), [this.$slots["default"]])
+ on: Object(B['j'])(this)
+ }]), [this.$slots['default']])
}
- };
+ }
return t
}
+
po.install = function(e) {
- e.use(Ra["a"]), e.component(po.name, po)
- };
- var Ts = po;
+ e.use(Ra['a']), e.component(po.name, po)
+ }
+ var Ts = po
Lo.setDefaultIndicator = wo, Lo.install = function(e) {
- e.use(Ra["a"]), e.component(Lo.name, Lo)
- };
+ e.use(Ra['a']), e.component(Lo.name, Lo)
+ }
var xs = Lo,
- zs = n("02ea");
+ zs = n('02ea')
function Ds(e, t) {
- if ("undefined" === typeof window) return 0;
- var n = t ? "pageYOffset" : "pageXOffset",
- r = t ? "scrollTop" : "scrollLeft",
+ if ('undefined' === typeof window) return 0
+ var n = t ? 'pageYOffset' : 'pageXOffset',
+ r = t ? 'scrollTop' : 'scrollLeft',
a = e === window,
- i = a ? e[n] : e[r];
- return a && "number" !== typeof i && (i = window.document.documentElement[r]), i
+ i = a ? e[n] : e[r]
+ return a && 'number' !== typeof i && (i = window.document.documentElement[r]), i
}
function js(e, t, n, r) {
- var a = n - t;
+ var a = n - t
return e /= r / 2, e < 1 ? a / 2 * e * e * e + t : a / 2 * ((e -= 2) * e * e + 2) + t
}
@@ -57287,31 +57808,32 @@
u = function t() {
var n = Date.now(),
r = n - l,
- i = js(r > o ? o : r, c, e, o);
- s === window ? window.scrollTo(window.pageXOffset, i) : s.scrollTop = i, r < o ? li()(t) : "function" ===
+ i = js(r > o ? o : r, c, e, o)
+ s === window ? window.scrollTo(window.pageXOffset, i) : s.scrollTop = i, r < o ? li()(t) : 'function' ===
typeof a && a()
- };
+ }
li()(u)
}
+
var Es = {
border: 0,
- background: "transparent",
+ background: 'transparent',
padding: 0,
- lineHeight: "inherit",
- display: "inline-block"
+ lineHeight: 'inherit',
+ display: 'inline-block'
},
Ps = {
props: {
- noStyle: z["a"].bool
+ noStyle: z['a'].bool
},
methods: {
onKeyDown: function(e) {
- var t = e.keyCode;
- t === Cn["a"].ENTER && e.preventDefault()
+ var t = e.keyCode
+ t === Cn['a'].ENTER && e.preventDefault()
},
onKeyUp: function(e) {
- var t = e.keyCode;
- t === Cn["a"].ENTER && this.$emit("click", e)
+ var t = e.keyCode
+ t === Cn['a'].ENTER && this.$emit('click', e)
},
setRef: function(e) {
this.div = e
@@ -57325,15 +57847,15 @@
},
render: function() {
var e = arguments[0],
- t = this.$props.noStyle;
- return e("div", M()([{
+ t = this.$props.noStyle
+ return e('div', M()([{
attrs: {
- role: "button",
+ role: 'button',
tabIndex: 0
}
}, {
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: this.setRef
}],
on: h()({}, this.$listeners, {
@@ -57342,12 +57864,13 @@
})
}, {
style: h()({}, t ? null : Es)
- }]), [this.$slots["default"]])
+ }]), [this.$slots['default']])
}
},
- As = Ps;
+ As = Ps
- function Ys() {}
+ function Ys() {
+ }
function Vs(e) {
e.stopPropagation()
@@ -57363,10 +57886,11 @@
function Fs(e, t) {
return !!(e && t && e.key && e.key === t.key) || (e === t || L()(e, t, (function(e, t) {
- return "function" === typeof e && "function" === typeof t ? e === t || e.toString() === t.toString() :
+ return 'function' === typeof e && 'function' === typeof t ? e === t || e.toString() === t.toString() :
Array.isArray(e) && Array.isArray(t) ? e === t || L()(e, t) : void 0
})))
}
+
var $s = {
onChange: Ys,
onShowSizeChange: Ys
@@ -57374,32 +57898,32 @@
Ns = {},
Bs = function() {
var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
- t = e && e.body && e.body.row;
+ t = e && e.body && e.body.row
return h()({}, e, {
body: h()({}, e.body, {
row: Cs(t)
})
})
- };
+ }
function Ks() {
var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
- t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {};
- return e === t || ["table", "header", "body"].every((function(n) {
+ t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}
+ return e === t || ['table', 'header', 'body'].every((function(n) {
return L()(e[n], t[n])
}))
}
function Ws(e, t) {
return Ro(t || (e || {}).columns || [], (function(e) {
- return "undefined" !== typeof e.filteredValue
+ return 'undefined' !== typeof e.filteredValue
}))
}
function qs(e, t) {
- var n = {};
+ var n = {}
return Ws(e, t).forEach((function(e) {
- var t = Rs(e);
+ var t = Rs(e)
n[t] = e.filteredValue
})), n
}
@@ -57409,35 +57933,36 @@
return t[n] !== e.filters[n]
}))
}
+
var Js = {
- name: "Table",
+ name: 'Table',
Column: Os,
ColumnGroup: Ss,
- mixins: [ie["a"]],
- props: Object(B["s"])(Eo, {
+ mixins: [ie['a']],
+ props: Object(B['s'])(Eo, {
dataSource: [],
useFixedHeader: !1,
- size: "default",
+ size: 'default',
loading: !1,
bordered: !1,
indentSize: 20,
locale: {},
- rowKey: "key",
+ rowKey: 'key',
showHeader: !0,
- sortDirections: ["ascend", "descend"],
- childrenColumnName: "children"
+ sortDirections: ['ascend', 'descend'],
+ childrenColumnName: 'children'
}),
inject: {
configProvider: {
default: function() {
- return za["a"]
+ return za['a']
}
}
},
data: function() {
- var e = Object(B["k"])(this);
- return Object(D["a"])(!e.expandedRowRender || !("scroll" in e),
- "`expandedRowRender` and `scroll` are not compatible. Please use one of them at one time."), this.CheckboxPropsCache = {},
+ var e = Object(B['k'])(this)
+ return Object(D['a'])(!e.expandedRowRender || !('scroll' in e),
+ '`expandedRowRender` and `scroll` are not compatible. Please use one of them at one time.'), this.CheckboxPropsCache = {},
this.store = ko({
selectedRowKeys: Is(this.$props).selectedRowKeys || [],
selectionDirty: !1
@@ -57453,7 +57978,7 @@
pagination: {
handler: function(e) {
this.setState((function(t) {
- var n = h()({}, $s, t.sPagination, e);
+ var n = h()({}, $s, t.sPagination, e)
return n.current = n.current || 1, n.pageSize = n.pageSize || 10, {
sPagination: !1 !== e ? n : Ns
}
@@ -57463,11 +57988,11 @@
},
rowSelection: {
handler: function(e, t) {
- if (e && "selectedRowKeys" in e) {
+ if (e && 'selectedRowKeys' in e) {
this.store.setState({
selectedRowKeys: e.selectedRowKeys || []
- });
- var n = this.rowSelection;
+ })
+ var n = this.rowSelection
n && e.getCheckboxProps !== n.getCheckboxProps && (this.CheckboxPropsCache = {})
} else t && !e && this.store.setState({
selectedRowKeys: []
@@ -57483,12 +58008,12 @@
columns: function(e) {
var t = Ws({
columns: e
- }, e);
+ }, e)
if (t.length > 0) {
var n = qs({
columns: e
}, e),
- r = h()({}, this.sFilters);
+ r = h()({}, this.sFilters)
Object.keys(n).forEach((function(e) {
r[e] = n[e]
})), Us({
@@ -57501,7 +58026,7 @@
components: {
handler: function(e, t) {
if (!Ks(e, t)) {
- var n = Bs(e);
+ var n = Bs(e)
this.setState({
sComponents: n
})
@@ -57513,25 +58038,25 @@
updated: function() {
var e = this.columns,
t = this.sSortColumn,
- n = this.sSortOrder;
+ n = this.sSortOrder
if (this.getSortOrderColumns(e).length > 0) {
- var r = this.getSortStateFromColumns(e);
+ var r = this.getSortStateFromColumns(e)
Fs(r.sSortColumn, t) && r.sSortOrder === n || this.setState(r)
}
},
methods: {
getCheckboxPropsByItem: function(e, t) {
- var n = Is(this.$props);
+ var n = Is(this.$props)
if (!n.getCheckboxProps) return {
props: {}
- };
- var r = this.getRecordKey(e, t);
+ }
+ var r = this.getRecordKey(e, t)
return this.CheckboxPropsCache[r] || (this.CheckboxPropsCache[r] = n.getCheckboxProps(e)), this.CheckboxPropsCache[
r].props = this.CheckboxPropsCache[r].props || {}, this.CheckboxPropsCache[r]
},
getDefaultSelection: function() {
var e = this,
- t = Is(this.$props);
+ t = Is(this.$props)
return t.getCheckboxProps ? this.getFlatData().filter((function(t, n) {
return e.getCheckboxPropsByItem(t, n).props.defaultChecked
})).map((function(t, n) {
@@ -57539,11 +58064,11 @@
})) : []
},
getDefaultPagination: function(e) {
- var t = "object" === u()(e.pagination) ? e.pagination : {},
- n = void 0;
- "current" in t ? n = t.current : "defaultCurrent" in t && (n = t.defaultCurrent);
- var r = void 0;
- return "pageSize" in t ? r = t.pageSize : "defaultPageSize" in t && (r = t.defaultPageSize), this.hasPagination(
+ var t = 'object' === u()(e.pagination) ? e.pagination : {},
+ n = void 0
+ 'current' in t ? n = t.current : 'defaultCurrent' in t && (n = t.defaultCurrent)
+ var r = void 0
+ return 'pageSize' in t ? r = t.pageSize : 'defaultPageSize' in t && (r = t.defaultPageSize), this.hasPagination(
e) ? h()({}, $s, t, {
current: n || 1,
pageSize: r || 10
@@ -57551,7 +58076,7 @@
},
getSortOrderColumns: function(e) {
return Ro(e || this.columns || [], (function(e) {
- return "sortOrder" in e
+ return 'sortOrder' in e
}))
},
getDefaultFilters: function(e) {
@@ -57559,19 +58084,19 @@
columns: this.columns
}, e),
n = Ro(e || [], (function(e) {
- return "undefined" !== typeof e.defaultFilteredValue
+ return 'undefined' !== typeof e.defaultFilteredValue
})),
r = n.reduce((function(e, t) {
- var n = Rs(t);
+ var n = Rs(t)
return e[n] = t.defaultFilteredValue, e
- }), {});
+ }), {})
return h()({}, r, t)
},
getDefaultSortOrder: function(e) {
var t = this.getSortStateFromColumns(e),
n = Ro(e || [], (function(e) {
return null != e.defaultSortOrder
- }))[0];
+ }))[0]
return n && !t.sortColumn ? {
sSortColumn: n,
sSortOrder: n.defaultSortOrder
@@ -57580,7 +58105,7 @@
getSortStateFromColumns: function(e) {
var t = this.getSortOrderColumns(e).filter((function(e) {
return e.sortOrder
- }))[0];
+ }))[0]
return t ? {
sSortColumn: t,
sSortOrder: t.sortOrder
@@ -57592,40 +58117,40 @@
getMaxCurrent: function(e) {
var t = this.sPagination,
n = t.current,
- r = t.pageSize;
+ r = t.pageSize
return (n - 1) * r >= e ? Math.floor((e - 1) / r) + 1 : n
},
getRecordKey: function(e, t) {
var n = this.rowKey,
- r = "function" === typeof n ? n(e, t) : e[n];
- return Object(D["a"])(void 0 !== r, "Table",
- "Each record in dataSource of table should have a unique `key` prop, or set `rowKey` of Table to an unique primary key, "
+ r = 'function' === typeof n ? n(e, t) : e[n]
+ return Object(D['a'])(void 0 !== r, 'Table',
+ 'Each record in dataSource of table should have a unique `key` prop, or set `rowKey` of Table to an unique primary key, '
), void 0 === r ? t : r
},
getSorterFn: function(e) {
var t = e || this.$data,
n = t.sSortOrder,
- r = t.sSortColumn;
- if (n && r && "function" === typeof r.sorter) return function(e, t) {
- var a = r.sorter(e, t, n);
- return 0 !== a ? "descend" === n ? -a : a : 0
+ r = t.sSortColumn
+ if (n && r && 'function' === typeof r.sorter) return function(e, t) {
+ var a = r.sorter(e, t, n)
+ return 0 !== a ? 'descend' === n ? -a : a : 0
}
},
getCurrentPageData: function() {
- var e = this.getLocalData();
- this.filterDataCnt = e.length;
+ var e = this.getLocalData()
+ this.filterDataCnt = e.length
var t = void 0,
n = void 0,
- r = this.sPagination;
+ r = this.sPagination
return this.hasPagination() ? (n = r.pageSize, t = this.getMaxCurrent(r.total || e.length)) : (n = Number.MAX_VALUE,
t = 1), (e.length > n || n === Number.MAX_VALUE) && (e = e.slice((t - 1) * n, t * n)), e
},
getFlatData: function() {
- var e = this.$props.childrenColumnName;
+ var e = this.$props.childrenColumnName
return Vo(this.getLocalData(null, !1), e)
},
getFlatCurrentPageData: function() {
- var e = this.$props.childrenColumnName;
+ var e = this.$props.childrenColumnName
return Vo(this.getCurrentPageData(), e)
},
getLocalData: function(e) {
@@ -57634,15 +58159,15 @@
r = e || this.$data,
a = r.sFilters,
i = this.$props.dataSource,
- o = i || [];
- o = o.slice(0);
- var s = this.getSorterFn(r);
+ o = i || []
+ o = o.slice(0)
+ var s = this.getSorterFn(r)
return s && (o = this.recursiveSort([].concat(c()(o)), s)), n && a && Object.keys(a).forEach((function(e) {
- var n = t.findColumn(e);
+ var n = t.findColumn(e)
if (n) {
- var r = a[e] || [];
+ var r = a[e] || []
if (0 !== r.length) {
- var i = n.onFilter;
+ var i = n.onFilter
o = i ? o.filter((function(e) {
return r.some((function(t) {
return i(t, e)
@@ -57654,8 +58179,8 @@
},
onRow: function(e, t, n) {
var r = this.customRow,
- a = r ? r(t, n) : {};
- return Object(B["u"])(a, {
+ a = r ? r(t, n) : {}
+ return Object(B['u'])(a, {
props: {
prefixCls: e,
store: this.store,
@@ -57670,39 +58195,39 @@
i = t.checked,
o = t.changeRowKeys,
s = t.nativeEvent,
- c = Is(this.$props);
- c && !("selectedRowKeys" in c) && this.store.setState({
+ c = Is(this.$props)
+ c && !('selectedRowKeys' in c) && this.store.setState({
selectedRowKeys: e
- });
- var l = this.getFlatData();
+ })
+ var l = this.getFlatData()
if (c.onChange || c[r]) {
var u = l.filter((function(t, r) {
return e.indexOf(n.getRecordKey(t, r)) >= 0
- }));
- if (c.onChange && c.onChange(e, u), "onSelect" === r && c.onSelect) c.onSelect(a, i, u, s);
- else if ("onSelectMultiple" === r && c.onSelectMultiple) {
+ }))
+ if (c.onChange && c.onChange(e, u), 'onSelect' === r && c.onSelect) c.onSelect(a, i, u, s)
+ else if ('onSelectMultiple' === r && c.onSelectMultiple) {
var d = l.filter((function(e, t) {
return o.indexOf(n.getRecordKey(e, t)) >= 0
- }));
+ }))
c.onSelectMultiple(i, u, d)
- } else if ("onSelectAll" === r && c.onSelectAll) {
+ } else if ('onSelectAll' === r && c.onSelectAll) {
var h = l.filter((function(e, t) {
return o.indexOf(n.getRecordKey(e, t)) >= 0
- }));
+ }))
c.onSelectAll(i, u, h)
- } else "onSelectInvert" === r && c.onSelectInvert && c.onSelectInvert(e)
+ } else 'onSelectInvert' === r && c.onSelectInvert && c.onSelectInvert(e)
}
},
generatePopupContainerFunc: function(e) {
var t = this.$props.scroll,
- n = this.$refs.vcTable;
+ n = this.$refs.vcTable
return e || (t && n ? function() {
return n.getTableNode()
} : void 0)
},
scrollToFirstRow: function() {
var e = this,
- t = this.$props.scroll;
+ t = this.$props.scroll
t && !1 !== t.scrollToFirstRowOnChange && Hs(0, {
getContainer: function() {
return e.$refs.vcTable.getBodyTable()
@@ -57711,7 +58236,7 @@
},
isSameColumn: function(e, t) {
return !!(e && t && e.key && e.key === t.key) || (e === t || L()(e, t, (function(e, t) {
- if ("function" === typeof e && "function" === typeof t) return e === t || e.toString() === t.toString()
+ if ('function' === typeof e && 'function' === typeof t) return e === t || e.toString() === t.toString()
})))
},
handleFilter: function(e, t) {
@@ -57719,29 +58244,29 @@
r = this.$props,
a = h()({}, this.sPagination),
i = h()({}, this.sFilters, o()({}, Rs(e), t)),
- s = [];
+ s = []
Io(this.columns, (function(e) {
e.children || s.push(Rs(e))
})), Object.keys(i).forEach((function(e) {
s.indexOf(e) < 0 && delete i[e]
- })), r.pagination && (a.current = 1, a.onChange(a.current));
+ })), r.pagination && (a.current = 1, a.onChange(a.current))
var l = {
sPagination: a,
sFilters: {}
},
- d = h()({}, i);
+ d = h()({}, i)
Ws({
columns: r.columns
}).forEach((function(e) {
- var t = Rs(e);
+ var t = Rs(e)
t && delete d[t]
- })), Object.keys(d).length > 0 && (l.sFilters = d), "object" === u()(r.pagination) && "current" in r.pagination &&
+ })), Object.keys(d).length > 0 && (l.sFilters = d), 'object' === u()(r.pagination) && 'current' in r.pagination &&
(l.sPagination = h()({}, a, {
current: this.sPagination.current
})), this.setState(l, (function() {
n.scrollToFirstRow(), n.store.setState({
selectionDirty: !1
- }), n.$emit.apply(n, ["change"].concat(c()(n.prepareParamsArguments(h()({}, n.$data, {
+ }), n.$emit.apply(n, ['change'].concat(c()(n.prepareParamsArguments(h()({}, n.$data, {
sSelectionDirty: !1,
sFilters: i,
sPagination: a
@@ -57757,7 +58282,7 @@
c = this.getRecordKey(e, t),
l = this.$data.pivot,
u = this.getFlatCurrentPageData(),
- d = t;
+ d = t
if (this.$props.expandedRowRender && (d = u.findIndex((function(e) {
return r.getRecordKey(e, t) === c
}))), i.shiftKey && void 0 !== l && d !== l) {
@@ -57766,22 +58291,22 @@
m = Math.abs(l - d),
p = 0,
_ = function() {
- var e = d + p * f;
- p += 1;
+ var e = d + p * f
+ p += 1
var t = u[e],
n = r.getRecordKey(t, e),
- i = r.getCheckboxPropsByItem(t, e);
+ i = r.getCheckboxPropsByItem(t, e)
i.disabled || (s.includes(n) ? a || (s = s.filter((function(e) {
return n !== e
})), h.push(n)) : a && (s.push(n), h.push(n)))
- };
- while (p <= m) _();
+ }
+ while (p <= m) _()
this.setState({
pivot: d
}), this.store.setState({
selectionDirty: !0
}), this.setSelectedRowKeys(s, {
- selectWay: "onSelectMultiple",
+ selectWay: 'onSelectMultiple',
record: e,
checked: a,
changeRowKeys: h,
@@ -57794,7 +58319,7 @@
}), this.store.setState({
selectionDirty: !0
}), this.setSelectedRowKeys(s, {
- selectWay: "onSelect",
+ selectWay: 'onSelect',
record: e,
checked: a,
changeRowKeys: void 0,
@@ -57805,11 +58330,11 @@
var r = n.target.checked,
a = n.nativeEvent,
i = this.getRecordKey(e, t),
- o = [i];
+ o = [i]
this.store.setState({
selectionDirty: !0
}), this.setSelectedRowKeys(o, {
- selectWay: "onSelect",
+ selectWay: 'onSelect',
record: e,
checked: r,
changeRowKeys: void 0,
@@ -57827,33 +58352,33 @@
return r.getRecordKey(e, t)
})),
c = [],
- l = "onSelectAll",
- u = void 0;
+ l = 'onSelectAll',
+ u = void 0
switch (e) {
- case "all":
+ case 'all':
s.forEach((function(e) {
o.indexOf(e) < 0 && (o.push(e), c.push(e))
- })), l = "onSelectAll", u = !0;
- break;
- case "removeAll":
+ })), l = 'onSelectAll', u = !0
+ break
+ case 'removeAll':
s.forEach((function(e) {
o.indexOf(e) >= 0 && (o.splice(o.indexOf(e), 1), c.push(e))
- })), l = "onSelectAll", u = !1;
- break;
- case "invert":
+ })), l = 'onSelectAll', u = !1
+ break
+ case 'invert':
s.forEach((function(e) {
- o.indexOf(e) < 0 ? o.push(e) : o.splice(o.indexOf(e), 1), c.push(e), l = "onSelectInvert"
- }));
- break;
+ o.indexOf(e) < 0 ? o.push(e) : o.splice(o.indexOf(e), 1), c.push(e), l = 'onSelectInvert'
+ }))
+ break
default:
break
}
this.store.setState({
selectionDirty: !0
- });
+ })
var d = this.rowSelection,
- h = 2;
- if (d && d.hideDefaultSelections && (h = 0), t >= h && "function" === typeof n) return n(s);
+ h = 2
+ if (d && d.hideDefaultSelections && (h = 0), t >= h && 'function' === typeof n) return n(s)
this.setSelectedRowKeys(o, {
selectWay: l,
checked: u,
@@ -57862,32 +58387,32 @@
},
handlePageChange: function(e) {
var t = this.$props,
- n = h()({}, this.sPagination);
- n.current = e || (n.current || 1);
- for (var r = arguments.length, a = Array(r > 1 ? r - 1 : 0), i = 1; i < r; i++) a[i - 1] = arguments[i];
- n.onChange.apply(n, [n.current].concat(c()(a)));
+ n = h()({}, this.sPagination)
+ n.current = e || (n.current || 1)
+ for (var r = arguments.length, a = Array(r > 1 ? r - 1 : 0), i = 1; i < r; i++) a[i - 1] = arguments[i]
+ n.onChange.apply(n, [n.current].concat(c()(a)))
var o = {
sPagination: n
- };
- t.pagination && "object" === u()(t.pagination) && "current" in t.pagination && (o.sPagination = h()({}, n, {
+ }
+ t.pagination && 'object' === u()(t.pagination) && 'current' in t.pagination && (o.sPagination = h()({}, n, {
current: this.sPagination.current
})), this.setState(o, this.scrollToFirstRow), this.store.setState({
selectionDirty: !1
- }), this.$emit.apply(this, ["change"].concat(c()(this.prepareParamsArguments(h()({}, this.$data, {
+ }), this.$emit.apply(this, ['change'].concat(c()(this.prepareParamsArguments(h()({}, this.$data, {
sSelectionDirty: !1,
sPagination: n
})))))
},
handleShowSizeChange: function(e, t) {
- var n = this.sPagination;
- n.onShowSizeChange(e, t);
+ var n = this.sPagination
+ n.onShowSizeChange(e, t)
var r = h()({}, n, {
pageSize: t,
current: e
- });
+ })
this.setState({
sPagination: r
- }, this.scrollToFirstRow), this.$emit.apply(this, ["change"].concat(c()(this.prepareParamsArguments(h()({},
+ }, this.scrollToFirstRow), this.$emit.apply(this, ['change'].concat(c()(this.prepareParamsArguments(h()({},
this.$data, {
sPagination: r
})))))
@@ -57896,40 +58421,40 @@
var t = e.sortDirections || this.sortDirections,
n = this.sSortOrder,
r = this.sSortColumn,
- a = void 0;
+ a = void 0
if (Fs(r, e) && void 0 !== n) {
- var i = t.indexOf(n) + 1;
+ var i = t.indexOf(n) + 1
a = i === t.length ? void 0 : t[i]
- } else a = t[0];
+ } else a = t[0]
var o = {
sSortOrder: a,
sSortColumn: a ? e : null
- };
+ }
0 === this.getSortOrderColumns().length && this.setState(o, this.scrollToFirstRow), this.$emit.apply(this,
- ["change"].concat(c()(this.prepareParamsArguments(h()({}, this.$data, o), e))))
+ ['change'].concat(c()(this.prepareParamsArguments(h()({}, this.$data, o), e))))
},
hasPagination: function(e) {
return !1 !== (e || this.$props).pagination
},
isSortColumn: function(e) {
- var t = this.sSortColumn;
+ var t = this.sSortColumn
return !(!e || !t) && Rs(t) === Rs(e)
},
prepareParamsArguments: function(e, t) {
- var n = h()({}, e.sPagination);
- delete n.onChange, delete n.onShowSizeChange;
+ var n = h()({}, e.sPagination)
+ delete n.onChange, delete n.onShowSizeChange
var r = e.sFilters,
a = {},
- i = t;
+ i = t
e.sSortColumn && e.sSortOrder && (i = e.sSortColumn, a.column = e.sSortColumn, a.order = e.sSortOrder), i &&
- (a.field = i.dataIndex, a.columnKey = Rs(i));
+ (a.field = i.dataIndex, a.columnKey = Rs(i))
var o = {
currentDataSource: this.getLocalData(e)
- };
+ }
return [n, r, a, o]
},
findColumn: function(e) {
- var t = void 0;
+ var t = void 0
return Io(this.columns, (function(n) {
Rs(n) === e && (t = n)
})), t
@@ -57937,58 +58462,58 @@
recursiveSort: function(e, t) {
var n = this,
r = this.childrenColumnName,
- a = void 0 === r ? "children" : r;
+ a = void 0 === r ? 'children' : r
return e.sort(t).map((function(e) {
return e[a] ? h()({}, e, o()({}, a, n.recursiveSort([].concat(c()(e[a])), t))) : e
}))
},
renderExpandIcon: function(e) {
- var t = this.$createElement;
+ var t = this.$createElement
return function(n) {
var r = n.expandable,
a = n.expanded,
i = n.needIndentSpaced,
s = n.record,
- c = n.onExpand;
- return r ? t(ro["a"], {
+ c = n.onExpand
+ return r ? t(ro['a'], {
attrs: {
- componentName: "Table",
- defaultLocale: zs["a"].Table
+ componentName: 'Table',
+ defaultLocale: zs['a'].Table
}
}, [function(n) {
- var r;
+ var r
return t(As, {
- class: x()(e + "-row-expand-icon", (r = {}, o()(r, e + "-row-collapsed", !a), o()(r, e +
- "-row-expanded", a), r)),
+ class: x()(e + '-row-expand-icon', (r = {}, o()(r, e + '-row-collapsed', !a), o()(r, e +
+ '-row-expanded', a), r)),
on: {
click: function(e) {
c(s, e)
}
},
attrs: {
- "aria-label": a ? n.collapse : n.expand,
+ 'aria-label': a ? n.collapse : n.expand,
noStyle: !0
}
})
- }]) : i ? t("span", {
- class: e + "-row-expand-icon " + e + "-row-spaced"
+ }]) : i ? t('span', {
+ class: e + '-row-expand-icon ' + e + '-row-spaced'
}) : null
}
},
renderPagination: function(e, t) {
- var n = this.$createElement;
- if (!this.hasPagination()) return null;
- var r = "default",
- i = this.sPagination;
- i.size ? r = i.size : "middle" !== this.size && "small" !== this.size || (r = "small");
- var o = i.position || "bottom",
+ var n = this.$createElement
+ if (!this.hasPagination()) return null
+ var r = 'default',
+ i = this.sPagination
+ i.size ? r = i.size : 'middle' !== this.size && 'small' !== this.size || (r = 'small')
+ var o = i.position || 'bottom',
s = i.total || this.filterDataCnt,
- c = i["class"],
+ c = i['class'],
l = i.style,
- u = (i.onChange, i.onShowSizeChange, a()(i, ["class", "style", "onChange", "onShowSizeChange"])),
- d = Object(B["u"])({
- key: "pagination-" + t,
- class: x()(c, e + "-pagination"),
+ u = (i.onChange, i.onShowSizeChange, a()(i, ['class', 'style', 'onChange', 'onShowSizeChange'])),
+ d = Object(B['u'])({
+ key: 'pagination-' + t,
+ class: x()(c, e + '-pagination'),
props: h()({}, u, {
total: s,
size: r,
@@ -57999,19 +58524,19 @@
change: this.handlePageChange,
showSizeChange: this.handleShowSizeChange
}
- });
- return s > 0 && (o === t || "both" === o) ? n(Ts, d) : null
+ })
+ return s > 0 && (o === t || 'both' === o) ? n(Ts, d) : null
},
renderSelectionBox: function(e) {
var t = this,
- n = this.$createElement;
+ n = this.$createElement
return function(r, a, i) {
var o = t.getRecordKey(a, i),
s = t.getCheckboxPropsByItem(a, i),
c = function(n) {
- "radio" === e ? t.handleRadioSelect(a, i, n) : t.handleSelect(a, i, n)
+ 'radio' === e ? t.handleRadioSelect(a, i, n) : t.handleSelect(a, i, n)
},
- l = Object(B["u"])({
+ l = Object(B['u'])({
props: {
type: e,
store: t.store,
@@ -58021,8 +58546,8 @@
on: {
change: c
}
- }, s);
- return n("span", {
+ }, s)
+ return n('span', {
on: {
click: Vs
}
@@ -58036,26 +58561,26 @@
a = e.getPopupContainer,
i = this.$createElement,
s = this.rowSelection,
- c = this.columns.concat();
+ c = this.columns.concat()
if (s) {
var l = this.getFlatCurrentPageData().filter((function(e, n) {
return !s.getCheckboxProps || !t.getCheckboxPropsByItem(e, n).props.disabled
})),
- u = x()(n + "-selection-column", o()({}, n + "-selection-column-custom", s.selections)),
+ u = x()(n + '-selection-column', o()({}, n + '-selection-column-custom', s.selections)),
d = o()({
- key: "selection-column",
+ key: 'selection-column',
customRender: this.renderSelectionBox(s.type),
className: u,
fixed: s.fixed,
width: s.columnWidth,
title: s.columnTitle
}, _, {
- class: n + "-selection-col"
- });
- if ("radio" !== s.type) {
+ class: n + '-selection-col'
+ })
+ if ('radio' !== s.type) {
var h = l.every((function(e, n) {
return t.getCheckboxPropsByItem(e, n).props.disabled
- }));
+ }))
d.title = d.title || i(Ls, {
attrs: {
store: this.store,
@@ -58074,9 +58599,9 @@
}
})
}
- "fixed" in s ? d.fixed = s.fixed : c.some((function(e) {
- return "left" === e.fixed || !0 === e.fixed
- })) && (d.fixed = "left"), c[0] && "selection-column" === c[0].key ? c[0] = d : c.unshift(d)
+ 'fixed' in s ? d.fixed = s.fixed : c.some((function(e) {
+ return 'left' === e.fixed || !0 === e.fixed
+ })) && (d.fixed = 'left'), c[0] && 'selection-column' === c[0].key ? c[0] = d : c.unshift(d)
}
return c
},
@@ -58089,15 +58614,15 @@
s = e.getPopupContainer,
c = this.$createElement,
l = this.sSortOrder,
- u = this.sFilters;
+ u = this.sFilters
return Io(a, (function(e, a) {
var d, f = Rs(e, a),
m = void 0,
p = void 0,
_ = e.customHeaderCell,
- v = t.isSortColumn(e);
+ v = t.isSortColumn(e)
if (e.filters && e.filters.length > 0 || e.filterDropdown) {
- var b = f in u ? u[f] : [];
+ var b = f in u ? u[f] : []
m = c(No, {
attrs: {
_propsSymbol: Symbol(),
@@ -58105,61 +58630,61 @@
column: e,
selectedKeys: b,
confirmFilter: t.handleFilter,
- prefixCls: n + "-filter",
- dropdownPrefixCls: r || "ant-dropdown",
+ prefixCls: n + '-filter',
+ dropdownPrefixCls: r || 'ant-dropdown',
getPopupContainer: t.generatePopupContainerFunc(s)
},
- key: "filter-dropdown"
+ key: 'filter-dropdown'
})
}
if (e.sorter) {
var y = e.sortDirections || t.sortDirections,
- g = v && "ascend" === l,
- M = v && "descend" === l,
- w = -1 !== y.indexOf("ascend") && c(Da["a"], {
- class: n + "-column-sorter-up " + (g ? "on" : "off"),
+ g = v && 'ascend' === l,
+ M = v && 'descend' === l,
+ w = -1 !== y.indexOf('ascend') && c(Da['a'], {
+ class: n + '-column-sorter-up ' + (g ? 'on' : 'off'),
attrs: {
- type: "caret-up",
- theme: "filled"
+ type: 'caret-up',
+ theme: 'filled'
},
- key: "caret-up"
+ key: 'caret-up'
}),
- L = -1 !== y.indexOf("descend") && c(Da["a"], {
- class: n + "-column-sorter-down " + (M ? "on" : "off"),
+ L = -1 !== y.indexOf('descend') && c(Da['a'], {
+ class: n + '-column-sorter-down ' + (M ? 'on' : 'off'),
attrs: {
- type: "caret-down",
- theme: "filled"
+ type: 'caret-down',
+ theme: 'filled'
},
- key: "caret-down"
- });
- p = c("div", {
+ key: 'caret-down'
+ })
+ p = c('div', {
attrs: {
title: i.sortTitle
},
- class: x()(n + "-column-sorter-inner", w && L && n + "-column-sorter-inner-full"),
- key: "sorter"
+ class: x()(n + '-column-sorter-inner', w && L && n + '-column-sorter-inner-full'),
+ key: 'sorter'
}, [w, L]), _ = function(n) {
- var r = {};
- e.customHeaderCell && (r = h()({}, e.customHeaderCell(n))), r.on = r.on || {};
- var a = r.on.click;
+ var r = {}
+ e.customHeaderCell && (r = h()({}, e.customHeaderCell(n))), r.on = r.on || {}
+ var a = r.on.click
return r.on.click = function() {
t.toggleSortOrder(e), a && a.apply(void 0, arguments)
}, r
}
}
return h()({}, e, {
- className: x()(e.className, (d = {}, o()(d, n + "-column-has-actions", p || m), o()(d, n +
- "-column-has-filters", m), o()(d, n + "-column-has-sorters", p), o()(d, n + "-column-sort", v &&
+ className: x()(e.className, (d = {}, o()(d, n + '-column-has-actions', p || m), o()(d, n +
+ '-column-has-filters', m), o()(d, n + '-column-has-sorters', p), o()(d, n + '-column-sort', v &&
l), d)),
- title: [c("span", {
- key: "title",
- class: n + "-header-column"
- }, [c("div", {
- class: p ? n + "-column-sorters" : void 0
- }, [c("span", {
- class: n + "-column-title"
- }, [t.renderColumnTitle(e.title)]), c("span", {
- class: n + "-column-sorter"
+ title: [c('span', {
+ key: 'title',
+ class: n + '-header-column'
+ }, [c('div', {
+ class: p ? n + '-column-sorters' : void 0
+ }, [c('span', {
+ class: n + '-column-title'
+ }, [t.renderColumnTitle(e.title)]), c('span', {
+ class: n + '-column-sorter'
}, [p])])]), m],
customHeaderCell: _
})
@@ -58169,7 +58694,7 @@
var t = this.$data,
n = t.sFilters,
r = t.sSortOrder,
- a = t.sSortColumn;
+ a = t.sSortColumn
return e instanceof Function ? e({
filters: n,
sortOrder: r,
@@ -58185,18 +58710,18 @@
l = e.getPopupContainer,
u = e.transformCellText,
d = this.$createElement,
- f = Object(B["k"])(this),
+ f = Object(B['k'])(this),
m = f.showHeader,
p = f.locale,
_ = f.getPopupContainer,
- v = a()(f, ["showHeader", "locale", "getPopupContainer"]),
+ v = a()(f, ['showHeader', 'locale', 'getPopupContainer']),
b = this.getCurrentPageData(),
y = this.expandedRowRender && !1 !== this.expandIconAsCell,
g = _ || l,
- M = h()({}, c, p);
- p && p.emptyText || (M.emptyText = i(d, "Table"));
- var w = x()((t = {}, o()(t, r + "-" + this.size, !0), o()(t, r + "-bordered", this.bordered), o()(t, r +
- "-empty", !b.length), o()(t, r + "-without-column-header", !m), t)),
+ M = h()({}, c, p)
+ p && p.emptyText || (M.emptyText = i(d, 'Table'))
+ var w = x()((t = {}, o()(t, r + '-' + this.size, !0), o()(t, r + '-bordered', this.bordered), o()(t, r +
+ '-empty', !b.length), o()(t, r + '-without-column-header', !m), t)),
L = this.renderRowSelection({
prefixCls: r,
locale: M,
@@ -58209,13 +58734,13 @@
locale: M,
getPopupContainer: g
}).map((function(e, t) {
- var n = h()({}, e);
+ var n = h()({}, e)
return n.key = Rs(n, t), n
})),
- S = O[0] && "selection-column" === O[0].key ? 1 : 0;
- "expandIconColumnIndex" in v && (S = v.expandIconColumnIndex);
+ S = O[0] && 'selection-column' === O[0].key ? 1 : 0
+ 'expandIconColumnIndex' in v && (S = v.expandIconColumnIndex)
var k = {
- key: "table",
+ key: 'table',
props: h()({
expandIcon: this.renderExpandIcon(r)
}, v, {
@@ -58232,10 +58757,10 @@
emptyText: M.emptyText,
transformCellText: u
}),
- on: Object(B["j"])(this),
+ on: Object(B['j'])(this),
class: w,
- ref: "vcTable"
- };
+ ref: 'vcTable'
+ }
return d(ke, k)
}
},
@@ -58251,22 +58776,22 @@
c = o.transformCellText,
l = this.getPopupContainer || s,
u = a || c,
- d = this.loading;
- d = "boolean" === typeof d ? {
+ d = this.loading
+ d = 'boolean' === typeof d ? {
props: {
spinning: d
}
} : {
props: h()({}, d)
- };
+ }
var f = this.configProvider.getPrefixCls,
m = this.configProvider.renderEmpty,
- p = f("table", n),
- _ = f("dropdown", r),
- v = t(ro["a"], {
+ p = f('table', n),
+ _ = f('dropdown', r),
+ v = t(ro['a'], {
attrs: {
- componentName: "Table",
- defaultLocale: zs["a"].Table,
+ componentName: 'Table',
+ defaultLocale: zs['a'].Table,
children: function(t) {
return e.renderTable({
prefixCls: p,
@@ -58279,17 +58804,17 @@
}
}
}),
- b = this.hasPagination() && i && 0 !== i.length ? p + "-with-pagination" : p + "-without-pagination",
+ b = this.hasPagination() && i && 0 !== i.length ? p + '-with-pagination' : p + '-without-pagination',
y = h()({}, d, {
- class: d.props && d.props.spinning ? b + " " + p + "-spin-holder" : ""
- });
- return t("div", {
- class: x()(p + "-wrapper")
- }, [t(xs, y, [this.renderPagination(p, "top"), v, this.renderPagination(p, "bottom")])])
+ class: d.props && d.props.spinning ? b + ' ' + p + '-spin-holder' : ''
+ })
+ return t('div', {
+ class: x()(p + '-wrapper')
+ }, [t(xs, y, [this.renderPagination(p, 'top'), v, this.renderPagination(p, 'bottom')])])
}
- };
- t["default"] = {
- name: "CgformAutoListTableWrap",
+ }
+ t['default'] = {
+ name: 'CgformAutoListTableWrap',
data: function() {
return {}
},
@@ -58304,11 +58829,11 @@
methods: {},
render: function(e) {
var t = this,
- n = {};
+ n = {}
return Object.keys(Js.props).forEach((function(e) {
return n[e] = t[e]
- })), e("a-table", {
- tag: "component",
+ })), e('a-table', {
+ tag: 'component',
attrs: n,
on: this.$listeners,
scopedSlots: Object.assign({}, this.$scopedSlots, this.scopedSlots)
@@ -58317,29 +58842,30 @@
}
},
b218: function(e, t) {
- var n = 9007199254740991;
+ var n = 9007199254740991
function r(e) {
- return "number" == typeof e && e > -1 && e % 1 == 0 && e <= n
+ return 'number' == typeof e && e > -1 && e % 1 == 0 && e <= n
}
+
e.exports = r
},
b22c: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("cgform-auto-list-table", {
+ n = e._self._c || t
+ return n('cgform-auto-list-table', {
attrs: {
url: {},
table: e.table,
isorter: e.isorter,
- "show-alert-bar": !1,
+ 'show-alert-bar': !1,
buttonSwitch: {},
cgButtonLinkList: [],
- currentTableName: "",
+ currentTableName: '',
checkboxFlag: !1,
hasBpmStatus: !1,
scrollFlag: 0
@@ -58347,14 +58873,14 @@
})
},
a = [],
- i = n("0fea"),
- o = n("c4fb"),
- s = n("094a"),
+ i = n('0fea'),
+ o = n('c4fb'),
+ s = n('094a'),
c = {
- name: "AutoInnerSubTable",
- mixins: [s["default"]],
+ name: 'AutoInnerSubTable',
+ mixins: [s['default']],
components: {
- CgformAutoListTable: o["default"]
+ CgformAutoListTable: o['default']
},
props: {
record: {
@@ -58385,13 +58911,13 @@
},
methods: {
initialAutoList: function() {
- if (this.code = this.subTable.id, !this.code) return !1;
+ if (this.code = this.subTable.id, !this.code) return !1
0 === this.table.columns.length ? this.loadAll() : this.loadData(1)
},
loadData: function() {
- var e = this;
- return this.table.loading = !0, this.table.dataSource = [], Object(i["c"])(
- "/online/cgform/api/subform/list/".concat(this.subTable.key, "/").concat(this.record.id)).then((function(
+ var e = this
+ return this.table.loading = !0, this.table.dataSource = [], Object(i['c'])(
+ '/online/cgform/api/subform/list/'.concat(this.subTable.key, '/').concat(this.record.id)).then((function(
t) {
t.success && (e.table.dataSource = t.result)
})).finally((function() {
@@ -58401,29 +58927,30 @@
}
},
l = c,
- u = (n("924f"), n("2877")),
- d = Object(u["a"])(l, r, a, !1, null, "2df4d9ff", null);
- t["default"] = d.exports
+ u = (n('924f'), n('2877')),
+ d = Object(u['a'])(l, r, a, !1, null, '2df4d9ff', null)
+ t['default'] = d.exports
},
b24f: function(e, t, n) {
- "use strict";
- t.__esModule = !0;
- var r = n("93ff"),
+ 'use strict'
+ t.__esModule = !0
+ var r = n('93ff'),
a = s(r),
- i = n("1727"),
- o = s(i);
+ i = n('1727'),
+ o = s(i)
function s(e) {
return e && e.__esModule ? e : {
default: e
}
}
+
t.default = function() {
function e(e, t) {
var n = [],
r = !0,
a = !1,
- i = void 0;
+ i = void 0
try {
for (var s, c = (0, o.default)(e); !(r = (s = c.next()).done); r = !0)
if (n.push(s.value), t && n.length === t) break
@@ -58431,83 +58958,84 @@
a = !0, i = l
} finally {
try {
- !r && c["return"] && c["return"]()
+ !r && c['return'] && c['return']()
} finally {
if (a) throw i
}
}
return n
}
+
return function(t, n) {
- if (Array.isArray(t)) return t;
- if ((0, a.default)(Object(t))) return e(t, n);
- throw new TypeError("Invalid attempt to destructure non-iterable instance")
+ if (Array.isArray(t)) return t
+ if ((0, a.default)(Object(t))) return e(t, n)
+ throw new TypeError('Invalid attempt to destructure non-iterable instance')
}
}()
},
b267: function(e, t, n) {
- "use strict";
- var r = n("3b81"),
- a = n.n(r);
+ 'use strict'
+ var r = n('3b81'),
+ a = n.n(r)
a.a
},
b29d: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("lo", {
- months: "ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),
- monthsShort: "ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),
- weekdays: "ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),
- weekdaysShort: "ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),
- weekdaysMin: "ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),
+ var t = e.defineLocale('lo', {
+ months: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split('_'),
+ monthsShort: 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split('_'),
+ weekdays: 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),
+ weekdaysShort: 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),
+ weekdaysMin: 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "ວັນdddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'ວັນdddd D MMMM YYYY HH:mm'
},
meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/,
isPM: function(e) {
- return "ຕອນແລງ" === e
+ return 'ຕອນແລງ' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "ຕອນເຊົ້າ" : "ຕອນແລງ"
+ return e < 12 ? 'ຕອນເຊົ້າ' : 'ຕອນແລງ'
},
calendar: {
- sameDay: "[ມື້ນີ້ເວລາ] LT",
- nextDay: "[ມື້ອື່ນເວລາ] LT",
- nextWeek: "[ວັນ]dddd[ໜ້າເວລາ] LT",
- lastDay: "[ມື້ວານນີ້ເວລາ] LT",
- lastWeek: "[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",
- sameElse: "L"
+ sameDay: '[ມື້ນີ້ເວລາ] LT',
+ nextDay: '[ມື້ອື່ນເວລາ] LT',
+ nextWeek: '[ວັນ]dddd[ໜ້າເວລາ] LT',
+ lastDay: '[ມື້ວານນີ້ເວລາ] LT',
+ lastWeek: '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "ອີກ %s",
- past: "%sຜ່ານມາ",
- s: "ບໍ່ເທົ່າໃດວິນາທີ",
- ss: "%d ວິນາທີ",
- m: "1 ນາທີ",
- mm: "%d ນາທີ",
- h: "1 ຊົ່ວໂມງ",
- hh: "%d ຊົ່ວໂມງ",
- d: "1 ມື້",
- dd: "%d ມື້",
- M: "1 ເດືອນ",
- MM: "%d ເດືອນ",
- y: "1 ປີ",
- yy: "%d ປີ"
+ future: 'ອີກ %s',
+ past: '%sຜ່ານມາ',
+ s: 'ບໍ່ເທົ່າໃດວິນາທີ',
+ ss: '%d ວິນາທີ',
+ m: '1 ນາທີ',
+ mm: '%d ນາທີ',
+ h: '1 ຊົ່ວໂມງ',
+ hh: '%d ຊົ່ວໂມງ',
+ d: '1 ມື້',
+ dd: '%d ມື້',
+ M: '1 ເດືອນ',
+ MM: '%d ເດືອນ',
+ y: '1 ປີ',
+ yy: '%d ປີ'
},
dayOfMonthOrdinalParse: /(ທີ່)\d{1,2}/,
ordinal: function(e) {
- return "ທີ່" + e
+ return 'ທີ່' + e
}
- });
+ })
return t
}))
},
@@ -58522,114 +59050,119 @@
e.exports = n()
})(0, (function() {
return function(e) {
- var t = {};
+ var t = {}
function n(r) {
- if (t[r]) return t[r].exports;
+ if (t[r]) return t[r].exports
var a = t[r] = {
i: r,
l: !1,
exports: {}
- };
+ }
return e[r].call(a.exports, a, a.exports, n), a.l = !0, a.exports
}
+
return n.m = e, n.c = t, n.d = function(e, t, r) {
n.o(e, t) || Object.defineProperty(e, t, {
enumerable: !0,
get: r
})
}, n.r = function(e) {
- "undefined" !== typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, {
- value: "Module"
- }), Object.defineProperty(e, "__esModule", {
+ 'undefined' !== typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, {
+ value: 'Module'
+ }), Object.defineProperty(e, '__esModule', {
value: !0
})
}, n.t = function(e, t) {
- if (1 & t && (e = n(e)), 8 & t) return e;
- if (4 & t && "object" === typeof e && e && e.__esModule) return e;
- var r = Object.create(null);
- if (n.r(r), Object.defineProperty(r, "default", {
+ if (1 & t && (e = n(e)), 8 & t) return e
+ if (4 & t && 'object' === typeof e && e && e.__esModule) return e
+ var r = Object.create(null)
+ if (n.r(r), Object.defineProperty(r, 'default', {
enumerable: !0,
value: e
- }), 2 & t && "string" != typeof e)
+ }), 2 & t && 'string' != typeof e)
for (var a in e) n.d(r, a, function(t) {
return e[t]
- }.bind(null, a));
+ }.bind(null, a))
return r
}, n.n = function(e) {
var t = e && e.__esModule ? function() {
- return e["default"]
+ return e['default']
} : function() {
return e
- };
- return n.d(t, "a", t), t
+ }
+ return n.d(t, 'a', t), t
}, n.o = function(e, t) {
return Object.prototype.hasOwnProperty.call(e, t)
- }, n.p = "", n(n.s = 6)
+ }, n.p = '', n(n.s = 6)
}([function(e, t) {
function n(e) {
- var t;
- if ("SELECT" === e.nodeName) e.focus(), t = e.value;
- else if ("INPUT" === e.nodeName || "TEXTAREA" === e.nodeName) {
- var n = e.hasAttribute("readonly");
- n || e.setAttribute("readonly", ""), e.select(), e.setSelectionRange(0, e.value.length), n || e.removeAttribute(
- "readonly"), t = e.value
+ var t
+ if ('SELECT' === e.nodeName) e.focus(), t = e.value
+ else if ('INPUT' === e.nodeName || 'TEXTAREA' === e.nodeName) {
+ var n = e.hasAttribute('readonly')
+ n || e.setAttribute('readonly', ''), e.select(), e.setSelectionRange(0, e.value.length), n || e.removeAttribute(
+ 'readonly'), t = e.value
} else {
- e.hasAttribute("contenteditable") && e.focus();
+ e.hasAttribute('contenteditable') && e.focus()
var r = window.getSelection(),
- a = document.createRange();
+ a = document.createRange()
a.selectNodeContents(e), r.removeAllRanges(), r.addRange(a), t = r.toString()
}
return t
}
+
e.exports = n
}, function(e, t) {
- function n() {}
+ function n() {
+ }
+
n.prototype = {
on: function(e, t, n) {
- var r = this.e || (this.e = {});
+ var r = this.e || (this.e = {})
return (r[e] || (r[e] = [])).push({
fn: t,
ctx: n
}), this
},
once: function(e, t, n) {
- var r = this;
+ var r = this
function a() {
r.off(e, a), t.apply(n, arguments)
}
+
return a._ = t, this.on(e, a, n)
},
emit: function(e) {
var t = [].slice.call(arguments, 1),
n = ((this.e || (this.e = {}))[e] || []).slice(),
r = 0,
- a = n.length;
- for (r; r < a; r++) n[r].fn.apply(n[r].ctx, t);
+ a = n.length
+ for (r; r < a; r++) n[r].fn.apply(n[r].ctx, t)
return this
},
off: function(e, t) {
var n = this.e || (this.e = {}),
r = n[e],
- a = [];
+ a = []
if (r && t)
- for (var i = 0, o = r.length; i < o; i++) r[i].fn !== t && r[i].fn._ !== t && a.push(r[i]);
+ for (var i = 0, o = r.length; i < o; i++) r[i].fn !== t && r[i].fn._ !== t && a.push(r[i])
return a.length ? n[e] = a : delete n[e], this
}
}, e.exports = n, e.exports.TinyEmitter = n
}, function(e, t, n) {
var r = n(3),
- a = n(4);
+ a = n(4)
function i(e, t, n) {
- if (!e && !t && !n) throw new Error("Missing required arguments");
- if (!r.string(t)) throw new TypeError("Second argument must be a String");
- if (!r.fn(n)) throw new TypeError("Third argument must be a Function");
- if (r.node(e)) return o(e, t, n);
- if (r.nodeList(e)) return s(e, t, n);
- if (r.string(e)) return c(e, t, n);
- throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")
+ if (!e && !t && !n) throw new Error('Missing required arguments')
+ if (!r.string(t)) throw new TypeError('Second argument must be a String')
+ if (!r.fn(n)) throw new TypeError('Third argument must be a Function')
+ if (r.node(e)) return o(e, t, n)
+ if (r.nodeList(e)) return s(e, t, n)
+ if (r.string(e)) return c(e, t, n)
+ throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList')
}
function o(e, t, n) {
@@ -58655,25 +59188,26 @@
function c(e, t, n) {
return a(document.body, e, t, n)
}
+
e.exports = i
}, function(e, t) {
t.node = function(e) {
return void 0 !== e && e instanceof HTMLElement && 1 === e.nodeType
}, t.nodeList = function(e) {
- var n = Object.prototype.toString.call(e);
- return void 0 !== e && ("[object NodeList]" === n || "[object HTMLCollection]" === n) && "length" in e &&
+ var n = Object.prototype.toString.call(e)
+ return void 0 !== e && ('[object NodeList]' === n || '[object HTMLCollection]' === n) && 'length' in e &&
(0 === e.length || t.node(e[0]))
}, t.string = function(e) {
- return "string" === typeof e || e instanceof String
+ return 'string' === typeof e || e instanceof String
}, t.fn = function(e) {
- var t = Object.prototype.toString.call(e);
- return "[object Function]" === t
+ var t = Object.prototype.toString.call(e)
+ return '[object Function]' === t
}
}, function(e, t, n) {
- var r = n(5);
+ var r = n(5)
function a(e, t, n, r, a) {
- var i = o.apply(this, arguments);
+ var i = o.apply(this, arguments)
return e.addEventListener(n, i, a), {
destroy: function() {
e.removeEventListener(n, i, a)
@@ -58682,8 +59216,8 @@
}
function i(e, t, n, r, i) {
- return "function" === typeof e.addEventListener ? a.apply(null, arguments) : "function" === typeof n ?
- a.bind(null, document).apply(null, arguments) : ("string" === typeof e && (e = document.querySelectorAll(
+ return 'function' === typeof e.addEventListener ? a.apply(null, arguments) : 'function' === typeof n ?
+ a.bind(null, document).apply(null, arguments) : ('string' === typeof e && (e = document.querySelectorAll(
e)), Array.prototype.map.call(e, (function(e) {
return a(e, t, n, r, i)
})))
@@ -58694,98 +59228,103 @@
n.delegateTarget = r(n.target, t), n.delegateTarget && a.call(e, n)
}
}
+
e.exports = i
}, function(e, t) {
- var n = 9;
- if ("undefined" !== typeof Element && !Element.prototype.matches) {
- var r = Element.prototype;
+ var n = 9
+ if ('undefined' !== typeof Element && !Element.prototype.matches) {
+ var r = Element.prototype
r.matches = r.matchesSelector || r.mozMatchesSelector || r.msMatchesSelector || r.oMatchesSelector || r
.webkitMatchesSelector
}
function a(e, t) {
while (e && e.nodeType !== n) {
- if ("function" === typeof e.matches && e.matches(t)) return e;
+ if ('function' === typeof e.matches && e.matches(t)) return e
e = e.parentNode
}
}
+
e.exports = a
}, function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = n(0),
a = n.n(r),
- i = "function" === typeof Symbol && "symbol" === typeof Symbol.iterator ? function(e) {
+ i = 'function' === typeof Symbol && 'symbol' === typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
- return e && "function" === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ?
- "symbol" : typeof e
+ return e && 'function' === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ?
+ 'symbol' : typeof e
},
o = function() {
function e(e, t) {
for (var n = 0; n < t.length; n++) {
- var r = t[n];
- r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(
+ var r = t[n]
+ r.enumerable = r.enumerable || !1, r.configurable = !0, 'value' in r && (r.writable = !0), Object.defineProperty(
e, r.key, r)
}
}
+
return function(t, n, r) {
return n && e(t.prototype, n), r && e(t, r), t
}
- }();
+ }()
function s(e, t) {
- if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function")
+ if (!(e instanceof t)) throw new TypeError('Cannot call a class as a function')
}
+
var c = function() {
function e(t) {
s(this, e), this.resolveOptions(t), this.initSelection()
}
+
return o(e, [{
- key: "resolveOptions",
+ key: 'resolveOptions',
value: function() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}
this.action = e.action, this.container = e.container, this.emitter = e.emitter, this.target = e.target,
- this.text = e.text, this.trigger = e.trigger, this.selectedText = ""
+ this.text = e.text, this.trigger = e.trigger, this.selectedText = ''
}
}, {
- key: "initSelection",
+ key: 'initSelection',
value: function() {
this.text ? this.selectFake() : this.target && this.selectTarget()
}
}, {
- key: "selectFake",
+ key: 'selectFake',
value: function() {
var e = this,
- t = "rtl" == document.documentElement.getAttribute("dir");
+ t = 'rtl' == document.documentElement.getAttribute('dir')
this.removeFake(), this.fakeHandlerCallback = function() {
return e.removeFake()
- }, this.fakeHandler = this.container.addEventListener("click", this.fakeHandlerCallback) || !0,
- this.fakeElem = document.createElement("textarea"), this.fakeElem.style.fontSize = "12pt", this
- .fakeElem.style.border = "0", this.fakeElem.style.padding = "0", this.fakeElem.style.margin =
- "0", this.fakeElem.style.position = "absolute", this.fakeElem.style[t ? "right" : "left"] =
- "-9999px";
- var n = window.pageYOffset || document.documentElement.scrollTop;
- this.fakeElem.style.top = n + "px", this.fakeElem.setAttribute("readonly", ""), this.fakeElem.value =
+ }, this.fakeHandler = this.container.addEventListener('click', this.fakeHandlerCallback) || !0,
+ this.fakeElem = document.createElement('textarea'), this.fakeElem.style.fontSize = '12pt', this
+ .fakeElem.style.border = '0', this.fakeElem.style.padding = '0', this.fakeElem.style.margin =
+ '0', this.fakeElem.style.position = 'absolute', this.fakeElem.style[t ? 'right' : 'left'] =
+ '-9999px'
+ var n = window.pageYOffset || document.documentElement.scrollTop
+ this.fakeElem.style.top = n + 'px', this.fakeElem.setAttribute('readonly', ''), this.fakeElem.value =
this.text, this.container.appendChild(this.fakeElem), this.selectedText = a()(this.fakeElem),
this.copyText()
}
}, {
- key: "removeFake",
+ key: 'removeFake',
value: function() {
- this.fakeHandler && (this.container.removeEventListener("click", this.fakeHandlerCallback), this
+ this.fakeHandler && (this.container.removeEventListener('click', this.fakeHandlerCallback), this
.fakeHandler = null, this.fakeHandlerCallback = null), this.fakeElem && (this.container.removeChild(
this.fakeElem), this.fakeElem = null)
}
}, {
- key: "selectTarget",
+ key: 'selectTarget',
value: function() {
this.selectedText = a()(this.target), this.copyText()
}
}, {
- key: "copyText",
+ key: 'copyText',
value: function() {
- var e = void 0;
+ var e = void 0
try {
e = document.execCommand(this.action)
} catch (t) {
@@ -58794,9 +59333,9 @@
this.handleResult(e)
}
}, {
- key: "handleResult",
+ key: 'handleResult',
value: function(e) {
- this.emitter.emit(e ? "success" : "error", {
+ this.emitter.emit(e ? 'success' : 'error', {
action: this.action,
text: this.selectedText,
trigger: this.trigger,
@@ -58804,36 +59343,36 @@
})
}
}, {
- key: "clearSelection",
+ key: 'clearSelection',
value: function() {
this.trigger && this.trigger.focus(), document.activeElement.blur(), window.getSelection().removeAllRanges()
}
}, {
- key: "destroy",
+ key: 'destroy',
value: function() {
this.removeFake()
}
}, {
- key: "action",
+ key: 'action',
set: function() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "copy";
- if (this._action = e, "copy" !== this._action && "cut" !== this._action) throw new Error(
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 'copy'
+ if (this._action = e, 'copy' !== this._action && 'cut' !== this._action) throw new Error(
'Invalid "action" value, use either "copy" or "cut"')
},
get: function() {
return this._action
}
}, {
- key: "target",
+ key: 'target',
set: function(e) {
if (void 0 !== e) {
- if (!e || "object" !== ("undefined" === typeof e ? "undefined" : i(e)) || 1 !== e.nodeType)
- throw new Error('Invalid "target" value, use a valid Element');
- if ("copy" === this.action && e.hasAttribute("disabled")) throw new Error(
- 'Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');
- if ("cut" === this.action && (e.hasAttribute("readonly") || e.hasAttribute("disabled"))) throw new Error(
+ if (!e || 'object' !== ('undefined' === typeof e ? 'undefined' : i(e)) || 1 !== e.nodeType)
+ throw new Error('Invalid "target" value, use a valid Element')
+ if ('copy' === this.action && e.hasAttribute('disabled')) throw new Error(
+ 'Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute')
+ if ('cut' === this.action && (e.hasAttribute('readonly') || e.hasAttribute('disabled'))) throw new Error(
'Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes'
- );
+ )
this._target = e
}
},
@@ -58847,37 +59386,38 @@
d = n.n(u),
h = n(2),
f = n.n(h),
- m = "function" === typeof Symbol && "symbol" === typeof Symbol.iterator ? function(e) {
+ m = 'function' === typeof Symbol && 'symbol' === typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
- return e && "function" === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ?
- "symbol" : typeof e
+ return e && 'function' === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ?
+ 'symbol' : typeof e
},
p = function() {
function e(e, t) {
for (var n = 0; n < t.length; n++) {
- var r = t[n];
- r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(
+ var r = t[n]
+ r.enumerable = r.enumerable || !1, r.configurable = !0, 'value' in r && (r.writable = !0), Object.defineProperty(
e, r.key, r)
}
}
+
return function(t, n, r) {
return n && e(t.prototype, n), r && e(t, r), t
}
- }();
+ }()
function _(e, t) {
- if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function")
+ if (!(e instanceof t)) throw new TypeError('Cannot call a class as a function')
}
function v(e, t) {
- if (!e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
- return !t || "object" !== typeof t && "function" !== typeof t ? e : t
+ if (!e) throw new ReferenceError('this hasn\'t been initialised - super() hasn\'t been called')
+ return !t || 'object' !== typeof t && 'function' !== typeof t ? e : t
}
function b(e, t) {
- if ("function" !== typeof t && null !== t) throw new TypeError(
- "Super expression must either be null or a function, not " + typeof t);
+ if ('function' !== typeof t && null !== t) throw new TypeError(
+ 'Super expression must either be null or a function, not ' + typeof t)
e.prototype = Object.create(t && t.prototype, {
constructor: {
value: e,
@@ -58887,33 +59427,35 @@
}
}), t && (Object.setPrototypeOf ? Object.setPrototypeOf(e, t) : e.__proto__ = t)
}
+
var y = function(e) {
function t(e, n) {
- _(this, t);
- var r = v(this, (t.__proto__ || Object.getPrototypeOf(t)).call(this));
+ _(this, t)
+ var r = v(this, (t.__proto__ || Object.getPrototypeOf(t)).call(this))
return r.resolveOptions(n), r.listenClick(e), r
}
+
return b(t, e), p(t, [{
- key: "resolveOptions",
+ key: 'resolveOptions',
value: function() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};
- this.action = "function" === typeof e.action ? e.action : this.defaultAction, this.target =
- "function" === typeof e.target ? e.target : this.defaultTarget, this.text = "function" ===
- typeof e.text ? e.text : this.defaultText, this.container = "object" === m(e.container) ? e.container :
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}
+ this.action = 'function' === typeof e.action ? e.action : this.defaultAction, this.target =
+ 'function' === typeof e.target ? e.target : this.defaultTarget, this.text = 'function' ===
+ typeof e.text ? e.text : this.defaultText, this.container = 'object' === m(e.container) ? e.container :
document.body
}
}, {
- key: "listenClick",
+ key: 'listenClick',
value: function(e) {
- var t = this;
- this.listener = f()(e, "click", (function(e) {
+ var t = this
+ this.listener = f()(e, 'click', (function(e) {
return t.onClick(e)
}))
}
}, {
- key: "onClick",
+ key: 'onClick',
value: function(e) {
- var t = e.delegateTarget || e.currentTarget;
+ var t = e.delegateTarget || e.currentTarget
this.clipboardAction && (this.clipboardAction = null), this.clipboardAction = new l({
action: this.action(t),
target: this.target(t),
@@ -58924,215 +59466,220 @@
})
}
}, {
- key: "defaultAction",
+ key: 'defaultAction',
value: function(e) {
- return g("action", e)
+ return g('action', e)
}
}, {
- key: "defaultTarget",
+ key: 'defaultTarget',
value: function(e) {
- var t = g("target", e);
+ var t = g('target', e)
if (t) return document.querySelector(t)
}
}, {
- key: "defaultText",
+ key: 'defaultText',
value: function(e) {
- return g("text", e)
+ return g('text', e)
}
}, {
- key: "destroy",
+ key: 'destroy',
value: function() {
this.listener.destroy(), this.clipboardAction && (this.clipboardAction.destroy(), this.clipboardAction =
null)
}
}], [{
- key: "isSupported",
+ key: 'isSupported',
value: function() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : ["copy", "cut"],
- t = "string" === typeof e ? [e] : e,
- n = !!document.queryCommandSupported;
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : ['copy', 'cut'],
+ t = 'string' === typeof e ? [e] : e,
+ n = !!document.queryCommandSupported
return t.forEach((function(e) {
n = n && !!document.queryCommandSupported(e)
})), n
}
}]), t
- }(d.a);
+ }(d.a)
function g(e, t) {
- var n = "data-clipboard-" + e;
+ var n = 'data-clipboard-' + e
if (t.hasAttribute(n)) return t.getAttribute(n)
}
- t["default"] = y
- }])["default"]
+
+ t['default'] = y
+ }])['default']
}))
},
b3eb: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n, r) {
var a = {
- m: ["eine Minute", "einer Minute"],
- h: ["eine Stunde", "einer Stunde"],
- d: ["ein Tag", "einem Tag"],
- dd: [e + " Tage", e + " Tagen"],
- w: ["eine Woche", "einer Woche"],
- M: ["ein Monat", "einem Monat"],
- MM: [e + " Monate", e + " Monaten"],
- y: ["ein Jahr", "einem Jahr"],
- yy: [e + " Jahre", e + " Jahren"]
- };
+ m: ['eine Minute', 'einer Minute'],
+ h: ['eine Stunde', 'einer Stunde'],
+ d: ['ein Tag', 'einem Tag'],
+ dd: [e + ' Tage', e + ' Tagen'],
+ w: ['eine Woche', 'einer Woche'],
+ M: ['ein Monat', 'einem Monat'],
+ MM: [e + ' Monate', e + ' Monaten'],
+ y: ['ein Jahr', 'einem Jahr'],
+ yy: [e + ' Jahre', e + ' Jahren']
+ }
return t ? a[n][0] : a[n][1]
}
- var n = e.defineLocale("de-at", {
- months: "Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),
- monthsShort: "Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),
+
+ var n = e.defineLocale('de-at', {
+ months: 'Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),
+ monthsShort: 'Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),
monthsParseExact: !0,
- weekdays: "Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),
- weekdaysShort: "So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),
- weekdaysMin: "So_Mo_Di_Mi_Do_Fr_Sa".split("_"),
+ weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),
+ weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),
+ weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY HH:mm",
- LLLL: "dddd, D. MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY HH:mm',
+ LLLL: 'dddd, D. MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[heute um] LT [Uhr]",
- sameElse: "L",
- nextDay: "[morgen um] LT [Uhr]",
- nextWeek: "dddd [um] LT [Uhr]",
- lastDay: "[gestern um] LT [Uhr]",
- lastWeek: "[letzten] dddd [um] LT [Uhr]"
+ sameDay: '[heute um] LT [Uhr]',
+ sameElse: 'L',
+ nextDay: '[morgen um] LT [Uhr]',
+ nextWeek: 'dddd [um] LT [Uhr]',
+ lastDay: '[gestern um] LT [Uhr]',
+ lastWeek: '[letzten] dddd [um] LT [Uhr]'
},
relativeTime: {
- future: "in %s",
- past: "vor %s",
- s: "ein paar Sekunden",
- ss: "%d Sekunden",
+ future: 'in %s',
+ past: 'vor %s',
+ s: 'ein paar Sekunden',
+ ss: '%d Sekunden',
m: t,
- mm: "%d Minuten",
+ mm: '%d Minuten',
h: t,
- hh: "%d Stunden",
+ hh: '%d Stunden',
d: t,
dd: t,
w: t,
- ww: "%d Wochen",
+ ww: '%d Wochen',
M: t,
MM: t,
y: t,
yy: t
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return n
}))
},
b447: function(e, t, n) {
- var r = n("3a38"),
- a = Math.min;
+ var r = n('3a38'),
+ a = Math.min
e.exports = function(e) {
return e > 0 ? a(r(e), 9007199254740991) : 0
}
},
b469: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n, r) {
var a = {
- m: ["eine Minute", "einer Minute"],
- h: ["eine Stunde", "einer Stunde"],
- d: ["ein Tag", "einem Tag"],
- dd: [e + " Tage", e + " Tagen"],
- w: ["eine Woche", "einer Woche"],
- M: ["ein Monat", "einem Monat"],
- MM: [e + " Monate", e + " Monaten"],
- y: ["ein Jahr", "einem Jahr"],
- yy: [e + " Jahre", e + " Jahren"]
- };
+ m: ['eine Minute', 'einer Minute'],
+ h: ['eine Stunde', 'einer Stunde'],
+ d: ['ein Tag', 'einem Tag'],
+ dd: [e + ' Tage', e + ' Tagen'],
+ w: ['eine Woche', 'einer Woche'],
+ M: ['ein Monat', 'einem Monat'],
+ MM: [e + ' Monate', e + ' Monaten'],
+ y: ['ein Jahr', 'einem Jahr'],
+ yy: [e + ' Jahre', e + ' Jahren']
+ }
return t ? a[n][0] : a[n][1]
}
- var n = e.defineLocale("de", {
- months: "Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),
- monthsShort: "Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),
+
+ var n = e.defineLocale('de', {
+ months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),
+ monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),
monthsParseExact: !0,
- weekdays: "Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),
- weekdaysShort: "So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),
- weekdaysMin: "So_Mo_Di_Mi_Do_Fr_Sa".split("_"),
+ weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),
+ weekdaysShort: 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),
+ weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY HH:mm",
- LLLL: "dddd, D. MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY HH:mm',
+ LLLL: 'dddd, D. MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[heute um] LT [Uhr]",
- sameElse: "L",
- nextDay: "[morgen um] LT [Uhr]",
- nextWeek: "dddd [um] LT [Uhr]",
- lastDay: "[gestern um] LT [Uhr]",
- lastWeek: "[letzten] dddd [um] LT [Uhr]"
+ sameDay: '[heute um] LT [Uhr]',
+ sameElse: 'L',
+ nextDay: '[morgen um] LT [Uhr]',
+ nextWeek: 'dddd [um] LT [Uhr]',
+ lastDay: '[gestern um] LT [Uhr]',
+ lastWeek: '[letzten] dddd [um] LT [Uhr]'
},
relativeTime: {
- future: "in %s",
- past: "vor %s",
- s: "ein paar Sekunden",
- ss: "%d Sekunden",
+ future: 'in %s',
+ past: 'vor %s',
+ s: 'ein paar Sekunden',
+ ss: '%d Sekunden',
m: t,
- mm: "%d Minuten",
+ mm: '%d Minuten',
h: t,
- hh: "%d Stunden",
+ hh: '%d Stunden',
d: t,
dd: t,
w: t,
- ww: "%d Wochen",
+ ww: '%d Wochen',
M: t,
MM: t,
y: t,
yy: t
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return n
}))
},
b488: function(e, t, n) {
- "use strict";
- var r = n("9b57"),
+ 'use strict'
+ var r = n('9b57'),
a = n.n(r),
- i = n("41b2"),
+ i = n('41b2'),
o = n.n(i),
- s = n("daa3");
- t["a"] = {
+ s = n('daa3')
+ t['a'] = {
methods: {
setState: function() {
var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
t = arguments[1],
- n = "function" === typeof e ? e(this.$data, this.$props) : e;
+ n = 'function' === typeof e ? e(this.$data, this.$props) : e
if (this.getDerivedStateFromProps) {
- var r = this.getDerivedStateFromProps(Object(s["k"])(this), o()({}, this.$data, n));
- if (null === r) return;
+ var r = this.getDerivedStateFromProps(Object(s['k'])(this), o()({}, this.$data, n))
+ if (null === r) return
n = o()({}, n, r || {})
}
o()(this.$data, n), this.$forceUpdate(), this.$nextTick((function() {
@@ -59142,74 +59689,77 @@
__emit: function() {
var e = [].slice.call(arguments, 0),
t = e[0],
- n = this.$listeners[t];
+ n = this.$listeners[t]
if (e.length && n)
if (Array.isArray(n))
- for (var r = 0, i = n.length; r < i; r++) n[r].apply(n, a()(e.slice(1)));
+ for (var r = 0, i = n.length; r < i; r++) n[r].apply(n, a()(e.slice(1)))
else n.apply(void 0, a()(e.slice(1)))
}
}
}
},
- b4a4: function(e, t, n) {},
+ b4a4: function(e, t, n) {
+ },
b4b0: function(e, t, n) {
- var r = n("1a8c"),
- a = n("ffd6"),
+ var r = n('1a8c'),
+ a = n('ffd6'),
i = NaN,
o = /^\s+|\s+$/g,
s = /^[-+]0x[0-9a-f]+$/i,
c = /^0b[01]+$/i,
l = /^0o[0-7]+$/i,
- u = parseInt;
+ u = parseInt
function d(e) {
- if ("number" == typeof e) return e;
- if (a(e)) return i;
+ if ('number' == typeof e) return e
+ if (a(e)) return i
if (r(e)) {
- var t = "function" == typeof e.valueOf ? e.valueOf() : e;
- e = r(t) ? t + "" : t
+ var t = 'function' == typeof e.valueOf ? e.valueOf() : e
+ e = r(t) ? t + '' : t
}
- if ("string" != typeof e) return 0 === e ? e : +e;
- e = e.replace(o, "");
- var n = c.test(e);
+ if ('string' != typeof e) return 0 === e ? e : +e
+ e = e.replace(o, '')
+ var n = c.test(e)
return n || l.test(e) ? u(e.slice(2), n ? 2 : 8) : s.test(e) ? i : +e
}
+
e.exports = d
},
b4c0: function(e, t, n) {
- var r = n("cb5a");
+ var r = n('cb5a')
function a(e) {
var t = this.__data__,
- n = r(t, e);
+ n = r(t, e)
return n < 0 ? void 0 : t[n][1]
}
+
e.exports = a
},
b50d: function(e, t, n) {
- "use strict";
- var r = n("c532"),
- a = n("467f"),
- i = n("30b5"),
- o = n("c345"),
- s = n("3934"),
- c = n("2d83");
+ 'use strict'
+ var r = n('c532'),
+ a = n('467f'),
+ i = n('30b5'),
+ o = n('c345'),
+ s = n('3934'),
+ c = n('2d83')
e.exports = function(e) {
return new Promise((function(t, l) {
var u = e.data,
- d = e.headers;
- r.isFormData(u) && delete d["Content-Type"];
- var h = new XMLHttpRequest;
+ d = e.headers
+ r.isFormData(u) && delete d['Content-Type']
+ var h = new XMLHttpRequest
if (e.auth) {
- var f = e.auth.username || "",
- m = e.auth.password || "";
- d.Authorization = "Basic " + btoa(f + ":" + m)
+ var f = e.auth.username || '',
+ m = e.auth.password || ''
+ d.Authorization = 'Basic ' + btoa(f + ':' + m)
}
if (h.open(e.method.toUpperCase(), i(e.url, e.params, e.paramsSerializer), !0), h.timeout = e.timeout, h.onreadystatechange =
function() {
- if (h && 4 === h.readyState && (0 !== h.status || h.responseURL && 0 === h.responseURL.indexOf("file:"))) {
- var n = "getAllResponseHeaders" in h ? o(h.getAllResponseHeaders()) : null,
- r = e.responseType && "text" !== e.responseType ? h.response : h.responseText,
+ if (h && 4 === h.readyState && (0 !== h.status || h.responseURL && 0 === h.responseURL.indexOf('file:'))) {
+ var n = 'getAllResponseHeaders' in h ? o(h.getAllResponseHeaders()) : null,
+ r = e.responseType && 'text' !== e.responseType ? h.response : h.responseText,
i = {
data: r,
status: h.status,
@@ -59217,28 +59767,28 @@
headers: n,
config: e,
request: h
- };
+ }
a(t, l, i), h = null
}
}, h.onerror = function() {
- l(c("Network Error", e, null, h)), h = null
+ l(c('Network Error', e, null, h)), h = null
}, h.ontimeout = function() {
- l(c("timeout of " + e.timeout + "ms exceeded", e, "ECONNABORTED", h)), h = null
+ l(c('timeout of ' + e.timeout + 'ms exceeded', e, 'ECONNABORTED', h)), h = null
}, r.isStandardBrowserEnv()) {
- var p = n("7aac"),
- _ = (e.withCredentials || s(e.url)) && e.xsrfCookieName ? p.read(e.xsrfCookieName) : void 0;
+ var p = n('7aac'),
+ _ = (e.withCredentials || s(e.url)) && e.xsrfCookieName ? p.read(e.xsrfCookieName) : void 0
_ && (d[e.xsrfHeaderName] = _)
}
- if ("setRequestHeader" in h && r.forEach(d, (function(e, t) {
- "undefined" === typeof u && "content-type" === t.toLowerCase() ? delete d[t] : h.setRequestHeader(t,
+ if ('setRequestHeader' in h && r.forEach(d, (function(e, t) {
+ 'undefined' === typeof u && 'content-type' === t.toLowerCase() ? delete d[t] : h.setRequestHeader(t,
e)
})), e.withCredentials && (h.withCredentials = !0), e.responseType) try {
h.responseType = e.responseType
} catch (v) {
- if ("json" !== e.responseType) throw v
+ if ('json' !== e.responseType) throw v
}
- "function" === typeof e.onDownloadProgress && h.addEventListener("progress", e.onDownloadProgress),
- "function" === typeof e.onUploadProgress && h.upload && h.upload.addEventListener("progress", e.onUploadProgress),
+ 'function' === typeof e.onDownloadProgress && h.addEventListener('progress', e.onDownloadProgress),
+ 'function' === typeof e.onUploadProgress && h.upload && h.upload.addEventListener('progress', e.onUploadProgress),
e.cancelToken && e.cancelToken.promise.then((function(e) {
h && (h.abort(), l(e), h = null)
})), void 0 === u && (u = null), h.send(u)
@@ -59247,131 +59797,131 @@
},
b53d: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("tzm-latn", {
- months: "innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),
- monthsShort: "innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split(
- "_"),
- weekdays: "asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),
- weekdaysShort: "asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),
- weekdaysMin: "asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),
+ var t = e.defineLocale('tzm-latn', {
+ months: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split('_'),
+ monthsShort: 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split(
+ '_'),
+ weekdays: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
+ weekdaysShort: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
+ weekdaysMin: 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[asdkh g] LT",
- nextDay: "[aska g] LT",
- nextWeek: "dddd [g] LT",
- lastDay: "[assant g] LT",
- lastWeek: "dddd [g] LT",
- sameElse: "L"
+ sameDay: '[asdkh g] LT',
+ nextDay: '[aska g] LT',
+ nextWeek: 'dddd [g] LT',
+ lastDay: '[assant g] LT',
+ lastWeek: 'dddd [g] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "dadkh s yan %s",
- past: "yan %s",
- s: "imik",
- ss: "%d imik",
- m: "minuḍ",
- mm: "%d minuḍ",
- h: "saɛa",
- hh: "%d tassaɛin",
- d: "ass",
- dd: "%d ossan",
- M: "ayowr",
- MM: "%d iyyirn",
- y: "asgas",
- yy: "%d isgasn"
+ future: 'dadkh s yan %s',
+ past: 'yan %s',
+ s: 'imik',
+ ss: '%d imik',
+ m: 'minuḍ',
+ mm: '%d minuḍ',
+ h: 'saɛa',
+ hh: '%d tassaɛin',
+ d: 'ass',
+ dd: '%d ossan',
+ M: 'ayowr',
+ MM: '%d iyyirn',
+ y: 'asgas',
+ yy: '%d isgasn'
},
week: {
dow: 6,
doy: 12
}
- });
+ })
return t
}))
},
b540: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("jv", {
- months: "Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split(
- "_"),
- monthsShort: "Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),
- weekdays: "Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),
- weekdaysShort: "Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),
- weekdaysMin: "Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),
+ var t = e.defineLocale('jv', {
+ months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember'.split(
+ '_'),
+ monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des'.split('_'),
+ weekdays: 'Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu'.split('_'),
+ weekdaysShort: 'Min_Sen_Sel_Reb_Kem_Jem_Sep'.split('_'),
+ weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sp'.split('_'),
longDateFormat: {
- LT: "HH.mm",
- LTS: "HH.mm.ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY [pukul] HH.mm",
- LLLL: "dddd, D MMMM YYYY [pukul] HH.mm"
+ LT: 'HH.mm',
+ LTS: 'HH.mm.ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY [pukul] HH.mm',
+ LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm'
},
meridiemParse: /enjing|siyang|sonten|ndalu/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "enjing" === t ? e : "siyang" === t ? e >= 11 ? e : e + 12 : "sonten" ===
- t || "ndalu" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'enjing' === t ? e : 'siyang' === t ? e >= 11 ? e : e + 12 : 'sonten' ===
+ t || 'ndalu' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 11 ? "enjing" : e < 15 ? "siyang" : e < 19 ? "sonten" : "ndalu"
+ return e < 11 ? 'enjing' : e < 15 ? 'siyang' : e < 19 ? 'sonten' : 'ndalu'
},
calendar: {
- sameDay: "[Dinten puniko pukul] LT",
- nextDay: "[Mbenjang pukul] LT",
- nextWeek: "dddd [pukul] LT",
- lastDay: "[Kala wingi pukul] LT",
- lastWeek: "dddd [kepengker pukul] LT",
- sameElse: "L"
+ sameDay: '[Dinten puniko pukul] LT',
+ nextDay: '[Mbenjang pukul] LT',
+ nextWeek: 'dddd [pukul] LT',
+ lastDay: '[Kala wingi pukul] LT',
+ lastWeek: 'dddd [kepengker pukul] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "wonten ing %s",
- past: "%s ingkang kepengker",
- s: "sawetawis detik",
- ss: "%d detik",
- m: "setunggal menit",
- mm: "%d menit",
- h: "setunggal jam",
- hh: "%d jam",
- d: "sedinten",
- dd: "%d dinten",
- M: "sewulan",
- MM: "%d wulan",
- y: "setaun",
- yy: "%d taun"
+ future: 'wonten ing %s',
+ past: '%s ingkang kepengker',
+ s: 'sawetawis detik',
+ ss: '%d detik',
+ m: 'setunggal menit',
+ mm: '%d menit',
+ h: 'setunggal jam',
+ hh: '%d jam',
+ d: 'sedinten',
+ dd: '%d dinten',
+ M: 'sewulan',
+ MM: '%d wulan',
+ y: 'setaun',
+ yy: '%d taun'
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
b5a7: function(e, t, n) {
- var r = n("0b07"),
- a = n("2b3e"),
- i = r(a, "DataView");
+ var r = n('0b07'),
+ a = n('2b3e'),
+ i = r(a, 'DataView')
e.exports = i
},
b5ef: function(e, t, n) {
- "use strict";
+ 'use strict'
function r(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -59381,7 +59931,7 @@
function a(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? r(Object(n), !0).forEach((function(t) {
i(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : r(
@@ -59400,36 +59950,37 @@
writable: !0
}) : e[t] = n, e
}
- n.d(t, "a", (function() {
+
+ n.d(t, 'a', (function() {
return o
- }));
+ }))
var o = {
data: function() {
- var e = this;
+ var e = this
return {
fieldHrefSlots: [],
hrefComponent: {
model: {
- title: "",
- width: "100%",
+ title: '',
+ width: '100%',
visible: !1,
destroyOnClose: !0,
style: {
top: 0,
left: 0,
- height: "100%",
+ height: '100%',
margin: 0,
padding: 0
},
bodyStyle: {
- padding: "8px",
- height: "calc(100vh - 108px)",
- overflow: "auto",
- overflowX: "hidden"
+ padding: '8px',
+ height: 'calc(100vh - 108px)',
+ overflow: 'auto',
+ overflowX: 'hidden'
},
cancelButtonProps: {
style: {
- display: "none"
+ display: 'none'
}
}
},
@@ -59448,47 +59999,47 @@
},
methods: {
handleAcceptHrefParams: function() {
- this.acceptHrefParams = {};
- var e = this.$route.query;
+ this.acceptHrefParams = {}
+ var e = this.$route.query
e && (this.acceptHrefParams = a({}, e))
},
handleClickFieldHref: function(e, t) {
var n = e.href,
r =
/(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%\$#_]*)?/,
- a = /\.vue(\?.*)?$/;
- "string" === typeof n && (n = n.trim().replace(/\${([^}]+)?}/g, (function(e, n) {
+ a = /\.vue(\?.*)?$/
+ 'string' === typeof n && (n = n.trim().replace(/\${([^}]+)?}/g, (function(e, n) {
return t[n]
- })), r.test(n) ? window.open(n, "_blank") : a.test(n) ? this.openHrefCompModal(n) : this.$router.push(n))
+ })), r.test(n) ? window.open(n, '_blank') : a.test(n) ? this.openHrefCompModal(n) : this.$router.push(n))
},
openHrefCompModal: function(e) {
- var t = e.indexOf("?"),
- r = e;
+ var t = e.indexOf('?'),
+ r = e
if (-1 !== t) {
- r = e.substring(0, t);
+ r = e.substring(0, t)
var a = e.substring(t + 1, e.length),
- i = a.split("&"),
- o = {};
+ i = a.split('&'),
+ o = {}
i.forEach((function(e) {
- var t = e.split("=");
+ var t = e.split('=')
o[t[0]] = t[1]
})), this.hrefComponent.params = o
- } else this.hrefComponent.params = {};
- this.hrefComponent.model.visible = !0, this.hrefComponent.model.title = "操作", this.hrefComponent.is =
+ } else this.hrefComponent.params = {}
+ this.hrefComponent.model.visible = !0, this.hrefComponent.model.title = '操作', this.hrefComponent.is =
function() {
- return n("9dac")("./" + (r.startsWith("/") ? r.slice(1) : r))
+ return n('9dac')('./' + (r.startsWith('/') ? r.slice(1) : r))
}
},
handleColumnShowLength: function(e) {
var t = this.$createElement,
n = e.showLength,
- r = e.customRender;
- n && "function" != typeof r && (e.customRender = function(e) {
- return e && e.length > n ? t("span", {
+ r = e.customRender
+ n && 'function' != typeof r && (e.customRender = function(e) {
+ return e && e.length > n ? t('span', {
attrs: {
title: e
}
- }, [e.substr(0, n), "..."]) : e
+ }, [e.substr(0, n), '...']) : e
})
},
handleColumnHrefAndDict: function() {
@@ -59497,20 +60048,20 @@
n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},
r = this.$createElement,
a = t.customRender,
- i = t.hrefSlotName;
+ i = t.hrefSlotName
if (!i && t.scopedSlots && t.scopedSlots.customRender, a || i) {
var o = a,
- s = "_replace_text_";
+ s = '_replace_text_'
t.customRender = function(a, c) {
- var l = a;
+ var l = a
if (o)
if (o.startsWith(s)) {
- var u = o.replace(s, "");
+ var u = o.replace(s, '')
l = c[u]
- } else l = e.$filterMultiDictText(e.dictOptions[o], a);
- if (t.showLength && l && l.length > t.showLength && (l = l.substr(0, t.showLength) + "..."), i) {
- var d = n[i];
- if (d) return r("a", {
+ } else l = e.$filterMultiDictText(e.dictOptions[o], a)
+ if (t.showLength && l && l.length > t.showLength && (l = l.substr(0, t.showLength) + '...'), i) {
+ var d = n[i]
+ if (d) return r('a', {
on: {
click: function() {
return e.handleClickFieldHref(d, c)
@@ -59526,17 +60077,17 @@
}
},
b65a: function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ 'use strict'
+ n.d(t, 'a', (function() {
return u
- }));
- var r = n("ca00"),
- a = n("0fea"),
- i = n("8bbf"),
+ }))
+ var r = n('ca00'),
+ a = n('0fea'),
+ i = n('8bbf'),
o = n.n(i),
- s = n("9fb0"),
- c = n("4360"),
- l = n("ed3b"),
+ s = n('9fb0'),
+ c = n('4360'),
+ l = n('ed3b'),
u = {
data: function() {
return {
@@ -59545,17 +60096,17 @@
ipagination: {
current: 1,
pageSize: 10,
- pageSizeOptions: ["10", "20", "30"],
+ pageSizeOptions: ['10', '20', '30'],
showTotal: function(e, t) {
- return t[0] + "-" + t[1] + " 共" + e + "条"
+ return t[0] + '-' + t[1] + ' 共' + e + '条'
},
showQuickJumper: !0,
showSizeChanger: !0,
total: 0
},
isorter: {
- column: "createTime",
- order: "desc"
+ column: 'createTime',
+ order: 'desc'
},
filters: {},
loading: !1,
@@ -59563,8 +60114,8 @@
selectionRows: [],
toggleSearchStatus: !1,
superQueryFlag: !1,
- superQueryParams: "",
- superQueryMatchType: "and"
+ superQueryParams: '',
+ superQueryMatchType: 'and'
}
},
created: function() {
@@ -59573,41 +60124,42 @@
computed: {
tokenHeader: function() {
var e = {
- "X-Access-Token": o.a.ls.get(s["a"])
+ 'X-Access-Token': o.a.ls.get(s['a'])
},
- t = o.a.ls.get(s["e"]);
- return t && (e["tenant_id"] = t), e
+ t = o.a.ls.get(s['e'])
+ return t && (e['tenant_id'] = t), e
}
},
methods: {
loadData: function(e) {
- var t = this;
+ var t = this
if (this.url.list) {
- 1 === e && (this.ipagination.current = 1);
- var n = this.getQueryParams();
- this.loading = !0, Object(a["c"])(this.url.list, n).then((function(e) {
+ 1 === e && (this.ipagination.current = 1)
+ var n = this.getQueryParams()
+ this.loading = !0, Object(a['c'])(this.url.list, n).then((function(e) {
e.success && (t.dataSource = e.result.records || e.result, e.result.total ? t.ipagination.total = e.result
.total : t.ipagination.total = 0), 510 === e.code && t.$message.warning(e.message), t.loading = !1
}))
- } else this.$message.error("请设置url.list属性!")
+ } else this.$message.error('请设置url.list属性!')
+ },
+ initDictConfig: function() {
},
- initDictConfig: function() {},
handleSuperQuery: function(e, t) {
e ? (this.superQueryFlag = !0, this.superQueryParams = JSON.stringify(e), this.superQueryMatchType = t) :
- (this.superQueryParams = "", this.superQueryFlag = !1), this.loadData(1)
+ (this.superQueryParams = '', this.superQueryFlag = !1), this.loadData(1)
},
getQueryParams: function() {
- var e = {};
- this.superQueryParams && (e["superQueryParams"] = encodeURI(this.superQueryParams), e[
- "superQueryMatchType"] = this.superQueryMatchType);
- var t = Object.assign(e, this.queryParam, this.isorter, this.filters);
+ var e = {}
+ this.superQueryParams && (e['superQueryParams'] = encodeURI(this.superQueryParams), e[
+ 'superQueryMatchType'] = this.superQueryMatchType)
+ var t = Object.assign(e, this.queryParam, this.isorter, this.filters)
return t.field = this.getQueryField(), t.pageNo = this.ipagination.current, t.pageSize = this.ipagination.pageSize,
- Object(r["a"])(t)
+ Object(r['a'])(t)
},
getQueryField: function() {
- var e = "id,";
+ var e = 'id,'
return this.columns.forEach((function(t) {
- e += "," + t.dataIndex
+ e += ',' + t.dataIndex
})), e
},
onSelectChange: function(e, t) {
@@ -59627,15 +60179,15 @@
},
batchDel: function() {
if (this.url.deleteBatch)
- if (this.selectedRowKeys.length <= 0) this.$message.warning("请选择一条记录!");
+ if (this.selectedRowKeys.length <= 0) this.$message.warning('请选择一条记录!')
else {
- for (var e = "", t = 0; t < this.selectedRowKeys.length; t++) e += this.selectedRowKeys[t] + ",";
- var n = this;
+ for (var e = '', t = 0; t < this.selectedRowKeys.length; t++) e += this.selectedRowKeys[t] + ','
+ var n = this
this.$confirm({
- title: "确认删除",
- content: "是否删除选中数据?",
+ title: '确认删除',
+ content: '是否删除选中数据?',
onOk: function() {
- n.loading = !0, Object(a["a"])(n.url.deleteBatch, {
+ n.loading = !0, Object(a['a'])(n.url.deleteBatch, {
ids: e
}).then((function(e) {
e.success ? (n.$message.success(e.message), n.loadData(), n.onClearSelected()) : n.$message.warning(
@@ -59646,69 +60198,69 @@
}
})
}
- else this.$message.error("请设置url.deleteBatch属性!")
+ else this.$message.error('请设置url.deleteBatch属性!')
},
handleDelete: function(e) {
if (this.url.delete) {
- var t = this;
- Object(a["a"])(t.url.delete, {
+ var t = this
+ Object(a['a'])(t.url.delete, {
id: e
}).then((function(e) {
e.success ? (t.$message.success(e.message), t.loadData()) : t.$message.warning(e.message)
}))
- } else this.$message.error("请设置url.delete属性!")
+ } else this.$message.error('请设置url.delete属性!')
},
handleEdit: function(e) {
- this.$refs.modalForm.edit(e), this.$refs.modalForm.title = "编辑", this.$refs.modalForm.disableSubmit = !1
+ this.$refs.modalForm.edit(e), this.$refs.modalForm.title = '编辑', this.$refs.modalForm.disableSubmit = !1
},
handleAdd: function() {
- this.$refs.modalForm.add(), this.$refs.modalForm.title = "新增", this.$refs.modalForm.disableSubmit = !1
+ this.$refs.modalForm.add(), this.$refs.modalForm.title = '新增', this.$refs.modalForm.disableSubmit = !1
},
handleTableChange: function(e, t, n) {
- Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = "ascend" == n.order ?
- "asc" : "desc"), this.ipagination = e, this.loadData()
+ Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = 'ascend' == n.order ?
+ 'asc' : 'desc'), this.ipagination = e, this.loadData()
},
handleToggleSearch: function() {
this.toggleSearchStatus = !this.toggleSearchStatus
},
getPopupField: function(e) {
- return e.split(",")[0]
+ return e.split(',')[0]
},
modalFormOk: function() {
this.loadData(), this.onClearSelected()
},
handleDetail: function(e) {
- this.$refs.modalForm.edit(e), this.$refs.modalForm.title = "详情", this.$refs.modalForm.disableSubmit = !0
+ this.$refs.modalForm.edit(e), this.$refs.modalForm.title = '详情', this.$refs.modalForm.disableSubmit = !0
},
handleExportXls2: function() {
var e = encodeURI(JSON.stringify(this.getQueryParams())),
- t = "".concat(window._CONFIG["domianURL"], "/").concat(this.url.exportXlsUrl, "?paramsStr=").concat(e);
+ t = ''.concat(window._CONFIG['domianURL'], '/').concat(this.url.exportXlsUrl, '?paramsStr=').concat(e)
window.location.href = t
},
handleExportXls: function(e) {
- var t = this;
- e && "string" == typeof e || (e = "导出文件");
- var n = this.getQueryParams();
- this.selectedRowKeys && this.selectedRowKeys.length > 0 && (n["selections"] = this.selectedRowKeys.join(
- ",")), Object(a["b"])(this.url.exportXlsUrl, n).then((function(n) {
+ var t = this
+ e && 'string' == typeof e || (e = '导出文件')
+ var n = this.getQueryParams()
+ this.selectedRowKeys && this.selectedRowKeys.length > 0 && (n['selections'] = this.selectedRowKeys.join(
+ ',')), Object(a['b'])(this.url.exportXlsUrl, n).then((function(n) {
if (n)
- if ("undefined" !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([n], {
- type: "application/vnd.ms-excel"
- }), e + ".xls");
+ if ('undefined' !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([n], {
+ type: 'application/vnd.ms-excel'
+ }), e + '.xls')
else {
var r = window.URL.createObjectURL(new Blob([n], {
- type: "application/vnd.ms-excel"
+ type: 'application/vnd.ms-excel'
})),
- a = document.createElement("a");
- a.style.display = "none", a.href = r, a.setAttribute("download", e + ".xls"), document.body.appendChild(
+ a = document.createElement('a')
+ a.style.display = 'none', a.href = r, a.setAttribute('download', e + '.xls'), document.body.appendChild(
a), a.click(), document.body.removeChild(a), window.URL.revokeObjectURL(r)
}
- else t.$message.warning("文件下载失败")
+ else t.$message.warning('文件下载失败')
}))
},
handleImportExcel: function(e) {
- var t = this.$createElement;
- if (e.file.status, "done" === e.file.status)
+ var t = this.$createElement
+ if (e.file.status, 'done' === e.file.status)
if (e.file.response.success) {
if (201 === e.file.response.code) {
var n = e.file.response,
@@ -59717,120 +60269,126 @@
i = a.msg,
u = a.fileUrl,
d = a.fileName,
- h = window._CONFIG["domianURL"] + u;
+ h = window._CONFIG['domianURL'] + u
this.$warning({
title: r,
- content: t("div", [t("span", [i]), t("br"), t("span", ["具体详情请 ", t("a", {
+ content: t('div', [t('span', [i]), t('br'), t('span', ['具体详情请 ', t('a', {
attrs: {
href: h,
- target: "_blank",
+ target: '_blank',
download: d
}
- }, ["点击下载"]), " "])])
+ }, ['点击下载']), ' '])])
})
- } else this.$message.success(e.file.response.message || "".concat(e.file.name, " 文件上传成功"));
+ } else this.$message.success(e.file.response.message || ''.concat(e.file.name, ' 文件上传成功'))
this.loadData()
- } else this.$message.error("".concat(e.file.name, " ").concat(e.file.response.message, "."));
- else if ("error" === e.file.status)
+ } else this.$message.error(''.concat(e.file.name, ' ').concat(e.file.response.message, '.'))
+ else if ('error' === e.file.status)
if (500 === e.file.response.status) {
var f = e.file.response,
- m = o.a.ls.get(s["a"]);
- m && f.message.includes("Token失效") && l["a"].error({
- title: "登录已过期",
- content: "很抱歉,登录已过期,请重新登录",
- okText: "重新登录",
+ m = o.a.ls.get(s['a'])
+ m && f.message.includes('Token失效') && l['a'].error({
+ title: '登录已过期',
+ content: '很抱歉,登录已过期,请重新登录',
+ okText: '重新登录',
mask: !1,
onOk: function() {
- c["a"].dispatch("Logout").then((function() {
- o.a.ls.remove(s["a"]), window.location.reload()
+ c['a'].dispatch('Logout').then((function() {
+ o.a.ls.remove(s['a']), window.location.reload()
}))
}
})
- } else this.$message.error("文件上传失败: ".concat(e.file.msg, " "))
+ } else this.$message.error('文件上传失败: '.concat(e.file.msg, ' '))
},
getImgView: function(e) {
- return e && e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(","))), Object(a["d"])(e)
+ return e && e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(','))), Object(a['d'])(e)
},
downloadFile: function(e) {
if (e) {
- e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(",")));
- var t = Object(a["d"])(e);
+ e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(',')))
+ var t = Object(a['d'])(e)
window.open(t)
- } else this.$message.warning("未知的文件")
+ } else this.$message.warning('未知的文件')
}
}
}
},
b6bb: function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ 'use strict'
+ n.d(t, 'a', (function() {
return s
- }));
- var r = n("c449"),
+ }))
+ var r = n('c449'),
a = n.n(r),
i = 0,
- o = {};
+ o = {}
function s(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 1,
n = i++,
- r = t;
+ r = t
function s() {
r -= 1, r <= 0 ? (e(), delete o[n]) : o[n] = a()(s)
}
+
return o[n] = a()(s), n
}
+
s.cancel = function(e) {
void 0 !== e && (a.a.cancel(o[e]), delete o[e])
}, s.ids = o
},
b760: function(e, t, n) {
- var r = n("872a"),
- a = n("9638");
+ var r = n('872a'),
+ a = n('9638')
function i(e, t, n) {
(void 0 !== n && !a(e[t], n) || void 0 === n && !(t in e)) && r(e, t, n)
}
+
e.exports = i
},
b775: function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ 'use strict'
+ n.d(t, 'a', (function() {
return G
- }));
- var r = n("8bbf"),
+ }))
+ var r = n('8bbf'),
a = n.n(r),
- i = n("bc3a"),
+ i = n('bc3a'),
o = n.n(i),
- s = n("4360"),
- c = n("41b2"),
+ s = n('4360'),
+ c = n('41b2'),
l = n.n(c),
- u = n("8e8e"),
+ u = n('8e8e'),
d = n.n(u),
- h = n("6042"),
+ h = n('6042'),
f = n.n(h),
- m = n("4d91"),
- p = n("daa3"),
- _ = n("b488");
+ m = n('4d91'),
+ p = n('daa3'),
+ _ = n('b488')
function v() {
- var e = [].slice.call(arguments, 0);
+ var e = [].slice.call(arguments, 0)
return 1 === e.length ? e[0] : function() {
for (var t = 0; t < e.length; t++) e[t] && e[t].apply && e[t].apply(this, arguments)
}
}
- var b = n("94eb");
- function y() {}
+ var b = n('94eb')
+
+ function y() {
+ }
+
var g = {
- mixins: [_["a"]],
+ mixins: [_['a']],
props: {
- duration: m["a"].number.def(1.5),
- closable: m["a"].bool,
- prefixCls: m["a"].string,
- update: m["a"].bool,
- closeIcon: m["a"].any
+ duration: m['a'].number.def(1.5),
+ closable: m['a'].bool,
+ prefixCls: m['a'].string,
+ update: m['a'].bool,
+ closeIcon: m['a'].any
},
watch: {
duration: function() {
@@ -59848,10 +60406,10 @@
},
methods: {
close: function(e) {
- e && e.stopPropagation(), this.clearCloseTimer(), this.__emit("close")
+ e && e.stopPropagation(), this.clearCloseTimer(), this.__emit('close')
},
startCloseTimer: function() {
- var e = this;
+ var e = this
this.clearCloseTimer(), !this.willDestroy && this.duration && (this.closeTimer = setTimeout((function() {
e.close()
}), 1e3 * this.duration))
@@ -59871,52 +60429,55 @@
i = this.startCloseTimer,
o = this.$slots,
s = this.close,
- c = n + "-notice",
- l = (e = {}, f()(e, "" + c, 1), f()(e, c + "-closable", r), e),
- u = Object(p["p"])(this),
- d = Object(p["f"])(this, "closeIcon");
- return t("div", {
+ c = n + '-notice',
+ l = (e = {}, f()(e, '' + c, 1), f()(e, c + '-closable', r), e),
+ u = Object(p['p'])(this),
+ d = Object(p['f'])(this, 'closeIcon')
+ return t('div', {
class: l,
style: u || {
- right: "50%"
+ right: '50%'
},
on: {
mouseenter: a,
mouseleave: i,
- click: Object(p["j"])(this).click || y
+ click: Object(p['j'])(this).click || y
}
- }, [t("div", {
- class: c + "-content"
- }, [o["default"]]), r ? t("a", {
+ }, [t('div', {
+ class: c + '-content'
+ }, [o['default']]), r ? t('a', {
attrs: {
- tabIndex: "0"
+ tabIndex: '0'
},
on: {
click: s
},
- class: c + "-close"
- }, [d || t("span", {
- class: c + "-close-x"
+ class: c + '-close'
+ }, [d || t('span', {
+ class: c + '-close-x'
})]) : null])
}
},
- M = n("db14");
+ M = n('db14')
+
+ function w() {
+ }
- function w() {}
var L = 0,
- O = Date.now();
+ O = Date.now()
function S() {
- return "rcNotification_" + O + "_" + L++
+ return 'rcNotification_' + O + '_' + L++
}
+
var k = {
- mixins: [_["a"]],
+ mixins: [_['a']],
props: {
- prefixCls: m["a"].string.def("rc-notification"),
- transitionName: m["a"].string,
- animation: m["a"].oneOfType([m["a"].string, m["a"].object]).def("fade"),
- maxCount: m["a"].number,
- closeIcon: m["a"].any
+ prefixCls: m['a'].string.def('rc-notification'),
+ transitionName: m['a'].string,
+ animation: m['a'].oneOfType([m['a'].string, m['a'].object]).def('fade'),
+ maxCount: m['a'].number,
+ closeIcon: m['a'].any
},
data: function() {
return {
@@ -59926,18 +60487,18 @@
methods: {
getTransitionName: function() {
var e = this.$props,
- t = e.transitionName;
- return !t && e.animation && (t = e.prefixCls + "-" + e.animation), t
+ t = e.transitionName
+ return !t && e.animation && (t = e.prefixCls + '-' + e.animation), t
},
add: function(e) {
var t = e.key = e.key || S(),
- n = this.$props.maxCount;
+ n = this.$props.maxCount
this.setState((function(r) {
var a = r.notices,
i = a.map((function(e) {
return e.key
})).indexOf(t),
- o = a.concat();
+ o = a.concat()
return -1 !== i ? o.splice(i, 1, e) : (n && a.length >= n && (e.updateKey = o[0].updateKey || o[0].key,
o.shift()), o.push(e)), {
notices: o
@@ -59960,7 +60521,7 @@
r = this.notices,
a = this.remove,
i = this.getTransitionName,
- o = Object(b["a"])(i()),
+ o = Object(b['a'])(i()),
s = r.map((function(i, o) {
var s = Boolean(o === r.length - 1 && i.updateKey),
c = i.updateKey ? i.updateKey : i.key,
@@ -59969,7 +60530,7 @@
d = i.closable,
h = i.onClose,
f = i.style,
- m = i["class"],
+ m = i['class'],
_ = v(a.bind(t, i.key), h),
b = {
props: {
@@ -59977,7 +60538,7 @@
duration: u,
closable: d,
update: s,
- closeIcon: Object(p["f"])(t, "closeIcon")
+ closeIcon: Object(p['f'])(t, 'closeIcon')
},
on: {
close: _,
@@ -59986,35 +60547,35 @@
style: f,
class: m,
key: c
- };
- return e(g, b, ["function" === typeof l ? l(e) : l])
+ }
+ return e(g, b, ['function' === typeof l ? l(e) : l])
})),
c = f()({}, n, 1),
- l = Object(p["p"])(this);
- return e("div", {
+ l = Object(p['p'])(this)
+ return e('div', {
class: c,
style: l || {
- top: "65px",
- left: "50%"
+ top: '65px',
+ left: '50%'
}
- }, [e("transition-group", o, [s])])
+ }, [e('transition-group', o, [s])])
},
newInstance: function(e, t) {
var n = e || {},
r = n.getContainer,
i = n.style,
- o = n["class"],
- s = d()(n, ["getContainer", "style", "class"]),
- c = document.createElement("div");
+ o = n['class'],
+ s = d()(n, ['getContainer', 'style', 'class']),
+ c = document.createElement('div')
if (r) {
- var l = r();
+ var l = r()
l.appendChild(c)
- } else document.body.appendChild(c);
- var u = M["a"].Vue || a.a;
+ } else document.body.appendChild(c)
+ var u = M['a'].Vue || a.a
new u({
el: c,
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
t({
notice: function(t) {
@@ -60034,10 +60595,10 @@
var e = arguments[0],
t = {
props: s,
- ref: "notification",
+ ref: 'notification',
style: i,
class: o
- };
+ }
return e(k, t)
}
})
@@ -60045,16 +60606,16 @@
},
C = k,
T = C,
- x = n("0c63"),
+ x = n('0c63'),
z = {},
D = 4.5,
- j = "24px",
- H = "24px",
- E = "topRight",
+ j = '24px',
+ H = '24px',
+ E = 'topRight',
P = function() {
return document.body
},
- A = null;
+ A = null
function Y(e) {
var t = e.duration,
@@ -60062,43 +60623,43 @@
r = e.bottom,
a = e.top,
i = e.getContainer,
- o = e.closeIcon;
- void 0 !== t && (D = t), void 0 !== n && (E = n), void 0 !== r && (H = "number" === typeof r ? r + "px" : r),
- void 0 !== a && (j = "number" === typeof a ? a + "px" : a), void 0 !== i && (P = i), void 0 !== o && (A = o)
+ o = e.closeIcon
+ void 0 !== t && (D = t), void 0 !== n && (E = n), void 0 !== r && (H = 'number' === typeof r ? r + 'px' : r),
+ void 0 !== a && (j = 'number' === typeof a ? a + 'px' : a), void 0 !== i && (P = i), void 0 !== o && (A = o)
}
function V(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : j,
n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : H,
- r = void 0;
+ r = void 0
switch (e) {
- case "topLeft":
+ case 'topLeft':
r = {
left: 0,
top: t,
- bottom: "auto"
- };
- break;
- case "topRight":
+ bottom: 'auto'
+ }
+ break
+ case 'topRight':
r = {
right: 0,
top: t,
- bottom: "auto"
- };
- break;
- case "bottomLeft":
+ bottom: 'auto'
+ }
+ break
+ case 'bottomLeft':
r = {
left: 0,
- top: "auto",
+ top: 'auto',
bottom: n
- };
- break;
+ }
+ break
default:
r = {
right: 0,
- top: "auto",
+ top: 'auto',
bottom: n
- };
+ }
break
}
return r
@@ -60114,34 +60675,35 @@
c = e.bottom,
l = e.closeIcon,
u = void 0 === l ? A : l,
- d = n + "-" + a;
+ d = n + '-' + a
z[d] ? t(z[d]) : T.newInstance({
prefixCls: n,
- class: n + "-" + a,
+ class: n + '-' + a,
style: V(a, s, c),
getContainer: o,
closeIcon: function(e) {
- var t = "function" === typeof u ? u(e) : u,
- r = e("span", {
- class: n + "-close-x"
- }, [t || e(x["a"], {
- class: n + "-close-icon",
+ var t = 'function' === typeof u ? u(e) : u,
+ r = e('span', {
+ class: n + '-close-x'
+ }, [t || e(x['a'], {
+ class: n + '-close-icon',
attrs: {
- type: "close"
+ type: 'close'
}
- })]);
+ })])
return r
}
}, (function(e) {
z[d] = e, t(e)
}))
}
+
var R = {
- success: "check-circle-o",
- info: "info-circle-o",
- error: "close-circle-o",
- warning: "exclamation-circle-o"
- };
+ success: 'check-circle-o',
+ info: 'info-circle-o',
+ error: 'close-circle-o',
+ warning: 'exclamation-circle-o'
+ }
function F(e) {
var t = e.icon,
@@ -60149,20 +60711,20 @@
r = e.description,
a = e.message,
i = e.btn,
- o = e.prefixCls || "ant-notification",
- s = o + "-notice",
+ o = e.prefixCls || 'ant-notification',
+ s = o + '-notice',
c = void 0 === e.duration ? D : e.duration,
- l = null;
+ l = null
if (t) l = function(e) {
- return e("span", {
- class: s + "-icon"
- }, ["function" === typeof t ? t(e) : t])
- };
+ return e('span', {
+ class: s + '-icon'
+ }, ['function' === typeof t ? t(e) : t])
+ }
else if (n) {
- var u = R[n];
+ var u = R[n]
l = function(e) {
- return e(x["a"], {
- class: s + "-icon " + s + "-icon-" + n,
+ return e(x['a'], {
+ class: s + '-icon ' + s + '-icon-' + n,
attrs: {
type: u
}
@@ -60173,7 +60735,7 @@
h = e.top,
f = e.bottom,
m = e.getContainer,
- p = e.closeIcon;
+ p = e.closeIcon
I({
prefixCls: o,
placement: d,
@@ -60184,17 +60746,17 @@
}, (function(t) {
t.notice({
content: function(e) {
- return e("div", {
- class: l ? s + "-with-icon" : ""
- }, [l && l(e), e("div", {
- class: s + "-message"
- }, [!r && l ? e("span", {
- class: s + "-message-single-line-auto-margin"
- }) : null, "function" === typeof a ? a(e) : a]), e("div", {
- class: s + "-description"
- }, ["function" === typeof r ? r(e) : r]), i ? e("span", {
- class: s + "-btn"
- }, ["function" === typeof i ? i(e) : i]) : null])
+ return e('div', {
+ class: l ? s + '-with-icon' : ''
+ }, [l && l(e), e('div', {
+ class: s + '-message'
+ }, [!r && l ? e('span', {
+ class: s + '-message-single-line-auto-margin'
+ }) : null, 'function' === typeof a ? a(e) : a]), e('div', {
+ class: s + '-description'
+ }, ['function' === typeof r ? r(e) : r]), i ? e('span', {
+ class: s + '-btn'
+ }, ['function' === typeof i ? i(e) : i]) : null])
},
duration: c,
closable: !0,
@@ -60202,10 +60764,11 @@
onClick: e.onClick,
key: e.key,
style: e.style || {},
- class: e["class"]
+ class: e['class']
})
}))
}
+
var $ = {
open: F,
close: function(e) {
@@ -60220,21 +60783,21 @@
}))
}
};
- ["success", "info", "warning", "error"].forEach((function(e) {
+ ['success', 'info', 'warning', 'error'].forEach((function(e) {
$[e] = function(t) {
return $.open(l()({}, t, {
type: e
}))
}
- })), $.warn = $.warning;
+ })), $.warn = $.warning
var N = $,
- B = n("ed3b"),
- K = n("9fb0");
+ B = n('ed3b'),
+ K = n('9fb0')
function W(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -60244,7 +60807,7 @@
function q(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? W(Object(n), !0).forEach((function(t) {
U(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : W(
@@ -60263,7 +60826,8 @@
writable: !0
}) : e[t] = n, e
}
- var J = window._CONFIG["domianURL"] || "/jeecg-boot",
+
+ var J = window._CONFIG['domianURL'] || '/jeecg-boot',
G = o.a.create({
baseURL: J,
timeout: 9e5
@@ -60271,79 +60835,79 @@
Q = function(e) {
if (e.response) {
var t = e.response.data,
- n = a.a.ls.get(K["a"]);
+ n = a.a.ls.get(K['a'])
switch (e.response.status) {
case 403:
N.error({
- message: "系统提示",
- description: "拒绝访问",
+ message: '系统提示',
+ description: '拒绝访问',
duration: 4
- });
- break;
+ })
+ break
case 500:
- var r = e.response.request.responseType;
- if ("blob" === r) {
- X(t);
+ var r = e.response.request.responseType
+ if ('blob' === r) {
+ X(t)
break
}
- n && t.message.includes("Token失效") && B["a"].error({
- title: "登录已过期",
- content: "很抱歉,登录已过期,请重新登录",
- okText: "重新登录",
+ n && t.message.includes('Token失效') && B['a'].error({
+ title: '登录已过期',
+ content: '很抱歉,登录已过期,请重新登录',
+ okText: '重新登录',
mask: !1,
onOk: function() {
- s["a"].dispatch("Logout").then((function() {
- a.a.ls.remove(K["a"]);
+ s['a'].dispatch('Logout').then((function() {
+ a.a.ls.remove(K['a'])
try {
- var e = window.document.location.pathname;
- "/" != e && -1 == e.indexOf("/user/login") && window.location.reload()
+ var e = window.document.location.pathname
+ '/' != e && -1 == e.indexOf('/user/login') && window.location.reload()
} catch (t) {
window.location.reload()
}
}))
}
- });
- break;
+ })
+ break
case 404:
N.error({
- message: "系统提示",
- description: "很抱歉,资源未找到!",
+ message: '系统提示',
+ description: '很抱歉,资源未找到!',
duration: 4
- });
- break;
+ })
+ break
case 504:
N.error({
- message: "系统提示",
- description: "网络超时"
- });
- break;
+ message: '系统提示',
+ description: '网络超时'
+ })
+ break
case 401:
N.error({
- message: "系统提示",
- description: "未授权,请重新登录",
+ message: '系统提示',
+ description: '未授权,请重新登录',
duration: 4
- }), n && s["a"].dispatch("Logout").then((function() {
+ }), n && s['a'].dispatch('Logout').then((function() {
setTimeout((function() {
window.location.reload()
}), 1500)
- }));
- break;
+ }))
+ break
default:
N.error({
- message: "系统提示",
+ message: '系统提示',
description: t.message,
duration: 4
- });
+ })
break
}
}
return Promise.reject(e)
- };
+ }
G.interceptors.request.use((function(e) {
- var t = a.a.ls.get(K["a"]);
- t && (e.headers["X-Access-Token"] = t);
- var n = a.a.ls.get(K["e"]);
- return n || (n = 0), e.headers["tenant_id"] = n, "get" == e.method && e.url.indexOf("sys/dict/getDictItems") <
+ var t = a.a.ls.get(K['a'])
+ t && (e.headers['X-Access-Token'] = t)
+ var n = a.a.ls.get(K['e'])
+ return n || (n = 0), e.headers['tenant_id'] = n, 'get' == e.method && e.url.indexOf('sys/dict/getDictItems') <
0 && (e.params = q({
_t: Date.parse(new Date) / 1e3
}, e.params)), e
@@ -60351,501 +60915,503 @@
return Promise.reject(e)
})), G.interceptors.response.use((function(e) {
return e.data
- }), Q);
+ }), Q)
function X(e) {
var t = new FileReader,
- n = a.a.ls.get(K["a"]);
+ n = a.a.ls.get(K['a'])
t.onload = function() {
try {
- var e = JSON.parse(this.result);
- 500 === e.status && n && e.message.includes("Token失效") && B["a"].error({
- title: "登录已过期",
- content: "很抱歉,登录已过期,请重新登录",
- okText: "重新登录",
+ var e = JSON.parse(this.result)
+ 500 === e.status && n && e.message.includes('Token失效') && B['a'].error({
+ title: '登录已过期',
+ content: '很抱歉,登录已过期,请重新登录',
+ okText: '重新登录',
mask: !1,
onOk: function() {
- s["a"].dispatch("Logout").then((function() {
- a.a.ls.remove(K["a"]), window.location.reload()
+ s['a'].dispatch('Logout').then((function() {
+ a.a.ls.remove(K['a']), window.location.reload()
}))
}
})
- } catch (t) {}
+ } catch (t) {
+ }
}, t.readAsText(e)
}
},
- b7ba: function(e, t, n) {},
+ b7ba: function(e, t, n) {
+ },
b7e9: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("en-sg", {
- months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
- monthsShort: "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
- weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
- weekdaysShort: "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
- weekdaysMin: "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
+ var t = e.defineLocale('en-sg', {
+ months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
+ monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
+ weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
+ weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
+ weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Today at] LT",
- nextDay: "[Tomorrow at] LT",
- nextWeek: "dddd [at] LT",
- lastDay: "[Yesterday at] LT",
- lastWeek: "[Last] dddd [at] LT",
- sameElse: "L"
+ sameDay: '[Today at] LT',
+ nextDay: '[Tomorrow at] LT',
+ nextWeek: 'dddd [at] LT',
+ lastDay: '[Yesterday at] LT',
+ lastWeek: '[Last] dddd [at] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "in %s",
- past: "%s ago",
- s: "a few seconds",
- ss: "%d seconds",
- m: "a minute",
- mm: "%d minutes",
- h: "an hour",
- hh: "%d hours",
- d: "a day",
- dd: "%d days",
- M: "a month",
- MM: "%d months",
- y: "a year",
- yy: "%d years"
+ future: 'in %s',
+ past: '%s ago',
+ s: 'a few seconds',
+ ss: '%d seconds',
+ m: 'a minute',
+ mm: '%d minutes',
+ h: 'an hour',
+ hh: '%d hours',
+ d: 'a day',
+ dd: '%d days',
+ M: 'a month',
+ MM: '%d months',
+ y: 'a year',
+ yy: '%d years'
},
dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === ~~(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
b84c: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("nn", {
- months: "januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),
- monthsShort: "jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),
+ var t = e.defineLocale('nn', {
+ months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),
+ monthsShort: 'jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.'.split('_'),
monthsParseExact: !0,
- weekdays: "sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),
- weekdaysShort: "su._må._ty._on._to._fr._lau.".split("_"),
- weekdaysMin: "su_må_ty_on_to_fr_la".split("_"),
+ weekdays: 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'),
+ weekdaysShort: 'su._må._ty._on._to._fr._lau.'.split('_'),
+ weekdaysMin: 'su_må_ty_on_to_fr_la'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY [kl.] H:mm",
- LLLL: "dddd D. MMMM YYYY [kl.] HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY [kl.] H:mm',
+ LLLL: 'dddd D. MMMM YYYY [kl.] HH:mm'
},
calendar: {
- sameDay: "[I dag klokka] LT",
- nextDay: "[I morgon klokka] LT",
- nextWeek: "dddd [klokka] LT",
- lastDay: "[I går klokka] LT",
- lastWeek: "[Føregåande] dddd [klokka] LT",
- sameElse: "L"
+ sameDay: '[I dag klokka] LT',
+ nextDay: '[I morgon klokka] LT',
+ nextWeek: 'dddd [klokka] LT',
+ lastDay: '[I går klokka] LT',
+ lastWeek: '[Føregåande] dddd [klokka] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "om %s",
- past: "%s sidan",
- s: "nokre sekund",
- ss: "%d sekund",
- m: "eit minutt",
- mm: "%d minutt",
- h: "ein time",
- hh: "%d timar",
- d: "ein dag",
- dd: "%d dagar",
- M: "ein månad",
- MM: "%d månader",
- y: "eit år",
- yy: "%d år"
+ future: 'om %s',
+ past: '%s sidan',
+ s: 'nokre sekund',
+ ss: '%d sekund',
+ m: 'eit minutt',
+ mm: '%d minutt',
+ h: 'ein time',
+ hh: '%d timar',
+ d: 'ein dag',
+ dd: '%d dagar',
+ M: 'ein månad',
+ MM: '%d månader',
+ y: 'eit år',
+ yy: '%d år'
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
b898: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-modal", {
+ n = e._self._c || t
+ return n('a-modal', {
staticStyle: {
- top: "5%",
- height: "95%"
+ top: '5%',
+ height: '95%'
},
attrs: {
title: e.title,
width: e.modalWidth,
visible: e.visible,
confirmLoading: e.confirmLoading,
- cancelText: "取消",
- okText: "生成代码",
- wrapClassName: "ant-modal-cust-warp"
+ cancelText: '取消',
+ okText: '生成代码',
+ wrapClassName: 'ant-modal-cust-warp'
},
on: {
ok: e.handleSubmit,
cancel: e.handleCancel
}
- }, [n("a-form", {
+ }, [n('a-form', {
attrs: {
form: e.form
}
- }, [n("a-row", {
+ }, [n('a-row', {
attrs: {
gutter: 24
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
span: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "代码生成目录",
+ label: '代码生成目录',
labelCol: e.single ? e.labelCol : e.labelCol2,
wrapperCol: e.single ? e.wrapperCol : e.wrapperCol2
}
- }, [n("a-input-search", {
+ }, [n('a-input-search', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["projectPath", e.validatorRules.projectPath],
- expression: "['projectPath', validatorRules.projectPath]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['projectPath', e.validatorRules.projectPath],
+ expression: '[\'projectPath\', validatorRules.projectPath]'
}],
attrs: {
- placeholder: "请选择代码生成目录",
- disabled: e.isDisabledAuth("online:codeGenerate:projectPath")
+ placeholder: '请选择代码生成目录',
+ disabled: e.isDisabledAuth('online:codeGenerate:projectPath')
},
on: {
change: e.storeProjectPath,
search: e.onSelectDir
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- slot: "enterButton",
- icon: "folder-open",
- disabled: e.isDisabledAuth("online:codeGenerate:projectPath")
+ slot: 'enterButton',
+ icon: 'folder-open',
+ disabled: e.isDisabledAuth('online:codeGenerate:projectPath')
},
- slot: "enterButton"
- }, [e._v("浏览")])], 1)], 1)], 1), n("a-col", {
+ slot: 'enterButton'
+ }, [e._v('浏览')])], 1)], 1)], 1), n('a-col', {
attrs: {
span: e.single ? 24 : 12
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "页面风格",
+ label: '页面风格',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["jspMode"],
- expression: "['jspMode']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['jspMode'],
+ expression: '[\'jspMode\']'
}]
}, e._l(e.jspModeList, (function(t, r) {
- return n("a-select-option", {
+ return n('a-select-option', {
key: r,
attrs: {
value: t.code
}
}, [e._v(e._s(t.note))])
- })), 1)], 1)], 1), n("a-col", {
+ })), 1)], 1)], 1), n('a-col', {
attrs: {
span: e.single ? 24 : 12
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "功能说明",
+ label: '功能说明',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["ftlDescription", e.validatorRules.ftlDescription],
- expression: "['ftlDescription',validatorRules.ftlDescription]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['ftlDescription', e.validatorRules.ftlDescription],
+ expression: '[\'ftlDescription\',validatorRules.ftlDescription]'
}],
attrs: {
- placeholder: "请输入功能说明"
+ placeholder: '请输入功能说明'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: !1,
- expression: "false"
+ expression: 'false'
}],
attrs: {
span: e.single ? 24 : 12
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "数据模型",
+ label: '数据模型',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["jformType"],
- expression: "['jformType']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['jformType'],
+ expression: '[\'jformType\']'
}],
attrs: {
- disabled: ""
+ disabled: ''
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "1"
+ value: '1'
}
- }, [e._v("单表")]), n("a-select-option", {
+ }, [e._v('单表')]), n('a-select-option', {
attrs: {
- value: "2"
+ value: '2'
}
- }, [e._v("一对多")])], 1)], 1)], 1), n("a-col", {
+ }, [e._v('一对多')])], 1)], 1)], 1), n('a-col', {
attrs: {
span: e.single ? 24 : 12
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "表名",
+ label: '表名',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["tableName_tmp", e.validatorRules.tableName_tmp],
- expression: "['tableName_tmp',validatorRules.tableName_tmp]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['tableName_tmp', e.validatorRules.tableName_tmp],
+ expression: '[\'tableName_tmp\',validatorRules.tableName_tmp]'
}],
attrs: {
- readOnly: "",
- placeholder: "请输入表名"
+ readOnly: '',
+ placeholder: '请输入表名'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: e.single ? 24 : 12
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "实体类名",
+ label: '实体类名',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["entityName", e.validatorRules.entityName],
- expression: "['entityName',validatorRules.entityName]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['entityName', e.validatorRules.entityName],
+ expression: '[\'entityName\',validatorRules.entityName]'
}],
attrs: {
- placeholder: "请输入实体类名(首字母大写)"
+ placeholder: '请输入实体类名(首字母大写)'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: e.single ? 24 : 12
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "包名(小写)",
+ label: '包名(小写)',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["entityPackage", e.validatorRules.entityPackage],
- expression: "['entityPackage',validatorRules.entityPackage]"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['entityPackage', e.validatorRules.entityPackage],
+ expression: '[\'entityPackage\',validatorRules.entityPackage]'
}],
attrs: {
- placeholder: "请输入包名"
+ placeholder: '请输入包名'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: e.single ? 24 : 12
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "代码分层样式",
+ label: '代码分层样式',
labelCol: e.labelCol,
wrapperCol: e.wrapperCol
}
- }, [n("a-select", {
+ }, [n('a-select', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["packageStyle"],
- expression: "['packageStyle']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['packageStyle'],
+ expression: '[\'packageStyle\']'
}],
attrs: {
- disabled: ""
+ disabled: ''
}
- }, [n("a-select-option", {
+ }, [n('a-select-option', {
attrs: {
- value: "service"
+ value: 'service'
}
- }, [e._v("业务分层")]), n("a-select-option", {
+ }, [e._v('业务分层')]), n('a-select-option', {
attrs: {
- value: "project"
+ value: 'project'
}
- }, [e._v("代码分层")])], 1)], 1)], 1), n("a-col", {
+ }, [e._v('代码分层')])], 1)], 1)], 1), n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: !1,
- expression: "false"
+ expression: 'false'
}],
attrs: {
span: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "需要生成的代码",
+ label: '需要生成的代码',
labelCol: e.single ? e.labelCol : e.labelCol2,
wrapperCol: e.wrapperCol
}
- }, [n("j-checkbox", {
+ }, [n('j-checkbox', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["codeTypes"],
- expression: "['codeTypes']"
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['codeTypes'],
+ expression: '[\'codeTypes\']'
}],
attrs: {
- "trigger-change": !0,
+ 'trigger-change': !0,
options: e.genCodeTypes
}
- })], 1)], 1)], 1), e.subInfoList && e.subInfoList.length > 0 ? n("a-card", {
+ })], 1)], 1)], 1), e.subInfoList && e.subInfoList.length > 0 ? n('a-card', {
class: {
- "online-gen-subinfo": !0
+ 'online-gen-subinfo': !0
},
attrs: {
- title: "子表信息"
+ title: '子表信息'
}
}, e._l(e.subInfoList, (function(t, r) {
- return n("a-row", {
- key: "sub" + r
- }, [n("a-col", {
+ return n('a-row', {
+ key: 'sub' + r
+ }, [n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "子表名",
+ label: '子表名',
labelCol: e.subLabelCol,
wrapperCol: e.subWrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["subList[" + r + "].tableName", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['subList[' + r + '].tableName', {
initialValue: t.tableName,
rules: [{
required: !0,
- message: "请输入子表名!"
+ message: '请输入子表名!'
}]
}],
- expression: "['subList['+index+'].tableName',{initialValue:item.tableName,rules: [{required: true, message: '请输入子表名!'}]}]"
+ expression: '[\'subList[\'+index+\'].tableName\',{initialValue:item.tableName,rules: [{required: true, message: \'请输入子表名!\'}]}]'
}],
attrs: {
readOnly: !0,
- placeholder: "请输入子表名"
+ placeholder: '请输入子表名'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "子表实体",
+ label: '子表实体',
labelCol: e.subLabelCol,
wrapperCol: e.subWrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["subList[" + r + "].entityName", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['subList[' + r + '].entityName', {
initialValue: e.getCamelCase(t.tableName),
rules: [{
required: !0,
- message: "请输入子表实体!"
+ message: '请输入子表实体!'
}]
}],
- expression: "['subList['+index+'].entityName',{initialValue:getCamelCase(item.tableName),rules: [{required: true, message: '请输入子表实体!'}]}]"
+ expression: '[\'subList[\'+index+\'].entityName\',{initialValue:getCamelCase(item.tableName),rules: [{required: true, message: \'请输入子表实体!\'}]}]'
}],
attrs: {
- placeholder: "请输入子表实体"
+ placeholder: '请输入子表实体'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
span: 8
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "功能说明",
+ label: '功能说明',
labelCol: e.subLabelCol,
wrapperCol: e.subWrapperCol
}
- }, [n("a-input", {
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
- value: ["subList[" + r + "].ftlDescription", {
+ name: 'decorator',
+ rawName: 'v-decorator',
+ value: ['subList[' + r + '].ftlDescription', {
initialValue: t.tableTxt,
rules: [{
required: !0,
- message: "请输入功能说明!"
+ message: '请输入功能说明!'
}]
}],
- expression: "['subList['+index+'].ftlDescription',{initialValue:item.tableTxt,rules: [{required: true, message: '请输入功能说明!'}]}]"
+ expression: '[\'subList[\'+index+\'].ftlDescription\',{initialValue:item.tableTxt,rules: [{required: true, message: \'请输入功能说明!\'}]}]'
}],
attrs: {
- placeholder: "请输入功能说明"
+ placeholder: '请输入功能说明'
}
})], 1)], 1)], 1)
- })), 1) : e._e()], 1), n("file-select-modal", {
- ref: "fsm",
+ })), 1) : e._e()], 1), n('file-select-modal', {
+ ref: 'fsm',
on: {
callback: e.updateFileDir
}
- }), n("a-modal", {
+ }), n('a-modal', {
attrs: {
- title: "代码生成 成功了!",
+ title: '代码生成 成功了!',
visible: e.generateLogVisible,
width: 1200
},
@@ -60854,55 +61420,55 @@
e.generateLogVisible = !1
}
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
- key: "back",
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
+ key: 'back',
on: {
click: e.handleGenerateOk
}
- }, [e._v("下载到本地")]), n("a-button", {
- key: "cancel",
+ }, [e._v('下载到本地')]), n('a-button', {
+ key: 'cancel',
on: {
click: function(t) {
e.generateLogVisible = !1
}
}
- }, [e._v("取消")]), n("a-button", {
- key: "submit",
+ }, [e._v('取消')]), n('a-button', {
+ key: 'submit',
attrs: {
- type: "primary"
+ type: 'primary'
},
on: {
click: function(t) {
e.generateLogVisible = !1
}
}
- }, [e._v("确认关闭")])], 1), e._l(e.generateLogList, (function(t, r) {
- return n("p", {
+ }, [e._v('确认关闭')])], 1), e._l(e.generateLogList, (function(t, r) {
+ return n('p', {
key: r,
staticStyle: {
- "line-height": "10px"
+ 'line-height': '10px'
}
}, [e._v(e._s(t))])
}))], 2)], 1)
},
a = [],
- i = n("0fea"),
- o = n("30b9"),
- s = n("ca00"),
- c = n("c82c"),
+ i = n('0fea'),
+ o = n('30b9'),
+ s = n('ca00'),
+ c = n('c82c'),
l = {
- props: ["formData"],
+ props: ['formData'],
data: function() {
return {}
},
methods: {
isDisabledAuth: function(e) {
- return Object(c["b"])(e, this.formData)
+ return Object(c['b'])(e, this.formData)
}
}
- };
+ }
function u(e) {
return m(e) || f(e) || h(e) || d()
@@ -60910,21 +61476,21 @@
function d() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function h(e, t) {
if (e) {
- if ("string" === typeof e) return p(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? p(e, t) : void 0
+ if ('string' === typeof e) return p(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? p(e, t) : void 0
}
}
function f(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function m(e) {
@@ -60932,21 +61498,22 @@
}
function p(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
- var _ = "jeecg_onl_project_path",
+
+ var _ = 'jeecg_onl_project_path',
v = {
- name: "CodeGenerator",
+ name: 'CodeGenerator',
components: {
- FileSelectModal: o["default"]
+ FileSelectModal: o['default']
},
mixins: [l],
data: function() {
return {
modalWidth: 800,
- title: "代码生成",
+ title: '代码生成',
visible: !1,
confirmLoading: !1,
form: this.$form.createForm(this),
@@ -60999,87 +61566,87 @@
}
},
genCodeTypes: [{
- label: "controller",
- value: "controller"
+ label: 'controller',
+ value: 'controller'
}, {
- label: "service",
- value: "service"
+ label: 'service',
+ value: 'service'
}, {
- label: "dao",
- value: "dao"
+ label: 'dao',
+ value: 'dao'
}, {
- label: "mapper.xml",
- value: "mapper"
+ label: 'mapper.xml',
+ value: 'mapper'
}, {
- label: "entity",
- value: "entity"
+ label: 'entity',
+ value: 'entity'
}, {
- label: "vue",
- value: "vue"
+ label: 'vue',
+ value: 'vue'
}],
validatorRules: {
projectPath: {
rules: [{
required: !0,
- message: "请选择代码生成目录!"
+ message: '请选择代码生成目录!'
}]
},
tableName_tmp: {
rules: [{
required: !0,
- message: "请输入表名!"
+ message: '请输入表名!'
}]
},
entityPackage: {
rules: [{
required: !0,
- message: "请输入包名!"
+ message: '请输入包名!'
}]
},
entityName: {
rules: [{
required: !0,
- message: "请输入实体类名!"
+ message: '请输入实体类名!'
}]
}
},
url: {
- tableInfo: "/online/cgform/head/tableInfo",
- codeGenerate: "/online/cgform/api/codeGenerate",
- downGenerateCode: "/online/cgform/api/downGenerateCode"
+ tableInfo: '/online/cgform/head/tableInfo',
+ codeGenerate: '/online/cgform/api/codeGenerate',
+ downGenerateCode: '/online/cgform/api/downGenerateCode'
},
- code: "",
+ code: '',
subInfoList: [],
single: !1,
metaModel: {
- projectPath: "",
- packageStyle: "service",
- jspMode: "",
- jformType: "1",
- tableName_tmp: "",
- ftlDescription: "",
- entityName: "",
- codeTypes: "controller,service,dao,mapper,entity,vue"
+ projectPath: '',
+ packageStyle: 'service',
+ jspMode: '',
+ jformType: '1',
+ tableName_tmp: '',
+ ftlDescription: '',
+ entityName: '',
+ codeTypes: 'controller,service,dao,mapper,entity,vue'
},
model: {},
jspModeList: [],
generateLogList: [],
generateLogVisible: !1,
- generateTableName: ""
+ generateTableName: ''
}
},
methods: {
handleSubmit: function() {
var e = this,
- t = this;
+ t = this
this.form.validateFields((function(n, r) {
if (!n) {
- e.confirmLoading = !0;
+ e.confirmLoading = !0
var a = Object.assign({}, r, {
code: e.code,
tableName: r.tableName_tmp
- });
- Object(i["f"])(e.url.codeGenerate, a).then((function(n) {
+ })
+ Object(i['f'])(e.url.codeGenerate, a).then((function(n) {
n.success ? (e.handleCancel(), t.generateLogList = n.result, t.generateLogVisible = !0, t.generateTableName =
r.tableName_tmp) : e.$message.warning(n.message), e.confirmLoading = !1
}))
@@ -61090,46 +61657,46 @@
this.visible = !1
},
handleGenerateOk: function() {
- var e = this;
- this.generateLogVisible = !1;
+ var e = this
+ this.generateLogVisible = !1
var t = {
fileList: encodeURI(this.generateLogList)
- };
- Object(i["b"])(this.url.downGenerateCode, t).then((function(t) {
+ }
+ Object(i['b'])(this.url.downGenerateCode, t).then((function(t) {
if (t && 0 != t.size) {
- var n = "导到生成代码_" + e.generateTableName + "_" + (new Date).getTime() + ".zip";
- if ("undefined" !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t], {
- type: "application/zip"
- }), n);
+ var n = '导到生成代码_' + e.generateTableName + '_' + (new Date).getTime() + '.zip'
+ if ('undefined' !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t], {
+ type: 'application/zip'
+ }), n)
else {
var r = window.URL.createObjectURL(new Blob([t], {
- type: "application/zip"
+ type: 'application/zip'
})),
- a = document.createElement("a");
- a.style.display = "none", a.href = r, a.setAttribute("download", n), document.body.appendChild(a), a
+ a = document.createElement('a')
+ a.style.display = 'none', a.href = r, a.setAttribute('download', n), document.body.appendChild(a), a
.click(), document.body.removeChild(a), window.URL.revokeObjectURL(r)
}
- } else e.$message.warning("导出代码失败!")
+ } else e.$message.warning('导出代码失败!')
}))
},
show: function(e) {
- var t = this;
+ var t = this
this.confirmLoading = !1, this.visible = !0, this.getStoreProjectPath(), this.code = e, this.subInfoList = [],
- this.model = Object.assign({}, this.metaModel), this.modalWidth = 800, Object(i["c"])(this.url.tableInfo, {
+ this.model = Object.assign({}, this.metaModel), this.modalWidth = 800, Object(i['c'])(this.url.tableInfo, {
code: e
}).then((function(e) {
if (e.success) {
- var n = e.result.main;
- t.jspModeList = u(e.result.jspModeList), "Y" == n.isTree ? t.model.jspMode = "tree" : t.model.jspMode =
- t.jspModeList[0].code, t.single = 1 == n.tableType, t.title = "代码生成【" + n.tableName + "】", t.model.projectPath ||
+ var n = e.result.main
+ t.jspModeList = u(e.result.jspModeList), 'Y' == n.isTree ? t.model.jspMode = 'tree' : t.model.jspMode =
+ t.jspModeList[0].code, t.single = 1 == n.tableType, t.title = '代码生成【' + n.tableName + '】', t.model.projectPath ||
(t.model.projectPath = e.result.projectPath, window.localStorage.setItem(_, e.result.projectPath)),
- t.model.jformType = n.tableType + "", t.model.tableName_tmp = n.tableName, t.model.ftlDescription =
- n.tableTxt;
- var r = Object(s["h"])(n.tableName);
+ t.model.jformType = n.tableType + '', t.model.tableName_tmp = n.tableName, t.model.ftlDescription =
+ n.tableTxt
+ var r = Object(s['h'])(n.tableName)
t.model.entityName = r.substring(0, 1).toUpperCase() + r.substring(1), t.$nextTick((function() {
t.form.setFieldsValue(t.model)
})), e.result.sub && e.result.sub.length > 0 && (t.subInfoList = e.result.sub, t.modalWidth = 1200)
- } else t.$message.warning("表信息加载失败")
+ } else t.$message.warning('表信息加载失败')
}))
},
onSelectDir: function() {
@@ -61141,70 +61708,70 @@
})
},
getCamelCase: function(e) {
- var t = Object(s["h"])(e);
+ var t = Object(s['h'])(e)
return t.substring(0, 1).toUpperCase() + t.substring(1)
},
storeProjectPath: function(e) {
e.target.value && window.localStorage.setItem(_, e.target.value)
},
getStoreProjectPath: function() {
- var e = window.localStorage.getItem(_);
+ var e = window.localStorage.getItem(_)
e && (this.metaModel.projectPath = e)
}
}
},
b = v,
- y = (n("ad45"), n("2877")),
- g = Object(y["a"])(b, r, a, !1, null, "5928bb01", null);
- t["default"] = g.exports
+ y = (n('ad45'), n('2877')),
+ g = Object(y['a'])(b, r, a, !1, null, '5928bb01', null)
+ t['default'] = g.exports
},
b8e3: function(e, t) {
e.exports = !0
},
b92b: function(e, t, n) {
- "use strict";
- var r = n("4d91");
- t["a"] = function() {
+ 'use strict'
+ var r = n('4d91')
+ t['a'] = function() {
return {
- prefixCls: r["a"].string,
- type: r["a"].string,
- htmlType: r["a"].oneOf(["button", "submit", "reset"]).def("button"),
- icon: r["a"].any,
- shape: r["a"].oneOf(["circle", "circle-outline", "round"]),
- size: r["a"].oneOf(["small", "large", "default"]).def("default"),
- loading: r["a"].oneOfType([r["a"].bool, r["a"].object]),
- disabled: r["a"].bool,
- ghost: r["a"].bool,
- block: r["a"].bool
+ prefixCls: r['a'].string,
+ type: r['a'].string,
+ htmlType: r['a'].oneOf(['button', 'submit', 'reset']).def('button'),
+ icon: r['a'].any,
+ shape: r['a'].oneOf(['circle', 'circle-outline', 'round']),
+ size: r['a'].oneOf(['small', 'large', 'default']).def('default'),
+ loading: r['a'].oneOfType([r['a'].bool, r['a'].object]),
+ disabled: r['a'].bool,
+ ghost: r['a'].bool,
+ block: r['a'].bool
}
}
},
b97c: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- ss: "sekundes_sekundēm_sekunde_sekundes".split("_"),
- m: "minūtes_minūtēm_minūte_minūtes".split("_"),
- mm: "minūtes_minūtēm_minūte_minūtes".split("_"),
- h: "stundas_stundām_stunda_stundas".split("_"),
- hh: "stundas_stundām_stunda_stundas".split("_"),
- d: "dienas_dienām_diena_dienas".split("_"),
- dd: "dienas_dienām_diena_dienas".split("_"),
- M: "mēneša_mēnešiem_mēnesis_mēneši".split("_"),
- MM: "mēneša_mēnešiem_mēnesis_mēneši".split("_"),
- y: "gada_gadiem_gads_gadi".split("_"),
- yy: "gada_gadiem_gads_gadi".split("_")
- };
+ ss: 'sekundes_sekundēm_sekunde_sekundes'.split('_'),
+ m: 'minūtes_minūtēm_minūte_minūtes'.split('_'),
+ mm: 'minūtes_minūtēm_minūte_minūtes'.split('_'),
+ h: 'stundas_stundām_stunda_stundas'.split('_'),
+ hh: 'stundas_stundām_stunda_stundas'.split('_'),
+ d: 'dienas_dienām_diena_dienas'.split('_'),
+ dd: 'dienas_dienām_diena_dienas'.split('_'),
+ M: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),
+ MM: 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),
+ y: 'gada_gadiem_gads_gadi'.split('_'),
+ yy: 'gada_gadiem_gads_gadi'.split('_')
+ }
function n(e, t, n) {
return n ? t % 10 === 1 && t % 100 !== 11 ? e[2] : e[3] : t % 10 === 1 && t % 100 !== 11 ? e[0] : e[1]
}
function r(e, r, a) {
- return e + " " + n(t[a], e, r)
+ return e + ' ' + n(t[a], e, r)
}
function a(e, r, a) {
@@ -61212,35 +61779,36 @@
}
function i(e, t) {
- return t ? "dažas sekundes" : "dažām sekundēm"
+ return t ? 'dažas sekundes' : 'dažām sekundēm'
}
- var o = e.defineLocale("lv", {
- months: "janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris"
- .split("_"),
- monthsShort: "jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),
- weekdays: "svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),
- weekdaysShort: "Sv_P_O_T_C_Pk_S".split("_"),
- weekdaysMin: "Sv_P_O_T_C_Pk_S".split("_"),
+
+ var o = e.defineLocale('lv', {
+ months: 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'
+ .split('_'),
+ monthsShort: 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),
+ weekdays: 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split('_'),
+ weekdaysShort: 'Sv_P_O_T_C_Pk_S'.split('_'),
+ weekdaysMin: 'Sv_P_O_T_C_Pk_S'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY.",
- LL: "YYYY. [gada] D. MMMM",
- LLL: "YYYY. [gada] D. MMMM, HH:mm",
- LLLL: "YYYY. [gada] D. MMMM, dddd, HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY.',
+ LL: 'YYYY. [gada] D. MMMM',
+ LLL: 'YYYY. [gada] D. MMMM, HH:mm',
+ LLLL: 'YYYY. [gada] D. MMMM, dddd, HH:mm'
},
calendar: {
- sameDay: "[Šodien pulksten] LT",
- nextDay: "[Rīt pulksten] LT",
- nextWeek: "dddd [pulksten] LT",
- lastDay: "[Vakar pulksten] LT",
- lastWeek: "[Pagājušā] dddd [pulksten] LT",
- sameElse: "L"
+ sameDay: '[Šodien pulksten] LT',
+ nextDay: '[Rīt pulksten] LT',
+ nextWeek: 'dddd [pulksten] LT',
+ lastDay: '[Vakar pulksten] LT',
+ lastWeek: '[Pagājušā] dddd [pulksten] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "pēc %s",
- past: "pirms %s",
+ future: 'pēc %s',
+ past: 'pirms %s',
s: i,
ss: r,
m: a,
@@ -61255,53 +61823,53 @@
yy: r
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return o
}))
},
b9ee: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", {
- staticClass: "table-operator"
- }, [e.buttonSwitch.add ? n("a-button", {
+ n = e._self._c || t
+ return n('div', {
+ staticClass: 'table-operator'
+ }, [e.buttonSwitch.add ? n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.handleAdd
}
- }, [e._v("新增")]) : e._e(), e.buttonSwitch.import ? n("a-button", {
+ }, [e._v('新增')]) : e._e(), e.buttonSwitch.import ? n('a-button', {
attrs: {
- type: "primary",
- icon: "upload"
+ type: 'primary',
+ icon: 'upload'
},
on: {
click: e.handleImportXls
}
- }, [e._v("导入")]) : e._e(), e.buttonSwitch.export ? n("a-button", {
+ }, [e._v('导入')]) : e._e(), e.buttonSwitch.export ? n('a-button', {
attrs: {
- type: "primary",
- icon: "download"
+ type: 'primary',
+ icon: 'download'
},
on: {
click: e.handleExportXls
}
- }, [e._v("导出")]) : e._e(), e.buttonList ? e._l(e.buttonList, (function(t, r) {
- return n("a-button", {
- key: "cg-btn-" + r,
+ }, [e._v('导出')]) : e._e(), e.buttonList ? e._l(e.buttonList, (function(t, r) {
+ return n('a-button', {
+ key: 'cg-btn-' + r,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -61309,9 +61877,9 @@
return e.handleClickCgButton(t)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")])
- })) : e._e(), n("j-super-query", {
- ref: "superQuery",
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')])
+ })) : e._e(), n('j-super-query', {
+ ref: 'superQuery',
attrs: {
fieldList: e.superQuery.fieldList,
saveCode: e.$route.fullPath,
@@ -61320,28 +61888,28 @@
on: {
handleSuperQuery: e.handleSuperQuery
}
- }), e.buttonSwitch.batch_delete ? n("a-button", {
+ }), e.buttonSwitch.batch_delete ? n('a-button', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.table.selectedRowKeys.length > 0,
- expression: "table.selectedRowKeys.length > 0"
+ expression: 'table.selectedRowKeys.length > 0'
}],
attrs: {
- ghost: "",
- type: "primary",
- icon: "delete"
+ ghost: '',
+ type: 'primary',
+ icon: 'delete'
},
on: {
click: e.handleDelBatch
}
- }, [e._v("\n 批量删除\n ")]) : e._e()], 2)
+ }, [e._v('\n 批量删除\n ')]) : e._e()], 2)
},
a = [],
i = {
- name: "CgformAutoListButtons",
- inject: ["handleAdd", "handleImportXls", "handleExportXls", "cgButtonJsHandler", "cgButtonActionHandler",
- "handleSuperQuery", "handleDelBatch"
+ name: 'CgformAutoListButtons',
+ inject: ['handleAdd', 'handleImportXls', 'handleExportXls', 'cgButtonJsHandler', 'cgButtonActionHandler',
+ 'handleSuperQuery', 'handleDelBatch'
],
components: {},
props: {
@@ -61360,246 +61928,252 @@
},
methods: {
handleClickCgButton: function(e) {
- "action" === e.optType ? this.cgButtonActionHandler(e.buttonCode) : "js" === e.optType && this.cgButtonJsHandler(
+ 'action' === e.optType ? this.cgButtonActionHandler(e.buttonCode) : 'js' === e.optType && this.cgButtonJsHandler(
e.buttonCode)
}
}
},
o = i,
- s = n("2877"),
- c = Object(s["a"])(o, r, a, !1, null, "28a1fae8", null);
- t["default"] = c.exports
+ s = n('2877'),
+ c = Object(s['a'])(o, r, a, !1, null, '28a1fae8', null)
+ t['default'] = c.exports
+ },
+ b9fe: function(e, t, n) {
},
- b9fe: function(e, t, n) {},
bb71: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n, r) {
var a = {
- m: ["eine Minute", "einer Minute"],
- h: ["eine Stunde", "einer Stunde"],
- d: ["ein Tag", "einem Tag"],
- dd: [e + " Tage", e + " Tagen"],
- w: ["eine Woche", "einer Woche"],
- M: ["ein Monat", "einem Monat"],
- MM: [e + " Monate", e + " Monaten"],
- y: ["ein Jahr", "einem Jahr"],
- yy: [e + " Jahre", e + " Jahren"]
- };
+ m: ['eine Minute', 'einer Minute'],
+ h: ['eine Stunde', 'einer Stunde'],
+ d: ['ein Tag', 'einem Tag'],
+ dd: [e + ' Tage', e + ' Tagen'],
+ w: ['eine Woche', 'einer Woche'],
+ M: ['ein Monat', 'einem Monat'],
+ MM: [e + ' Monate', e + ' Monaten'],
+ y: ['ein Jahr', 'einem Jahr'],
+ yy: [e + ' Jahre', e + ' Jahren']
+ }
return t ? a[n][0] : a[n][1]
}
- var n = e.defineLocale("de-ch", {
- months: "Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),
- monthsShort: "Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),
+
+ var n = e.defineLocale('de-ch', {
+ months: 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),
+ monthsShort: 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),
monthsParseExact: !0,
- weekdays: "Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),
- weekdaysShort: "So_Mo_Di_Mi_Do_Fr_Sa".split("_"),
- weekdaysMin: "So_Mo_Di_Mi_Do_Fr_Sa".split("_"),
+ weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),
+ weekdaysShort: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
+ weekdaysMin: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY HH:mm",
- LLLL: "dddd, D. MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY HH:mm',
+ LLLL: 'dddd, D. MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[heute um] LT [Uhr]",
- sameElse: "L",
- nextDay: "[morgen um] LT [Uhr]",
- nextWeek: "dddd [um] LT [Uhr]",
- lastDay: "[gestern um] LT [Uhr]",
- lastWeek: "[letzten] dddd [um] LT [Uhr]"
+ sameDay: '[heute um] LT [Uhr]',
+ sameElse: 'L',
+ nextDay: '[morgen um] LT [Uhr]',
+ nextWeek: 'dddd [um] LT [Uhr]',
+ lastDay: '[gestern um] LT [Uhr]',
+ lastWeek: '[letzten] dddd [um] LT [Uhr]'
},
relativeTime: {
- future: "in %s",
- past: "vor %s",
- s: "ein paar Sekunden",
- ss: "%d Sekunden",
+ future: 'in %s',
+ past: 'vor %s',
+ s: 'ein paar Sekunden',
+ ss: '%d Sekunden',
m: t,
- mm: "%d Minuten",
+ mm: '%d Minuten',
h: t,
- hh: "%d Stunden",
+ hh: '%d Stunden',
d: t,
dd: t,
w: t,
- ww: "%d Wochen",
+ ww: '%d Wochen',
M: t,
MM: t,
y: t,
yy: t
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return n
}))
},
bb8a: function(e, t, n) {
- "use strict";
- var r = n("d5a7"),
- a = n.n(r);
+ 'use strict'
+ var r = n('d5a7'),
+ a = n.n(r)
a.a
},
bbc0: function(e, t, n) {
- var r = n("6044"),
- a = "__lodash_hash_undefined__",
+ var r = n('6044'),
+ a = '__lodash_hash_undefined__',
i = Object.prototype,
- o = i.hasOwnProperty;
+ o = i.hasOwnProperty
function s(e) {
- var t = this.__data__;
+ var t = this.__data__
if (r) {
- var n = t[e];
+ var n = t[e]
return n === a ? void 0 : n
}
return o.call(t, e) ? t[e] : void 0
}
+
e.exports = s
},
- bbee: function(e, t, n) {},
+ bbee: function(e, t, n) {
+ },
bc3a: function(e, t, n) {
- e.exports = n("cee4")
+ e.exports = n('cee4')
},
bc85: function(e, t, n) {
- "use strict";
- var r = n("b7ba"),
- a = n.n(r);
+ 'use strict'
+ var r = n('b7ba'),
+ a = n.n(r)
a.a
},
- be5a: function(e, t, n) {},
+ be5a: function(e, t, n) {
+ },
be9c: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return "Date" == e.item.view || "date" == e.item.view ? n("a-form-item", {
+ n = e._self._c || t
+ return 'Date' == e.item.view || 'date' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [e.single_mode === e.item.mode ? [n("j-date", {
+ }, [e.single_mode === e.item.mode ? [n('j-date', {
attrs: {
- placeholder: "请选择" + e.item.label
+ placeholder: '请选择' + e.item.label
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })] : n("div", [n("j-date", {
+ })] : n('div', [n('j-date', {
style: e.getRangeItemStyle(e.item),
attrs: {
- placeholder: "开始日期"
+ placeholder: '开始日期'
},
model: {
- value: e.queryParam[e.item.field + "_begin"],
+ value: e.queryParam[e.item.field + '_begin'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_begin", t)
+ e.$set(e.queryParam, e.item.field + '_begin', t)
},
- expression: "queryParam[item.field+'_begin']"
+ expression: 'queryParam[item.field+\'_begin\']'
}
- }), n("span", {
- staticClass: "group-query-strig"
- }, [e._v("~")]), n("j-date", {
+ }), n('span', {
+ staticClass: 'group-query-strig'
+ }, [e._v('~')]), n('j-date', {
style: e.getRangeItemStyle(e.item),
attrs: {
- placeholder: "结束日期"
+ placeholder: '结束日期'
},
model: {
- value: e.queryParam[e.item.field + "_end"],
+ value: e.queryParam[e.item.field + '_end'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_end", t)
+ e.$set(e.queryParam, e.item.field + '_end', t)
},
- expression: "queryParam[item.field+'_end']"
+ expression: 'queryParam[item.field+\'_end\']'
}
- })], 1)], 2) : "Datetime" == e.item.view || "datetime" == e.item.view ? n("a-form-item", {
+ })], 1)], 2) : 'Datetime' == e.item.view || 'datetime' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [e.single_mode === e.item.mode ? [n("j-date", {
+ }, [e.single_mode === e.item.mode ? [n('j-date', {
attrs: {
- placeholder: "请选择" + e.item.label,
- "show-time": !0,
- "date-format": "YYYY-MM-DD HH:mm:ss"
+ placeholder: '请选择' + e.item.label,
+ 'show-time': !0,
+ 'date-format': 'YYYY-MM-DD HH:mm:ss'
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })] : n("div", [n("div", [n("j-date", {
+ })] : n('div', [n('div', [n('j-date', {
style: e.getRangeItemStyle(e.item),
attrs: {
- placeholder: "开始时间",
- "show-time": !0,
- "date-format": "YYYY-MM-DD HH:mm:ss"
+ placeholder: '开始时间',
+ 'show-time': !0,
+ 'date-format': 'YYYY-MM-DD HH:mm:ss'
},
model: {
- value: e.queryParam[e.item.field + "_begin"],
+ value: e.queryParam[e.item.field + '_begin'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_begin", t)
+ e.$set(e.queryParam, e.item.field + '_begin', t)
},
- expression: "queryParam[item.field+'_begin']"
+ expression: 'queryParam[item.field+\'_begin\']'
}
- }), n("span", {
- staticClass: "group-query-strig"
- }, [e._v("~")]), n("j-date", {
+ }), n('span', {
+ staticClass: 'group-query-strig'
+ }, [e._v('~')]), n('j-date', {
style: e.getRangeItemStyle(e.item),
attrs: {
- placeholder: "开始时间",
- "show-time": !0,
- "date-format": "YYYY-MM-DD HH:mm:ss"
+ placeholder: '开始时间',
+ 'show-time': !0,
+ 'date-format': 'YYYY-MM-DD HH:mm:ss'
},
model: {
- value: e.queryParam[e.item.field + "_end"],
+ value: e.queryParam[e.item.field + '_end'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_end", t)
+ e.$set(e.queryParam, e.item.field + '_end', t)
},
- expression: "queryParam[item.field+'_end']"
+ expression: 'queryParam[item.field+\'_end\']'
}
- })], 1)])], 2) : "list" == e.item.view || "radio" == e.item.view ? n("a-form-item", {
+ })], 1)])], 2) : 'list' == e.item.view || 'radio' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [n("a-select", {
+ }, [n('a-select', {
attrs: {
- placeholder: "请选择" + e.item.label
+ placeholder: '请选择' + e.item.label
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
}, e._l(e.dictOptions[e.item.field], (function(t, r) {
- return n("a-select-option", {
+ return n('a-select-option', {
key: r,
attrs: {
value: t.value
}
- }, [e._v("\n " + e._s(t.text) + "\n ")])
- })), 1)], 1) : "checkbox" == e.item.view ? n("a-form-item", {
+ }, [e._v('\n ' + e._s(t.text) + '\n ')])
+ })), 1)], 1) : 'checkbox' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [n("j-select-multiple", {
+ }, [n('j-select-multiple', {
attrs: {
- placeholder: "请选择" + e.item.label,
+ placeholder: '请选择' + e.item.label,
options: e.dictOptions[e.item.field]
},
model: {
@@ -61607,84 +62181,87 @@
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })], 1) : n("a-form-item", {
+ })], 1) : n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [e.group_mode === e.item.mode ? n("div", [n("a-input", {
+ }, [e.group_mode === e.item.mode ? n('div', [n('a-input', {
style: e.getRangeItemStyle(e.item),
attrs: {
- placeholder: "开始" + e.item.label
+ placeholder: '开始' + e.item.label
},
model: {
- value: e.queryParam[e.item.field + "_begin"],
+ value: e.queryParam[e.item.field + '_begin'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_begin", t)
+ e.$set(e.queryParam, e.item.field + '_begin', t)
},
- expression: "queryParam[item.field+'_begin']"
+ expression: 'queryParam[item.field+\'_begin\']'
}
- }), n("span", {
- staticClass: "group-query-strig"
- }, [e._v("~")]), n("a-input", {
+ }), n('span', {
+ staticClass: 'group-query-strig'
+ }, [e._v('~')]), n('a-input', {
style: e.getRangeItemStyle(e.item),
attrs: {
- placeholder: "结束" + e.item.label
+ placeholder: '结束' + e.item.label
},
model: {
- value: e.queryParam[e.item.field + "_end"],
+ value: e.queryParam[e.item.field + '_end'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_end", t)
+ e.$set(e.queryParam, e.item.field + '_end', t)
},
- expression: "queryParam[item.field+'_end']"
+ expression: 'queryParam[item.field+\'_end\']'
}
- })], 1) : [n("a-input", {
+ })], 1) : [n('a-input', {
attrs: {
- placeholder: "请输入" + e.item.label
+ placeholder: '请输入' + e.item.label
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
})]], 2)
},
a = [],
- i = n("ac0d"),
+ i = n('ac0d'),
o = {
- name: "OnlineQueryFormItem",
- mixins: [i["a"]],
+ name: 'OnlineQueryFormItem',
+ mixins: [i['a']],
props: {
item: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
},
dictOptions: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
},
queryParam: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
}
},
components: {},
data: function() {
return {
- single_mode: "single",
- group_mode: "group"
+ single_mode: 'single',
+ group_mode: 'group'
}
},
methods: {
getRangeItemStyle: function(e) {
- var t = "";
- return t = this.isMobile() ? "100% !important" : "calc(50% - 10px) !important", {
+ var t = ''
+ return t = this.isMobile() ? '100% !important' : 'calc(50% - 10px) !important', {
width: t,
minWidth: t
}
@@ -61692,647 +62269,648 @@
}
},
s = o,
- c = (n("295e"), n("de08"), n("2877")),
- l = Object(c["a"])(s, r, a, !1, null, "d73c167e", null);
- t["default"] = l.exports
+ c = (n('295e'), n('de08'), n('2877')),
+ l = Object(c['a'])(s, r, a, !1, null, 'd73c167e', null)
+ t['default'] = l.exports
},
bf0b: function(e, t, n) {
- var r = n("355d"),
- a = n("aebd"),
- i = n("36c3"),
- o = n("1bc3"),
- s = n("07e3"),
- c = n("794b"),
- l = Object.getOwnPropertyDescriptor;
- t.f = n("8e60") ? l : function(e, t) {
+ var r = n('355d'),
+ a = n('aebd'),
+ i = n('36c3'),
+ o = n('1bc3'),
+ s = n('07e3'),
+ c = n('794b'),
+ l = Object.getOwnPropertyDescriptor
+ t.f = n('8e60') ? l : function(e, t) {
if (e = i(e), t = o(t, !0), c) try {
return l(e, t)
- } catch (n) {}
+ } catch (n) {
+ }
if (s(e, t)) return a(!r.f.call(e, t), e[t])
}
},
bfa9: function(e, t) {
e.exports = {
86: {
- 11e4: "北京市",
- 12e4: "天津市",
- 13e4: "河北省",
- 14e4: "山西省",
- 15e4: "内蒙古自治区",
- 21e4: "辽宁省",
- 22e4: "吉林省",
- 23e4: "黑龙江省",
- 31e4: "上海市",
- 32e4: "江苏省",
- 33e4: "浙江省",
- 34e4: "安徽省",
- 35e4: "福建省",
- 36e4: "江西省",
- 37e4: "山东省",
- 41e4: "河南省",
- 42e4: "湖北省",
- 43e4: "湖南省",
- 44e4: "广东省",
- 45e4: "广西壮族自治区",
- 46e4: "海南省",
- 5e5: "重庆市",
- 51e4: "四川省",
- 52e4: "贵州省",
- 53e4: "云南省",
- 54e4: "西藏自治区",
- 61e4: "陕西省",
- 62e4: "甘肃省",
- 63e4: "青海省",
- 64e4: "宁夏回族自治区",
- 65e4: "新疆维吾尔自治区",
- 71e4: "台湾省",
- 81e4: "香港特别行政区",
- 82e4: "澳门特别行政区"
+ 11e4: '北京市',
+ 12e4: '天津市',
+ 13e4: '河北省',
+ 14e4: '山西省',
+ 15e4: '内蒙古自治区',
+ 21e4: '辽宁省',
+ 22e4: '吉林省',
+ 23e4: '黑龙江省',
+ 31e4: '上海市',
+ 32e4: '江苏省',
+ 33e4: '浙江省',
+ 34e4: '安徽省',
+ 35e4: '福建省',
+ 36e4: '江西省',
+ 37e4: '山东省',
+ 41e4: '河南省',
+ 42e4: '湖北省',
+ 43e4: '湖南省',
+ 44e4: '广东省',
+ 45e4: '广西壮族自治区',
+ 46e4: '海南省',
+ 5e5: '重庆市',
+ 51e4: '四川省',
+ 52e4: '贵州省',
+ 53e4: '云南省',
+ 54e4: '西藏自治区',
+ 61e4: '陕西省',
+ 62e4: '甘肃省',
+ 63e4: '青海省',
+ 64e4: '宁夏回族自治区',
+ 65e4: '新疆维吾尔自治区',
+ 71e4: '台湾省',
+ 81e4: '香港特别行政区',
+ 82e4: '澳门特别行政区'
},
11e4: {
- 110101: "东城区",
- 110102: "西城区",
- 110105: "朝阳区",
- 110106: "丰台区",
- 110107: "石景山区",
- 110108: "海淀区",
- 110109: "门头沟区",
- 110111: "房山区",
- 110112: "通州区",
- 110113: "顺义区",
- 110114: "昌平区",
- 110115: "大兴区",
- 110116: "怀柔区",
- 110117: "平谷区",
- 110118: "密云区",
- 110119: "延庆区"
+ 110101: '东城区',
+ 110102: '西城区',
+ 110105: '朝阳区',
+ 110106: '丰台区',
+ 110107: '石景山区',
+ 110108: '海淀区',
+ 110109: '门头沟区',
+ 110111: '房山区',
+ 110112: '通州区',
+ 110113: '顺义区',
+ 110114: '昌平区',
+ 110115: '大兴区',
+ 110116: '怀柔区',
+ 110117: '平谷区',
+ 110118: '密云区',
+ 110119: '延庆区'
},
12e4: {
- 120101: "和平区",
- 120102: "河东区",
- 120103: "河西区",
- 120104: "南开区",
- 120105: "河北区",
- 120106: "红桥区",
- 120110: "东丽区",
- 120111: "西青区",
- 120112: "津南区",
- 120113: "北辰区",
- 120114: "武清区",
- 120115: "宝坻区",
- 120116: "滨海新区",
- 120117: "宁河区",
- 120118: "静海区",
- 120119: "蓟州区"
+ 120101: '和平区',
+ 120102: '河东区',
+ 120103: '河西区',
+ 120104: '南开区',
+ 120105: '河北区',
+ 120106: '红桥区',
+ 120110: '东丽区',
+ 120111: '西青区',
+ 120112: '津南区',
+ 120113: '北辰区',
+ 120114: '武清区',
+ 120115: '宝坻区',
+ 120116: '滨海新区',
+ 120117: '宁河区',
+ 120118: '静海区',
+ 120119: '蓟州区'
},
13e4: {
- 130100: "石家庄市",
- 130200: "唐山市",
- 130300: "秦皇岛市",
- 130400: "邯郸市",
- 130500: "邢台市",
- 130600: "保定市",
- 130700: "张家口市",
- 130800: "承德市",
- 130900: "沧州市",
- 131e3: "廊坊市",
- 131100: "衡水市",
- 139001: "定州市",
- 139002: "辛集市"
+ 130100: '石家庄市',
+ 130200: '唐山市',
+ 130300: '秦皇岛市',
+ 130400: '邯郸市',
+ 130500: '邢台市',
+ 130600: '保定市',
+ 130700: '张家口市',
+ 130800: '承德市',
+ 130900: '沧州市',
+ 131e3: '廊坊市',
+ 131100: '衡水市',
+ 139001: '定州市',
+ 139002: '辛集市'
},
14e4: {
- 140100: "太原市",
- 140200: "大同市",
- 140300: "阳泉市",
- 140400: "长治市",
- 140500: "晋城市",
- 140600: "朔州市",
- 140700: "晋中市",
- 140800: "运城市",
- 140900: "忻州市",
- 141e3: "临汾市",
- 141100: "吕梁市"
+ 140100: '太原市',
+ 140200: '大同市',
+ 140300: '阳泉市',
+ 140400: '长治市',
+ 140500: '晋城市',
+ 140600: '朔州市',
+ 140700: '晋中市',
+ 140800: '运城市',
+ 140900: '忻州市',
+ 141e3: '临汾市',
+ 141100: '吕梁市'
},
15e4: {
- 150100: "呼和浩特市",
- 150200: "包头市",
- 150300: "乌海市",
- 150400: "赤峰市",
- 150500: "通辽市",
- 150600: "鄂尔多斯市",
- 150700: "呼伦贝尔市",
- 150800: "巴彦淖尔市",
- 150900: "乌兰察布市",
- 152200: "兴安盟",
- 152500: "锡林郭勒盟",
- 152900: "阿拉善盟"
+ 150100: '呼和浩特市',
+ 150200: '包头市',
+ 150300: '乌海市',
+ 150400: '赤峰市',
+ 150500: '通辽市',
+ 150600: '鄂尔多斯市',
+ 150700: '呼伦贝尔市',
+ 150800: '巴彦淖尔市',
+ 150900: '乌兰察布市',
+ 152200: '兴安盟',
+ 152500: '锡林郭勒盟',
+ 152900: '阿拉善盟'
},
21e4: {
- 210100: "沈阳市",
- 210200: "大连市",
- 210300: "鞍山市",
- 210400: "抚顺市",
- 210500: "本溪市",
- 210600: "丹东市",
- 210700: "锦州市",
- 210800: "营口市",
- 210900: "阜新市",
- 211e3: "辽阳市",
- 211100: "盘锦市",
- 211200: "铁岭市",
- 211300: "朝阳市",
- 211400: "葫芦岛市"
+ 210100: '沈阳市',
+ 210200: '大连市',
+ 210300: '鞍山市',
+ 210400: '抚顺市',
+ 210500: '本溪市',
+ 210600: '丹东市',
+ 210700: '锦州市',
+ 210800: '营口市',
+ 210900: '阜新市',
+ 211e3: '辽阳市',
+ 211100: '盘锦市',
+ 211200: '铁岭市',
+ 211300: '朝阳市',
+ 211400: '葫芦岛市'
},
22e4: {
- 220100: "长春市",
- 220200: "吉林市",
- 220300: "四平市",
- 220400: "辽源市",
- 220500: "通化市",
- 220600: "白山市",
- 220700: "松原市",
- 220800: "白城市",
- 222400: "延边朝鲜族自治州"
+ 220100: '长春市',
+ 220200: '吉林市',
+ 220300: '四平市',
+ 220400: '辽源市',
+ 220500: '通化市',
+ 220600: '白山市',
+ 220700: '松原市',
+ 220800: '白城市',
+ 222400: '延边朝鲜族自治州'
},
23e4: {
- 230100: "哈尔滨市",
- 230200: "齐齐哈尔市",
- 230300: "鸡西市",
- 230400: "鹤岗市",
- 230500: "双鸭山市",
- 230600: "大庆市",
- 230700: "伊春市",
- 230800: "佳木斯市",
- 230900: "七台河市",
- 231e3: "牡丹江市",
- 231100: "黑河市",
- 231200: "绥化市",
- 232700: "大兴安岭地区"
+ 230100: '哈尔滨市',
+ 230200: '齐齐哈尔市',
+ 230300: '鸡西市',
+ 230400: '鹤岗市',
+ 230500: '双鸭山市',
+ 230600: '大庆市',
+ 230700: '伊春市',
+ 230800: '佳木斯市',
+ 230900: '七台河市',
+ 231e3: '牡丹江市',
+ 231100: '黑河市',
+ 231200: '绥化市',
+ 232700: '大兴安岭地区'
},
31e4: {
- 310101: "黄浦区",
- 310104: "徐汇区",
- 310105: "长宁区",
- 310106: "静安区",
- 310107: "普陀区",
- 310109: "虹口区",
- 310110: "杨浦区",
- 310112: "闵行区",
- 310113: "宝山区",
- 310114: "嘉定区",
- 310115: "浦东新区",
- 310116: "金山区",
- 310117: "松江区",
- 310118: "青浦区",
- 310120: "奉贤区",
- 310151: "崇明区"
+ 310101: '黄浦区',
+ 310104: '徐汇区',
+ 310105: '长宁区',
+ 310106: '静安区',
+ 310107: '普陀区',
+ 310109: '虹口区',
+ 310110: '杨浦区',
+ 310112: '闵行区',
+ 310113: '宝山区',
+ 310114: '嘉定区',
+ 310115: '浦东新区',
+ 310116: '金山区',
+ 310117: '松江区',
+ 310118: '青浦区',
+ 310120: '奉贤区',
+ 310151: '崇明区'
},
32e4: {
- 320100: "南京市",
- 320200: "无锡市",
- 320300: "徐州市",
- 320400: "常州市",
- 320500: "苏州市",
- 320600: "南通市",
- 320700: "连云港市",
- 320800: "淮安市",
- 320900: "盐城市",
- 321e3: "扬州市",
- 321100: "镇江市",
- 321200: "泰州市",
- 321300: "宿迁市"
+ 320100: '南京市',
+ 320200: '无锡市',
+ 320300: '徐州市',
+ 320400: '常州市',
+ 320500: '苏州市',
+ 320600: '南通市',
+ 320700: '连云港市',
+ 320800: '淮安市',
+ 320900: '盐城市',
+ 321e3: '扬州市',
+ 321100: '镇江市',
+ 321200: '泰州市',
+ 321300: '宿迁市'
},
33e4: {
- 330100: "杭州市",
- 330200: "宁波市",
- 330300: "温州市",
- 330400: "嘉兴市",
- 330500: "湖州市",
- 330600: "绍兴市",
- 330700: "金华市",
- 330800: "衢州市",
- 330900: "舟山市",
- 331e3: "台州市",
- 331100: "丽水市"
+ 330100: '杭州市',
+ 330200: '宁波市',
+ 330300: '温州市',
+ 330400: '嘉兴市',
+ 330500: '湖州市',
+ 330600: '绍兴市',
+ 330700: '金华市',
+ 330800: '衢州市',
+ 330900: '舟山市',
+ 331e3: '台州市',
+ 331100: '丽水市'
},
34e4: {
- 340100: "合肥市",
- 340200: "芜湖市",
- 340300: "蚌埠市",
- 340400: "淮南市",
- 340500: "马鞍山市",
- 340600: "淮北市",
- 340700: "铜陵市",
- 340800: "安庆市",
- 341e3: "黄山市",
- 341100: "滁州市",
- 341200: "阜阳市",
- 341300: "宿州市",
- 341500: "六安市",
- 341600: "亳州市",
- 341700: "池州市",
- 341800: "宣城市"
+ 340100: '合肥市',
+ 340200: '芜湖市',
+ 340300: '蚌埠市',
+ 340400: '淮南市',
+ 340500: '马鞍山市',
+ 340600: '淮北市',
+ 340700: '铜陵市',
+ 340800: '安庆市',
+ 341e3: '黄山市',
+ 341100: '滁州市',
+ 341200: '阜阳市',
+ 341300: '宿州市',
+ 341500: '六安市',
+ 341600: '亳州市',
+ 341700: '池州市',
+ 341800: '宣城市'
},
35e4: {
- 350100: "福州市",
- 350200: "厦门市",
- 350300: "莆田市",
- 350400: "三明市",
- 350500: "泉州市",
- 350600: "漳州市",
- 350700: "南平市",
- 350800: "龙岩市",
- 350900: "宁德市"
+ 350100: '福州市',
+ 350200: '厦门市',
+ 350300: '莆田市',
+ 350400: '三明市',
+ 350500: '泉州市',
+ 350600: '漳州市',
+ 350700: '南平市',
+ 350800: '龙岩市',
+ 350900: '宁德市'
},
36e4: {
- 360100: "南昌市",
- 360200: "景德镇市",
- 360300: "萍乡市",
- 360400: "九江市",
- 360500: "新余市",
- 360600: "鹰潭市",
- 360700: "赣州市",
- 360800: "吉安市",
- 360900: "宜春市",
- 361e3: "抚州市",
- 361100: "上饶市"
+ 360100: '南昌市',
+ 360200: '景德镇市',
+ 360300: '萍乡市',
+ 360400: '九江市',
+ 360500: '新余市',
+ 360600: '鹰潭市',
+ 360700: '赣州市',
+ 360800: '吉安市',
+ 360900: '宜春市',
+ 361e3: '抚州市',
+ 361100: '上饶市'
},
37e4: {
- 370100: "济南市",
- 370200: "青岛市",
- 370300: "淄博市",
- 370400: "枣庄市",
- 370500: "东营市",
- 370600: "烟台市",
- 370700: "潍坊市",
- 370800: "济宁市",
- 370900: "泰安市",
- 371e3: "威海市",
- 371100: "日照市",
- 371200: "莱芜市",
- 371300: "临沂市",
- 371400: "德州市",
- 371500: "聊城市",
- 371600: "滨州市",
- 371700: "菏泽市"
+ 370100: '济南市',
+ 370200: '青岛市',
+ 370300: '淄博市',
+ 370400: '枣庄市',
+ 370500: '东营市',
+ 370600: '烟台市',
+ 370700: '潍坊市',
+ 370800: '济宁市',
+ 370900: '泰安市',
+ 371e3: '威海市',
+ 371100: '日照市',
+ 371200: '莱芜市',
+ 371300: '临沂市',
+ 371400: '德州市',
+ 371500: '聊城市',
+ 371600: '滨州市',
+ 371700: '菏泽市'
},
41e4: {
- 410100: "郑州市",
- 410200: "开封市",
- 410300: "洛阳市",
- 410400: "平顶山市",
- 410500: "安阳市",
- 410600: "鹤壁市",
- 410700: "新乡市",
- 410800: "焦作市",
- 410900: "濮阳市",
- 411e3: "许昌市",
- 411100: "漯河市",
- 411200: "三门峡市",
- 411300: "南阳市",
- 411400: "商丘市",
- 411500: "信阳市",
- 411600: "周口市",
- 411700: "驻马店市",
- 419001: "济源市"
+ 410100: '郑州市',
+ 410200: '开封市',
+ 410300: '洛阳市',
+ 410400: '平顶山市',
+ 410500: '安阳市',
+ 410600: '鹤壁市',
+ 410700: '新乡市',
+ 410800: '焦作市',
+ 410900: '濮阳市',
+ 411e3: '许昌市',
+ 411100: '漯河市',
+ 411200: '三门峡市',
+ 411300: '南阳市',
+ 411400: '商丘市',
+ 411500: '信阳市',
+ 411600: '周口市',
+ 411700: '驻马店市',
+ 419001: '济源市'
},
42e4: {
- 420100: "武汉市",
- 420200: "黄石市",
- 420300: "十堰市",
- 420500: "宜昌市",
- 420600: "襄阳市",
- 420700: "鄂州市",
- 420800: "荆门市",
- 420900: "孝感市",
- 421e3: "荆州市",
- 421100: "黄冈市",
- 421200: "咸宁市",
- 421300: "随州市",
- 422800: "恩施土家族苗族自治州",
- 429004: "仙桃市",
- 429005: "潜江市",
- 429006: "天门市",
- 429021: "神农架林区"
+ 420100: '武汉市',
+ 420200: '黄石市',
+ 420300: '十堰市',
+ 420500: '宜昌市',
+ 420600: '襄阳市',
+ 420700: '鄂州市',
+ 420800: '荆门市',
+ 420900: '孝感市',
+ 421e3: '荆州市',
+ 421100: '黄冈市',
+ 421200: '咸宁市',
+ 421300: '随州市',
+ 422800: '恩施土家族苗族自治州',
+ 429004: '仙桃市',
+ 429005: '潜江市',
+ 429006: '天门市',
+ 429021: '神农架林区'
},
43e4: {
- 430100: "长沙市",
- 430200: "株洲市",
- 430300: "湘潭市",
- 430400: "衡阳市",
- 430500: "邵阳市",
- 430600: "岳阳市",
- 430700: "常德市",
- 430800: "张家界市",
- 430900: "益阳市",
- 431e3: "郴州市",
- 431100: "永州市",
- 431200: "怀化市",
- 431300: "娄底市",
- 433100: "湘西土家族苗族自治州"
+ 430100: '长沙市',
+ 430200: '株洲市',
+ 430300: '湘潭市',
+ 430400: '衡阳市',
+ 430500: '邵阳市',
+ 430600: '岳阳市',
+ 430700: '常德市',
+ 430800: '张家界市',
+ 430900: '益阳市',
+ 431e3: '郴州市',
+ 431100: '永州市',
+ 431200: '怀化市',
+ 431300: '娄底市',
+ 433100: '湘西土家族苗族自治州'
},
44e4: {
- 440100: "广州市",
- 440200: "韶关市",
- 440300: "深圳市",
- 440400: "珠海市",
- 440500: "汕头市",
- 440600: "佛山市",
- 440700: "江门市",
- 440800: "湛江市",
- 440900: "茂名市",
- 441200: "肇庆市",
- 441300: "惠州市",
- 441400: "梅州市",
- 441500: "汕尾市",
- 441600: "河源市",
- 441700: "阳江市",
- 441800: "清远市",
- 441900: "东莞市",
- 442e3: "中山市",
- 445100: "潮州市",
- 445200: "揭阳市",
- 445300: "云浮市"
+ 440100: '广州市',
+ 440200: '韶关市',
+ 440300: '深圳市',
+ 440400: '珠海市',
+ 440500: '汕头市',
+ 440600: '佛山市',
+ 440700: '江门市',
+ 440800: '湛江市',
+ 440900: '茂名市',
+ 441200: '肇庆市',
+ 441300: '惠州市',
+ 441400: '梅州市',
+ 441500: '汕尾市',
+ 441600: '河源市',
+ 441700: '阳江市',
+ 441800: '清远市',
+ 441900: '东莞市',
+ 442e3: '中山市',
+ 445100: '潮州市',
+ 445200: '揭阳市',
+ 445300: '云浮市'
},
45e4: {
- 450100: "南宁市",
- 450200: "柳州市",
- 450300: "桂林市",
- 450400: "梧州市",
- 450500: "北海市",
- 450600: "防城港市",
- 450700: "钦州市",
- 450800: "贵港市",
- 450900: "玉林市",
- 451e3: "百色市",
- 451100: "贺州市",
- 451200: "河池市",
- 451300: "来宾市",
- 451400: "崇左市"
+ 450100: '南宁市',
+ 450200: '柳州市',
+ 450300: '桂林市',
+ 450400: '梧州市',
+ 450500: '北海市',
+ 450600: '防城港市',
+ 450700: '钦州市',
+ 450800: '贵港市',
+ 450900: '玉林市',
+ 451e3: '百色市',
+ 451100: '贺州市',
+ 451200: '河池市',
+ 451300: '来宾市',
+ 451400: '崇左市'
},
46e4: {
- 460100: "海口市",
- 460200: "三亚市",
- 460300: "三沙市",
- 460400: "儋州市",
- 469001: "五指山市",
- 469002: "琼海市",
- 469005: "文昌市",
- 469006: "万宁市",
- 469007: "东方市",
- 469021: "定安县",
- 469022: "屯昌县",
- 469023: "澄迈县",
- 469024: "临高县",
- 469025: "白沙黎族自治县",
- 469026: "昌江黎族自治县",
- 469027: "乐东黎族自治县",
- 469028: "陵水黎族自治县",
- 469029: "保亭黎族苗族自治县",
- 469030: "琼中黎族苗族自治县"
+ 460100: '海口市',
+ 460200: '三亚市',
+ 460300: '三沙市',
+ 460400: '儋州市',
+ 469001: '五指山市',
+ 469002: '琼海市',
+ 469005: '文昌市',
+ 469006: '万宁市',
+ 469007: '东方市',
+ 469021: '定安县',
+ 469022: '屯昌县',
+ 469023: '澄迈县',
+ 469024: '临高县',
+ 469025: '白沙黎族自治县',
+ 469026: '昌江黎族自治县',
+ 469027: '乐东黎族自治县',
+ 469028: '陵水黎族自治县',
+ 469029: '保亭黎族苗族自治县',
+ 469030: '琼中黎族苗族自治县'
},
5e5: {
- 500101: "万州区",
- 500102: "涪陵区",
- 500103: "渝中区",
- 500104: "大渡口区",
- 500105: "江北区",
- 500106: "沙坪坝区",
- 500107: "九龙坡区",
- 500108: "南岸区",
- 500109: "北碚区",
- 500110: "綦江区",
- 500111: "大足区",
- 500112: "渝北区",
- 500113: "巴南区",
- 500114: "黔江区",
- 500115: "长寿区",
- 500116: "江津区",
- 500117: "合川区",
- 500118: "永川区",
- 500119: "南川区",
- 500120: "璧山区",
- 500151: "铜梁区",
- 500152: "潼南区",
- 500153: "荣昌区",
- 500154: "开州区",
- 500228: "梁平县",
- 500229: "城口县",
- 500230: "丰都县",
- 500231: "垫江县",
- 500232: "武隆县",
- 500233: "忠县",
- 500235: "云阳县",
- 500236: "奉节县",
- 500237: "巫山县",
- 500238: "巫溪县",
- 500240: "石柱土家族自治县",
- 500241: "秀山土家族苗族自治县",
- 500242: "酉阳土家族苗族自治县",
- 500243: "彭水苗族土家族自治县"
+ 500101: '万州区',
+ 500102: '涪陵区',
+ 500103: '渝中区',
+ 500104: '大渡口区',
+ 500105: '江北区',
+ 500106: '沙坪坝区',
+ 500107: '九龙坡区',
+ 500108: '南岸区',
+ 500109: '北碚区',
+ 500110: '綦江区',
+ 500111: '大足区',
+ 500112: '渝北区',
+ 500113: '巴南区',
+ 500114: '黔江区',
+ 500115: '长寿区',
+ 500116: '江津区',
+ 500117: '合川区',
+ 500118: '永川区',
+ 500119: '南川区',
+ 500120: '璧山区',
+ 500151: '铜梁区',
+ 500152: '潼南区',
+ 500153: '荣昌区',
+ 500154: '开州区',
+ 500228: '梁平县',
+ 500229: '城口县',
+ 500230: '丰都县',
+ 500231: '垫江县',
+ 500232: '武隆县',
+ 500233: '忠县',
+ 500235: '云阳县',
+ 500236: '奉节县',
+ 500237: '巫山县',
+ 500238: '巫溪县',
+ 500240: '石柱土家族自治县',
+ 500241: '秀山土家族苗族自治县',
+ 500242: '酉阳土家族苗族自治县',
+ 500243: '彭水苗族土家族自治县'
},
51e4: {
- 510100: "成都市",
- 510300: "自贡市",
- 510400: "攀枝花市",
- 510500: "泸州市",
- 510600: "德阳市",
- 510700: "绵阳市",
- 510800: "广元市",
- 510900: "遂宁市",
- 511e3: "内江市",
- 511100: "乐山市",
- 511300: "南充市",
- 511400: "眉山市",
- 511500: "宜宾市",
- 511600: "广安市",
- 511700: "达州市",
- 511800: "雅安市",
- 511900: "巴中市",
- 512e3: "资阳市",
- 513200: "阿坝藏族羌族自治州",
- 513300: "甘孜藏族自治州",
- 513400: "凉山彝族自治州"
+ 510100: '成都市',
+ 510300: '自贡市',
+ 510400: '攀枝花市',
+ 510500: '泸州市',
+ 510600: '德阳市',
+ 510700: '绵阳市',
+ 510800: '广元市',
+ 510900: '遂宁市',
+ 511e3: '内江市',
+ 511100: '乐山市',
+ 511300: '南充市',
+ 511400: '眉山市',
+ 511500: '宜宾市',
+ 511600: '广安市',
+ 511700: '达州市',
+ 511800: '雅安市',
+ 511900: '巴中市',
+ 512e3: '资阳市',
+ 513200: '阿坝藏族羌族自治州',
+ 513300: '甘孜藏族自治州',
+ 513400: '凉山彝族自治州'
},
52e4: {
- 520100: "贵阳市",
- 520200: "六盘水市",
- 520300: "遵义市",
- 520400: "安顺市",
- 520500: "毕节市",
- 520600: "铜仁市",
- 522300: "黔西南布依族苗族自治州",
- 522600: "黔东南苗族侗族自治州",
- 522700: "黔南布依族苗族自治州"
+ 520100: '贵阳市',
+ 520200: '六盘水市',
+ 520300: '遵义市',
+ 520400: '安顺市',
+ 520500: '毕节市',
+ 520600: '铜仁市',
+ 522300: '黔西南布依族苗族自治州',
+ 522600: '黔东南苗族侗族自治州',
+ 522700: '黔南布依族苗族自治州'
},
53e4: {
- 530100: "昆明市",
- 530300: "曲靖市",
- 530400: "玉溪市",
- 530500: "保山市",
- 530600: "昭通市",
- 530700: "丽江市",
- 530800: "普洱市",
- 530900: "临沧市",
- 532300: "楚雄彝族自治州",
- 532500: "红河哈尼族彝族自治州",
- 532600: "文山壮族苗族自治州",
- 532800: "西双版纳傣族自治州",
- 532900: "大理白族自治州",
- 533100: "德宏傣族景颇族自治州",
- 533300: "怒江傈僳族自治州",
- 533400: "迪庆藏族自治州"
+ 530100: '昆明市',
+ 530300: '曲靖市',
+ 530400: '玉溪市',
+ 530500: '保山市',
+ 530600: '昭通市',
+ 530700: '丽江市',
+ 530800: '普洱市',
+ 530900: '临沧市',
+ 532300: '楚雄彝族自治州',
+ 532500: '红河哈尼族彝族自治州',
+ 532600: '文山壮族苗族自治州',
+ 532800: '西双版纳傣族自治州',
+ 532900: '大理白族自治州',
+ 533100: '德宏傣族景颇族自治州',
+ 533300: '怒江傈僳族自治州',
+ 533400: '迪庆藏族自治州'
},
54e4: {
- 540100: "拉萨市",
- 540200: "日喀则市",
- 540300: "昌都市",
- 540400: "林芝市",
- 540500: "山南市",
- 542400: "那曲地区",
- 542500: "阿里地区"
+ 540100: '拉萨市',
+ 540200: '日喀则市',
+ 540300: '昌都市',
+ 540400: '林芝市',
+ 540500: '山南市',
+ 542400: '那曲地区',
+ 542500: '阿里地区'
},
61e4: {
- 610100: "西安市",
- 610200: "铜川市",
- 610300: "宝鸡市",
- 610400: "咸阳市",
- 610500: "渭南市",
- 610600: "延安市",
- 610700: "汉中市",
- 610800: "榆林市",
- 610900: "安康市",
- 611e3: "商洛市"
+ 610100: '西安市',
+ 610200: '铜川市',
+ 610300: '宝鸡市',
+ 610400: '咸阳市',
+ 610500: '渭南市',
+ 610600: '延安市',
+ 610700: '汉中市',
+ 610800: '榆林市',
+ 610900: '安康市',
+ 611e3: '商洛市'
},
62e4: {
- 620100: "兰州市",
- 620200: "嘉峪关市",
- 620300: "金昌市",
- 620400: "白银市",
- 620500: "天水市",
- 620600: "武威市",
- 620700: "张掖市",
- 620800: "平凉市",
- 620900: "酒泉市",
- 621e3: "庆阳市",
- 621100: "定西市",
- 621200: "陇南市",
- 622900: "临夏回族自治州",
- 623e3: "甘南藏族自治州"
+ 620100: '兰州市',
+ 620200: '嘉峪关市',
+ 620300: '金昌市',
+ 620400: '白银市',
+ 620500: '天水市',
+ 620600: '武威市',
+ 620700: '张掖市',
+ 620800: '平凉市',
+ 620900: '酒泉市',
+ 621e3: '庆阳市',
+ 621100: '定西市',
+ 621200: '陇南市',
+ 622900: '临夏回族自治州',
+ 623e3: '甘南藏族自治州'
},
63e4: {
- 630100: "西宁市",
- 630200: "海东市",
- 632200: "海北藏族自治州",
- 632300: "黄南藏族自治州",
- 632500: "海南藏族自治州",
- 632600: "果洛藏族自治州",
- 632700: "玉树藏族自治州",
- 632800: "海西蒙古族藏族自治州"
+ 630100: '西宁市',
+ 630200: '海东市',
+ 632200: '海北藏族自治州',
+ 632300: '黄南藏族自治州',
+ 632500: '海南藏族自治州',
+ 632600: '果洛藏族自治州',
+ 632700: '玉树藏族自治州',
+ 632800: '海西蒙古族藏族自治州'
},
64e4: {
- 640100: "银川市",
- 640200: "石嘴山市",
- 640300: "吴忠市",
- 640400: "固原市",
- 640500: "中卫市"
+ 640100: '银川市',
+ 640200: '石嘴山市',
+ 640300: '吴忠市',
+ 640400: '固原市',
+ 640500: '中卫市'
},
65e4: {
- 650100: "乌鲁木齐市",
- 650200: "克拉玛依市",
- 650400: "吐鲁番市",
- 650500: "哈密市",
- 652300: "昌吉回族自治州",
- 652700: "博尔塔拉蒙古自治州",
- 652800: "巴音郭楞蒙古自治州",
- 652900: "阿克苏地区",
- 653e3: "克孜勒苏柯尔克孜自治州",
- 653100: "喀什地区",
- 653200: "和田地区",
- 654e3: "伊犁哈萨克自治州",
- 654200: "塔城地区",
- 654300: "阿勒泰地区",
- 659001: "石河子市",
- 659002: "阿拉尔市",
- 659003: "图木舒克市",
- 659004: "五家渠市",
- 659006: "铁门关市"
+ 650100: '乌鲁木齐市',
+ 650200: '克拉玛依市',
+ 650400: '吐鲁番市',
+ 650500: '哈密市',
+ 652300: '昌吉回族自治州',
+ 652700: '博尔塔拉蒙古自治州',
+ 652800: '巴音郭楞蒙古自治州',
+ 652900: '阿克苏地区',
+ 653e3: '克孜勒苏柯尔克孜自治州',
+ 653100: '喀什地区',
+ 653200: '和田地区',
+ 654e3: '伊犁哈萨克自治州',
+ 654200: '塔城地区',
+ 654300: '阿勒泰地区',
+ 659001: '石河子市',
+ 659002: '阿拉尔市',
+ 659003: '图木舒克市',
+ 659004: '五家渠市',
+ 659006: '铁门关市'
},
71e4: {
- 710101: "金门",
- 710102: "连江",
- 710103: "苗栗",
- 710104: "南投",
- 710105: "澎湖",
- 710106: "屏东",
- 710107: "台东",
- 710108: "台中",
- 710109: "台南",
- 710110: "台北",
- 710111: "桃园",
- 710112: "云林",
- 710113: "新北",
- 710114: "彰化",
- 710115: "嘉义",
- 710116: "新竹",
- 710117: "花莲",
- 710118: "宜兰",
- 710119: "高雄",
- 710120: "基隆"
+ 710101: '金门',
+ 710102: '连江',
+ 710103: '苗栗',
+ 710104: '南投',
+ 710105: '澎湖',
+ 710106: '屏东',
+ 710107: '台东',
+ 710108: '台中',
+ 710109: '台南',
+ 710110: '台北',
+ 710111: '桃园',
+ 710112: '云林',
+ 710113: '新北',
+ 710114: '彰化',
+ 710115: '嘉义',
+ 710116: '新竹',
+ 710117: '花莲',
+ 710118: '宜兰',
+ 710119: '高雄',
+ 710120: '基隆'
},
81e4: {
- 810101: "中西区",
- 810102: "东区",
- 810103: "九龙城区",
- 810104: "观塘区",
- 810105: "深水埗区",
- 810106: "湾仔区",
- 810107: "黄大仙区",
- 810108: "油尖旺区",
- 810109: "离岛区",
- 810110: "葵青区",
- 810111: "北区",
- 810112: "西贡区",
- 810113: "沙田区",
- 810114: "屯门区",
- 810115: "大埔区",
- 810116: "荃湾区",
- 810117: "元朗区",
- 810118: "香港",
- 810119: "九龙",
- 810120: "新界"
+ 810101: '中西区',
+ 810102: '东区',
+ 810103: '九龙城区',
+ 810104: '观塘区',
+ 810105: '深水埗区',
+ 810106: '湾仔区',
+ 810107: '黄大仙区',
+ 810108: '油尖旺区',
+ 810109: '离岛区',
+ 810110: '葵青区',
+ 810111: '北区',
+ 810112: '西贡区',
+ 810113: '沙田区',
+ 810114: '屯门区',
+ 810115: '大埔区',
+ 810116: '荃湾区',
+ 810117: '元朗区',
+ 810118: '香港',
+ 810119: '九龙',
+ 810120: '新界'
},
82e4: {
- 820101: "离岛",
- 820102: "澳门半岛",
- 820103: "凼仔",
- 820104: "路凼城",
- 820105: "路环"
+ 820101: '离岛',
+ 820102: '澳门半岛',
+ 820103: '凼仔',
+ 820104: '路凼城',
+ 820105: '路环'
}
}
},
c03d: function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- var _assets_less_TableExpand_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6eb7"),
+ 'use strict'
+ var _assets_less_TableExpand_less__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__('6eb7'),
_assets_less_TableExpand_less__WEBPACK_IMPORTED_MODULE_0___default = __webpack_require__.n(
_assets_less_TableExpand_less__WEBPACK_IMPORTED_MODULE_0__),
- _utils_mixin__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ac0d"),
- _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("b5ef"),
- _OnlCgformAutoModal__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("e8c2"),
- _api_manage__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("0fea"),
- _utils_util__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("ca00"),
- _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("d252"),
- _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("583c"),
- _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("4a62"),
- lodash__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("2ef0"),
+ _utils_mixin__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__('ac0d'),
+ _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__('b5ef'),
+ _OnlCgformAutoModal__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__('e8c2'),
+ _api_manage__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__('0fea'),
+ _utils_util__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__('ca00'),
+ _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__('d252'),
+ _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__('583c'),
+ _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__('4a62'),
+ lodash__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__('2ef0'),
lodash__WEBPACK_IMPORTED_MODULE_9___default = __webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_9__),
- vue__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("8bbf"),
- vue__WEBPACK_IMPORTED_MODULE_10___default = __webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_10__);
+ vue__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__('8bbf'),
+ vue__WEBPACK_IMPORTED_MODULE_10___default = __webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_10__)
function ownKeys(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -62342,7 +62920,7 @@
function _objectSpread(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? ownKeys(Object(n), !0).forEach((function(t) {
_defineProperty(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -62363,12 +62941,13 @@
}
function _createForOfIteratorHelper(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -62386,17 +62965,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -62414,46 +62993,47 @@
function _unsupportedIterableToArray(e, t) {
if (e) {
- if ("string" === typeof e) return _arrayLikeToArray(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
+ if ('string' === typeof e) return _arrayLikeToArray(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
}
}
function _arrayLikeToArray(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
- __webpack_exports__["a"] = {
- name: "OnlCgFormAutoList",
- mixins: [_mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__["a"],
- _utils_mixin__WEBPACK_IMPORTED_MODULE_1__["a"], _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_8__["a"]
+
+ __webpack_exports__['a'] = {
+ name: 'OnlCgFormAutoList',
+ mixins: [_mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__['a'],
+ _utils_mixin__WEBPACK_IMPORTED_MODULE_1__['a'], _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_8__['a']
],
components: {
- OnlCgformAutoModal: _OnlCgformAutoModal__WEBPACK_IMPORTED_MODULE_3__["default"],
- OnlineQueryFormItem: _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_6__["a"]
+ OnlCgformAutoModal: _OnlCgformAutoModal__WEBPACK_IMPORTED_MODULE_3__['default'],
+ OnlineQueryFormItem: _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_6__['a']
},
data: function() {
return {
- code: "",
+ code: '',
lodash: lodash__WEBPACK_IMPORTED_MODULE_9___default.a,
- description: "在线报表功能测试页面",
- currentTableName: "",
+ description: '在线报表功能测试页面',
+ currentTableName: '',
url: {
- getQueryInfo: "/online/cgform/api/getQueryInfo/",
- getColumns: "/online/cgform/api/getColumns/",
- getData: "/online/cgform/api/getData/",
- optPre: "/online/cgform/api/form/",
- exportXls: "/online/cgform/api/exportXls/",
- buttonAction: "/online/cgform/api/doButton",
- startProcess: "/act/process/extActProcess/startMutilProcess"
+ getQueryInfo: '/online/cgform/api/getQueryInfo/',
+ getColumns: '/online/cgform/api/getColumns/',
+ getData: '/online/cgform/api/getData/',
+ optPre: '/online/cgform/api/form/',
+ exportXls: '/online/cgform/api/exportXls/',
+ buttonAction: '/online/cgform/api/doButton',
+ startProcess: '/act/process/extActProcess/startMutilProcess'
},
- flowCodePre: "onl_",
+ flowCodePre: 'onl_',
isorter: {
- column: "id",
- order: "desc"
+ column: 'id',
+ order: 'desc'
},
dictOptions: {},
cgButtonLinkList: [],
@@ -62475,25 +63055,25 @@
metaPagination: {
current: 1,
pageSize: 10,
- pageSizeOptions: ["10", "20", "30"],
+ pageSizeOptions: ['10', '20', '30'],
showTotal: function(e, t) {
- return t[0] + "-" + t[1] + " 共" + e + "条"
+ return t[0] + '-' + t[1] + ' 共' + e + '条'
},
showQuickJumper: !0,
showSizeChanger: !0,
total: 0
},
actionColumn: {
- title: "操作",
- dataIndex: "action",
+ title: '操作',
+ dataIndex: 'action',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
},
- align: "center",
+ align: 'center',
width: 150
},
- formTemplate: "99",
- EnhanceJS: "",
+ formTemplate: '99',
+ EnhanceJS: '',
hideColumns: [],
buttonSwitch: {
add: !0,
@@ -62510,15 +63090,15 @@
checkboxFlag: !1,
superQuery: {
fieldList: [],
- params: "",
- matchType: "and"
+ params: '',
+ matchType: 'and'
},
scrollFlag: 0,
settingColumns: [],
defColumns: [],
acceptHrefParams: {},
- isDesForm: "",
- desFormCode: ""
+ isDesForm: '',
+ desFormCode: ''
}
},
created: function() {
@@ -62551,25 +63131,25 @@
return this.enableScrollBar ? void 0 : this.table.scroll
},
tableColumn: function() {
- var e = this;
- if (!this.settingColumns || this.settingColumns.length <= 0) return this.defColumns;
+ var e = this
+ if (!this.settingColumns || this.settingColumns.length <= 0) return this.defColumns
var t = this.defColumns.filter((function(t) {
- return "rowIndex" == t.key || "action" == t.dataIndex || !!e.settingColumns.includes(t.dataIndex)
- }));
+ return 'rowIndex' == t.key || 'action' == t.dataIndex || !!e.settingColumns.includes(t.dataIndex)
+ }))
return t
},
localCode: function() {
- return "onl_" + this.currentTableName
+ return 'onl_' + this.currentTableName
}
},
methods: {
hasBpmStatusFilter: function() {
var e, t = this.defColumns,
n = [],
- r = _createForOfIteratorHelper(t);
+ r = _createForOfIteratorHelper(t)
try {
for (r.s(); !(e = r.n()).done;) {
- var a = e.value;
+ var a = e.value
n.push(a.dataIndex)
}
} catch (i) {
@@ -62577,21 +63157,21 @@
} finally {
r.f()
}
- n.includes("bpm_status") || n.includes("BPM_STATUS") ? this.hasBpmStatus = !0 : this.hasBpmStatus = !1
+ n.includes('bpm_status') || n.includes('BPM_STATUS') ? this.hasBpmStatus = !0 : this.hasBpmStatus = !1
},
startProcess: function(e) {
- var t = this;
+ var t = this
this.$confirm({
- title: "提示",
- content: "确认提交流程吗?",
+ title: '提示',
+ content: '确认提交流程吗?',
onOk: function() {
var n = {
flowCode: t.flowCodePre + t.currentTableName,
id: e.id,
- formUrl: "modules/bpm/task/form/OnlineFormDetail",
- formUrlMobile: "check/onlineForm/detail"
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["f"])(t.url.startProcess, n).then((function(e) {
+ formUrl: 'modules/bpm/task/form/OnlineFormDetail',
+ formUrlMobile: 'check/onlineForm/detail'
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['f'])(t.url.startProcess, n).then((function(e) {
e.success ? (t.$message.success(e.message), t.loadData(), t.onClearSelected()) : t.$message.warning(
e.message)
}))
@@ -62599,16 +63179,16 @@
})
},
initQueryInfo: function() {
- var e = this;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["c"])("".concat(this.url.getQueryInfo).concat(this.code)).then(
+ var e = this
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['c'])(''.concat(this.url.getQueryInfo).concat(this.code)).then(
(function(t) {
if (t.success) {
- e.queryInfo = t.result;
- var n, r = _createForOfIteratorHelper(t.result);
+ e.queryInfo = t.result
+ var n, r = _createForOfIteratorHelper(t.result)
try {
for (r.s(); !(n = r.n()).done;) {
- var a = n.value;
- "1" === a.config && a.defValue && a.defValue.length > 0 && "single" === a.mode && e.$set(e.queryParam,
+ var a = n.value
+ '1' === a.config && a.defValue && a.defValue.length > 0 && 'single' === a.mode && e.$set(e.queryParam,
a.field, a.defValue)
}
} catch (i) {
@@ -62616,21 +63196,21 @@
} finally {
r.f()
}
- } else e.$message.warning(t.message);
+ } else e.$message.warning(t.message)
e.loadData()
}))
},
initAutoList: function() {
- var e = this;
- if (!this.$route.params.code) return !1;
- this.superQuery.params = "", this.$refs.superQuery && this.$refs.superQuery.handleReset(), this.table.loading = !
+ var e = this
+ if (!this.$route.params.code) return !1
+ this.superQuery.params = '', this.$refs.superQuery && this.$refs.superQuery.handleReset(), this.table.loading = !
0, this.code = this.$route.params.code, this.queryParam || (this.queryParam = {}), this.handleAcceptHrefParams(),
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["c"])("".concat(this.url.getColumns).concat(this.code)).then(
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['c'])(''.concat(this.url.getColumns).concat(this.code)).then(
(function(t) {
if (t.success) {
- "Y" == t.result.checkboxFlag ? e.checkboxFlag = !0 : e.checkboxFlag = !1, "Y" == t.result.paginationFlag ?
- e.table.pagination = _objectSpread({}, e.metaPagination) : e.table.pagination = !1;
- var n = {};
+ 'Y' == t.result.checkboxFlag ? e.checkboxFlag = !0 : e.checkboxFlag = !1, 'Y' == t.result.paginationFlag ?
+ e.table.pagination = _objectSpread({}, e.metaPagination) : e.table.pagination = !1
+ var n = {}
t.result.fieldHrefSlots.forEach((function(e) {
return n[e.slotName] = e
})), e.dictOptions = t.result.dictOptions, e.formTemplate = t.result.formTemplate, e.description = t
@@ -62646,14 +63226,14 @@
}))
},
loadData: function(e) {
- var t = this;
+ var t = this
if (this.table.pagination) {
- 1 == e && (this.table.pagination.current = 1), this.table.loading = !0;
- var n = this.getQueryParams();
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["c"])("".concat(this.url.getData).concat(this.code), n).then(
+ 1 == e && (this.table.pagination.current = 1), this.table.loading = !0
+ var n = this.getQueryParams()
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['c'])(''.concat(this.url.getData).concat(this.code), n).then(
(function(e) {
if (e.success) {
- var n = e.result;
+ var n = e.result
Number(n.total) > 0 ? (t.table.pagination.total = Number(n.total), t.table.dataSource = n.records) :
(t.table.pagination.total = 0, t.table.dataSource = [])
} else t.$message.warning(e.message)
@@ -62663,13 +63243,13 @@
} else this.loadDataNoPage()
},
loadDataNoPage: function() {
- var e = this;
- this.table.loading = !0;
- var t = this.getQueryParams();
- t["pageSize"] = -521, Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["c"])("".concat(this.url.getData).concat(
- this.code), Object(_utils_util__WEBPACK_IMPORTED_MODULE_5__["a"])(t)).then((function(t) {
+ var e = this
+ this.table.loading = !0
+ var t = this.getQueryParams()
+ t['pageSize'] = -521, Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['c'])(''.concat(this.url.getData).concat(
+ this.code), Object(_utils_util__WEBPACK_IMPORTED_MODULE_5__['a'])(t)).then((function(t) {
if (t.success) {
- var n = t.result;
+ var n = t.result
Number(n.total) > 0 ? e.table.dataSource = n.records : e.table.dataSource = []
} else e.$message.warning(t.message)
})).finally((function() {
@@ -62677,28 +63257,28 @@
}))
},
handleAcceptHrefParams: function() {
- var e = this;
- this.acceptHrefParams = {};
- var t = this.$route.query;
+ var e = this
+ this.acceptHrefParams = {}
+ var t = this.$route.query
t && (this.acceptHrefParams = _objectSpread({}, t), Object.keys(t).map((function(n) {
e.queryParam[n] = t[n]
})))
},
getQueryParams: function() {
- var e = Object.assign({}, this.acceptHrefParams, this.queryParam, this.isorter);
+ var e = Object.assign({}, this.acceptHrefParams, this.queryParam, this.isorter)
return e.pageNo = this.table.pagination.current, e.pageSize = this.table.pagination.pageSize, e.superQueryMatchType =
this.superQuery.matchType, e.superQueryParams = encodeURIComponent(this.superQuery.params), Object(
- _utils_util__WEBPACK_IMPORTED_MODULE_5__["a"])(e)
+ _utils_util__WEBPACK_IMPORTED_MODULE_5__['a'])(e)
},
handleChangeInTableSelect: function(e, t) {
this.table.selectedRowKeys = e, this.table.selectionRows = t, this.selectedRowKeys = e
},
handleTableChange: function(e, t, n) {
- Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = "ascend" == n.order ?
- "asc" : "desc"), this.table.pagination && (this.table.pagination = e), this.loadData()
+ Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = 'ascend' == n.order ?
+ 'asc' : 'desc'), this.table.pagination && (this.table.pagination = e), this.loadData()
},
handleAdd: function() {
- this.cgButtonJsHandler("beforeAdd"), this.$refs.modal.add(this.formTemplate)
+ this.cgButtonJsHandler('beforeAdd'), this.$refs.modal.add(this.formTemplate)
},
handleImportXls: function() {
this.$refs.importModal.show()
@@ -62707,50 +63287,50 @@
this.loadData(1)
},
handleExportXls2: function() {
- var e = this.queryParam;
- this.table.selectedRowKeys && this.table.selectedRowKeys.length > 0 && (e["selections"] = this.table.selectedRowKeys
- .join(","));
+ var e = this.queryParam
+ this.table.selectedRowKeys && this.table.selectedRowKeys.length > 0 && (e['selections'] = this.table.selectedRowKeys
+ .join(','))
var t = encodeURI(JSON.stringify(e)),
- n = window._CONFIG["domianURL"] + this.url.exportXls + this.code + "?paramsStr=" + t;
+ n = window._CONFIG['domianURL'] + this.url.exportXls + this.code + '?paramsStr=' + t
window.location.href = n
},
handleExportXls: function() {
var e = this,
- t = this.getQueryParams();
- this.table.selectedRowKeys && this.table.selectedRowKeys.length > 0 && (t["selections"] = this.table.selectedRowKeys
- .join(","));
- var n = JSON.stringify(Object(_utils_util__WEBPACK_IMPORTED_MODULE_5__["a"])(t));
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["b"])(this.url.exportXls + this.code, {
+ t = this.getQueryParams()
+ this.table.selectedRowKeys && this.table.selectedRowKeys.length > 0 && (t['selections'] = this.table.selectedRowKeys
+ .join(','))
+ var n = JSON.stringify(Object(_utils_util__WEBPACK_IMPORTED_MODULE_5__['a'])(t))
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['b'])(this.url.exportXls + this.code, {
paramsStr: n
}).then((function(t) {
if (t && 0 !== t.size)
- if ("undefined" !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t]), e.description +
- ".xls");
+ if ('undefined' !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t]), e.description +
+ '.xls')
else {
var n = window.URL.createObjectURL(new Blob([t])),
- r = document.createElement("a");
- r.style.display = "none", r.href = n, r.setAttribute("download", e.description + ".xls"), document.body
+ r = document.createElement('a')
+ r.style.display = 'none', r.href = n, r.setAttribute('download', e.description + '.xls'), document.body
.appendChild(r), r.click(), document.body.removeChild(r), window.URL.revokeObjectURL(n)
}
- else e.$message.warning("文件下载失败")
+ else e.$message.warning('文件下载失败')
}))
},
handleEdit: function(e) {
- this.cgButtonLinkHandler(e, "beforeEdit", "js"), this.$refs.modal.edit(this.formTemplate, e.id)
+ this.cgButtonLinkHandler(e, 'beforeEdit', 'js'), this.$refs.modal.edit(this.formTemplate, e.id)
},
showLinkButton: function(e, t) {
- var n = new _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_7__["a"](e.exp, t);
+ var n = new _components_online_autoform_model_ButtonExpHandler__WEBPACK_IMPORTED_MODULE_7__['a'](e.exp, t)
return n.show
},
handleDetail: function(e) {
this.$refs.modal.detail(this.formTemplate, e.id)
},
handleDeleteOne: function(e) {
- this.cgButtonLinkHandler(e, "beforeDelete", "js"), this.handleDelete(e.id)
+ this.cgButtonLinkHandler(e, 'beforeDelete', 'js'), this.handleDelete(e.id)
},
handleDelete: function(e) {
- var t = this;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["a"])(this.url.optPre + this.code + "/" + e).then((
+ var t = this
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['a'])(this.url.optPre + this.code + '/' + e).then((
function(e) {
e.success ? (t.$message.success(e.message), t.loadData()) : t.$message.warning(e.message)
}))
@@ -62759,11 +63339,11 @@
this.loadData()
},
handleGetSchema: function(e) {
- var t = this;
+ var t = this
e && e.properties && function() {
var n = function(e, t) {
- var n = t.view || t.type || "string";
- n = "inputNumber" === n ? "number" : n;
+ var n = t.view || t.type || 'string'
+ n = 'inputNumber' === n ? 'number' : n
var r = {
type: n,
value: t.key,
@@ -62773,30 +63353,30 @@
dictText: t.dictText,
options: t.enum || t.options,
order: t.order
- };
- "popup" === n && (r["popup"] = {
+ }
+ 'popup' === n && (r['popup'] = {
code: t.popupCode || t.code,
- field: t.orgFields.split(",")[0],
- orgFields: t.orgFields.split(",")[0],
- destFields: t.destFields.split(",")[0]
+ field: t.orgFields.split(',')[0],
+ orgFields: t.orgFields.split(',')[0],
+ destFields: t.destFields.split(',')[0]
}), e.push(r)
},
r = [],
a = function(t) {
- if (!e.properties.hasOwnProperty(t)) return "continue";
- var a = e.properties[t];
- if ("tab" === a.view && 0 == a.relationType) {
+ if (!e.properties.hasOwnProperty(t)) return 'continue'
+ var a = e.properties[t]
+ if ('tab' === a.view && 0 == a.relationType) {
var i = {
- type: "sub-table",
+ type: 'sub-table',
value: a.key,
text: a.describe,
children: []
- };
+ }
if (a.columns) {
- var o, s = _createForOfIteratorHelper(a.columns);
+ var o, s = _createForOfIteratorHelper(a.columns)
try {
for (s.s(); !(o = s.n()).done;) {
- var c = o.value;
+ var c = o.value
n(i.children, c)
}
} catch (u) {
@@ -62806,23 +63386,23 @@
}
}
r.push(i)
- } else if ("tab" === a.view && 1 == a.relationType) {
+ } else if ('tab' === a.view && 1 == a.relationType) {
var l = {
- type: "sub-table",
+ type: 'sub-table',
value: a.key,
text: a.describe,
children: []
- };
+ }
Object.keys(a.properties).map((function(e) {
- a.properties[e]["key"] = e, n(l.children, a.properties[e])
+ a.properties[e]['key'] = e, n(l.children, a.properties[e])
})), r.push(l)
} else a.key = t, n(r, a)
- };
- for (var i in e.properties) a(i);
+ }
+ for (var i in e.properties) a(i)
for (var o = 0; o < r.length; o++)
for (var s = o + 1; s < r.length; s++) {
var c = r[o],
- l = r[s];
+ l = r[s]
c.order > l.order && (r[o] = l, r[s] = c)
}
t.superQuery.fieldList = r
@@ -62832,25 +63412,25 @@
this.table.selectedRowKeys = [], this.table.selectionRows = []
},
getImgView: function(e) {
- return e && e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(","))), Object(
- _api_manage__WEBPACK_IMPORTED_MODULE_4__["d"])(e)
+ return e && e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(','))), Object(
+ _api_manage__WEBPACK_IMPORTED_MODULE_4__['d'])(e)
},
downloadRowFile: function(e) {
if (e) {
- e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(",")));
- var t = Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["d"])(e);
+ e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(',')))
+ var t = Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['d'])(e)
window.open(t)
- } else this.$message.warning("未知的文件")
+ } else this.$message.warning('未知的文件')
},
handleDelBatch: function() {
- if (this.table.selectedRowKeys.length <= 0) return this.$message.warning("请选择一条记录!"), !1;
- var e = "",
- t = this;
+ if (this.table.selectedRowKeys.length <= 0) return this.$message.warning('请选择一条记录!'), !1
+ var e = '',
+ t = this
t.table.selectedRowKeys.forEach((function(t) {
- e += t + ","
+ e += t + ','
})), t.$confirm({
- title: "确认删除",
- content: "是否删除选中数据?",
+ title: '确认删除',
+ content: '是否删除选中数据?',
onOk: function() {
t.handleDelete(e), t.onClearSelected()
}
@@ -62866,28 +63446,28 @@
this.toggleSearchStatus = !this.toggleSearchStatus
},
getFormatDate: function(e) {
- if (!e) return "";
- var t = e;
+ if (!e) return ''
+ var t = e
return t.length > 10 && (t = t.substring(0, 10)), t
},
getImportUrl: function() {
- return "/online/cgform/api/importXls/" + this.code
+ return '/online/cgform/api/importXls/' + this.code
},
initCgEnhanceJs: function initCgEnhanceJs(enhanceJs) {
if (enhanceJs) {
- var Obj = eval("(" + enhanceJs + ")");
- this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_4__["c"],
- _api_manage__WEBPACK_IMPORTED_MODULE_4__["f"], _api_manage__WEBPACK_IMPORTED_MODULE_4__["a"]), this.cgButtonJsHandler(
- "created")
- } else this.EnhanceJS = ""
+ var Obj = eval('(' + enhanceJs + ')')
+ this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_4__['c'],
+ _api_manage__WEBPACK_IMPORTED_MODULE_4__['f'], _api_manage__WEBPACK_IMPORTED_MODULE_4__['a']), this.cgButtonJsHandler(
+ 'created')
+ } else this.EnhanceJS = ''
},
initCgButtonList: function(e) {
var t = [],
- n = [];
+ n = []
if (e && e.length > 0)
for (var r = 0; r < e.length; r++) {
- var a = e[r];
- "button" == a.buttonStyle ? n.push(a) : "link" == a.buttonStyle && t.push(a)
+ var a = e[r]
+ 'button' == a.buttonStyle ? n.push(a) : 'link' == a.buttonStyle && t.push(a)
}
this.cgButtonLinkList = [].concat(t), this.cgButtonList = [].concat(n)
},
@@ -62895,35 +63475,35 @@
this.EnhanceJS[e] && this.EnhanceJS[e](this)
},
cgButtonActionHandler: function(e) {
- var t = this;
+ var t = this
if (!this.table.selectedRowKeys || 0 == this.table.selectedRowKeys.length) return this.$message.warning(
- "请先选中一条记录"), !1;
- if (this.table.selectedRowKeys.length > 1) return this.$message.warning("请只选中一条记录"), !1;
+ '请先选中一条记录'), !1
+ if (this.table.selectedRowKeys.length > 1) return this.$message.warning('请只选中一条记录'), !1
var n = {
formId: this.code,
buttonCode: e,
dataId: this.table.selectedRowKeys[0]
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["f"])(this.url.buttonAction, n).then((function(e) {
- e.success ? (t.loadData(), t.$message.success("处理完成!")) : t.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['f'])(this.url.buttonAction, n).then((function(e) {
+ e.success ? (t.loadData(), t.$message.success('处理完成!')) : t.$message.warning('处理失败!')
}))
},
cgButtonLinkHandler: function(e, t, n) {
- var r = this;
- if ("js" == n) this.EnhanceJS[t] && this.EnhanceJS[t](this, e);
- else if ("action" == n) {
+ var r = this
+ if ('js' == n) this.EnhanceJS[t] && this.EnhanceJS[t](this, e)
+ else if ('action' == n) {
var a = {
formId: this.code,
buttonCode: t,
dataId: e.id
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__["f"])(this.url.buttonAction, a).then((function(e) {
- e.success ? (r.loadData(), r.$message.success("处理完成!")) : r.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_4__['f'])(this.url.buttonAction, a).then((function(e) {
+ e.success ? (r.loadData(), r.$message.success('处理完成!')) : r.$message.warning('处理失败!')
}))
}
},
initButtonSwitch: function(e) {
- var t = this;
+ var t = this
Object.keys(this.buttonSwitch).forEach((function(e) {
t.buttonSwitch[e] = !0
})), e && e.length > 0 && Object.keys(this.buttonSwitch).forEach((function(n) {
@@ -62931,132 +63511,134 @@
}))
},
handleSuperQuery: function(e, t) {
- e && 0 !== e.length ? this.superQuery.params = JSON.stringify(e) : this.superQuery.params = "", this.superQuery
+ e && 0 !== e.length ? this.superQuery.params = JSON.stringify(e) : this.superQuery.params = '', this.superQuery
.matchType = t, this.loadData(1)
},
settingColumnsHandler: function(e) {
var t = this,
- n = vue__WEBPACK_IMPORTED_MODULE_10___default.a.ls.get(this.localCode);
- n && 0 != n.length ? this.settingColumns = n.split(",") : (this.settingColumns = [], e.forEach((function(e) {
- t.settingColumns.indexOf(e["dataIndex"]) < 0 && t.settingColumns.push(e["dataIndex"])
+ n = vue__WEBPACK_IMPORTED_MODULE_10___default.a.ls.get(this.localCode)
+ n && 0 != n.length ? this.settingColumns = n.split(',') : (this.settingColumns = [], e.forEach((function(e) {
+ t.settingColumns.indexOf(e['dataIndex']) < 0 && t.settingColumns.push(e['dataIndex'])
})))
},
popVisibleChange: function(e) {
this.settingColumns && this.settingColumns.length > 0 && vue__WEBPACK_IMPORTED_MODULE_10___default.a.ls.set(
- this.localCode, this.settingColumns.join(","))
+ this.localCode, this.settingColumns.join(','))
}
}
}
},
c03e: function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ 'use strict'
+ n.d(t, 'a', (function() {
return o
- })), n.d(t, "b", (function() {
+ })), n.d(t, 'b', (function() {
return s
- }));
- var r = n("0fea"),
+ }))
+ var r = n('0fea'),
a = function(e) {
- if (e.lastIndexOf("\\") >= 0) {
- var t = new RegExp("\\\\", "g");
- e = e.replace(t, "/")
+ if (e.lastIndexOf('\\') >= 0) {
+ var t = new RegExp('\\\\', 'g')
+ e = e.replace(t, '/')
}
- return e.substring(e.lastIndexOf("/") + 1)
+ return e.substring(e.lastIndexOf('/') + 1)
},
i = function() {
- return "-" + parseInt(1e4 * Math.random() + 1, 10)
+ return '-' + parseInt(1e4 * Math.random() + 1, 10)
},
o = function(e) {
- var t = [];
- if (!e) return "";
- for (var n = 0; n < e.length; n++) t.push(e[n].response.message);
- return t && t.length > 0 ? t.join(",") : ""
+ var t = []
+ if (!e) return ''
+ for (var n = 0; n < e.length; n++) t.push(e[n].response.message)
+ return t && t.length > 0 ? t.join(',') : ''
},
s = function(e) {
- if (!e) return [];
- for (var t = [], n = e.split(","), o = 0; o < n.length; o++)
+ if (!e) return []
+ for (var t = [], n = e.split(','), o = 0; o < n.length; o++)
if (n[o]) {
- var s = Object(r["d"])(n[o]);
+ var s = Object(r['d'])(n[o])
t.push({
uid: i(),
name: a(n[o]),
- status: "done",
+ status: 'done',
url: s,
response: {
- status: "history",
+ status: 'history',
message: n[o]
}
})
- } return t
+ }
+ return t
}
},
c098: function(e, t) {
var n = 9007199254740991,
- r = /^(?:0|[1-9]\d*)$/;
+ r = /^(?:0|[1-9]\d*)$/
function a(e, t) {
- var a = typeof e;
- return t = null == t ? n : t, !!t && ("number" == a || "symbol" != a && r.test(e)) && e > -1 && e % 1 == 0 &&
+ var a = typeof e
+ return t = null == t ? n : t, !!t && ('number' == a || 'symbol' != a && r.test(e)) && e > -1 && e % 1 == 0 &&
e < t
}
+
e.exports = a
},
c109: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("tzm", {
- months: "ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),
- monthsShort: "ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),
- weekdays: "ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),
- weekdaysShort: "ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),
- weekdaysMin: "ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),
+ var t = e.defineLocale('tzm', {
+ months: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split('_'),
+ monthsShort: 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split('_'),
+ weekdays: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),
+ weekdaysShort: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),
+ weekdaysMin: 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[ⴰⵙⴷⵅ ⴴ] LT",
- nextDay: "[ⴰⵙⴽⴰ ⴴ] LT",
- nextWeek: "dddd [ⴴ] LT",
- lastDay: "[ⴰⵚⴰⵏⵜ ⴴ] LT",
- lastWeek: "dddd [ⴴ] LT",
- sameElse: "L"
+ sameDay: '[ⴰⵙⴷⵅ ⴴ] LT',
+ nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',
+ nextWeek: 'dddd [ⴴ] LT',
+ lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',
+ lastWeek: 'dddd [ⴴ] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",
- past: "ⵢⴰⵏ %s",
- s: "ⵉⵎⵉⴽ",
- ss: "%d ⵉⵎⵉⴽ",
- m: "ⵎⵉⵏⵓⴺ",
- mm: "%d ⵎⵉⵏⵓⴺ",
- h: "ⵙⴰⵄⴰ",
- hh: "%d ⵜⴰⵙⵙⴰⵄⵉⵏ",
- d: "ⴰⵙⵙ",
- dd: "%d oⵙⵙⴰⵏ",
- M: "ⴰⵢoⵓⵔ",
- MM: "%d ⵉⵢⵢⵉⵔⵏ",
- y: "ⴰⵙⴳⴰⵙ",
- yy: "%d ⵉⵙⴳⴰⵙⵏ"
+ future: 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',
+ past: 'ⵢⴰⵏ %s',
+ s: 'ⵉⵎⵉⴽ',
+ ss: '%d ⵉⵎⵉⴽ',
+ m: 'ⵎⵉⵏⵓⴺ',
+ mm: '%d ⵎⵉⵏⵓⴺ',
+ h: 'ⵙⴰⵄⴰ',
+ hh: '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',
+ d: 'ⴰⵙⵙ',
+ dd: '%d oⵙⵙⴰⵏ',
+ M: 'ⴰⵢoⵓⵔ',
+ MM: '%d ⵉⵢⵢⵉⵔⵏ',
+ y: 'ⴰⵙⴳⴰⵙ',
+ yy: '%d ⵉⵙⴳⴰⵙⵏ'
},
week: {
dow: 6,
doy: 12
}
- });
+ })
return t
}))
},
c1c9: function(e, t, n) {
- var r = n("a454"),
- a = n("f3c1"),
- i = a(r);
+ var r = n('a454'),
+ a = n('f3c1'),
+ i = a(r)
e.exports = i
},
c1df: function(e, t, n) {
@@ -63069,8 +63651,8 @@
(function(t, n) {
e.exports = n()
})(0, (function() {
- "use strict";
- var r, a;
+ 'use strict'
+ var r, a
function i() {
return r.apply(null, arguments)
@@ -63081,11 +63663,11 @@
}
function s(e) {
- return e instanceof Array || "[object Array]" === Object.prototype.toString.call(e)
+ return e instanceof Array || '[object Array]' === Object.prototype.toString.call(e)
}
function c(e) {
- return null != e && "[object Object]" === Object.prototype.toString.call(e)
+ return null != e && '[object Object]' === Object.prototype.toString.call(e)
}
function l(e, t) {
@@ -63093,10 +63675,10 @@
}
function u(e) {
- if (Object.getOwnPropertyNames) return 0 === Object.getOwnPropertyNames(e).length;
- var t;
+ if (Object.getOwnPropertyNames) return 0 === Object.getOwnPropertyNames(e).length
+ var t
for (t in e)
- if (l(e, t)) return !1;
+ if (l(e, t)) return !1
return !0
}
@@ -63105,22 +63687,22 @@
}
function h(e) {
- return "number" === typeof e || "[object Number]" === Object.prototype.toString.call(e)
+ return 'number' === typeof e || '[object Number]' === Object.prototype.toString.call(e)
}
function f(e) {
- return e instanceof Date || "[object Date]" === Object.prototype.toString.call(e)
+ return e instanceof Date || '[object Date]' === Object.prototype.toString.call(e)
}
function m(e, t) {
- var n, r = [];
- for (n = 0; n < e.length; ++n) r.push(t(e[n], n));
+ var n, r = []
+ for (n = 0; n < e.length; ++n) r.push(t(e[n], n))
return r
}
function p(e, t) {
- for (var n in t) l(t, n) && (e[n] = t[n]);
- return l(t, "toString") && (e.toString = t.toString), l(t, "valueOf") && (e.valueOf = t.valueOf), e
+ for (var n in t) l(t, n) && (e[n] = t[n])
+ return l(t, 'toString') && (e.toString = t.toString), l(t, 'valueOf') && (e.valueOf = t.valueOf), e
}
function _(e, t, n, r) {
@@ -63160,35 +63742,36 @@
})),
r = !isNaN(e._d.getTime()) && t.overflow < 0 && !t.empty && !t.invalidEra && !t.invalidMonth && !t.invalidWeekday &&
!t.weekdayMismatch && !t.nullInput && !t.invalidFormat && !t.userInvalidated && (!t.meridiem || t.meridiem &&
- n);
+ n)
if (e._strict && (r = r && 0 === t.charsLeftOver && 0 === t.unusedTokens.length && void 0 === t.bigHour),
- null != Object.isFrozen && Object.isFrozen(e)) return r;
+ null != Object.isFrozen && Object.isFrozen(e)) return r
e._isValid = r
}
return e._isValid
}
function g(e) {
- var t = _(NaN);
+ var t = _(NaN)
return null != e ? p(b(t), e) : b(t).userInvalidated = !0, t
}
+
a = Array.prototype.some ? Array.prototype.some : function(e) {
var t, n = Object(this),
- r = n.length >>> 0;
+ r = n.length >>> 0
for (t = 0; t < r; t++)
- if (t in n && e.call(this, n[t], t, n)) return !0;
+ if (t in n && e.call(this, n[t], t, n)) return !0
return !1
- };
+ }
var M = i.momentProperties = [],
- w = !1;
+ w = !1
function L(e, t) {
- var n, r, a;
+ var n, r, a
if (d(t._isAMomentObject) || (e._isAMomentObject = t._isAMomentObject), d(t._i) || (e._i = t._i), d(t._f) ||
(e._f = t._f), d(t._l) || (e._l = t._l), d(t._strict) || (e._strict = t._strict), d(t._tzm) || (e._tzm =
t._tzm), d(t._isUTC) || (e._isUTC = t._isUTC), d(t._offset) || (e._offset = t._offset), d(t._pf) || (e._pf =
b(t)), d(t._locale) || (e._locale = t._locale), M.length > 0)
- for (n = 0; n < M.length; n++) r = M[n], a = t[r], d(a) || (e[r] = a);
+ for (n = 0; n < M.length; n++) r = M[n], a = t[r], d(a) || (e[r] = a)
return e
}
@@ -63202,91 +63785,94 @@
}
function k(e) {
- !1 === i.suppressDeprecationWarnings && "undefined" !== typeof console && console.warn
+ !1 === i.suppressDeprecationWarnings && 'undefined' !== typeof console && console.warn
}
function C(e, t) {
- var n = !0;
+ var n = !0
return p((function() {
if (null != i.deprecationHandler && i.deprecationHandler(null, e), n) {
- var r, a, o, s = [];
+ var r, a, o, s = []
for (a = 0; a < arguments.length; a++) {
- if (r = "", "object" === typeof arguments[a]) {
- for (o in r += "\n[" + a + "] ", arguments[0]) l(arguments[0], o) && (r += o + ": " + arguments[0]
- [o] + ", ");
+ if (r = '', 'object' === typeof arguments[a]) {
+ for (o in r += '\n[' + a + '] ', arguments[0]) l(arguments[0], o) && (r += o + ': ' + arguments[0]
+ [o] + ', ')
r = r.slice(0, -2)
- } else r = arguments[a];
+ } else r = arguments[a]
s.push(r)
}
- k(e + "\nArguments: " + Array.prototype.slice.call(s).join("") + "\n" + (new Error).stack), n = !1
+ k(e + '\nArguments: ' + Array.prototype.slice.call(s).join('') + '\n' + (new Error).stack), n = !1
}
return t.apply(this, arguments)
}), t)
}
- var T, x = {};
+
+ var T, x = {}
function z(e, t) {
null != i.deprecationHandler && i.deprecationHandler(e, t), x[e] || (k(t), x[e] = !0)
}
function D(e) {
- return "undefined" !== typeof Function && e instanceof Function || "[object Function]" === Object.prototype
+ return 'undefined' !== typeof Function && e instanceof Function || '[object Function]' === Object.prototype
.toString.call(e)
}
function j(e) {
- var t, n;
- for (n in e) l(e, n) && (t = e[n], D(t) ? this[n] = t : this["_" + n] = t);
+ var t, n
+ for (n in e) l(e, n) && (t = e[n], D(t) ? this[n] = t : this['_' + n] = t)
this._config = e, this._dayOfMonthOrdinalParseLenient = new RegExp((this._dayOfMonthOrdinalParse.source ||
- this._ordinalParse.source) + "|" + /\d{1,2}/.source)
+ this._ordinalParse.source) + '|' + /\d{1,2}/.source)
}
function H(e, t) {
- var n, r = p({}, e);
+ var n, r = p({}, e)
for (n in t) l(t, n) && (c(e[n]) && c(t[n]) ? (r[n] = {}, p(r[n], e[n]), p(r[n], t[n])) : null != t[n] ?
- r[n] = t[n] : delete r[n]);
- for (n in e) l(e, n) && !l(t, n) && c(e[n]) && (r[n] = p({}, r[n]));
+ r[n] = t[n] : delete r[n])
+ for (n in e) l(e, n) && !l(t, n) && c(e[n]) && (r[n] = p({}, r[n]))
return r
}
function E(e) {
null != e && this.set(e)
}
+
i.suppressDeprecationWarnings = !1, i.deprecationHandler = null, T = Object.keys ? Object.keys : function(
e) {
- var t, n = [];
- for (t in e) l(e, t) && n.push(t);
+ var t, n = []
+ for (t in e) l(e, t) && n.push(t)
return n
- };
+ }
var P = {
- sameDay: "[Today at] LT",
- nextDay: "[Tomorrow at] LT",
- nextWeek: "dddd [at] LT",
- lastDay: "[Yesterday at] LT",
- lastWeek: "[Last] dddd [at] LT",
- sameElse: "L"
- };
+ sameDay: '[Today at] LT',
+ nextDay: '[Tomorrow at] LT',
+ nextWeek: 'dddd [at] LT',
+ lastDay: '[Yesterday at] LT',
+ lastWeek: '[Last] dddd [at] LT',
+ sameElse: 'L'
+ }
function A(e, t, n) {
- var r = this._calendar[e] || this._calendar["sameElse"];
+ var r = this._calendar[e] || this._calendar['sameElse']
return D(r) ? r.call(t, n) : r
}
function Y(e, t, n) {
- var r = "" + Math.abs(e),
+ var r = '' + Math.abs(e),
a = t - r.length,
- i = e >= 0;
- return (i ? n ? "+" : "" : "-") + Math.pow(10, Math.max(0, a)).toString().substr(1) + r
+ i = e >= 0
+ return (i ? n ? '+' : '' : '-') + Math.pow(10, Math.max(0, a)).toString().substr(1) + r
}
+
var V =
/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,
I = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,
R = {},
- F = {};
+ F = {}
function $(e, t, n, r) {
- var a = r;
- "string" === typeof r && (a = function() {
+ var a = r
+ 'string' === typeof r && (a = function() {
return this[r]()
}), e && (F[e] = a), t && (F[t[0]] = function() {
return Y(a.apply(this, arguments), t[1], t[2])
@@ -63296,15 +63882,15 @@
}
function N(e) {
- return e.match(/\[[\s\S]/) ? e.replace(/^\[|\]$/g, "") : e.replace(/\\/g, "")
+ return e.match(/\[[\s\S]/) ? e.replace(/^\[|\]$/g, '') : e.replace(/\\/g, '')
}
function B(e) {
- var t, n, r = e.match(V);
- for (t = 0, n = r.length; t < n; t++) F[r[t]] ? r[t] = F[r[t]] : r[t] = N(r[t]);
+ var t, n, r = e.match(V)
+ for (t = 0, n = r.length; t < n; t++) F[r[t]] ? r[t] = F[r[t]] : r[t] = N(r[t])
return function(t) {
- var a, i = "";
- for (a = 0; a < n; a++) i += D(r[a]) ? r[a].call(t, e) : r[a];
+ var a, i = ''
+ for (a = 0; a < n; a++) i += D(r[a]) ? r[a].call(t, e) : r[a]
return i
}
}
@@ -63314,98 +63900,105 @@
}
function W(e, t) {
- var n = 5;
+ var n = 5
function r(e) {
return t.longDateFormat(e) || e
}
- I.lastIndex = 0;
- while (n >= 0 && I.test(e)) e = e.replace(I, r), I.lastIndex = 0, n -= 1;
+
+ I.lastIndex = 0
+ while (n >= 0 && I.test(e)) e = e.replace(I, r), I.lastIndex = 0, n -= 1
return e
}
+
var q = {
- LTS: "h:mm:ss A",
- LT: "h:mm A",
- L: "MM/DD/YYYY",
- LL: "MMMM D, YYYY",
- LLL: "MMMM D, YYYY h:mm A",
- LLLL: "dddd, MMMM D, YYYY h:mm A"
- };
+ LTS: 'h:mm:ss A',
+ LT: 'h:mm A',
+ L: 'MM/DD/YYYY',
+ LL: 'MMMM D, YYYY',
+ LLL: 'MMMM D, YYYY h:mm A',
+ LLLL: 'dddd, MMMM D, YYYY h:mm A'
+ }
function U(e) {
var t = this._longDateFormat[e],
- n = this._longDateFormat[e.toUpperCase()];
+ n = this._longDateFormat[e.toUpperCase()]
return t || !n ? t : (this._longDateFormat[e] = n.match(V).map((function(e) {
- return "MMMM" === e || "MM" === e || "DD" === e || "dddd" === e ? e.slice(1) : e
- })).join(""), this._longDateFormat[e])
+ return 'MMMM' === e || 'MM' === e || 'DD' === e || 'dddd' === e ? e.slice(1) : e
+ })).join(''), this._longDateFormat[e])
}
- var J = "Invalid date";
+
+ var J = 'Invalid date'
function G() {
return this._invalidDate
}
- var Q = "%d",
- X = /\d{1,2}/;
+
+ var Q = '%d',
+ X = /\d{1,2}/
function Z(e) {
- return this._ordinal.replace("%d", e)
+ return this._ordinal.replace('%d', e)
}
+
var ee = {
- future: "in %s",
- past: "%s ago",
- s: "a few seconds",
- ss: "%d seconds",
- m: "a minute",
- mm: "%d minutes",
- h: "an hour",
- hh: "%d hours",
- d: "a day",
- dd: "%d days",
- w: "a week",
- ww: "%d weeks",
- M: "a month",
- MM: "%d months",
- y: "a year",
- yy: "%d years"
- };
+ future: 'in %s',
+ past: '%s ago',
+ s: 'a few seconds',
+ ss: '%d seconds',
+ m: 'a minute',
+ mm: '%d minutes',
+ h: 'an hour',
+ hh: '%d hours',
+ d: 'a day',
+ dd: '%d days',
+ w: 'a week',
+ ww: '%d weeks',
+ M: 'a month',
+ MM: '%d months',
+ y: 'a year',
+ yy: '%d years'
+ }
function te(e, t, n, r) {
- var a = this._relativeTime[n];
+ var a = this._relativeTime[n]
return D(a) ? a(e, t, n, r) : a.replace(/%d/i, e)
}
function ne(e, t) {
- var n = this._relativeTime[e > 0 ? "future" : "past"];
+ var n = this._relativeTime[e > 0 ? 'future' : 'past']
return D(n) ? n(t) : n.replace(/%s/i, t)
}
- var re = {};
+
+ var re = {}
function ae(e, t) {
- var n = e.toLowerCase();
- re[n] = re[n + "s"] = re[t] = e
+ var n = e.toLowerCase()
+ re[n] = re[n + 's'] = re[t] = e
}
function ie(e) {
- return "string" === typeof e ? re[e] || re[e.toLowerCase()] : void 0
+ return 'string' === typeof e ? re[e] || re[e.toLowerCase()] : void 0
}
function oe(e) {
- var t, n, r = {};
- for (n in e) l(e, n) && (t = ie(n), t && (r[t] = e[n]));
+ var t, n, r = {}
+ for (n in e) l(e, n) && (t = ie(n), t && (r[t] = e[n]))
return r
}
- var se = {};
+
+ var se = {}
function ce(e, t) {
se[e] = t
}
function le(e) {
- var t, n = [];
+ var t, n = []
for (t in e) l(e, t) && n.push({
unit: t,
priority: se[t]
- });
+ })
return n.sort((function(e, t) {
return e.priority - t.priority
})), n
@@ -63421,7 +64014,7 @@
function he(e) {
var t = +e,
- n = 0;
+ n = 0
return 0 !== t && isFinite(t) && (n = de(t)), n
}
@@ -63432,13 +64025,13 @@
}
function me(e, t) {
- return e.isValid() ? e._d["get" + (e._isUTC ? "UTC" : "") + t]() : NaN
+ return e.isValid() ? e._d['get' + (e._isUTC ? 'UTC' : '') + t]() : NaN
}
function pe(e, t, n) {
- e.isValid() && !isNaN(n) && ("FullYear" === t && ue(e.year()) && 1 === e.month() && 29 === e.date() ? (n =
- he(n), e._d["set" + (e._isUTC ? "UTC" : "") + t](n, e.month(), tt(n, e.month()))) : e._d["set" + (e._isUTC ?
- "UTC" : "") + t](n))
+ e.isValid() && !isNaN(n) && ('FullYear' === t && ue(e.year()) && 1 === e.month() && 29 === e.date() ? (n =
+ he(n), e._d['set' + (e._isUTC ? 'UTC' : '') + t](n, e.month(), tt(n, e.month()))) : e._d['set' + (e._isUTC ?
+ 'UTC' : '') + t](n))
}
function _e(e) {
@@ -63446,13 +64039,14 @@
}
function ve(e, t) {
- if ("object" === typeof e) {
- e = oe(e);
- var n, r = le(e);
+ if ('object' === typeof e) {
+ e = oe(e)
+ var n, r = le(e)
for (n = 0; n < r.length; n++) this[r[n].unit](e[r[n].unit])
- } else if (e = ie(e), D(this[e])) return this[e](t);
+ } else if (e = ie(e), D(this[e])) return this[e](t)
return this
}
+
var be, ye = /\d/,
ge = /\d\d/,
Me = /\d{3}/,
@@ -63470,7 +64064,7 @@
He = /Z|[+-]\d\d(?::?\d\d)?/gi,
Ee = /[+-]?\d+(\.\d{1,3})?/,
Pe =
- /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;
+ /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i
function Ae(e, t, n) {
be[e] = D(t) ? t : function(e, r) {
@@ -63483,20 +64077,21 @@
}
function Ve(e) {
- return Ie(e.replace("\\", "").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, (function(e, t, n, r, a) {
+ return Ie(e.replace('\\', '').replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, (function(e, t, n, r, a) {
return t || n || r || a
})))
}
function Ie(e) {
- return e.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&")
+ return e.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&')
}
- be = {};
- var Re = {};
+
+ be = {}
+ var Re = {}
function Fe(e, t) {
- var n, r = t;
- for ("string" === typeof e && (e = [e]), h(t) && (r = function(e, n) {
+ var n, r = t
+ for ('string' === typeof e && (e = [e]), h(t) && (r = function(e, n) {
n[t] = he(e)
}), n = 0; n < e.length; n++) Re[e[n]] = r
}
@@ -63510,6 +64105,7 @@
function Ne(e, t, n) {
null != t && l(Re, e) && Re[e](t, n._a, n, e)
}
+
var Be, Ke = 0,
We = 1,
qe = 2,
@@ -63518,92 +64114,93 @@
Ge = 5,
Qe = 6,
Xe = 7,
- Ze = 8;
+ Ze = 8
function et(e, t) {
return (e % t + t) % t
}
function tt(e, t) {
- if (isNaN(e) || isNaN(t)) return NaN;
- var n = et(t, 12);
+ if (isNaN(e) || isNaN(t)) return NaN
+ var n = et(t, 12)
return e += (t - n) / 12, 1 === n ? ue(e) ? 29 : 28 : 31 - n % 7 % 2
}
+
Be = Array.prototype.indexOf ? Array.prototype.indexOf : function(e) {
- var t;
+ var t
for (t = 0; t < this.length; ++t)
- if (this[t] === e) return t;
+ if (this[t] === e) return t
return -1
- }, $("M", ["MM", 2], "Mo", (function() {
+ }, $('M', ['MM', 2], 'Mo', (function() {
return this.month() + 1
- })), $("MMM", 0, 0, (function(e) {
+ })), $('MMM', 0, 0, (function(e) {
return this.localeData().monthsShort(this, e)
- })), $("MMMM", 0, 0, (function(e) {
+ })), $('MMMM', 0, 0, (function(e) {
return this.localeData().months(this, e)
- })), ae("month", "M"), ce("month", 8), Ae("M", Oe), Ae("MM", Oe, ge), Ae("MMM", (function(e, t) {
+ })), ae('month', 'M'), ce('month', 8), Ae('M', Oe), Ae('MM', Oe, ge), Ae('MMM', (function(e, t) {
return t.monthsShortRegex(e)
- })), Ae("MMMM", (function(e, t) {
+ })), Ae('MMMM', (function(e, t) {
return t.monthsRegex(e)
- })), Fe(["M", "MM"], (function(e, t) {
+ })), Fe(['M', 'MM'], (function(e, t) {
t[We] = he(e) - 1
- })), Fe(["MMM", "MMMM"], (function(e, t, n, r) {
- var a = n._locale.monthsParse(e, r, n._strict);
+ })), Fe(['MMM', 'MMMM'], (function(e, t, n, r) {
+ var a = n._locale.monthsParse(e, r, n._strict)
null != a ? t[We] = a : b(n).invalidMonth = e
- }));
- var nt = "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
- rt = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
+ }))
+ var nt = 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
+ rt = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
at = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,
it = Pe,
- ot = Pe;
+ ot = Pe
function st(e, t) {
return e ? s(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || at).test(t) ?
- "format" : "standalone"][e.month()] : s(this._months) ? this._months : this._months["standalone"]
+ 'format' : 'standalone'][e.month()] : s(this._months) ? this._months : this._months['standalone']
}
function ct(e, t) {
- return e ? s(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[at.test(t) ? "format" :
- "standalone"][e.month()] : s(this._monthsShort) ? this._monthsShort : this._monthsShort["standalone"]
+ return e ? s(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[at.test(t) ? 'format' :
+ 'standalone'][e.month()] : s(this._monthsShort) ? this._monthsShort : this._monthsShort['standalone']
}
function lt(e, t, n) {
- var r, a, i, o = e.toLocaleLowerCase();
+ var r, a, i, o = e.toLocaleLowerCase()
if (!this._monthsParse)
for (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = [], r = 0; r < 12; ++r)
- i = _([2e3, r]), this._shortMonthsParse[r] = this.monthsShort(i, "").toLocaleLowerCase(), this._longMonthsParse[
- r] = this.months(i, "").toLocaleLowerCase();
- return n ? "MMM" === t ? (a = Be.call(this._shortMonthsParse, o), -1 !== a ? a : null) : (a = Be.call(
- this._longMonthsParse, o), -1 !== a ? a : null) : "MMM" === t ? (a = Be.call(this._shortMonthsParse, o),
+ i = _([2e3, r]), this._shortMonthsParse[r] = this.monthsShort(i, '').toLocaleLowerCase(), this._longMonthsParse[
+ r] = this.months(i, '').toLocaleLowerCase()
+ return n ? 'MMM' === t ? (a = Be.call(this._shortMonthsParse, o), -1 !== a ? a : null) : (a = Be.call(
+ this._longMonthsParse, o), -1 !== a ? a : null) : 'MMM' === t ? (a = Be.call(this._shortMonthsParse, o),
-1 !== a ? a : (a = Be.call(this._longMonthsParse, o), -1 !== a ? a : null)) : (a = Be.call(this._longMonthsParse,
o), -1 !== a ? a : (a = Be.call(this._shortMonthsParse, o), -1 !== a ? a : null))
}
function ut(e, t, n) {
- var r, a, i;
- if (this._monthsParseExact) return lt.call(this, e, t, n);
+ var r, a, i
+ if (this._monthsParseExact) return lt.call(this, e, t, n)
for (this._monthsParse || (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = []),
r = 0; r < 12; r++) {
- if (a = _([2e3, r]), n && !this._longMonthsParse[r] && (this._longMonthsParse[r] = new RegExp("^" + this
- .months(a, "").replace(".", "") + "$", "i"), this._shortMonthsParse[r] = new RegExp("^" + this.monthsShort(
- a, "").replace(".", "") + "$", "i")), n || this._monthsParse[r] || (i = "^" + this.months(a, "") +
- "|^" + this.monthsShort(a, ""), this._monthsParse[r] = new RegExp(i.replace(".", ""), "i")), n &&
- "MMMM" === t && this._longMonthsParse[r].test(e)) return r;
- if (n && "MMM" === t && this._shortMonthsParse[r].test(e)) return r;
+ if (a = _([2e3, r]), n && !this._longMonthsParse[r] && (this._longMonthsParse[r] = new RegExp('^' + this
+ .months(a, '').replace('.', '') + '$', 'i'), this._shortMonthsParse[r] = new RegExp('^' + this.monthsShort(
+ a, '').replace('.', '') + '$', 'i')), n || this._monthsParse[r] || (i = '^' + this.months(a, '') +
+ '|^' + this.monthsShort(a, ''), this._monthsParse[r] = new RegExp(i.replace('.', ''), 'i')), n &&
+ 'MMMM' === t && this._longMonthsParse[r].test(e)) return r
+ if (n && 'MMM' === t && this._shortMonthsParse[r].test(e)) return r
if (!n && this._monthsParse[r].test(e)) return r
}
}
function dt(e, t) {
- var n;
- if (!e.isValid()) return e;
- if ("string" === typeof t)
- if (/^\d+$/.test(t)) t = he(t);
- else if (t = e.localeData().monthsParse(t), !h(t)) return e;
- return n = Math.min(e.date(), tt(e.year(), t)), e._d["set" + (e._isUTC ? "UTC" : "") + "Month"](t, n), e
+ var n
+ if (!e.isValid()) return e
+ if ('string' === typeof t)
+ if (/^\d+$/.test(t)) t = he(t)
+ else if (t = e.localeData().monthsParse(t), !h(t)) return e
+ return n = Math.min(e.date(), tt(e.year(), t)), e._d['set' + (e._isUTC ? 'UTC' : '') + 'Month'](t, n), e
}
function ht(e) {
- return null != e ? (dt(this, e), i.updateOffset(this, !0), this) : me(this, "Month")
+ return null != e ? (dt(this, e), i.updateOffset(this, !0), this) : me(this, 'Month')
}
function ft() {
@@ -63611,14 +64208,14 @@
}
function mt(e) {
- return this._monthsParseExact ? (l(this, "_monthsRegex") || _t.call(this), e ? this._monthsShortStrictRegex :
- this._monthsShortRegex) : (l(this, "_monthsShortRegex") || (this._monthsShortRegex = it), this._monthsShortStrictRegex &&
+ return this._monthsParseExact ? (l(this, '_monthsRegex') || _t.call(this), e ? this._monthsShortStrictRegex :
+ this._monthsShortRegex) : (l(this, '_monthsShortRegex') || (this._monthsShortRegex = it), this._monthsShortStrictRegex &&
e ? this._monthsShortStrictRegex : this._monthsShortRegex)
}
function pt(e) {
- return this._monthsParseExact ? (l(this, "_monthsRegex") || _t.call(this), e ? this._monthsStrictRegex :
- this._monthsRegex) : (l(this, "_monthsRegex") || (this._monthsRegex = ot), this._monthsStrictRegex && e ?
+ return this._monthsParseExact ? (l(this, '_monthsRegex') || _t.call(this), e ? this._monthsStrictRegex :
+ this._monthsRegex) : (l(this, '_monthsRegex') || (this._monthsRegex = ot), this._monthsStrictRegex && e ?
this._monthsStrictRegex : this._monthsRegex)
}
@@ -63626,51 +64223,53 @@
function e(e, t) {
return t.length - e.length
}
+
var t, n, r = [],
a = [],
- i = [];
- for (t = 0; t < 12; t++) n = _([2e3, t]), r.push(this.monthsShort(n, "")), a.push(this.months(n, "")), i.push(
- this.months(n, "")), i.push(this.monthsShort(n, ""));
- for (r.sort(e), a.sort(e), i.sort(e), t = 0; t < 12; t++) r[t] = Ie(r[t]), a[t] = Ie(a[t]);
- for (t = 0; t < 24; t++) i[t] = Ie(i[t]);
- this._monthsRegex = new RegExp("^(" + i.join("|") + ")", "i"), this._monthsShortRegex = this._monthsRegex,
- this._monthsStrictRegex = new RegExp("^(" + a.join("|") + ")", "i"), this._monthsShortStrictRegex = new RegExp(
- "^(" + r.join("|") + ")", "i")
+ i = []
+ for (t = 0; t < 12; t++) n = _([2e3, t]), r.push(this.monthsShort(n, '')), a.push(this.months(n, '')), i.push(
+ this.months(n, '')), i.push(this.monthsShort(n, ''))
+ for (r.sort(e), a.sort(e), i.sort(e), t = 0; t < 12; t++) r[t] = Ie(r[t]), a[t] = Ie(a[t])
+ for (t = 0; t < 24; t++) i[t] = Ie(i[t])
+ this._monthsRegex = new RegExp('^(' + i.join('|') + ')', 'i'), this._monthsShortRegex = this._monthsRegex,
+ this._monthsStrictRegex = new RegExp('^(' + a.join('|') + ')', 'i'), this._monthsShortStrictRegex = new RegExp(
+ '^(' + r.join('|') + ')', 'i')
}
function vt(e) {
return ue(e) ? 366 : 365
}
- $("Y", 0, 0, (function() {
- var e = this.year();
- return e <= 9999 ? Y(e, 4) : "+" + e
- })), $(0, ["YY", 2], 0, (function() {
+
+ $('Y', 0, 0, (function() {
+ var e = this.year()
+ return e <= 9999 ? Y(e, 4) : '+' + e
+ })), $(0, ['YY', 2], 0, (function() {
return this.year() % 100
- })), $(0, ["YYYY", 4], 0, "year"), $(0, ["YYYYY", 5], 0, "year"), $(0, ["YYYYYY", 6, !0], 0, "year"), ae(
- "year", "y"), ce("year", 1), Ae("Y", De), Ae("YY", Oe, ge), Ae("YYYY", Te, we), Ae("YYYYY", xe, Le), Ae(
- "YYYYYY", xe, Le), Fe(["YYYYY", "YYYYYY"], Ke), Fe("YYYY", (function(e, t) {
+ })), $(0, ['YYYY', 4], 0, 'year'), $(0, ['YYYYY', 5], 0, 'year'), $(0, ['YYYYYY', 6, !0], 0, 'year'), ae(
+ 'year', 'y'), ce('year', 1), Ae('Y', De), Ae('YY', Oe, ge), Ae('YYYY', Te, we), Ae('YYYYY', xe, Le), Ae(
+ 'YYYYYY', xe, Le), Fe(['YYYYY', 'YYYYYY'], Ke), Fe('YYYY', (function(e, t) {
t[Ke] = 2 === e.length ? i.parseTwoDigitYear(e) : he(e)
- })), Fe("YY", (function(e, t) {
+ })), Fe('YY', (function(e, t) {
t[Ke] = i.parseTwoDigitYear(e)
- })), Fe("Y", (function(e, t) {
+ })), Fe('Y', (function(e, t) {
t[Ke] = parseInt(e, 10)
})), i.parseTwoDigitYear = function(e) {
return he(e) + (he(e) > 68 ? 1900 : 2e3)
- };
- var bt = fe("FullYear", !0);
+ }
+ var bt = fe('FullYear', !0)
function yt() {
return ue(this.year())
}
function gt(e, t, n, r, a, i, o) {
- var s;
+ var s
return e < 100 && e >= 0 ? (s = new Date(e + 400, t, n, r, a, i, o), isFinite(s.getFullYear()) && s.setFullYear(
e)) : s = new Date(e, t, n, r, a, i, o), s
}
function Mt(e) {
- var t, n;
+ var t, n
return e < 100 && e >= 0 ? (n = Array.prototype.slice.call(arguments), n[0] = e + 400, t = new Date(Date.UTC
.apply(null, n)), isFinite(t.getUTCFullYear()) && t.setUTCFullYear(e)) : t = new Date(Date.UTC.apply(
null, arguments)), t
@@ -63678,14 +64277,14 @@
function wt(e, t, n) {
var r = 7 + t - n,
- a = (7 + Mt(e, 0, r).getUTCDay() - t) % 7;
+ a = (7 + Mt(e, 0, r).getUTCDay() - t) % 7
return -a + r - 1
}
function Lt(e, t, n, r, a) {
var i, o, s = (7 + n - r) % 7,
c = wt(e, r, a),
- l = 1 + 7 * (t - 1) + s + c;
+ l = 1 + 7 * (t - 1) + s + c
return l <= 0 ? (i = e - 1, o = vt(i) + l) : l > vt(e) ? (i = e + 1, o = l - vt(e)) : (i = e, o = l), {
year: i,
dayOfYear: o
@@ -63694,7 +64293,7 @@
function Ot(e, t, n) {
var r, a, i = wt(e.year(), t, n),
- o = Math.floor((e.dayOfYear() - i - 1) / 7) + 1;
+ o = Math.floor((e.dayOfYear() - i - 1) / 7) + 1
return o < 1 ? (a = e.year() - 1, r = o + St(a, t, n)) : o > St(e.year(), t, n) ? (r = o - St(e.year(), t,
n), a = e.year() + 1) : (a = e.year(), r = o), {
week: r,
@@ -63704,23 +64303,24 @@
function St(e, t, n) {
var r = wt(e, t, n),
- a = wt(e + 1, t, n);
+ a = wt(e + 1, t, n)
return (vt(e) - r + a) / 7
}
function kt(e) {
return Ot(e, this._week.dow, this._week.doy).week
}
- $("w", ["ww", 2], "wo", "week"), $("W", ["WW", 2], "Wo", "isoWeek"), ae("week", "w"), ae("isoWeek", "W"),
- ce("week", 5), ce("isoWeek", 5), Ae("w", Oe), Ae("ww", Oe, ge), Ae("W", Oe), Ae("WW", Oe, ge), $e(["w",
- "ww", "W", "WW"
+
+ $('w', ['ww', 2], 'wo', 'week'), $('W', ['WW', 2], 'Wo', 'isoWeek'), ae('week', 'w'), ae('isoWeek', 'W'),
+ ce('week', 5), ce('isoWeek', 5), Ae('w', Oe), Ae('ww', Oe, ge), Ae('W', Oe), Ae('WW', Oe, ge), $e(['w',
+ 'ww', 'W', 'WW'
], (function(e, t, n, r) {
t[r.substr(0, 1)] = he(e)
- }));
+ }))
var Ct = {
dow: 0,
doy: 6
- };
+ }
function Tt() {
return this._week.dow
@@ -63731,57 +64331,58 @@
}
function zt(e) {
- var t = this.localeData().week(this);
- return null == e ? t : this.add(7 * (e - t), "d")
+ var t = this.localeData().week(this)
+ return null == e ? t : this.add(7 * (e - t), 'd')
}
function Dt(e) {
- var t = Ot(this, 1, 4).week;
- return null == e ? t : this.add(7 * (e - t), "d")
+ var t = Ot(this, 1, 4).week
+ return null == e ? t : this.add(7 * (e - t), 'd')
}
function jt(e, t) {
- return "string" !== typeof e ? e : isNaN(e) ? (e = t.weekdaysParse(e), "number" === typeof e ? e : null) :
+ return 'string' !== typeof e ? e : isNaN(e) ? (e = t.weekdaysParse(e), 'number' === typeof e ? e : null) :
parseInt(e, 10)
}
function Ht(e, t) {
- return "string" === typeof e ? t.weekdaysParse(e) % 7 || 7 : isNaN(e) ? null : e
+ return 'string' === typeof e ? t.weekdaysParse(e) % 7 || 7 : isNaN(e) ? null : e
}
function Et(e, t) {
return e.slice(t, 7).concat(e.slice(0, t))
}
- $("d", 0, "do", "day"), $("dd", 0, 0, (function(e) {
+
+ $('d', 0, 'do', 'day'), $('dd', 0, 0, (function(e) {
return this.localeData().weekdaysMin(this, e)
- })), $("ddd", 0, 0, (function(e) {
+ })), $('ddd', 0, 0, (function(e) {
return this.localeData().weekdaysShort(this, e)
- })), $("dddd", 0, 0, (function(e) {
+ })), $('dddd', 0, 0, (function(e) {
return this.localeData().weekdays(this, e)
- })), $("e", 0, 0, "weekday"), $("E", 0, 0, "isoWeekday"), ae("day", "d"), ae("weekday", "e"), ae(
- "isoWeekday", "E"), ce("day", 11), ce("weekday", 11), ce("isoWeekday", 11), Ae("d", Oe), Ae("e", Oe), Ae(
- "E", Oe), Ae("dd", (function(e, t) {
+ })), $('e', 0, 0, 'weekday'), $('E', 0, 0, 'isoWeekday'), ae('day', 'd'), ae('weekday', 'e'), ae(
+ 'isoWeekday', 'E'), ce('day', 11), ce('weekday', 11), ce('isoWeekday', 11), Ae('d', Oe), Ae('e', Oe), Ae(
+ 'E', Oe), Ae('dd', (function(e, t) {
return t.weekdaysMinRegex(e)
- })), Ae("ddd", (function(e, t) {
+ })), Ae('ddd', (function(e, t) {
return t.weekdaysShortRegex(e)
- })), Ae("dddd", (function(e, t) {
+ })), Ae('dddd', (function(e, t) {
return t.weekdaysRegex(e)
- })), $e(["dd", "ddd", "dddd"], (function(e, t, n, r) {
- var a = n._locale.weekdaysParse(e, r, n._strict);
+ })), $e(['dd', 'ddd', 'dddd'], (function(e, t, n, r) {
+ var a = n._locale.weekdaysParse(e, r, n._strict)
null != a ? t.d = a : b(n).invalidWeekday = e
- })), $e(["d", "e", "E"], (function(e, t, n, r) {
+ })), $e(['d', 'e', 'E'], (function(e, t, n, r) {
t[r] = he(e)
- }));
- var Pt = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
- At = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
- Yt = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
+ }))
+ var Pt = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
+ At = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
+ Yt = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
Vt = Pe,
It = Pe,
- Rt = Pe;
+ Rt = Pe
function Ft(e, t) {
var n = s(this._weekdays) ? this._weekdays : this._weekdays[e && !0 !== e && this._weekdays.isFormat.test(
- t) ? "format" : "standalone"];
+ t) ? 'format' : 'standalone']
return !0 === e ? Et(n, this._week.dow) : e ? n[e.day()] : n
}
@@ -63794,76 +64395,76 @@
}
function Bt(e, t, n) {
- var r, a, i, o = e.toLocaleLowerCase();
+ var r, a, i, o = e.toLocaleLowerCase()
if (!this._weekdaysParse)
for (this._weekdaysParse = [], this._shortWeekdaysParse = [], this._minWeekdaysParse = [], r = 0; r < 7; ++
- r) i = _([2e3, 1]).day(r), this._minWeekdaysParse[r] = this.weekdaysMin(i, "").toLocaleLowerCase(),
- this._shortWeekdaysParse[r] = this.weekdaysShort(i, "").toLocaleLowerCase(), this._weekdaysParse[r] =
- this.weekdays(i, "").toLocaleLowerCase();
- return n ? "dddd" === t ? (a = Be.call(this._weekdaysParse, o), -1 !== a ? a : null) : "ddd" === t ? (a =
+ r) i = _([2e3, 1]).day(r), this._minWeekdaysParse[r] = this.weekdaysMin(i, '').toLocaleLowerCase(),
+ this._shortWeekdaysParse[r] = this.weekdaysShort(i, '').toLocaleLowerCase(), this._weekdaysParse[r] =
+ this.weekdays(i, '').toLocaleLowerCase()
+ return n ? 'dddd' === t ? (a = Be.call(this._weekdaysParse, o), -1 !== a ? a : null) : 'ddd' === t ? (a =
Be.call(this._shortWeekdaysParse, o), -1 !== a ? a : null) : (a = Be.call(this._minWeekdaysParse, o), -
- 1 !== a ? a : null) : "dddd" === t ? (a = Be.call(this._weekdaysParse, o), -1 !== a ? a : (a = Be.call(
+ 1 !== a ? a : null) : 'dddd' === t ? (a = Be.call(this._weekdaysParse, o), -1 !== a ? a : (a = Be.call(
this._shortWeekdaysParse, o), -1 !== a ? a : (a = Be.call(this._minWeekdaysParse, o), -1 !== a ? a :
- null))) : "ddd" === t ? (a = Be.call(this._shortWeekdaysParse, o), -1 !== a ? a : (a = Be.call(this._weekdaysParse,
+ null))) : 'ddd' === t ? (a = Be.call(this._shortWeekdaysParse, o), -1 !== a ? a : (a = Be.call(this._weekdaysParse,
o), -1 !== a ? a : (a = Be.call(this._minWeekdaysParse, o), -1 !== a ? a : null))) : (a = Be.call(this._minWeekdaysParse,
o), -1 !== a ? a : (a = Be.call(this._weekdaysParse, o), -1 !== a ? a : (a = Be.call(this._shortWeekdaysParse,
o), -1 !== a ? a : null)))
}
function Kt(e, t, n) {
- var r, a, i;
- if (this._weekdaysParseExact) return Bt.call(this, e, t, n);
+ var r, a, i
+ if (this._weekdaysParseExact) return Bt.call(this, e, t, n)
for (this._weekdaysParse || (this._weekdaysParse = [], this._minWeekdaysParse = [], this._shortWeekdaysParse = [],
this._fullWeekdaysParse = []), r = 0; r < 7; r++) {
if (a = _([2e3, 1]).day(r), n && !this._fullWeekdaysParse[r] && (this._fullWeekdaysParse[r] = new RegExp(
- "^" + this.weekdays(a, "").replace(".", "\\.?") + "$", "i"), this._shortWeekdaysParse[r] = new RegExp(
- "^" + this.weekdaysShort(a, "").replace(".", "\\.?") + "$", "i"), this._minWeekdaysParse[r] = new RegExp(
- "^" + this.weekdaysMin(a, "").replace(".", "\\.?") + "$", "i")), this._weekdaysParse[r] || (i = "^" +
- this.weekdays(a, "") + "|^" + this.weekdaysShort(a, "") + "|^" + this.weekdaysMin(a, ""), this._weekdaysParse[
- r] = new RegExp(i.replace(".", ""), "i")), n && "dddd" === t && this._fullWeekdaysParse[r].test(e))
- return r;
- if (n && "ddd" === t && this._shortWeekdaysParse[r].test(e)) return r;
- if (n && "dd" === t && this._minWeekdaysParse[r].test(e)) return r;
+ '^' + this.weekdays(a, '').replace('.', '\\.?') + '$', 'i'), this._shortWeekdaysParse[r] = new RegExp(
+ '^' + this.weekdaysShort(a, '').replace('.', '\\.?') + '$', 'i'), this._minWeekdaysParse[r] = new RegExp(
+ '^' + this.weekdaysMin(a, '').replace('.', '\\.?') + '$', 'i')), this._weekdaysParse[r] || (i = '^' +
+ this.weekdays(a, '') + '|^' + this.weekdaysShort(a, '') + '|^' + this.weekdaysMin(a, ''), this._weekdaysParse[
+ r] = new RegExp(i.replace('.', ''), 'i')), n && 'dddd' === t && this._fullWeekdaysParse[r].test(e))
+ return r
+ if (n && 'ddd' === t && this._shortWeekdaysParse[r].test(e)) return r
+ if (n && 'dd' === t && this._minWeekdaysParse[r].test(e)) return r
if (!n && this._weekdaysParse[r].test(e)) return r
}
}
function Wt(e) {
- if (!this.isValid()) return null != e ? this : NaN;
- var t = this._isUTC ? this._d.getUTCDay() : this._d.getDay();
- return null != e ? (e = jt(e, this.localeData()), this.add(e - t, "d")) : t
+ if (!this.isValid()) return null != e ? this : NaN
+ var t = this._isUTC ? this._d.getUTCDay() : this._d.getDay()
+ return null != e ? (e = jt(e, this.localeData()), this.add(e - t, 'd')) : t
}
function qt(e) {
- if (!this.isValid()) return null != e ? this : NaN;
- var t = (this.day() + 7 - this.localeData()._week.dow) % 7;
- return null == e ? t : this.add(e - t, "d")
+ if (!this.isValid()) return null != e ? this : NaN
+ var t = (this.day() + 7 - this.localeData()._week.dow) % 7
+ return null == e ? t : this.add(e - t, 'd')
}
function Ut(e) {
- if (!this.isValid()) return null != e ? this : NaN;
+ if (!this.isValid()) return null != e ? this : NaN
if (null != e) {
- var t = Ht(e, this.localeData());
+ var t = Ht(e, this.localeData())
return this.day(this.day() % 7 ? t : t - 7)
}
return this.day() || 7
}
function Jt(e) {
- return this._weekdaysParseExact ? (l(this, "_weekdaysRegex") || Xt.call(this), e ? this._weekdaysStrictRegex :
- this._weekdaysRegex) : (l(this, "_weekdaysRegex") || (this._weekdaysRegex = Vt), this._weekdaysStrictRegex &&
+ return this._weekdaysParseExact ? (l(this, '_weekdaysRegex') || Xt.call(this), e ? this._weekdaysStrictRegex :
+ this._weekdaysRegex) : (l(this, '_weekdaysRegex') || (this._weekdaysRegex = Vt), this._weekdaysStrictRegex &&
e ? this._weekdaysStrictRegex : this._weekdaysRegex)
}
function Gt(e) {
- return this._weekdaysParseExact ? (l(this, "_weekdaysRegex") || Xt.call(this), e ? this._weekdaysShortStrictRegex :
- this._weekdaysShortRegex) : (l(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = It), this._weekdaysShortStrictRegex &&
+ return this._weekdaysParseExact ? (l(this, '_weekdaysRegex') || Xt.call(this), e ? this._weekdaysShortStrictRegex :
+ this._weekdaysShortRegex) : (l(this, '_weekdaysShortRegex') || (this._weekdaysShortRegex = It), this._weekdaysShortStrictRegex &&
e ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex)
}
function Qt(e) {
- return this._weekdaysParseExact ? (l(this, "_weekdaysRegex") || Xt.call(this), e ? this._weekdaysMinStrictRegex :
- this._weekdaysMinRegex) : (l(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = Rt), this._weekdaysMinStrictRegex &&
+ return this._weekdaysParseExact ? (l(this, '_weekdaysRegex') || Xt.call(this), e ? this._weekdaysMinStrictRegex :
+ this._weekdaysMinRegex) : (l(this, '_weekdaysMinRegex') || (this._weekdaysMinRegex = Rt), this._weekdaysMinStrictRegex &&
e ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex)
}
@@ -63871,17 +64472,18 @@
function e(e, t) {
return t.length - e.length
}
+
var t, n, r, a, i, o = [],
s = [],
c = [],
- l = [];
- for (t = 0; t < 7; t++) n = _([2e3, 1]).day(t), r = Ie(this.weekdaysMin(n, "")), a = Ie(this.weekdaysShort(
- n, "")), i = Ie(this.weekdays(n, "")), o.push(r), s.push(a), c.push(i), l.push(r), l.push(a), l.push(i);
- o.sort(e), s.sort(e), c.sort(e), l.sort(e), this._weekdaysRegex = new RegExp("^(" + l.join("|") + ")",
- "i"), this._weekdaysShortRegex = this._weekdaysRegex, this._weekdaysMinRegex = this._weekdaysRegex,
- this._weekdaysStrictRegex = new RegExp("^(" + c.join("|") + ")", "i"), this._weekdaysShortStrictRegex =
- new RegExp("^(" + s.join("|") + ")", "i"), this._weekdaysMinStrictRegex = new RegExp("^(" + o.join("|") +
- ")", "i")
+ l = []
+ for (t = 0; t < 7; t++) n = _([2e3, 1]).day(t), r = Ie(this.weekdaysMin(n, '')), a = Ie(this.weekdaysShort(
+ n, '')), i = Ie(this.weekdays(n, '')), o.push(r), s.push(a), c.push(i), l.push(r), l.push(a), l.push(i)
+ o.sort(e), s.sort(e), c.sort(e), l.sort(e), this._weekdaysRegex = new RegExp('^(' + l.join('|') + ')',
+ 'i'), this._weekdaysShortRegex = this._weekdaysRegex, this._weekdaysMinRegex = this._weekdaysRegex,
+ this._weekdaysStrictRegex = new RegExp('^(' + c.join('|') + ')', 'i'), this._weekdaysShortStrictRegex =
+ new RegExp('^(' + s.join('|') + ')', 'i'), this._weekdaysMinStrictRegex = new RegExp('^(' + o.join('|') +
+ ')', 'i')
}
function Zt() {
@@ -63903,46 +64505,48 @@
}
function rn(e) {
- return "p" === (e + "").toLowerCase().charAt(0)
+ return 'p' === (e + '').toLowerCase().charAt(0)
}
- $("H", ["HH", 2], 0, "hour"), $("h", ["hh", 2], 0, Zt), $("k", ["kk", 2], 0, en), $("hmm", 0, 0, (function() {
- return "" + Zt.apply(this) + Y(this.minutes(), 2)
- })), $("hmmss", 0, 0, (function() {
- return "" + Zt.apply(this) + Y(this.minutes(), 2) + Y(this.seconds(), 2)
- })), $("Hmm", 0, 0, (function() {
- return "" + this.hours() + Y(this.minutes(), 2)
- })), $("Hmmss", 0, 0, (function() {
- return "" + this.hours() + Y(this.minutes(), 2) + Y(this.seconds(), 2)
- })), tn("a", !0), tn("A", !1), ae("hour", "h"), ce("hour", 13), Ae("a", nn), Ae("A", nn), Ae("H", Oe), Ae(
- "h", Oe), Ae("k", Oe), Ae("HH", Oe, ge), Ae("hh", Oe, ge), Ae("kk", Oe, ge), Ae("hmm", Se), Ae("hmmss",
- ke), Ae("Hmm", Se), Ae("Hmmss", ke), Fe(["H", "HH"], Ue), Fe(["k", "kk"], (function(e, t, n) {
- var r = he(e);
+
+ $('H', ['HH', 2], 0, 'hour'), $('h', ['hh', 2], 0, Zt), $('k', ['kk', 2], 0, en), $('hmm', 0, 0, (function() {
+ return '' + Zt.apply(this) + Y(this.minutes(), 2)
+ })), $('hmmss', 0, 0, (function() {
+ return '' + Zt.apply(this) + Y(this.minutes(), 2) + Y(this.seconds(), 2)
+ })), $('Hmm', 0, 0, (function() {
+ return '' + this.hours() + Y(this.minutes(), 2)
+ })), $('Hmmss', 0, 0, (function() {
+ return '' + this.hours() + Y(this.minutes(), 2) + Y(this.seconds(), 2)
+ })), tn('a', !0), tn('A', !1), ae('hour', 'h'), ce('hour', 13), Ae('a', nn), Ae('A', nn), Ae('H', Oe), Ae(
+ 'h', Oe), Ae('k', Oe), Ae('HH', Oe, ge), Ae('hh', Oe, ge), Ae('kk', Oe, ge), Ae('hmm', Se), Ae('hmmss',
+ ke), Ae('Hmm', Se), Ae('Hmmss', ke), Fe(['H', 'HH'], Ue), Fe(['k', 'kk'], (function(e, t, n) {
+ var r = he(e)
t[Ue] = 24 === r ? 0 : r
- })), Fe(["a", "A"], (function(e, t, n) {
+ })), Fe(['a', 'A'], (function(e, t, n) {
n._isPm = n._locale.isPM(e), n._meridiem = e
- })), Fe(["h", "hh"], (function(e, t, n) {
+ })), Fe(['h', 'hh'], (function(e, t, n) {
t[Ue] = he(e), b(n).bigHour = !0
- })), Fe("hmm", (function(e, t, n) {
- var r = e.length - 2;
+ })), Fe('hmm', (function(e, t, n) {
+ var r = e.length - 2
t[Ue] = he(e.substr(0, r)), t[Je] = he(e.substr(r)), b(n).bigHour = !0
- })), Fe("hmmss", (function(e, t, n) {
+ })), Fe('hmmss', (function(e, t, n) {
var r = e.length - 4,
- a = e.length - 2;
+ a = e.length - 2
t[Ue] = he(e.substr(0, r)), t[Je] = he(e.substr(r, 2)), t[Ge] = he(e.substr(a)), b(n).bigHour = !0
- })), Fe("Hmm", (function(e, t, n) {
- var r = e.length - 2;
+ })), Fe('Hmm', (function(e, t, n) {
+ var r = e.length - 2
t[Ue] = he(e.substr(0, r)), t[Je] = he(e.substr(r))
- })), Fe("Hmmss", (function(e, t, n) {
+ })), Fe('Hmmss', (function(e, t, n) {
var r = e.length - 4,
- a = e.length - 2;
+ a = e.length - 2
t[Ue] = he(e.substr(0, r)), t[Je] = he(e.substr(r, 2)), t[Ge] = he(e.substr(a))
- }));
+ }))
var an = /[ap]\.?m?\.?/i,
- on = fe("Hours", !0);
+ on = fe('Hours', !0)
function sn(e, t, n) {
- return e > 11 ? n ? "pm" : "PM" : n ? "am" : "AM"
+ return e > 11 ? n ? 'pm' : 'PM' : n ? 'am' : 'AM'
}
+
var cn, ln = {
calendar: P,
longDateFormat: q,
@@ -63959,26 +64563,26 @@
meridiemParse: an
},
un = {},
- dn = {};
+ dn = {}
function hn(e, t) {
- var n, r = Math.min(e.length, t.length);
+ var n, r = Math.min(e.length, t.length)
for (n = 0; n < r; n += 1)
- if (e[n] !== t[n]) return n;
+ if (e[n] !== t[n]) return n
return r
}
function fn(e) {
- return e ? e.toLowerCase().replace("_", "-") : e
+ return e ? e.toLowerCase().replace('_', '-') : e
}
function mn(e) {
- var t, n, r, a, i = 0;
+ var t, n, r, a, i = 0
while (i < e.length) {
- a = fn(e[i]).split("-"), t = a.length, n = fn(e[i + 1]), n = n ? n.split("-") : null;
+ a = fn(e[i]).split('-'), t = a.length, n = fn(e[i + 1]), n = n ? n.split('-') : null
while (t > 0) {
- if (r = pn(a.slice(0, t).join("-")), r) return r;
- if (n && n.length >= t && hn(a, n) >= t - 1) break;
+ if (r = pn(a.slice(0, t).join('-')), r) return r
+ if (n && n.length >= t && hn(a, n) >= t - 1) break
t--
}
i++
@@ -63987,9 +64591,9 @@
}
function pn(r) {
- var a = null;
- if (void 0 === un[r] && "undefined" !== typeof e && e && e.exports) try {
- a = cn._abbr, t, n("4678")("./" + r), _n(a)
+ var a = null
+ if (void 0 === un[r] && 'undefined' !== typeof e && e && e.exports) try {
+ a = cn._abbr, t, n('4678')('./' + r), _n(a)
} catch (i) {
un[r] = null
}
@@ -63997,27 +64601,28 @@
}
function _n(e, t) {
- var n;
- return e && (n = d(t) ? yn(e) : vn(e, t), n ? cn = n : "undefined" !== typeof console && console.warn),
+ var n
+ return e && (n = d(t) ? yn(e) : vn(e, t), n ? cn = n : 'undefined' !== typeof console && console.warn),
cn._abbr
}
function vn(e, t) {
if (null !== t) {
- var n, r = ln;
- if (t.abbr = e, null != un[e]) z("defineLocaleOverride",
- "use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."
- ), r = un[e]._config;
+ var n, r = ln
+ if (t.abbr = e, null != un[e]) z('defineLocaleOverride',
+ 'use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info.'
+ ), r = un[e]._config
else if (null != t.parentLocale)
- if (null != un[t.parentLocale]) r = un[t.parentLocale]._config;
+ if (null != un[t.parentLocale]) r = un[t.parentLocale]._config
else {
if (n = pn(t.parentLocale), null == n) return dn[t.parentLocale] || (dn[t.parentLocale] = []), dn[t.parentLocale]
.push({
name: e,
config: t
- }), null;
+ }), null
r = n._config
- } return un[e] = new E(H(r, t)), dn[e] && dn[e].forEach((function(e) {
+ }
+ return un[e] = new E(H(r, t)), dn[e] && dn[e].forEach((function(e) {
vn(e.name, e.config)
})), _n(e), un[e]
}
@@ -64026,20 +64631,20 @@
function bn(e, t) {
if (null != t) {
- var n, r, a = ln;
+ var n, r, a = ln
null != un[e] && null != un[e].parentLocale ? un[e].set(H(un[e]._config, t)) : (r = pn(e), null != r &&
(a = r._config), t = H(a, t), null == r && (t.abbr = e), n = new E(t), n.parentLocale = un[e], un[e] =
n), _n(e)
} else null != un[e] && (null != un[e].parentLocale ? (un[e] = un[e].parentLocale, e === _n() && _n(e)) :
- null != un[e] && delete un[e]);
+ null != un[e] && delete un[e])
return un[e]
}
function yn(e) {
- var t;
- if (e && e._locale && e._locale._abbr && (e = e._locale._abbr), !e) return cn;
+ var t
+ if (e && e._locale && e._locale._abbr && (e = e._locale._abbr), !e) return cn
if (!s(e)) {
- if (t = pn(e), t) return t;
+ if (t = pn(e), t) return t
e = [e]
}
return mn(e)
@@ -64050,43 +64655,44 @@
}
function Mn(e) {
- var t, n = e._a;
+ var t, n = e._a
return n && -2 === b(e).overflow && (t = n[We] < 0 || n[We] > 11 ? We : n[qe] < 1 || n[qe] > tt(n[Ke], n[
We]) ? qe : n[Ue] < 0 || n[Ue] > 24 || 24 === n[Ue] && (0 !== n[Je] || 0 !== n[Ge] || 0 !== n[Qe]) ?
Ue : n[Je] < 0 || n[Je] > 59 ? Je : n[Ge] < 0 || n[Ge] > 59 ? Ge : n[Qe] < 0 || n[Qe] > 999 ? Qe : -1,
b(e)._overflowDayOfYear && (t < Ke || t > qe) && (t = qe), b(e)._overflowWeeks && -1 === t && (t = Xe),
b(e)._overflowWeekday && -1 === t && (t = Ze), b(e).overflow = t), e
}
+
var wn =
/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,
Ln =
/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,
On = /Z|[+-]\d\d(?::?\d\d)?/,
Sn = [
- ["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
- ["YYYY-MM-DD", /\d{4}-\d\d-\d\d/],
- ["GGGG-[W]WW-E", /\d{4}-W\d\d-\d/],
- ["GGGG-[W]WW", /\d{4}-W\d\d/, !1],
- ["YYYY-DDD", /\d{4}-\d{3}/],
- ["YYYY-MM", /\d{4}-\d\d/, !1],
- ["YYYYYYMMDD", /[+-]\d{10}/],
- ["YYYYMMDD", /\d{8}/],
- ["GGGG[W]WWE", /\d{4}W\d{3}/],
- ["GGGG[W]WW", /\d{4}W\d{2}/, !1],
- ["YYYYDDD", /\d{7}/],
- ["YYYYMM", /\d{6}/, !1],
- ["YYYY", /\d{4}/, !1]
+ ['YYYYYY-MM-DD', /[+-]\d{6}-\d\d-\d\d/],
+ ['YYYY-MM-DD', /\d{4}-\d\d-\d\d/],
+ ['GGGG-[W]WW-E', /\d{4}-W\d\d-\d/],
+ ['GGGG-[W]WW', /\d{4}-W\d\d/, !1],
+ ['YYYY-DDD', /\d{4}-\d{3}/],
+ ['YYYY-MM', /\d{4}-\d\d/, !1],
+ ['YYYYYYMMDD', /[+-]\d{10}/],
+ ['YYYYMMDD', /\d{8}/],
+ ['GGGG[W]WWE', /\d{4}W\d{3}/],
+ ['GGGG[W]WW', /\d{4}W\d{2}/, !1],
+ ['YYYYDDD', /\d{7}/],
+ ['YYYYMM', /\d{6}/, !1],
+ ['YYYY', /\d{4}/, !1]
],
kn = [
- ["HH:mm:ss.SSSS", /\d\d:\d\d:\d\d\.\d+/],
- ["HH:mm:ss,SSSS", /\d\d:\d\d:\d\d,\d+/],
- ["HH:mm:ss", /\d\d:\d\d:\d\d/],
- ["HH:mm", /\d\d:\d\d/],
- ["HHmmss.SSSS", /\d\d\d\d\d\d\.\d+/],
- ["HHmmss,SSSS", /\d\d\d\d\d\d,\d+/],
- ["HHmmss", /\d\d\d\d\d\d/],
- ["HHmm", /\d\d\d\d/],
- ["HH", /\d\d/]
+ ['HH:mm:ss.SSSS', /\d\d:\d\d:\d\d\.\d+/],
+ ['HH:mm:ss,SSSS', /\d\d:\d\d:\d\d,\d+/],
+ ['HH:mm:ss', /\d\d:\d\d:\d\d/],
+ ['HH:mm', /\d\d:\d\d/],
+ ['HHmmss.SSSS', /\d\d\d\d\d\d\.\d+/],
+ ['HHmmss,SSSS', /\d\d\d\d\d\d,\d+/],
+ ['HHmmss', /\d\d\d\d\d\d/],
+ ['HHmm', /\d\d\d\d/],
+ ['HH', /\d\d/]
],
Cn = /^\/?Date\((-?\d+)/i,
Tn =
@@ -64102,77 +64708,79 @@
MST: -420,
PDT: -420,
PST: -480
- };
+ }
function zn(e) {
var t, n, r, a, i, o, s = e._i,
- c = wn.exec(s) || Ln.exec(s);
+ c = wn.exec(s) || Ln.exec(s)
if (c) {
for (b(e).iso = !0, t = 0, n = Sn.length; t < n; t++)
if (Sn[t][1].exec(c[1])) {
- a = Sn[t][0], r = !1 !== Sn[t][2];
+ a = Sn[t][0], r = !1 !== Sn[t][2]
break
- } if (null == a) return void(e._isValid = !1);
+ }
+ if (null == a) return void (e._isValid = !1)
if (c[3]) {
for (t = 0, n = kn.length; t < n; t++)
if (kn[t][1].exec(c[3])) {
- i = (c[2] || " ") + kn[t][0];
+ i = (c[2] || ' ') + kn[t][0]
break
- } if (null == i) return void(e._isValid = !1)
+ }
+ if (null == i) return void (e._isValid = !1)
}
- if (!r && null != i) return void(e._isValid = !1);
+ if (!r && null != i) return void (e._isValid = !1)
if (c[4]) {
- if (!On.exec(c[4])) return void(e._isValid = !1);
- o = "Z"
+ if (!On.exec(c[4])) return void (e._isValid = !1)
+ o = 'Z'
}
- e._f = a + (i || "") + (o || ""), $n(e)
+ e._f = a + (i || '') + (o || ''), $n(e)
} else e._isValid = !1
}
function Dn(e, t, n, r, a, i) {
- var o = [jn(e), rt.indexOf(t), parseInt(n, 10), parseInt(r, 10), parseInt(a, 10)];
+ var o = [jn(e), rt.indexOf(t), parseInt(n, 10), parseInt(r, 10), parseInt(a, 10)]
return i && o.push(parseInt(i, 10)), o
}
function jn(e) {
- var t = parseInt(e, 10);
+ var t = parseInt(e, 10)
return t <= 49 ? 2e3 + t : t <= 999 ? 1900 + t : t
}
function Hn(e) {
- return e.replace(/\([^)]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").replace(/^\s\s*/, "").replace(
- /\s\s*$/, "")
+ return e.replace(/\([^)]*\)|[\n\t]/g, ' ').replace(/(\s\s+)/g, ' ').replace(/^\s\s*/, '').replace(
+ /\s\s*$/, '')
}
function En(e, t, n) {
if (e) {
var r = At.indexOf(e),
- a = new Date(t[0], t[1], t[2]).getDay();
+ a = new Date(t[0], t[1], t[2]).getDay()
if (r !== a) return b(n).weekdayMismatch = !0, n._isValid = !1, !1
}
return !0
}
function Pn(e, t, n) {
- if (e) return xn[e];
- if (t) return 0;
+ if (e) return xn[e]
+ if (t) return 0
var r = parseInt(n, 10),
a = r % 100,
- i = (r - a) / 100;
+ i = (r - a) / 100
return 60 * i + a
}
function An(e) {
- var t, n = Tn.exec(Hn(e._i));
+ var t, n = Tn.exec(Hn(e._i))
if (n) {
- if (t = Dn(n[4], n[3], n[2], n[5], n[6], n[7]), !En(n[1], t, e)) return;
+ if (t = Dn(n[4], n[3], n[2], n[5], n[6], n[7]), !En(n[1], t, e)) return
e._a = t, e._tzm = Pn(n[8], n[9], n[10]), e._d = Mt.apply(null, e._a), e._d.setUTCMinutes(e._d.getUTCMinutes() -
e._tzm), b(e).rfc2822 = !0
} else e._isValid = !1
}
function Yn(e) {
- var t = Cn.exec(e._i);
+ var t = Cn.exec(e._i)
null === t ? (zn(e), !1 === e._isValid && (delete e._isValid, An(e), !1 === e._isValid && (delete e._isValid,
e._strict ? e._isValid = !1 : i.createFromInputFallback(e)))) : e._d = new Date(+t[1])
}
@@ -64182,29 +64790,29 @@
}
function In(e) {
- var t = new Date(i.now());
+ var t = new Date(i.now())
return e._useUTC ? [t.getUTCFullYear(), t.getUTCMonth(), t.getUTCDate()] : [t.getFullYear(), t.getMonth(),
t.getDate()
]
}
function Rn(e) {
- var t, n, r, a, i, o = [];
+ var t, n, r, a, i, o = []
if (!e._d) {
for (r = In(e), e._w && null == e._a[qe] && null == e._a[We] && Fn(e), null != e._dayOfYear && (i = Vn(e
._a[Ke], r[Ke]), (e._dayOfYear > vt(i) || 0 === e._dayOfYear) && (b(e)._overflowDayOfYear = !0), n =
Mt(i, 0, e._dayOfYear), e._a[We] = n.getUTCMonth(), e._a[qe] = n.getUTCDate()), t = 0; t < 3 && null ==
- e._a[t]; ++t) e._a[t] = o[t] = r[t];
- for (; t < 7; t++) e._a[t] = o[t] = null == e._a[t] ? 2 === t ? 1 : 0 : e._a[t];
+ e._a[t]; ++t) e._a[t] = o[t] = r[t]
+ for (; t < 7; t++) e._a[t] = o[t] = null == e._a[t] ? 2 === t ? 1 : 0 : e._a[t]
24 === e._a[Ue] && 0 === e._a[Je] && 0 === e._a[Ge] && 0 === e._a[Qe] && (e._nextDay = !0, e._a[Ue] = 0),
e._d = (e._useUTC ? Mt : gt).apply(null, o), a = e._useUTC ? e._d.getUTCDay() : e._d.getDay(), null !=
e._tzm && e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), e._nextDay && (e._a[Ue] = 24), e._w &&
- "undefined" !== typeof e._w.d && e._w.d !== a && (b(e).weekdayMismatch = !0)
+ 'undefined' !== typeof e._w.d && e._w.d !== a && (b(e).weekdayMismatch = !0)
}
}
function Fn(e) {
- var t, n, r, a, i, o, s, c, l;
+ var t, n, r, a, i, o, s, c, l
t = e._w, null != t.GG || null != t.W || null != t.E ? (i = 1, o = 4, n = Vn(t.GG, e._a[Ke], Ot(Gn(), 1,
4).year), r = Vn(t.W, 1), a = Vn(t.E, 1), (a < 1 || a > 7) && (c = !0)) : (i = e._locale._week.dow, o =
e._locale._week.doy, l = Ot(Gn(), i, o), n = Vn(t.gg, e._a[Ke], l.year), r = Vn(t.w, l.week), null != t
@@ -64216,41 +64824,41 @@
function $n(e) {
if (e._f !== i.ISO_8601)
if (e._f !== i.RFC_2822) {
- e._a = [], b(e).empty = !0;
- var t, n, r, a, o, s, c = "" + e._i,
+ e._a = [], b(e).empty = !0
+ var t, n, r, a, o, s, c = '' + e._i,
l = c.length,
- u = 0;
+ u = 0
for (r = W(e._f, e._locale).match(V) || [], t = 0; t < r.length; t++) a = r[t], n = (c.match(Ye(a, e)) ||
[])[0], n && (o = c.substr(0, c.indexOf(n)), o.length > 0 && b(e).unusedInput.push(o), c = c.slice(c.indexOf(
n) + n.length), u += n.length), F[a] ? (n ? b(e).empty = !1 : b(e).unusedTokens.push(a), Ne(a, n, e)) :
- e._strict && !n && b(e).unusedTokens.push(a);
+ e._strict && !n && b(e).unusedTokens.push(a)
b(e).charsLeftOver = l - u, c.length > 0 && b(e).unusedInput.push(c), e._a[Ue] <= 12 && !0 === b(e).bigHour &&
e._a[Ue] > 0 && (b(e).bigHour = void 0), b(e).parsedDateParts = e._a.slice(0), b(e).meridiem = e._meridiem,
e._a[Ue] = Nn(e._locale, e._a[Ue], e._meridiem), s = b(e).era, null !== s && (e._a[Ke] = e._locale.erasConvertYear(
s, e._a[Ke])), Rn(e), Mn(e)
- } else An(e);
+ } else An(e)
else zn(e)
}
function Nn(e, t, n) {
- var r;
+ var r
return null == n ? t : null != e.meridiemHour ? e.meridiemHour(t, n) : null != e.isPM ? (r = e.isPM(n), r &&
t < 12 && (t += 12), r || 12 !== t || (t = 0), t) : t
}
function Bn(e) {
- var t, n, r, a, i, o, s = !1;
- if (0 === e._f.length) return b(e).invalidFormat = !0, void(e._d = new Date(NaN));
+ var t, n, r, a, i, o, s = !1
+ if (0 === e._f.length) return b(e).invalidFormat = !0, void (e._d = new Date(NaN))
for (a = 0; a < e._f.length; a++) i = 0, o = !1, t = L({}, e), null != e._useUTC && (t._useUTC = e._useUTC),
t._f = e._f[a], $n(t), y(t) && (o = !0), i += b(t).charsLeftOver, i += 10 * b(t).unusedTokens.length, b(
- t).score = i, s ? i < r && (r = i, n = t) : (null == r || i < r || o) && (r = i, n = t, o && (s = !0));
+ t).score = i, s ? i < r && (r = i, n = t) : (null == r || i < r || o) && (r = i, n = t, o && (s = !0))
p(e, n || t)
}
function Kn(e) {
if (!e._d) {
var t = oe(e._i),
- n = void 0 === t.day ? t.date : t.day;
+ n = void 0 === t.day ? t.date : t.day
e._a = m([t.year, t.month, n, t.hour, t.minute, t.second, t.millisecond], (function(e) {
return e && parseInt(e, 10)
})), Rn(e)
@@ -64258,29 +64866,29 @@
}
function Wn(e) {
- var t = new O(Mn(qn(e)));
- return t._nextDay && (t.add(1, "d"), t._nextDay = void 0), t
+ var t = new O(Mn(qn(e)))
+ return t._nextDay && (t.add(1, 'd'), t._nextDay = void 0), t
}
function qn(e) {
var t = e._i,
- n = e._f;
- return e._locale = e._locale || yn(e._l), null === t || void 0 === n && "" === t ? g({
+ n = e._f
+ return e._locale = e._locale || yn(e._l), null === t || void 0 === n && '' === t ? g({
nullInput: !0
- }) : ("string" === typeof t && (e._i = t = e._locale.preparse(t)), S(t) ? new O(Mn(t)) : (f(t) ? e._d =
+ }) : ('string' === typeof t && (e._i = t = e._locale.preparse(t)), S(t) ? new O(Mn(t)) : (f(t) ? e._d =
t : s(n) ? Bn(e) : n ? $n(e) : Un(e), y(e) || (e._d = null), e))
}
function Un(e) {
- var t = e._i;
- d(t) ? e._d = new Date(i.now()) : f(t) ? e._d = new Date(t.valueOf()) : "string" === typeof t ? Yn(e) : s(
+ var t = e._i
+ d(t) ? e._d = new Date(i.now()) : f(t) ? e._d = new Date(t.valueOf()) : 'string' === typeof t ? Yn(e) : s(
t) ? (e._a = m(t.slice(0), (function(e) {
return parseInt(e, 10)
})), Rn(e)) : c(t) ? Kn(e) : h(t) ? e._d = new Date(t) : i.createFromInputFallback(e)
}
function Jn(e, t, n, r, a) {
- var i = {};
+ var i = {}
return !0 !== t && !1 !== t || (r = t, t = void 0), !0 !== n && !1 !== n || (r = n, n = void 0), (c(e) &&
u(e) || s(e) && 0 === e.length) && (e = void 0), i._isAMomentObject = !0, i._useUTC = i._isUTC = a, i._l =
n, i._i = e, i._f = t, i._strict = r, Wn(i)
@@ -64289,54 +64897,59 @@
function Gn(e, t, n, r) {
return Jn(e, t, n, r, !1)
}
+
i.createFromInputFallback = C(
- "value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",
+ 'value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.',
(function(e) {
- e._d = new Date(e._i + (e._useUTC ? " UTC" : ""))
- })), i.ISO_8601 = function() {}, i.RFC_2822 = function() {};
+ e._d = new Date(e._i + (e._useUTC ? ' UTC' : ''))
+ })), i.ISO_8601 = function() {
+ }, i.RFC_2822 = function() {
+ }
var Qn = C(
- "moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/", (
+ 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/', (
function() {
- var e = Gn.apply(null, arguments);
+ var e = Gn.apply(null, arguments)
return this.isValid() && e.isValid() ? e < this ? this : e : g()
})),
Xn = C(
- "moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/", (
+ 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/', (
function() {
- var e = Gn.apply(null, arguments);
+ var e = Gn.apply(null, arguments)
return this.isValid() && e.isValid() ? e > this ? this : e : g()
- }));
+ }))
function Zn(e, t) {
- var n, r;
- if (1 === t.length && s(t[0]) && (t = t[0]), !t.length) return Gn();
- for (n = t[0], r = 1; r < t.length; ++r) t[r].isValid() && !t[r][e](n) || (n = t[r]);
+ var n, r
+ if (1 === t.length && s(t[0]) && (t = t[0]), !t.length) return Gn()
+ for (n = t[0], r = 1; r < t.length; ++r) t[r].isValid() && !t[r][e](n) || (n = t[r])
return n
}
function er() {
- var e = [].slice.call(arguments, 0);
- return Zn("isBefore", e)
+ var e = [].slice.call(arguments, 0)
+ return Zn('isBefore', e)
}
function tr() {
- var e = [].slice.call(arguments, 0);
- return Zn("isAfter", e)
+ var e = [].slice.call(arguments, 0)
+ return Zn('isAfter', e)
}
+
var nr = function() {
return Date.now ? Date.now() : +new Date
},
- rr = ["year", "quarter", "month", "week", "day", "hour", "minute", "second", "millisecond"];
+ rr = ['year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'second', 'millisecond']
function ar(e) {
- var t, n, r = !1;
+ var t, n, r = !1
for (t in e)
- if (l(e, t) && (-1 === Be.call(rr, t) || null != e[t] && isNaN(e[t]))) return !1;
+ if (l(e, t) && (-1 === Be.call(rr, t) || null != e[t] && isNaN(e[t]))) return !1
for (n = 0; n < rr.length; ++n)
if (e[rr[n]]) {
- if (r) return !1;
+ if (r) return !1
parseFloat(e[rr[n]]) !== he(e[rr[n]]) && (r = !0)
- } return !0
+ }
+ return !0
}
function ir() {
@@ -64357,7 +64970,7 @@
s = t.hour || 0,
c = t.minute || 0,
l = t.second || 0,
- u = t.millisecond || 0;
+ u = t.millisecond || 0
this._isValid = ar(t), this._milliseconds = +u + 1e3 * l + 6e4 * c + 1e3 * s * 60 * 60, this._days = +o +
7 * i, this._months = +a + 3 * r + 12 * n, this._data = {}, this._locale = yn(), this._bubble()
}
@@ -64373,31 +64986,32 @@
function ur(e, t, n) {
var r, a = Math.min(e.length, t.length),
i = Math.abs(e.length - t.length),
- o = 0;
- for (r = 0; r < a; r++)(n && e[r] !== t[r] || !n && he(e[r]) !== he(t[r])) && o++;
+ o = 0
+ for (r = 0; r < a; r++) (n && e[r] !== t[r] || !n && he(e[r]) !== he(t[r])) && o++
return o + i
}
function dr(e, t) {
$(e, 0, 0, (function() {
var e = this.utcOffset(),
- n = "+";
- return e < 0 && (e = -e, n = "-"), n + Y(~~(e / 60), 2) + t + Y(~~e % 60, 2)
+ n = '+'
+ return e < 0 && (e = -e, n = '-'), n + Y(~~(e / 60), 2) + t + Y(~~e % 60, 2)
}))
}
- dr("Z", ":"), dr("ZZ", ""), Ae("Z", He), Ae("ZZ", He), Fe(["Z", "ZZ"], (function(e, t, n) {
+
+ dr('Z', ':'), dr('ZZ', ''), Ae('Z', He), Ae('ZZ', He), Fe(['Z', 'ZZ'], (function(e, t, n) {
n._useUTC = !0, n._tzm = fr(He, e)
- }));
- var hr = /([\+\-]|\d\d)/gi;
+ }))
+ var hr = /([\+\-]|\d\d)/gi
function fr(e, t) {
- var n, r, a, i = (t || "").match(e);
- return null === i ? null : (n = i[i.length - 1] || [], r = (n + "").match(hr) || ["-", 0, 0], a = 60 * r[
- 1] + he(r[2]), 0 === a ? 0 : "+" === r[0] ? a : -a)
+ var n, r, a, i = (t || '').match(e)
+ return null === i ? null : (n = i[i.length - 1] || [], r = (n + '').match(hr) || ['-', 0, 0], a = 60 * r[
+ 1] + he(r[2]), 0 === a ? 0 : '+' === r[0] ? a : -a)
}
function mr(e, t) {
- var n, r;
+ var n, r
return t._isUTC ? (n = t.clone(), r = (S(e) || f(e) ? e.valueOf() : Gn(e).valueOf()) - n.valueOf(), n._d.setTime(
n._d.valueOf() + r), i.updateOffset(n, !1), n) : Gn(e).local()
}
@@ -64407,21 +65021,21 @@
}
function _r(e, t, n) {
- var r, a = this._offset || 0;
- if (!this.isValid()) return null != e ? this : NaN;
+ var r, a = this._offset || 0
+ if (!this.isValid()) return null != e ? this : NaN
if (null != e) {
- if ("string" === typeof e) {
+ if ('string' === typeof e) {
if (e = fr(He, e), null === e) return this
- } else Math.abs(e) < 16 && !n && (e *= 60);
+ } else Math.abs(e) < 16 && !n && (e *= 60)
return !this._isUTC && t && (r = pr(this)), this._offset = e, this._isUTC = !0, null != r && this.add(r,
- "m"), a !== e && (!t || this._changeInProgress ? Er(this, xr(e - a, "m"), 1, !1) : this._changeInProgress ||
+ 'm'), a !== e && (!t || this._changeInProgress ? Er(this, xr(e - a, 'm'), 1, !1) : this._changeInProgress ||
(this._changeInProgress = !0, i.updateOffset(this, !0), this._changeInProgress = null)), this
}
return this._isUTC ? a : pr(this)
}
function vr(e, t) {
- return null != e ? ("string" !== typeof e && (e = -e), this.utcOffset(e, t), this) : -this.utcOffset()
+ return null != e ? ('string' !== typeof e && (e = -e), this.utcOffset(e, t), this) : -this.utcOffset()
}
function br(e) {
@@ -64429,13 +65043,13 @@
}
function yr(e) {
- return this._isUTC && (this.utcOffset(0, e), this._isUTC = !1, e && this.subtract(pr(this), "m")), this
+ return this._isUTC && (this.utcOffset(0, e), this._isUTC = !1, e && this.subtract(pr(this), 'm')), this
}
function gr() {
- if (null != this._tzm) this.utcOffset(this._tzm, !1, !0);
- else if ("string" === typeof this._i) {
- var e = fr(je, this._i);
+ if (null != this._tzm) this.utcOffset(this._tzm, !1, !0)
+ else if ('string' === typeof this._i) {
+ var e = fr(je, this._i)
null != e ? this.utcOffset(e) : this.utcOffset(0, !0)
}
return this
@@ -64450,8 +65064,8 @@
}
function Lr() {
- if (!d(this._isDSTShifted)) return this._isDSTShifted;
- var e, t = {};
+ if (!d(this._isDSTShifted)) return this._isDSTShifted
+ var e, t = {}
return L(t, this), t = qn(t), t._a ? (e = t._isUTC ? _(t._a) : Gn(t._a), this._isDSTShifted = this.isValid() &&
ur(t._a, e.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted
}
@@ -64467,19 +65081,21 @@
function kr() {
return !!this.isValid() && (this._isUTC && 0 === this._offset)
}
- i.updateOffset = function() {};
+
+ i.updateOffset = function() {
+ }
var Cr = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,
Tr =
- /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
+ /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/
function xr(e, t) {
var n, r, a, i = e,
- o = null;
+ o = null
return cr(e) ? i = {
ms: e._milliseconds,
d: e._days,
M: e._months
- } : h(e) || !isNaN(+e) ? (i = {}, t ? i[t] = +e : i.milliseconds = +e) : (o = Cr.exec(e)) ? (n = "-" ===
+ } : h(e) || !isNaN(+e) ? (i = {}, t ? i[t] = +e : i.milliseconds = +e) : (o = Cr.exec(e)) ? (n = '-' ===
o[1] ? -1 : 1, i = {
y: 0,
d: he(o[qe]) * n,
@@ -64487,7 +65103,7 @@
m: he(o[Je]) * n,
s: he(o[Ge]) * n,
ms: he(lr(1e3 * o[Qe])) * n
- }) : (o = Tr.exec(e)) ? (n = "-" === o[1] ? -1 : 1, i = {
+ }) : (o = Tr.exec(e)) ? (n = '-' === o[1] ? -1 : 1, i = {
y: zr(o[2], n),
M: zr(o[3], n),
w: zr(o[4], n),
@@ -64495,24 +65111,24 @@
h: zr(o[6], n),
m: zr(o[7], n),
s: zr(o[8], n)
- }) : null == i ? i = {} : "object" === typeof i && ("from" in i || "to" in i) && (a = jr(Gn(i.from), Gn(
- i.to)), i = {}, i.ms = a.milliseconds, i.M = a.months), r = new sr(i), cr(e) && l(e, "_locale") && (r._locale =
- e._locale), cr(e) && l(e, "_isValid") && (r._isValid = e._isValid), r
+ }) : null == i ? i = {} : 'object' === typeof i && ('from' in i || 'to' in i) && (a = jr(Gn(i.from), Gn(
+ i.to)), i = {}, i.ms = a.milliseconds, i.M = a.months), r = new sr(i), cr(e) && l(e, '_locale') && (r._locale =
+ e._locale), cr(e) && l(e, '_isValid') && (r._isValid = e._isValid), r
}
function zr(e, t) {
- var n = e && parseFloat(e.replace(",", "."));
+ var n = e && parseFloat(e.replace(',', '.'))
return (isNaN(n) ? 0 : n) * t
}
function Dr(e, t) {
- var n = {};
- return n.months = t.month() - e.month() + 12 * (t.year() - e.year()), e.clone().add(n.months, "M").isAfter(
- t) && --n.months, n.milliseconds = +t - +e.clone().add(n.months, "M"), n
+ var n = {}
+ return n.months = t.month() - e.month() + 12 * (t.year() - e.year()), e.clone().add(n.months, 'M').isAfter(
+ t) && --n.months, n.milliseconds = +t - +e.clone().add(n.months, 'M'), n
}
function jr(e, t) {
- var n;
+ var n
return e.isValid() && t.isValid() ? (t = mr(t, e), e.isBefore(t) ? n = Dr(e, t) : (n = Dr(t, e), n.milliseconds = -
n.milliseconds, n.months = -n.months), n) : {
milliseconds: 0,
@@ -64522,10 +65138,10 @@
function Hr(e, t) {
return function(n, r) {
- var a, i;
- return null === r || isNaN(+r) || (z(t, "moment()." + t +
- "(period, number) is deprecated. Please use moment()." + t +
- "(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."), i =
+ var a, i
+ return null === r || isNaN(+r) || (z(t, 'moment().' + t +
+ '(period, number) is deprecated. Please use moment().' + t +
+ '(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.'), i =
n, n = r, r = i), a = xr(n, r), Er(this, a, e), this
}
}
@@ -64533,16 +65149,17 @@
function Er(e, t, n, r) {
var a = t._milliseconds,
o = lr(t._days),
- s = lr(t._months);
- e.isValid() && (r = null == r || r, s && dt(e, me(e, "Month") + s * n), o && pe(e, "Date", me(e, "Date") +
+ s = lr(t._months)
+ e.isValid() && (r = null == r || r, s && dt(e, me(e, 'Month') + s * n), o && pe(e, 'Date', me(e, 'Date') +
o * n), a && e._d.setTime(e._d.valueOf() + a * n), r && i.updateOffset(e, o || s))
}
- xr.fn = sr.prototype, xr.invalid = or;
- var Pr = Hr(1, "add"),
- Ar = Hr(-1, "subtract");
+
+ xr.fn = sr.prototype, xr.invalid = or
+ var Pr = Hr(1, 'add'),
+ Ar = Hr(-1, 'subtract')
function Yr(e) {
- return "string" === typeof e || e instanceof String
+ return 'string' === typeof e || e instanceof String
}
function Vr(e) {
@@ -64552,16 +65169,16 @@
function Ir(e) {
var t, n, r = c(e) && !u(e),
a = !1,
- i = ["years", "year", "y", "months", "month", "M", "days", "day", "d", "dates", "date", "D", "hours",
- "hour", "h", "minutes", "minute", "m", "seconds", "second", "s", "milliseconds", "millisecond", "ms"
- ];
- for (t = 0; t < i.length; t += 1) n = i[t], a = a || l(e, n);
+ i = ['years', 'year', 'y', 'months', 'month', 'M', 'days', 'day', 'd', 'dates', 'date', 'D', 'hours',
+ 'hour', 'h', 'minutes', 'minute', 'm', 'seconds', 'second', 's', 'milliseconds', 'millisecond', 'ms'
+ ]
+ for (t = 0; t < i.length; t += 1) n = i[t], a = a || l(e, n)
return r && a
}
function Rr(e) {
var t = s(e),
- n = !1;
+ n = !1
return t && (n = 0 === e.filter((function(t) {
return !h(t) && Yr(e)
})).length), t && n
@@ -64570,24 +65187,24 @@
function Fr(e) {
var t, n, r = c(e) && !u(e),
a = !1,
- i = ["sameDay", "nextDay", "lastDay", "nextWeek", "lastWeek", "sameElse"];
- for (t = 0; t < i.length; t += 1) n = i[t], a = a || l(e, n);
+ i = ['sameDay', 'nextDay', 'lastDay', 'nextWeek', 'lastWeek', 'sameElse']
+ for (t = 0; t < i.length; t += 1) n = i[t], a = a || l(e, n)
return r && a
}
function $r(e, t) {
- var n = e.diff(t, "days", !0);
- return n < -6 ? "sameElse" : n < -1 ? "lastWeek" : n < 0 ? "lastDay" : n < 1 ? "sameDay" : n < 2 ?
- "nextDay" : n < 7 ? "nextWeek" : "sameElse"
+ var n = e.diff(t, 'days', !0)
+ return n < -6 ? 'sameElse' : n < -1 ? 'lastWeek' : n < 0 ? 'lastDay' : n < 1 ? 'sameDay' : n < 2 ?
+ 'nextDay' : n < 7 ? 'nextWeek' : 'sameElse'
}
function Nr(e, t) {
1 === arguments.length && (Vr(arguments[0]) ? (e = arguments[0], t = void 0) : Fr(arguments[0]) && (t =
- arguments[0], e = void 0));
+ arguments[0], e = void 0))
var n = e || Gn(),
- r = mr(n, this).startOf("day"),
- a = i.calendarFormat(this, r) || "sameElse",
- o = t && (D(t[a]) ? t[a].call(this, n) : t[a]);
+ r = mr(n, this).startOf('day'),
+ a = i.calendarFormat(this, r) || 'sameElse',
+ o = t && (D(t[a]) ? t[a].call(this, n) : t[a])
return this.format(o || this.localeData().calendar(a, this, Gn(n)))
}
@@ -64596,27 +65213,27 @@
}
function Kr(e, t) {
- var n = S(e) ? e : Gn(e);
- return !(!this.isValid() || !n.isValid()) && (t = ie(t) || "millisecond", "millisecond" === t ? this.valueOf() >
+ var n = S(e) ? e : Gn(e)
+ return !(!this.isValid() || !n.isValid()) && (t = ie(t) || 'millisecond', 'millisecond' === t ? this.valueOf() >
n.valueOf() : n.valueOf() < this.clone().startOf(t).valueOf())
}
function Wr(e, t) {
- var n = S(e) ? e : Gn(e);
- return !(!this.isValid() || !n.isValid()) && (t = ie(t) || "millisecond", "millisecond" === t ? this.valueOf() <
+ var n = S(e) ? e : Gn(e)
+ return !(!this.isValid() || !n.isValid()) && (t = ie(t) || 'millisecond', 'millisecond' === t ? this.valueOf() <
n.valueOf() : this.clone().endOf(t).valueOf() < n.valueOf())
}
function qr(e, t, n, r) {
var a = S(e) ? e : Gn(e),
- i = S(t) ? t : Gn(t);
- return !!(this.isValid() && a.isValid() && i.isValid()) && (r = r || "()", ("(" === r[0] ? this.isAfter(a,
- n) : !this.isBefore(a, n)) && (")" === r[1] ? this.isBefore(i, n) : !this.isAfter(i, n)))
+ i = S(t) ? t : Gn(t)
+ return !!(this.isValid() && a.isValid() && i.isValid()) && (r = r || '()', ('(' === r[0] ? this.isAfter(a,
+ n) : !this.isBefore(a, n)) && (')' === r[1] ? this.isBefore(i, n) : !this.isAfter(i, n)))
}
function Ur(e, t) {
- var n, r = S(e) ? e : Gn(e);
- return !(!this.isValid() || !r.isValid()) && (t = ie(t) || "millisecond", "millisecond" === t ? this.valueOf() ===
+ var n, r = S(e) ? e : Gn(e)
+ return !(!this.isValid() || !r.isValid()) && (t = ie(t) || 'millisecond', 'millisecond' === t ? this.valueOf() ===
r.valueOf() : (n = r.valueOf(), this.clone().startOf(t).valueOf() <= n && n <= this.clone().endOf(t).valueOf())
)
}
@@ -64630,34 +65247,34 @@
}
function Qr(e, t, n) {
- var r, a, i;
- if (!this.isValid()) return NaN;
- if (r = mr(e, this), !r.isValid()) return NaN;
+ var r, a, i
+ if (!this.isValid()) return NaN
+ if (r = mr(e, this), !r.isValid()) return NaN
switch (a = 6e4 * (r.utcOffset() - this.utcOffset()), t = ie(t), t) {
- case "year":
- i = Xr(this, r) / 12;
- break;
- case "month":
- i = Xr(this, r);
- break;
- case "quarter":
- i = Xr(this, r) / 3;
- break;
- case "second":
- i = (this - r) / 1e3;
- break;
- case "minute":
- i = (this - r) / 6e4;
- break;
- case "hour":
- i = (this - r) / 36e5;
- break;
- case "day":
- i = (this - r - a) / 864e5;
- break;
- case "week":
- i = (this - r - a) / 6048e5;
- break;
+ case 'year':
+ i = Xr(this, r) / 12
+ break
+ case 'month':
+ i = Xr(this, r)
+ break
+ case 'quarter':
+ i = Xr(this, r) / 3
+ break
+ case 'second':
+ i = (this - r) / 1e3
+ break
+ case 'minute':
+ i = (this - r) / 6e4
+ break
+ case 'hour':
+ i = (this - r) / 36e5
+ break
+ case 'day':
+ i = (this - r - a) / 864e5
+ break
+ case 'week':
+ i = (this - r - a) / 6048e5
+ break
default:
i = this - r
}
@@ -64665,39 +65282,39 @@
}
function Xr(e, t) {
- if (e.date() < t.date()) return -Xr(t, e);
+ if (e.date() < t.date()) return -Xr(t, e)
var n, r, a = 12 * (t.year() - e.year()) + (t.month() - e.month()),
- i = e.clone().add(a, "months");
- return t - i < 0 ? (n = e.clone().add(a - 1, "months"), r = (t - i) / (i - n)) : (n = e.clone().add(a + 1,
- "months"), r = (t - i) / (n - i)), -(a + r) || 0
+ i = e.clone().add(a, 'months')
+ return t - i < 0 ? (n = e.clone().add(a - 1, 'months'), r = (t - i) / (i - n)) : (n = e.clone().add(a + 1,
+ 'months'), r = (t - i) / (n - i)), -(a + r) || 0
}
function Zr() {
- return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")
+ return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ')
}
function ea(e) {
- if (!this.isValid()) return null;
+ if (!this.isValid()) return null
var t = !0 !== e,
- n = t ? this.clone().utc() : this;
- return n.year() < 0 || n.year() > 9999 ? K(n, t ? "YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]" :
- "YYYYYY-MM-DD[T]HH:mm:ss.SSSZ") : D(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(
- this.valueOf() + 60 * this.utcOffset() * 1e3).toISOString().replace("Z", K(n, "Z")) : K(n, t ?
- "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYY-MM-DD[T]HH:mm:ss.SSSZ")
+ n = t ? this.clone().utc() : this
+ return n.year() < 0 || n.year() > 9999 ? K(n, t ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]' :
+ 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ') : D(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(
+ this.valueOf() + 60 * this.utcOffset() * 1e3).toISOString().replace('Z', K(n, 'Z')) : K(n, t ?
+ 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ')
}
function ta() {
- if (!this.isValid()) return "moment.invalid(/* " + this._i + " */)";
- var e, t, n, r, a = "moment",
- i = "";
- return this.isLocal() || (a = 0 === this.utcOffset() ? "moment.utc" : "moment.parseZone", i = "Z"), e =
- "[" + a + '("]', t = 0 <= this.year() && this.year() <= 9999 ? "YYYY" : "YYYYYY", n =
- "-MM-DD[T]HH:mm:ss.SSS", r = i + '[")]', this.format(e + t + n + r)
+ if (!this.isValid()) return 'moment.invalid(/* ' + this._i + ' */)'
+ var e, t, n, r, a = 'moment',
+ i = ''
+ return this.isLocal() || (a = 0 === this.utcOffset() ? 'moment.utc' : 'moment.parseZone', i = 'Z'), e =
+ '[' + a + '("]', t = 0 <= this.year() && this.year() <= 9999 ? 'YYYY' : 'YYYYYY', n =
+ '-MM-DD[T]HH:mm:ss.SSS', r = i + '[")]', this.format(e + t + n + r)
}
function na(e) {
- e || (e = this.isUtc() ? i.defaultFormatUtc : i.defaultFormat);
- var t = K(this, e);
+ e || (e = this.isUtc() ? i.defaultFormatUtc : i.defaultFormat)
+ var t = K(this, e)
return this.localeData().postformat(t)
}
@@ -64724,23 +65341,25 @@
}
function sa(e) {
- var t;
+ var t
return void 0 === e ? this._locale._abbr : (t = yn(e), null != t && (this._locale = t), this)
}
- i.defaultFormat = "YYYY-MM-DDTHH:mm:ssZ", i.defaultFormatUtc = "YYYY-MM-DDTHH:mm:ss[Z]";
+
+ i.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ', i.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]'
var ca = C(
- "moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",
+ 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.',
(function(e) {
return void 0 === e ? this.localeData() : this.locale(e)
- }));
+ }))
function la() {
return this._locale
}
+
var ua = 1e3,
da = 60 * ua,
ha = 60 * da,
- fa = 3506328 * ha;
+ fa = 3506328 * ha
function ma(e, t) {
return (e % t + t) % t
@@ -64755,72 +65374,72 @@
}
function va(e) {
- var t, n;
- if (e = ie(e), void 0 === e || "millisecond" === e || !this.isValid()) return this;
+ var t, n
+ if (e = ie(e), void 0 === e || 'millisecond' === e || !this.isValid()) return this
switch (n = this._isUTC ? _a : pa, e) {
- case "year":
- t = n(this.year(), 0, 1);
- break;
- case "quarter":
- t = n(this.year(), this.month() - this.month() % 3, 1);
- break;
- case "month":
- t = n(this.year(), this.month(), 1);
- break;
- case "week":
- t = n(this.year(), this.month(), this.date() - this.weekday());
- break;
- case "isoWeek":
- t = n(this.year(), this.month(), this.date() - (this.isoWeekday() - 1));
- break;
- case "day":
- case "date":
- t = n(this.year(), this.month(), this.date());
- break;
- case "hour":
- t = this._d.valueOf(), t -= ma(t + (this._isUTC ? 0 : this.utcOffset() * da), ha);
- break;
- case "minute":
- t = this._d.valueOf(), t -= ma(t, da);
- break;
- case "second":
- t = this._d.valueOf(), t -= ma(t, ua);
+ case 'year':
+ t = n(this.year(), 0, 1)
+ break
+ case 'quarter':
+ t = n(this.year(), this.month() - this.month() % 3, 1)
+ break
+ case 'month':
+ t = n(this.year(), this.month(), 1)
+ break
+ case 'week':
+ t = n(this.year(), this.month(), this.date() - this.weekday())
+ break
+ case 'isoWeek':
+ t = n(this.year(), this.month(), this.date() - (this.isoWeekday() - 1))
+ break
+ case 'day':
+ case 'date':
+ t = n(this.year(), this.month(), this.date())
+ break
+ case 'hour':
+ t = this._d.valueOf(), t -= ma(t + (this._isUTC ? 0 : this.utcOffset() * da), ha)
+ break
+ case 'minute':
+ t = this._d.valueOf(), t -= ma(t, da)
+ break
+ case 'second':
+ t = this._d.valueOf(), t -= ma(t, ua)
break
}
return this._d.setTime(t), i.updateOffset(this, !0), this
}
function ba(e) {
- var t, n;
- if (e = ie(e), void 0 === e || "millisecond" === e || !this.isValid()) return this;
+ var t, n
+ if (e = ie(e), void 0 === e || 'millisecond' === e || !this.isValid()) return this
switch (n = this._isUTC ? _a : pa, e) {
- case "year":
- t = n(this.year() + 1, 0, 1) - 1;
- break;
- case "quarter":
- t = n(this.year(), this.month() - this.month() % 3 + 3, 1) - 1;
- break;
- case "month":
- t = n(this.year(), this.month() + 1, 1) - 1;
- break;
- case "week":
- t = n(this.year(), this.month(), this.date() - this.weekday() + 7) - 1;
- break;
- case "isoWeek":
- t = n(this.year(), this.month(), this.date() - (this.isoWeekday() - 1) + 7) - 1;
- break;
- case "day":
- case "date":
- t = n(this.year(), this.month(), this.date() + 1) - 1;
- break;
- case "hour":
- t = this._d.valueOf(), t += ha - ma(t + (this._isUTC ? 0 : this.utcOffset() * da), ha) - 1;
- break;
- case "minute":
- t = this._d.valueOf(), t += da - ma(t, da) - 1;
- break;
- case "second":
- t = this._d.valueOf(), t += ua - ma(t, ua) - 1;
+ case 'year':
+ t = n(this.year() + 1, 0, 1) - 1
+ break
+ case 'quarter':
+ t = n(this.year(), this.month() - this.month() % 3 + 3, 1) - 1
+ break
+ case 'month':
+ t = n(this.year(), this.month() + 1, 1) - 1
+ break
+ case 'week':
+ t = n(this.year(), this.month(), this.date() - this.weekday() + 7) - 1
+ break
+ case 'isoWeek':
+ t = n(this.year(), this.month(), this.date() - (this.isoWeekday() - 1) + 7) - 1
+ break
+ case 'day':
+ case 'date':
+ t = n(this.year(), this.month(), this.date() + 1) - 1
+ break
+ case 'hour':
+ t = this._d.valueOf(), t += ha - ma(t + (this._isUTC ? 0 : this.utcOffset() * da), ha) - 1
+ break
+ case 'minute':
+ t = this._d.valueOf(), t += da - ma(t, da) - 1
+ break
+ case 'second':
+ t = this._d.valueOf(), t += ua - ma(t, ua) - 1
break
}
return this._d.setTime(t), i.updateOffset(this, !0), this
@@ -64839,12 +65458,12 @@
}
function wa() {
- var e = this;
+ var e = this
return [e.year(), e.month(), e.date(), e.hour(), e.minute(), e.second(), e.millisecond()]
}
function La() {
- var e = this;
+ var e = this
return {
years: e.year(),
months: e.month(),
@@ -64883,19 +65502,19 @@
}
function xa(e, t) {
- var n, r, a, o = this._eras || yn("en")._eras;
+ var n, r, a, o = this._eras || yn('en')._eras
for (n = 0, r = o.length; n < r; ++n) {
switch (typeof o[n].since) {
- case "string":
- a = i(o[n].since).startOf("day"), o[n].since = a.valueOf();
+ case 'string':
+ a = i(o[n].since).startOf('day'), o[n].since = a.valueOf()
break
}
switch (typeof o[n].until) {
- case "undefined":
- o[n].until = 1 / 0;
- break;
- case "string":
- a = i(o[n].until).startOf("day").valueOf(), o[n].until = a.valueOf();
+ case 'undefined':
+ o[n].until = 1 / 0
+ break
+ case 'string':
+ a = i(o[n].until).startOf('day').valueOf(), o[n].until = a.valueOf()
break
}
}
@@ -64903,75 +65522,75 @@
}
function za(e, t, n) {
- var r, a, i, o, s, c = this.eras();
+ var r, a, i, o, s, c = this.eras()
for (e = e.toUpperCase(), r = 0, a = c.length; r < a; ++r)
if (i = c[r].name.toUpperCase(), o = c[r].abbr.toUpperCase(), s = c[r].narrow.toUpperCase(), n) switch (
t) {
- case "N":
- case "NN":
- case "NNN":
- if (o === e) return c[r];
- break;
- case "NNNN":
- if (i === e) return c[r];
- break;
- case "NNNNN":
- if (s === e) return c[r];
+ case 'N':
+ case 'NN':
+ case 'NNN':
+ if (o === e) return c[r]
+ break
+ case 'NNNN':
+ if (i === e) return c[r]
+ break
+ case 'NNNNN':
+ if (s === e) return c[r]
break
} else if ([i, o, s].indexOf(e) >= 0) return c[r]
}
function Da(e, t) {
- var n = e.since <= e.until ? 1 : -1;
+ var n = e.since <= e.until ? 1 : -1
return void 0 === t ? i(e.since).year() : i(e.since).year() + (t - e.offset) * n
}
function ja() {
- var e, t, n, r = this.localeData().eras();
+ var e, t, n, r = this.localeData().eras()
for (e = 0, t = r.length; e < t; ++e) {
- if (n = this.startOf("day").valueOf(), r[e].since <= n && n <= r[e].until) return r[e].name;
+ if (n = this.startOf('day').valueOf(), r[e].since <= n && n <= r[e].until) return r[e].name
if (r[e].until <= n && n <= r[e].since) return r[e].name
}
- return ""
+ return ''
}
function Ha() {
- var e, t, n, r = this.localeData().eras();
+ var e, t, n, r = this.localeData().eras()
for (e = 0, t = r.length; e < t; ++e) {
- if (n = this.startOf("day").valueOf(), r[e].since <= n && n <= r[e].until) return r[e].narrow;
+ if (n = this.startOf('day').valueOf(), r[e].since <= n && n <= r[e].until) return r[e].narrow
if (r[e].until <= n && n <= r[e].since) return r[e].narrow
}
- return ""
+ return ''
}
function Ea() {
- var e, t, n, r = this.localeData().eras();
+ var e, t, n, r = this.localeData().eras()
for (e = 0, t = r.length; e < t; ++e) {
- if (n = this.startOf("day").valueOf(), r[e].since <= n && n <= r[e].until) return r[e].abbr;
+ if (n = this.startOf('day').valueOf(), r[e].since <= n && n <= r[e].until) return r[e].abbr
if (r[e].until <= n && n <= r[e].since) return r[e].abbr
}
- return ""
+ return ''
}
function Pa() {
- var e, t, n, r, a = this.localeData().eras();
+ var e, t, n, r, a = this.localeData().eras()
for (e = 0, t = a.length; e < t; ++e)
- if (n = a[e].since <= a[e].until ? 1 : -1, r = this.startOf("day").valueOf(), a[e].since <= r && r <= a[
+ if (n = a[e].since <= a[e].until ? 1 : -1, r = this.startOf('day').valueOf(), a[e].since <= r && r <= a[
e].until || a[e].until <= r && r <= a[e].since) return (this.year() - i(a[e].since).year()) * n + a[e]
- .offset;
+ .offset
return this.year()
}
function Aa(e) {
- return l(this, "_erasNameRegex") || Na.call(this), e ? this._erasNameRegex : this._erasRegex
+ return l(this, '_erasNameRegex') || Na.call(this), e ? this._erasNameRegex : this._erasRegex
}
function Ya(e) {
- return l(this, "_erasAbbrRegex") || Na.call(this), e ? this._erasAbbrRegex : this._erasRegex
+ return l(this, '_erasAbbrRegex') || Na.call(this), e ? this._erasAbbrRegex : this._erasRegex
}
function Va(e) {
- return l(this, "_erasNarrowRegex") || Na.call(this), e ? this._erasNarrowRegex : this._erasRegex
+ return l(this, '_erasNarrowRegex') || Na.call(this), e ? this._erasNarrowRegex : this._erasRegex
}
function Ia(e, t) {
@@ -64995,12 +65614,12 @@
r = [],
a = [],
i = [],
- o = this.eras();
+ o = this.eras()
for (e = 0, t = o.length; e < t; ++e) r.push(Ie(o[e].name)), n.push(Ie(o[e].abbr)), a.push(Ie(o[e].narrow)),
- i.push(Ie(o[e].name)), i.push(Ie(o[e].abbr)), i.push(Ie(o[e].narrow));
- this._erasRegex = new RegExp("^(" + i.join("|") + ")", "i"), this._erasNameRegex = new RegExp("^(" + r.join(
- "|") + ")", "i"), this._erasAbbrRegex = new RegExp("^(" + n.join("|") + ")", "i"), this._erasNarrowRegex =
- new RegExp("^(" + a.join("|") + ")", "i")
+ i.push(Ie(o[e].name)), i.push(Ie(o[e].abbr)), i.push(Ie(o[e].narrow))
+ this._erasRegex = new RegExp('^(' + i.join('|') + ')', 'i'), this._erasNameRegex = new RegExp('^(' + r.join(
+ '|') + ')', 'i'), this._erasAbbrRegex = new RegExp('^(' + n.join('|') + ')', 'i'), this._erasNarrowRegex =
+ new RegExp('^(' + a.join('|') + ')', 'i')
}
function Ba(e, t) {
@@ -65025,109 +65644,113 @@
}
function Ja() {
- var e = this.localeData()._week;
+ var e = this.localeData()._week
return St(this.year(), e.dow, e.doy)
}
function Ga() {
- var e = this.localeData()._week;
+ var e = this.localeData()._week
return St(this.weekYear(), e.dow, e.doy)
}
function Qa(e, t, n, r, a) {
- var i;
+ var i
return null == e ? Ot(this, r, a).year : (i = St(e, r, a), t > i && (t = i), Xa.call(this, e, t, n, r, a))
}
function Xa(e, t, n, r, a) {
var i = Lt(e, t, n, r, a),
- o = Mt(i.year, 0, i.dayOfYear);
+ o = Mt(i.year, 0, i.dayOfYear)
return this.year(o.getUTCFullYear()), this.month(o.getUTCMonth()), this.date(o.getUTCDate()), this
}
function Za(e) {
return null == e ? Math.ceil((this.month() + 1) / 3) : this.month(3 * (e - 1) + this.month() % 3)
}
- $("N", 0, 0, "eraAbbr"), $("NN", 0, 0, "eraAbbr"), $("NNN", 0, 0, "eraAbbr"), $("NNNN", 0, 0, "eraName"),
- $("NNNNN", 0, 0, "eraNarrow"), $("y", ["y", 1], "yo", "eraYear"), $("y", ["yy", 2], 0, "eraYear"), $("y",
- ["yyy", 3], 0, "eraYear"), $("y", ["yyyy", 4], 0, "eraYear"), Ae("N", Ia), Ae("NN", Ia), Ae("NNN", Ia),
- Ae("NNNN", Ra), Ae("NNNNN", Fa), Fe(["N", "NN", "NNN", "NNNN", "NNNNN"], (function(e, t, n, r) {
- var a = n._locale.erasParse(e, r, n._strict);
+
+ $('N', 0, 0, 'eraAbbr'), $('NN', 0, 0, 'eraAbbr'), $('NNN', 0, 0, 'eraAbbr'), $('NNNN', 0, 0, 'eraName'),
+ $('NNNNN', 0, 0, 'eraNarrow'), $('y', ['y', 1], 'yo', 'eraYear'), $('y', ['yy', 2], 0, 'eraYear'), $('y',
+ ['yyy', 3], 0, 'eraYear'), $('y', ['yyyy', 4], 0, 'eraYear'), Ae('N', Ia), Ae('NN', Ia), Ae('NNN', Ia),
+ Ae('NNNN', Ra), Ae('NNNNN', Fa), Fe(['N', 'NN', 'NNN', 'NNNN', 'NNNNN'], (function(e, t, n, r) {
+ var a = n._locale.erasParse(e, r, n._strict)
a ? b(n).era = a : b(n).invalidEra = e
- })), Ae("y", ze), Ae("yy", ze), Ae("yyy", ze), Ae("yyyy", ze), Ae("yo", $a), Fe(["y", "yy", "yyy", "yyyy"],
- Ke), Fe(["yo"], (function(e, t, n, r) {
- var a;
+ })), Ae('y', ze), Ae('yy', ze), Ae('yyy', ze), Ae('yyyy', ze), Ae('yo', $a), Fe(['y', 'yy', 'yyy', 'yyyy'],
+ Ke), Fe(['yo'], (function(e, t, n, r) {
+ var a
n._locale._eraYearOrdinalRegex && (a = e.match(n._locale._eraYearOrdinalRegex)), n._locale.eraYearOrdinalParse ?
t[Ke] = n._locale.eraYearOrdinalParse(e, a) : t[Ke] = parseInt(e, 10)
- })), $(0, ["gg", 2], 0, (function() {
+ })), $(0, ['gg', 2], 0, (function() {
return this.weekYear() % 100
- })), $(0, ["GG", 2], 0, (function() {
+ })), $(0, ['GG', 2], 0, (function() {
return this.isoWeekYear() % 100
- })), Ba("gggg", "weekYear"), Ba("ggggg", "weekYear"), Ba("GGGG", "isoWeekYear"), Ba("GGGGG",
- "isoWeekYear"), ae("weekYear", "gg"), ae("isoWeekYear", "GG"), ce("weekYear", 1), ce("isoWeekYear", 1),
- Ae("G", De), Ae("g", De), Ae("GG", Oe, ge), Ae("gg", Oe, ge), Ae("GGGG", Te, we), Ae("gggg", Te, we), Ae(
- "GGGGG", xe, Le), Ae("ggggg", xe, Le), $e(["gggg", "ggggg", "GGGG", "GGGGG"], (function(e, t, n, r) {
+ })), Ba('gggg', 'weekYear'), Ba('ggggg', 'weekYear'), Ba('GGGG', 'isoWeekYear'), Ba('GGGGG',
+ 'isoWeekYear'), ae('weekYear', 'gg'), ae('isoWeekYear', 'GG'), ce('weekYear', 1), ce('isoWeekYear', 1),
+ Ae('G', De), Ae('g', De), Ae('GG', Oe, ge), Ae('gg', Oe, ge), Ae('GGGG', Te, we), Ae('gggg', Te, we), Ae(
+ 'GGGGG', xe, Le), Ae('ggggg', xe, Le), $e(['gggg', 'ggggg', 'GGGG', 'GGGGG'], (function(e, t, n, r) {
t[r.substr(0, 2)] = he(e)
- })), $e(["gg", "GG"], (function(e, t, n, r) {
+ })), $e(['gg', 'GG'], (function(e, t, n, r) {
t[r] = i.parseTwoDigitYear(e)
- })), $("Q", 0, "Qo", "quarter"), ae("quarter", "Q"), ce("quarter", 7), Ae("Q", ye), Fe("Q", (function(e,
+ })), $('Q', 0, 'Qo', 'quarter'), ae('quarter', 'Q'), ce('quarter', 7), Ae('Q', ye), Fe('Q', (function(e,
t) {
t[We] = 3 * (he(e) - 1)
- })), $("D", ["DD", 2], "Do", "date"), ae("date", "D"), ce("date", 9), Ae("D", Oe), Ae("DD", Oe, ge), Ae(
- "Do", (function(e, t) {
+ })), $('D', ['DD', 2], 'Do', 'date'), ae('date', 'D'), ce('date', 9), Ae('D', Oe), Ae('DD', Oe, ge), Ae(
+ 'Do', (function(e, t) {
return e ? t._dayOfMonthOrdinalParse || t._ordinalParse : t._dayOfMonthOrdinalParseLenient
- })), Fe(["D", "DD"], qe), Fe("Do", (function(e, t) {
+ })), Fe(['D', 'DD'], qe), Fe('Do', (function(e, t) {
t[qe] = he(e.match(Oe)[0])
- }));
- var ei = fe("Date", !0);
+ }))
+ var ei = fe('Date', !0)
function ti(e) {
- var t = Math.round((this.clone().startOf("day") - this.clone().startOf("year")) / 864e5) + 1;
- return null == e ? t : this.add(e - t, "d")
+ var t = Math.round((this.clone().startOf('day') - this.clone().startOf('year')) / 864e5) + 1
+ return null == e ? t : this.add(e - t, 'd')
}
- $("DDD", ["DDDD", 3], "DDDo", "dayOfYear"), ae("dayOfYear", "DDD"), ce("dayOfYear", 4), Ae("DDD", Ce), Ae(
- "DDDD", Me), Fe(["DDD", "DDDD"], (function(e, t, n) {
+
+ $('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear'), ae('dayOfYear', 'DDD'), ce('dayOfYear', 4), Ae('DDD', Ce), Ae(
+ 'DDDD', Me), Fe(['DDD', 'DDDD'], (function(e, t, n) {
n._dayOfYear = he(e)
- })), $("m", ["mm", 2], 0, "minute"), ae("minute", "m"), ce("minute", 14), Ae("m", Oe), Ae("mm", Oe, ge),
- Fe(["m", "mm"], Je);
- var ni = fe("Minutes", !1);
- $("s", ["ss", 2], 0, "second"), ae("second", "s"), ce("second", 15), Ae("s", Oe), Ae("ss", Oe, ge), Fe([
- "s", "ss"
- ], Ge);
- var ri, ai, ii = fe("Seconds", !1);
- for ($("S", 0, 0, (function() {
+ })), $('m', ['mm', 2], 0, 'minute'), ae('minute', 'm'), ce('minute', 14), Ae('m', Oe), Ae('mm', Oe, ge),
+ Fe(['m', 'mm'], Je)
+ var ni = fe('Minutes', !1)
+ $('s', ['ss', 2], 0, 'second'), ae('second', 's'), ce('second', 15), Ae('s', Oe), Ae('ss', Oe, ge), Fe([
+ 's', 'ss'
+ ], Ge)
+ var ri, ai, ii = fe('Seconds', !1)
+ for ($('S', 0, 0, (function() {
return ~~(this.millisecond() / 100)
- })), $(0, ["SS", 2], 0, (function() {
+ })), $(0, ['SS', 2], 0, (function() {
return ~~(this.millisecond() / 10)
- })), $(0, ["SSS", 3], 0, "millisecond"), $(0, ["SSSS", 4], 0, (function() {
+ })), $(0, ['SSS', 3], 0, 'millisecond'), $(0, ['SSSS', 4], 0, (function() {
return 10 * this.millisecond()
- })), $(0, ["SSSSS", 5], 0, (function() {
+ })), $(0, ['SSSSS', 5], 0, (function() {
return 100 * this.millisecond()
- })), $(0, ["SSSSSS", 6], 0, (function() {
+ })), $(0, ['SSSSSS', 6], 0, (function() {
return 1e3 * this.millisecond()
- })), $(0, ["SSSSSSS", 7], 0, (function() {
+ })), $(0, ['SSSSSSS', 7], 0, (function() {
return 1e4 * this.millisecond()
- })), $(0, ["SSSSSSSS", 8], 0, (function() {
+ })), $(0, ['SSSSSSSS', 8], 0, (function() {
return 1e5 * this.millisecond()
- })), $(0, ["SSSSSSSSS", 9], 0, (function() {
+ })), $(0, ['SSSSSSSSS', 9], 0, (function() {
return 1e6 * this.millisecond()
- })), ae("millisecond", "ms"), ce("millisecond", 16), Ae("S", Ce, ye), Ae("SS", Ce, ge), Ae("SSS", Ce, Me),
- ri = "SSSS"; ri.length <= 9; ri += "S") Ae(ri, ze);
+ })), ae('millisecond', 'ms'), ce('millisecond', 16), Ae('S', Ce, ye), Ae('SS', Ce, ge), Ae('SSS', Ce, Me),
+ ri = 'SSSS'; ri.length <= 9; ri += 'S') Ae(ri, ze)
function oi(e, t) {
- t[Qe] = he(1e3 * ("0." + e))
+ t[Qe] = he(1e3 * ('0.' + e))
}
- for (ri = "S"; ri.length <= 9; ri += "S") Fe(ri, oi);
+
+ for (ri = 'S'; ri.length <= 9; ri += 'S') Fe(ri, oi)
function si() {
- return this._isUTC ? "UTC" : ""
+ return this._isUTC ? 'UTC' : ''
}
function ci() {
- return this._isUTC ? "Coordinated Universal Time" : ""
+ return this._isUTC ? 'Coordinated Universal Time' : ''
}
- ai = fe("Milliseconds", !1), $("z", 0, 0, "zoneAbbr"), $("zz", 0, 0, "zoneName");
- var li = O.prototype;
+
+ ai = fe('Milliseconds', !1), $('z', 0, 0, 'zoneAbbr'), $('zz', 0, 0, 'zoneName')
+ var li = O.prototype
function ui(e) {
return Gn(1e3 * e)
@@ -65140,14 +65763,15 @@
function hi(e) {
return e
}
+
li.add = Pr, li.calendar = Nr, li.clone = Br, li.diff = Qr, li.endOf = ba, li.format = na, li.from = ra,
li.fromNow = aa, li.to = ia, li.toNow = oa, li.get = _e, li.invalidAt = Ca, li.isAfter = Kr, li.isBefore =
Wr, li.isBetween = qr, li.isSame = Ur, li.isSameOrAfter = Jr, li.isSameOrBefore = Gr, li.isValid = Sa, li
.lang = ca, li.locale = sa, li.localeData = la, li.max = Xn, li.min = Qn, li.parsingFlags = ka, li.set =
ve, li.startOf = va, li.subtract = Ar, li.toArray = wa, li.toObject = La, li.toDate = Ma, li.toISOString =
- ea, li.inspect = ta, "undefined" !== typeof Symbol && null != Symbol.for && (li[Symbol.for(
- "nodejs.util.inspect.custom")] = function() {
- return "Moment<" + this.format() + ">"
+ ea, li.inspect = ta, 'undefined' !== typeof Symbol && null != Symbol.for && (li[Symbol.for(
+ 'nodejs.util.inspect.custom')] = function() {
+ return 'Moment<' + this.format() + '>'
}), li.toJSON = Oa, li.toString = Zr, li.unix = ga, li.valueOf = ya, li.creationData = Ta, li.eraName =
ja, li.eraNarrow = Ha, li.eraAbbr = Ea, li.eraYear = Pa, li.year = bt, li.isLeapYear = yt, li.weekYear =
Ka, li.isoWeekYear = Wa, li.quarter = li.quarters = Za, li.month = ht, li.daysInMonth = ft, li.week = li.weeks =
@@ -65156,99 +65780,100 @@
li.dayOfYear = ti, li.hour = li.hours = on, li.minute = li.minutes = ni, li.second = li.seconds = ii, li.millisecond =
li.milliseconds = ai, li.utcOffset = _r, li.utc = br, li.local = yr, li.parseZone = gr, li.hasAlignedHourOffset =
Mr, li.isDST = wr, li.isLocal = Or, li.isUtcOffset = Sr, li.isUtc = kr, li.isUTC = kr, li.zoneAbbr = si,
- li.zoneName = ci, li.dates = C("dates accessor is deprecated. Use date instead.", ei), li.months = C(
- "months accessor is deprecated. Use month instead", ht), li.years = C(
- "years accessor is deprecated. Use year instead", bt), li.zone = C(
- "moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",
+ li.zoneName = ci, li.dates = C('dates accessor is deprecated. Use date instead.', ei), li.months = C(
+ 'months accessor is deprecated. Use month instead', ht), li.years = C(
+ 'years accessor is deprecated. Use year instead', bt), li.zone = C(
+ 'moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/',
vr), li.isDSTShifted = C(
- "isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",
- Lr);
- var fi = E.prototype;
+ 'isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information',
+ Lr)
+ var fi = E.prototype
function mi(e, t, n, r) {
var a = yn(),
- i = _().set(r, t);
+ i = _().set(r, t)
return a[n](i, e)
}
function pi(e, t, n) {
- if (h(e) && (t = e, e = void 0), e = e || "", null != t) return mi(e, t, n, "month");
- var r, a = [];
- for (r = 0; r < 12; r++) a[r] = mi(e, r, n, "month");
+ if (h(e) && (t = e, e = void 0), e = e || '', null != t) return mi(e, t, n, 'month')
+ var r, a = []
+ for (r = 0; r < 12; r++) a[r] = mi(e, r, n, 'month')
return a
}
function _i(e, t, n, r) {
- "boolean" === typeof e ? (h(t) && (n = t, t = void 0), t = t || "") : (t = e, n = t, e = !1, h(t) && (n =
- t, t = void 0), t = t || "");
+ 'boolean' === typeof e ? (h(t) && (n = t, t = void 0), t = t || '') : (t = e, n = t, e = !1, h(t) && (n =
+ t, t = void 0), t = t || '')
var a, i = yn(),
o = e ? i._week.dow : 0,
- s = [];
- if (null != n) return mi(t, (n + o) % 7, r, "day");
- for (a = 0; a < 7; a++) s[a] = mi(t, (a + o) % 7, r, "day");
+ s = []
+ if (null != n) return mi(t, (n + o) % 7, r, 'day')
+ for (a = 0; a < 7; a++) s[a] = mi(t, (a + o) % 7, r, 'day')
return s
}
function vi(e, t) {
- return pi(e, t, "months")
+ return pi(e, t, 'months')
}
function bi(e, t) {
- return pi(e, t, "monthsShort")
+ return pi(e, t, 'monthsShort')
}
function yi(e, t, n) {
- return _i(e, t, n, "weekdays")
+ return _i(e, t, n, 'weekdays')
}
function gi(e, t, n) {
- return _i(e, t, n, "weekdaysShort")
+ return _i(e, t, n, 'weekdaysShort')
}
function Mi(e, t, n) {
- return _i(e, t, n, "weekdaysMin")
+ return _i(e, t, n, 'weekdaysMin')
}
+
fi.calendar = A, fi.longDateFormat = U, fi.invalidDate = G, fi.ordinal = Z, fi.preparse = hi, fi.postformat =
hi, fi.relativeTime = te, fi.pastFuture = ne, fi.set = j, fi.eras = xa, fi.erasParse = za, fi.erasConvertYear =
Da, fi.erasAbbrRegex = Ya, fi.erasNameRegex = Aa, fi.erasNarrowRegex = Va, fi.months = st, fi.monthsShort =
ct, fi.monthsParse = ut, fi.monthsRegex = pt, fi.monthsShortRegex = mt, fi.week = kt, fi.firstDayOfYear =
xt, fi.firstDayOfWeek = Tt, fi.weekdays = Ft, fi.weekdaysMin = Nt, fi.weekdaysShort = $t, fi.weekdaysParse =
Kt, fi.weekdaysRegex = Jt, fi.weekdaysShortRegex = Gt, fi.weekdaysMinRegex = Qt, fi.isPM = rn, fi.meridiem =
- sn, _n("en", {
+ sn, _n('en', {
eras: [{
- since: "0001-01-01",
+ since: '0001-01-01',
until: 1 / 0,
offset: 1,
- name: "Anno Domini",
- narrow: "AD",
- abbr: "AD"
+ name: 'Anno Domini',
+ narrow: 'AD',
+ abbr: 'AD'
}, {
- since: "0000-12-31",
+ since: '0000-12-31',
until: -1 / 0,
offset: 1,
- name: "Before Christ",
- narrow: "BC",
- abbr: "BC"
+ name: 'Before Christ',
+ narrow: 'BC',
+ abbr: 'BC'
}],
dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === he(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === he(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
}
- }), i.lang = C("moment.lang is deprecated. Use moment.locale instead.", _n), i.langData = C(
- "moment.langData is deprecated. Use moment.localeData instead.", yn);
- var wi = Math.abs;
+ }), i.lang = C('moment.lang is deprecated. Use moment.locale instead.', _n), i.langData = C(
+ 'moment.langData is deprecated. Use moment.localeData instead.', yn)
+ var wi = Math.abs
function Li() {
- var e = this._data;
+ var e = this._data
return this._milliseconds = wi(this._milliseconds), this._days = wi(this._days), this._months = wi(this._months),
e.milliseconds = wi(e.milliseconds), e.seconds = wi(e.seconds), e.minutes = wi(e.minutes), e.hours = wi(
e.hours), e.months = wi(e.months), e.years = wi(e.years), this
}
function Oi(e, t, n, r) {
- var a = xr(t, n);
+ var a = xr(t, n)
return e._milliseconds += r * a._milliseconds, e._days += r * a._days, e._months += r * a._months, e._bubble()
}
@@ -65268,7 +65893,7 @@
var e, t, n, r, a, i = this._milliseconds,
o = this._days,
s = this._months,
- c = this._data;
+ c = this._data
return i >= 0 && o >= 0 && s >= 0 || i <= 0 && o <= 0 && s <= 0 || (i += 864e5 * Ci(zi(s) + o), o = 0, s =
0), c.milliseconds = i % 1e3, e = de(i / 1e3), c.seconds = e % 60, t = de(e / 60), c.minutes = t % 60,
n = de(t / 60), c.hours = n % 24, o += de(n / 24), a = de(xi(o)), s += a, o -= Ci(zi(a)), r = de(s / 12),
@@ -65284,31 +65909,31 @@
}
function Di(e) {
- if (!this.isValid()) return NaN;
- var t, n, r = this._milliseconds;
- if (e = ie(e), "month" === e || "quarter" === e || "year" === e) switch (t = this._days + r / 864e5, n =
+ if (!this.isValid()) return NaN
+ var t, n, r = this._milliseconds
+ if (e = ie(e), 'month' === e || 'quarter' === e || 'year' === e) switch (t = this._days + r / 864e5, n =
this._months + xi(t), e) {
- case "month":
- return n;
- case "quarter":
- return n / 3;
- case "year":
+ case 'month':
+ return n
+ case 'quarter':
+ return n / 3
+ case 'year':
return n / 12
} else switch (t = this._days + Math.round(zi(this._months)), e) {
- case "week":
- return t / 7 + r / 6048e5;
- case "day":
- return t + r / 864e5;
- case "hour":
- return 24 * t + r / 36e5;
- case "minute":
- return 1440 * t + r / 6e4;
- case "second":
- return 86400 * t + r / 1e3;
- case "millisecond":
- return Math.floor(864e5 * t) + r;
+ case 'week':
+ return t / 7 + r / 6048e5
+ case 'day':
+ return t + r / 864e5
+ case 'hour':
+ return 24 * t + r / 36e5
+ case 'minute':
+ return 1440 * t + r / 6e4
+ case 'second':
+ return 86400 * t + r / 1e3
+ case 'millisecond':
+ return Math.floor(864e5 * t) + r
default:
- throw new Error("Unknown unit " + e)
+ throw new Error('Unknown unit ' + e)
}
}
@@ -65322,22 +65947,23 @@
return this.as(e)
}
}
- var Ei = Hi("ms"),
- Pi = Hi("s"),
- Ai = Hi("m"),
- Yi = Hi("h"),
- Vi = Hi("d"),
- Ii = Hi("w"),
- Ri = Hi("M"),
- Fi = Hi("Q"),
- $i = Hi("y");
+
+ var Ei = Hi('ms'),
+ Pi = Hi('s'),
+ Ai = Hi('m'),
+ Yi = Hi('h'),
+ Vi = Hi('d'),
+ Ii = Hi('w'),
+ Ri = Hi('M'),
+ Fi = Hi('Q'),
+ $i = Hi('y')
function Ni() {
return xr(this)
}
function Bi(e) {
- return e = ie(e), this.isValid() ? this[e + "s"]() : NaN
+ return e = ie(e), this.isValid() ? this[e + 's']() : NaN
}
function Ki(e) {
@@ -65345,17 +65971,19 @@
return this.isValid() ? this._data[e] : NaN
}
}
- var Wi = Ki("milliseconds"),
- qi = Ki("seconds"),
- Ui = Ki("minutes"),
- Ji = Ki("hours"),
- Gi = Ki("days"),
- Qi = Ki("months"),
- Xi = Ki("years");
+
+ var Wi = Ki('milliseconds'),
+ qi = Ki('seconds'),
+ Ui = Ki('minutes'),
+ Ji = Ki('hours'),
+ Gi = Ki('days'),
+ Qi = Ki('months'),
+ Xi = Ki('years')
function Zi() {
return de(this.days() / 7)
}
+
var eo = Math.round,
to = {
ss: 44,
@@ -65365,7 +65993,7 @@
d: 26,
w: null,
M: 11
- };
+ }
function no(e, t, n, r, a) {
return a.relativeTime(t || 1, !!n, e, r)
@@ -65373,122 +66001,125 @@
function ro(e, t, n, r) {
var a = xr(e).abs(),
- i = eo(a.as("s")),
- o = eo(a.as("m")),
- s = eo(a.as("h")),
- c = eo(a.as("d")),
- l = eo(a.as("M")),
- u = eo(a.as("w")),
- d = eo(a.as("y")),
- h = i <= n.ss && ["s", i] || i < n.s && ["ss", i] || o <= 1 && ["m"] || o < n.m && ["mm", o] || s <= 1 &&
- ["h"] || s < n.h && ["hh", s] || c <= 1 && ["d"] || c < n.d && ["dd", c];
- return null != n.w && (h = h || u <= 1 && ["w"] || u < n.w && ["ww", u]), h = h || l <= 1 && ["M"] || l <
- n.M && ["MM", l] || d <= 1 && ["y"] || ["yy", d], h[2] = t, h[3] = +e > 0, h[4] = r, no.apply(null, h)
+ i = eo(a.as('s')),
+ o = eo(a.as('m')),
+ s = eo(a.as('h')),
+ c = eo(a.as('d')),
+ l = eo(a.as('M')),
+ u = eo(a.as('w')),
+ d = eo(a.as('y')),
+ h = i <= n.ss && ['s', i] || i < n.s && ['ss', i] || o <= 1 && ['m'] || o < n.m && ['mm', o] || s <= 1 &&
+ ['h'] || s < n.h && ['hh', s] || c <= 1 && ['d'] || c < n.d && ['dd', c]
+ return null != n.w && (h = h || u <= 1 && ['w'] || u < n.w && ['ww', u]), h = h || l <= 1 && ['M'] || l <
+ n.M && ['MM', l] || d <= 1 && ['y'] || ['yy', d], h[2] = t, h[3] = +e > 0, h[4] = r, no.apply(null, h)
}
function ao(e) {
- return void 0 === e ? eo : "function" === typeof e && (eo = e, !0)
+ return void 0 === e ? eo : 'function' === typeof e && (eo = e, !0)
}
function io(e, t) {
- return void 0 !== to[e] && (void 0 === t ? to[e] : (to[e] = t, "s" === e && (to.ss = t - 1), !0))
+ return void 0 !== to[e] && (void 0 === t ? to[e] : (to[e] = t, 's' === e && (to.ss = t - 1), !0))
}
function oo(e, t) {
- if (!this.isValid()) return this.localeData().invalidDate();
+ if (!this.isValid()) return this.localeData().invalidDate()
var n, r, a = !1,
- i = to;
- return "object" === typeof e && (t = e, e = !1), "boolean" === typeof e && (a = e), "object" === typeof t &&
+ i = to
+ return 'object' === typeof e && (t = e, e = !1), 'boolean' === typeof e && (a = e), 'object' === typeof t &&
(i = Object.assign({}, to, t), null != t.s && null == t.ss && (i.ss = t.s - 1)), n = this.localeData(),
r = ro(this, !a, i, n), a && (r = n.pastFuture(+this, r)), n.postformat(r)
}
- var so = Math.abs;
+
+ var so = Math.abs
function co(e) {
return (e > 0) - (e < 0) || +e
}
function lo() {
- if (!this.isValid()) return this.localeData().invalidDate();
+ if (!this.isValid()) return this.localeData().invalidDate()
var e, t, n, r, a, i, o, s, c = so(this._milliseconds) / 1e3,
l = so(this._days),
u = so(this._months),
- d = this.asSeconds();
+ d = this.asSeconds()
return d ? (e = de(c / 60), t = de(e / 60), c %= 60, e %= 60, n = de(u / 12), u %= 12, r = c ? c.toFixed(
- 3).replace(/\.?0+$/, "") : "", a = d < 0 ? "-" : "", i = co(this._months) !== co(d) ? "-" : "", o = co(
- this._days) !== co(d) ? "-" : "", s = co(this._milliseconds) !== co(d) ? "-" : "", a + "P" + (n ? i +
- n + "Y" : "") + (u ? i + u + "M" : "") + (l ? o + l + "D" : "") + (t || e || c ? "T" : "") + (t ? s +
- t + "H" : "") + (e ? s + e + "M" : "") + (c ? s + r + "S" : "")) : "P0D"
+ 3).replace(/\.?0+$/, '') : '', a = d < 0 ? '-' : '', i = co(this._months) !== co(d) ? '-' : '', o = co(
+ this._days) !== co(d) ? '-' : '', s = co(this._milliseconds) !== co(d) ? '-' : '', a + 'P' + (n ? i +
+ n + 'Y' : '') + (u ? i + u + 'M' : '') + (l ? o + l + 'D' : '') + (t || e || c ? 'T' : '') + (t ? s +
+ t + 'H' : '') + (e ? s + e + 'M' : '') + (c ? s + r + 'S' : '')) : 'P0D'
}
- var uo = sr.prototype;
+
+ var uo = sr.prototype
return uo.isValid = ir, uo.abs = Li, uo.add = Si, uo.subtract = ki, uo.as = Di, uo.asMilliseconds = Ei, uo
.asSeconds = Pi, uo.asMinutes = Ai, uo.asHours = Yi, uo.asDays = Vi, uo.asWeeks = Ii, uo.asMonths = Ri,
uo.asQuarters = Fi, uo.asYears = $i, uo.valueOf = ji, uo._bubble = Ti, uo.clone = Ni, uo.get = Bi, uo.milliseconds =
Wi, uo.seconds = qi, uo.minutes = Ui, uo.hours = Ji, uo.days = Gi, uo.weeks = Zi, uo.months = Qi, uo.years =
Xi, uo.humanize = oo, uo.toISOString = lo, uo.toString = lo, uo.toJSON = lo, uo.locale = sa, uo.localeData =
la, uo.toIsoString = C(
- "toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)", lo), uo.lang = ca,
- $("X", 0, 0, "unix"), $("x", 0, 0, "valueOf"), Ae("x", De), Ae("X", Ee), Fe("X", (function(e, t, n) {
+ 'toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)', lo), uo.lang = ca,
+ $('X', 0, 0, 'unix'), $('x', 0, 0, 'valueOf'), Ae('x', De), Ae('X', Ee), Fe('X', (function(e, t, n) {
n._d = new Date(1e3 * parseFloat(e))
- })), Fe("x", (function(e, t, n) {
+ })), Fe('x', (function(e, t, n) {
n._d = new Date(he(e))
})),
//! moment.js
- i.version = "2.27.0", o(Gn), i.fn = li, i.min = er, i.max = tr, i.now = nr, i.utc = _, i.unix = ui, i.months =
+ i.version = '2.27.0', o(Gn), i.fn = li, i.min = er, i.max = tr, i.now = nr, i.utc = _, i.unix = ui, i.months =
vi, i.isDate = f, i.locale = _n, i.invalid = g, i.duration = xr, i.isMoment = S, i.weekdays = yi, i.parseZone =
di, i.localeData = yn, i.isDuration = cr, i.monthsShort = bi, i.weekdaysMin = Mi, i.defineLocale = vn, i.updateLocale =
bn, i.locales = gn, i.weekdaysShort = gi, i.normalizeUnits = ie, i.relativeTimeRounding = ao, i.relativeTimeThreshold =
io, i.calendarFormat = $r, i.prototype = li, i.HTML5_FMT = {
- DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
- DATETIME_LOCAL_SECONDS: "YYYY-MM-DDTHH:mm:ss",
- DATETIME_LOCAL_MS: "YYYY-MM-DDTHH:mm:ss.SSS",
- DATE: "YYYY-MM-DD",
- TIME: "HH:mm",
- TIME_SECONDS: "HH:mm:ss",
- TIME_MS: "HH:mm:ss.SSS",
- WEEK: "GGGG-[W]WW",
- MONTH: "YYYY-MM"
+ DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm',
+ DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss',
+ DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS',
+ DATE: 'YYYY-MM-DD',
+ TIME: 'HH:mm',
+ TIME_SECONDS: 'HH:mm:ss',
+ TIME_MS: 'HH:mm:ss.SSS',
+ WEEK: 'GGGG-[W]WW',
+ MONTH: 'YYYY-MM'
}, i
}))
- }).call(this, n("62e4")(e))
+ }).call(this, n('62e4')(e))
+ },
+ c207: function(e, t) {
},
- c207: function(e, t) {},
c2b6: function(e, t, n) {
- var r = n("f8af"),
- a = n("5d89"),
- i = n("6f6c"),
- o = n("a2db"),
- s = n("c8fe"),
- c = "[object Boolean]",
- l = "[object Date]",
- u = "[object Map]",
- d = "[object Number]",
- h = "[object RegExp]",
- f = "[object Set]",
- m = "[object String]",
- p = "[object Symbol]",
- _ = "[object ArrayBuffer]",
- v = "[object DataView]",
- b = "[object Float32Array]",
- y = "[object Float64Array]",
- g = "[object Int8Array]",
- M = "[object Int16Array]",
- w = "[object Int32Array]",
- L = "[object Uint8Array]",
- O = "[object Uint8ClampedArray]",
- S = "[object Uint16Array]",
- k = "[object Uint32Array]";
+ var r = n('f8af'),
+ a = n('5d89'),
+ i = n('6f6c'),
+ o = n('a2db'),
+ s = n('c8fe'),
+ c = '[object Boolean]',
+ l = '[object Date]',
+ u = '[object Map]',
+ d = '[object Number]',
+ h = '[object RegExp]',
+ f = '[object Set]',
+ m = '[object String]',
+ p = '[object Symbol]',
+ _ = '[object ArrayBuffer]',
+ v = '[object DataView]',
+ b = '[object Float32Array]',
+ y = '[object Float64Array]',
+ g = '[object Int8Array]',
+ M = '[object Int16Array]',
+ w = '[object Int32Array]',
+ L = '[object Uint8Array]',
+ O = '[object Uint8ClampedArray]',
+ S = '[object Uint16Array]',
+ k = '[object Uint32Array]'
function C(e, t, n) {
- var C = e.constructor;
+ var C = e.constructor
switch (t) {
case _:
- return r(e);
+ return r(e)
case c:
case l:
- return new C(+e);
+ return new C(+e)
case v:
- return a(e, n);
+ return a(e, n)
case b:
case y:
case g:
@@ -65498,72 +66129,73 @@
case O:
case S:
case k:
- return s(e, n);
+ return s(e, n)
case u:
- return new C;
+ return new C
case d:
case m:
- return new C(e);
+ return new C(e)
case h:
- return i(e);
+ return i(e)
case f:
- return new C;
+ return new C
case p:
return o(e)
}
}
+
e.exports = C
},
c345: function(e, t, n) {
- "use strict";
- var r = n("c532"),
- a = ["age", "authorization", "content-length", "content-type", "etag", "expires", "from", "host",
- "if-modified-since", "if-unmodified-since", "last-modified", "location", "max-forwards",
- "proxy-authorization", "referer", "retry-after", "user-agent"
- ];
+ 'use strict'
+ var r = n('c532'),
+ a = ['age', 'authorization', 'content-length', 'content-type', 'etag', 'expires', 'from', 'host',
+ 'if-modified-since', 'if-unmodified-since', 'last-modified', 'location', 'max-forwards',
+ 'proxy-authorization', 'referer', 'retry-after', 'user-agent'
+ ]
e.exports = function(e) {
- var t, n, i, o = {};
- return e ? (r.forEach(e.split("\n"), (function(e) {
- if (i = e.indexOf(":"), t = r.trim(e.substr(0, i)).toLowerCase(), n = r.trim(e.substr(i + 1)), t) {
- if (o[t] && a.indexOf(t) >= 0) return;
- o[t] = "set-cookie" === t ? (o[t] ? o[t] : []).concat([n]) : o[t] ? o[t] + ", " + n : n
+ var t, n, i, o = {}
+ return e ? (r.forEach(e.split('\n'), (function(e) {
+ if (i = e.indexOf(':'), t = r.trim(e.substr(0, i)).toLowerCase(), n = r.trim(e.substr(i + 1)), t) {
+ if (o[t] && a.indexOf(t) >= 0) return
+ o[t] = 'set-cookie' === t ? (o[t] ? o[t] : []).concat([n]) : o[t] ? o[t] + ', ' + n : n
}
})), o) : o
}
},
c367: function(e, t, n) {
- "use strict";
- var r = n("8436"),
- a = n("50ed"),
- i = n("481b"),
- o = n("36c3");
- e.exports = n("30f1")(Array, "Array", (function(e, t) {
+ 'use strict'
+ var r = n('8436'),
+ a = n('50ed'),
+ i = n('481b'),
+ o = n('36c3')
+ e.exports = n('30f1')(Array, 'Array', (function(e, t) {
this._t = o(e), this._i = 0, this._k = t
}), (function() {
var e = this._t,
t = this._k,
- n = this._i++;
- return !e || n >= e.length ? (this._t = void 0, a(1)) : a(0, "keys" == t ? n : "values" == t ? e[n] : [n, e[
+ n = this._i++
+ return !e || n >= e.length ? (this._t = void 0, a(1)) : a(0, 'keys' == t ? n : 'values' == t ? e[n] : [n, e[
n]])
- }), "values"), i.Arguments = i.Array, r("keys"), r("values"), r("entries")
+ }), 'values'), i.Arguments = i.Array, r('keys'), r('values'), r('entries')
},
c3a1: function(e, t, n) {
- var r = n("e6f3"),
- a = n("1691");
+ var r = n('e6f3'),
+ a = n('1691')
e.exports = Object.keys || function(e) {
return r(e, a)
}
},
c3b1: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [n("a-tree", {
+ n = e._self._c || t
+ return n('div', [n('a-tree', {
attrs: {
- autoExpandParent: "",
+ autoExpandParent: '',
treeData: e.departTree,
selectedKeys: e.selectedKeys,
expandedKeys: e.iExpandedKeys
@@ -65575,9 +66207,9 @@
})], 1)
},
a = [],
- i = n("4ec3"),
+ i = n('4ec3'),
o = {
- name: "LsDepart",
+ name: 'LsDepart',
data: function() {
return {
departTree: [],
@@ -65591,8 +66223,8 @@
},
methods: {
onSelect: function(e, t) {
- var n = t.node.dataRef;
- this.selectedKeys = [n.key], this.$emit("select", n.id)
+ var n = t.node.dataRef
+ this.selectedKeys = [n.key], this.$emit('select', n.id)
},
onCheck: function(e, t) {
this.checkStrictly ? this.checkedKeys = e.checked : this.checkedKeys = e
@@ -65601,11 +66233,11 @@
this.iExpandedKeys = e, this.autoExpandParent = !1
},
loadTree: function() {
- var e = this;
- this.departTree = [], Object(i["c"])().then((function(t) {
+ var e = this
+ this.departTree = [], Object(i['c'])().then((function(t) {
if (t.success)
for (var n = 0; n < t.result.length; n++) {
- var r = t.result[n];
+ var r = t.result[n]
e.departTree.push(r)
}
}))
@@ -65613,23 +66245,24 @@
}
},
s = o,
- c = n("2877"),
- l = Object(c["a"])(s, r, a, !1, null, null, null);
- t["default"] = l.exports
+ c = n('2877'),
+ l = Object(c['a'])(s, r, a, !1, null, null, null)
+ t['default'] = l.exports
},
c3fc: function(e, t, n) {
- var r = n("42a2"),
- a = n("1310"),
- i = "[object Set]";
+ var r = n('42a2'),
+ a = n('1310'),
+ i = '[object Set]'
function o(e) {
return a(e) && r(e) == i
}
+
e.exports = o
},
c401: function(e, t, n) {
- "use strict";
- var r = n("c532");
+ 'use strict'
+ var r = n('c532')
e.exports = function(e, t, n) {
return r.forEach(n, (function(n) {
e = n(e, t)
@@ -65638,21 +66271,21 @@
},
c449: function(e, t, n) {
(function(t) {
- for (var r = n("6d08"), a = "undefined" === typeof window ? t : window, i = ["moz", "webkit"], o =
- "AnimationFrame", s = a["request" + o], c = a["cancel" + o] || a["cancelRequest" + o], l = 0; !s && l < i.length; l++)
- s = a[i[l] + "Request" + o], c = a[i[l] + "Cancel" + o] || a[i[l] + "CancelRequest" + o];
+ for (var r = n('6d08'), a = 'undefined' === typeof window ? t : window, i = ['moz', 'webkit'], o =
+ 'AnimationFrame', s = a['request' + o], c = a['cancel' + o] || a['cancelRequest' + o], l = 0; !s && l < i.length; l++)
+ s = a[i[l] + 'Request' + o], c = a[i[l] + 'Cancel' + o] || a[i[l] + 'CancelRequest' + o]
if (!s || !c) {
var u = 0,
d = 0,
h = [],
- f = 1e3 / 60;
+ f = 1e3 / 60
s = function(e) {
if (0 === h.length) {
var t = r(),
- n = Math.max(0, f - (t - u));
+ n = Math.max(0, f - (t - u))
u = n + t, setTimeout((function() {
- var e = h.slice(0);
- h.length = 0;
+ var e = h.slice(0)
+ h.length = 0
for (var t = 0; t < e.length; t++)
if (!e[t].cancelled) try {
e[t].callback(u)
@@ -65679,95 +66312,95 @@
}, e.exports.polyfill = function(e) {
e || (e = a), e.requestAnimationFrame = s, e.cancelAnimationFrame = c
}
- }).call(this, n("c8ba"))
+ }).call(this, n('c8ba'))
},
c468: function(e, t, n) {
- "use strict";
- var r = n("5af5");
- t["a"] = r["a"]
+ 'use strict'
+ var r = n('5af5')
+ t['a'] = r['a']
},
c4fb: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [e.showAlertBar ? n("a-alert", {
+ n = e._self._c || t
+ return n('div', [e.showAlertBar ? n('a-alert', {
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
},
attrs: {
- type: "info",
- showIcon: ""
+ type: 'info',
+ showIcon: ''
}
- }, [n("template", {
- slot: "message"
- }, [n("span", [e._v("已选择")]), n("a", {
+ }, [n('template', {
+ slot: 'message'
+ }, [n('span', [e._v('已选择')]), n('a', {
staticStyle: {
- "font-weight": "600",
- padding: "0 4px"
+ 'font-weight': '600',
+ padding: '0 4px'
}
- }, [e._v(e._s(e.table.selectedRowKeys.length))]), n("span", [e._v("项")]), n("a", {
+ }, [e._v(e._s(e.table.selectedRowKeys.length))]), n('span', [e._v('项')]), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")]), n("span", {
+ }, [e._v('清空')]), n('span', {
staticStyle: {
- float: "right"
+ float: 'right'
}
- }, [n("a-popover", {
+ }, [n('a-popover', {
attrs: {
overlayStyle: {
- maxWidth: "500px"
+ maxWidth: '500px'
},
- title: "自定义列",
- trigger: "click",
- placement: "leftBottom"
+ title: '自定义列',
+ trigger: 'click',
+ placement: 'leftBottom'
},
on: {
visibleChange: e.popVisibleChange
}
- }, [n("a", [n("a-icon", {
+ }, [n('a', [n('a-icon', {
attrs: {
- type: "setting"
+ type: 'setting'
}
- })], 1), n("template", {
- slot: "content"
- }, [n("a-checkbox-group", {
+ })], 1), n('template', {
+ slot: 'content'
+ }, [n('a-checkbox-group', {
model: {
value: e.newSettingColumns,
callback: function(t) {
e.newSettingColumns = t
},
- expression: "newSettingColumns"
+ expression: 'newSettingColumns'
}
- }, [n("a-row", [e._l(e.table.columns, (function(t, r) {
- return ["rowIndex" != t.key && "action" != t.dataIndex ? [n("a-col", {
+ }, [n('a-row', [e._l(e.table.columns, (function(t, r) {
+ return ['rowIndex' != t.key && 'action' != t.dataIndex ? [n('a-col', {
key: r,
attrs: {
span: 12
}
- }, [n("a-checkbox", {
+ }, [n('a-checkbox', {
attrs: {
value: t.dataIndex
}
}, [e._v(e._s(t.title))])], 1)] : e._e()]
- }))], 2)], 1)], 1)], 2)], 1)])], 2) : e._e(), n("cgform-auto-list-table-wrap", e._g(e._b({
- ref: "cgformAutoList",
+ }))], 2)], 1)], 1)], 2)], 1)])], 2) : e._e(), n('cgform-auto-list-table-wrap', e._g(e._b({
+ ref: 'cgformAutoList',
class: {
- "j-table-force-nowrap": e.enableScrollBar
+ 'j-table-force-nowrap': e.enableScrollBar
},
style: {
- minHeight: e.showAlertBar ? "300px" : "none"
+ minHeight: e.showAlertBar ? '300px' : 'none'
},
attrs: {
- bordered: "",
- size: "middle",
- rowKey: "id",
+ bordered: '',
+ size: 'middle',
+ rowKey: 'id',
columns: e.tableColumn,
dataSource: e.table.dataSource,
pagination: e.table.pagination,
@@ -65780,192 +66413,192 @@
change: e.handleTableChange
},
scopedSlots: e._u([{
- key: "dateSlot",
+ key: 'dateSlot',
fn: function(t) {
- return [n("span", [e._v(e._s(e.getFormatDate(t)))])]
+ return [n('span', [e._v(e._s(e.getFormatDate(t)))])]
}
}, {
- key: "htmlSlot",
+ key: 'htmlSlot',
fn: function(t) {
- return [n("div", {
+ return [n('div', {
domProps: {
innerHTML: e._s(t)
}
})]
}
}, {
- key: "pcaSlot",
+ key: 'pcaSlot',
fn: function(t) {
- return [n("div", [e._v(e._s(e.getPcaText(t)))])]
+ return [n('div', [e._v(e._s(e.getPcaText(t)))])]
}
}, {
- key: "imgSlot",
+ key: 'imgSlot',
fn: function(t) {
- return [t ? n("img", {
+ return [t ? n('img', {
staticStyle: {
- "max-width": "80px",
- "font-size": "12px",
- "font-style": "italic"
+ 'max-width': '80px',
+ 'font-size': '12px',
+ 'font-style': 'italic'
},
attrs: {
src: e.getImgView(t),
- height: "25px",
- alt: ""
+ height: '25px',
+ alt: ''
}
- }) : n("span", {
+ }) : n('span', {
staticStyle: {
- "font-size": "12px",
- "font-style": "italic"
+ 'font-size': '12px',
+ 'font-style': 'italic'
}
- }, [e._v("无图片")])]
+ }, [e._v('无图片')])]
}
}, {
- key: "fileSlot",
+ key: 'fileSlot',
fn: function(t) {
- return [t ? n("a-button", {
+ return [t ? n('a-button', {
attrs: {
ghost: !0,
- type: "primary",
- icon: "download",
- size: "small"
+ type: 'primary',
+ icon: 'download',
+ size: 'small'
},
on: {
click: function(n) {
return e.downloadRowFile(t)
}
}
- }, [e._v("\n 下载\n ")]) : n("span", {
+ }, [e._v('\n 下载\n ')]) : n('span', {
staticStyle: {
- "font-size": "12px",
- "font-style": "italic"
+ 'font-size': '12px',
+ 'font-style': 'italic'
}
- }, [e._v("无文件")])]
+ }, [e._v('无文件')])]
}
}, {
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return [e.hasBpmStatus ? ["1" === r.bpm_status || "" === r.bpm_status || null == r.bpm_status ? [
- e.buttonSwitch.update ? [n("a", {
+ return [e.hasBpmStatus ? ['1' === r.bpm_status || '' === r.bpm_status || null == r.bpm_status ? [
+ e.buttonSwitch.update ? [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
})] : e._e()
- ] : e._e()] : [e.buttonSwitch.update ? [n("a", {
+ ] : e._e()] : [e.buttonSwitch.update ? [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- })] : e._e()], n("a-dropdown", [n("a", {
- staticClass: "ant-dropdown-link"
- }, [e._v("\n 更多\n "), n("a-icon", {
+ })] : e._e()], n('a-dropdown', [n('a', {
+ staticClass: 'ant-dropdown-link'
+ }, [e._v('\n 更多\n '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1), n("a-menu", {
+ })], 1), n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [e.buttonSwitch.detail ? n("a-menu-item", [n("a", {
+ slot: 'overlay'
+ }, [e.buttonSwitch.detail ? n('a-menu-item', [n('a', {
attrs: {
- href: "javascript:;"
+ href: 'javascript:;'
},
on: {
click: function(t) {
return e.handleDetail(r)
}
}
- }, [e._v("详情")])]) : e._e(), e.hasBpmStatus ? ["1" === r.bpm_status || "" === r.bpm_status ||
- null == r.bpm_status ? [e.buttonSwitch.bpm ? n("a-menu-item", [n("a", {
+ }, [e._v('详情')])]) : e._e(), e.hasBpmStatus ? ['1' === r.bpm_status || '' === r.bpm_status ||
+ null == r.bpm_status ? [e.buttonSwitch.bpm ? n('a-menu-item', [n('a', {
attrs: {
- href: "javascript:;"
+ href: 'javascript:;'
},
on: {
click: function(t) {
return e.startProcess(r)
}
}
- }, [e._v("提交流程")])]) : e._e(), e.buttonSwitch.delete ? n("a-menu-item", [n(
- "a-popconfirm", {
+ }, [e._v('提交流程')])]) : e._e(), e.buttonSwitch.delete ? n('a-menu-item', [n(
+ 'a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDeleteOne(r)
}
}
- }, [n("a", [e._v("删除")])])], 1) : e._e()] : e._e()
- ] : [e.buttonSwitch.delete ? n("a-menu-item", [n("a-popconfirm", {
+ }, [n('a', [e._v('删除')])])], 1) : e._e()] : e._e()
+ ] : [e.buttonSwitch.delete ? n('a-menu-item', [n('a-popconfirm', {
attrs: {
- title: "确定删除吗?"
+ title: '确定删除吗?'
},
on: {
confirm: function() {
return e.handleDeleteOne(r)
}
}
- }, [n("a", [e._v("删除")])])], 1) : e._e()], e._l(e.cgButtonLinkList, (function(t, a) {
+ }, [n('a', [e._v('删除')])])], 1) : e._e()], e._l(e.cgButtonLinkList, (function(t, a) {
return e.cgButtonLinkList && e.cgButtonLinkList.length > 0 ? [e.showLinkButton(t, r) ?
- n("a-menu-item", {
- key: "cgbtnLink" + a
- }, [n("a", {
+ n('a-menu-item', {
+ key: 'cgbtnLink' + a
+ }, [n('a', {
attrs: {
- href: "javascript:void(0);"
+ href: 'javascript:void(0);'
},
on: {
click: function(n) {
return e.cgButtonLinkHandler(r, t.buttonCode, t.optType)
}
}
- }, [t.buttonIcon ? n("a-icon", {
+ }, [t.buttonIcon ? n('a-icon', {
attrs: {
type: t.buttonIcon
}
- }) : e._e(), e._v("\n " + e._s(t.buttonName) + "\n ")],
+ }) : e._e(), e._v('\n ' + e._s(t.buttonName) + '\n ')],
1)]) : e._e()
] : e._e()
}))], 2)], 1)]
}
}])
- }, "cgform-auto-list-table-wrap", e.$attrs, !1), e.$listeners)), n("j-import-modal", {
- ref: "importModal",
+ }, 'cgform-auto-list-table-wrap', e.$attrs, !1), e.$listeners)), n('j-import-modal', {
+ ref: 'importModal',
attrs: {
url: e.url.importUrl
},
on: {
ok: e.handleImportOk
}
- }), n("a-modal", e._g(e._b({}, "a-modal", e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
+ }), n('a-modal', e._g(e._b({}, 'a-modal', e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
.is, e._b({
- tag: "component"
- }, "component", e.hrefComponent.params, !1))], 1)], 1)
+ tag: 'component'
+ }, 'component', e.hrefComponent.params, !1))], 1)], 1)
},
a = [],
- i = n("2f62"),
- o = n("0fea"),
- s = n("b5ef"),
- c = n("583c"),
- l = n("b1d4"),
- u = n("4a62"),
- d = n("8bbf"),
- h = n.n(d);
+ i = n('2f62'),
+ o = n('0fea'),
+ s = n('b5ef'),
+ c = n('583c'),
+ l = n('b1d4'),
+ u = n('4a62'),
+ d = n('8bbf'),
+ h = n.n(d)
function f(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -65975,7 +66608,7 @@
function m(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? f(Object(n), !0).forEach((function(t) {
p(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : f(
@@ -65994,14 +66627,15 @@
writable: !0
}) : e[t] = n, e
}
+
var _ = {
- name: "CgformAutoListTable",
- mixins: [s["a"], u["a"]],
- inject: ["loadData", "handleEdit", "handleDetail", "handleDeleteOne", "onClearSelected",
- "cgButtonLinkHandler"
+ name: 'CgformAutoListTable',
+ mixins: [s['a'], u['a']],
+ inject: ['loadData', 'handleEdit', 'handleDetail', 'handleDeleteOne', 'onClearSelected',
+ 'cgButtonLinkHandler'
],
components: {
- CgformAutoListTableWrap: l["default"]
+ CgformAutoListTableWrap: l['default']
},
props: {
url: {
@@ -66022,16 +66656,16 @@
scrollFlag: Number,
settingColumns: Array
},
- computed: m(m({}, Object(i["d"])({
+ computed: m(m({}, Object(i['d'])({
device: function(e) {
return e.app.device
}
})), {}, {
isMobile: function() {
- return "mobile" === this.device
+ return 'mobile' === this.device
},
isDesktop: function() {
- return "desktop" === this.device
+ return 'desktop' === this.device
},
flowCode: function() {
return this.flowCodePre + this.currentTableName
@@ -66049,15 +66683,15 @@
return this.enableScrollBar ? void 0 : this.table.scroll
},
tableColumn: function() {
- var e = this;
- if (!this.newSettingColumns || this.newSettingColumns.length <= 0) return this.table.columns;
+ var e = this
+ if (!this.newSettingColumns || this.newSettingColumns.length <= 0) return this.table.columns
var t = this.table.columns.filter((function(t) {
- return "rowIndex" == t.key || "action" == t.dataIndex || !!e.newSettingColumns.includes(t.dataIndex)
- }));
+ return 'rowIndex' == t.key || 'action' == t.dataIndex || !!e.newSettingColumns.includes(t.dataIndex)
+ }))
return t
},
localCode: function() {
- return "onl_" + this.currentTableName
+ return 'onl_' + this.currentTableName
}
}),
watch: {
@@ -66067,7 +66701,7 @@
},
data: function() {
return {
- flowCodePre: "onl_",
+ flowCodePre: 'onl_',
newSettingColumns: []
}
},
@@ -66076,27 +66710,27 @@
this.table.selectionRows = t, this.table.selectedRowKeys = e
},
handleTableChange: function(e, t, n) {
- Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = "ascend" === n.order ?
- "asc" : "desc"), this.table.pagination && (this.table.pagination = e), this.loadData()
+ Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = 'ascend' === n.order ?
+ 'asc' : 'desc'), this.table.pagination && (this.table.pagination = e), this.loadData()
},
showLinkButton: function(e, t) {
- var n = new c["a"](e.exp, t);
+ var n = new c['a'](e.exp, t)
return n.show
},
handleImportOk: function() {
this.loadData(1)
},
startProcess: function(e) {
- var t = this;
+ var t = this
this.$confirm({
- title: "提示",
- content: "确认提交流程吗?",
+ title: '提示',
+ content: '确认提交流程吗?',
onOk: function() {
- Object(o["f"])(t.url.startProcess, {
+ Object(o['f'])(t.url.startProcess, {
id: e.id,
flowCode: t.flowCode,
- formUrl: "modules/bpm/task/form/OnlineFormDetail",
- formUrlMobile: "check/onlineForm/detail"
+ formUrl: 'modules/bpm/task/form/OnlineFormDetail',
+ formUrlMobile: 'check/onlineForm/detail'
}).then((function(e) {
e.success ? (t.$message.success(e.message), t.loadData(), t.onClearSelected()) : t.$message.warning(
e.message)
@@ -66108,80 +66742,80 @@
return e && e.length > 10 ? e.substring(0, 10) : e
},
getImgView: function(e) {
- return e && e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(","))), Object(o["d"])(e)
+ return e && e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(','))), Object(o['d'])(e)
},
downloadRowFile: function(e) {
if (e) {
- e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(",")));
- var t = Object(o["d"])(e);
+ e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(',')))
+ var t = Object(o['d'])(e)
window.open(t)
- } else this.$message.warning("未知的文件")
+ } else this.$message.warning('未知的文件')
},
popVisibleChange: function(e) {
this.newSettingColumns && this.newSettingColumns.length > 0 && h.a.ls.set(this.localCode, this.newSettingColumns
- .join(","))
+ .join(','))
}
}
},
v = _,
- b = n("2877"),
- y = Object(b["a"])(v, r, a, !1, null, "373f4511", null);
- t["default"] = y.exports
+ b = n('2877'),
+ y = Object(b['a'])(v, r, a, !1, null, '373f4511', null)
+ t['default'] = y.exports
},
c532: function(e, t, n) {
- "use strict";
- var r = n("1d2b"),
- a = n("c7ce"),
- i = Object.prototype.toString;
+ 'use strict'
+ var r = n('1d2b'),
+ a = n('c7ce'),
+ i = Object.prototype.toString
function o(e) {
- return "[object Array]" === i.call(e)
+ return '[object Array]' === i.call(e)
}
function s(e) {
- return "[object ArrayBuffer]" === i.call(e)
+ return '[object ArrayBuffer]' === i.call(e)
}
function c(e) {
- return "undefined" !== typeof FormData && e instanceof FormData
+ return 'undefined' !== typeof FormData && e instanceof FormData
}
function l(e) {
- var t;
- return t = "undefined" !== typeof ArrayBuffer && ArrayBuffer.isView ? ArrayBuffer.isView(e) : e && e.buffer &&
+ var t
+ return t = 'undefined' !== typeof ArrayBuffer && ArrayBuffer.isView ? ArrayBuffer.isView(e) : e && e.buffer &&
e.buffer instanceof ArrayBuffer, t
}
function u(e) {
- return "string" === typeof e
+ return 'string' === typeof e
}
function d(e) {
- return "number" === typeof e
+ return 'number' === typeof e
}
function h(e) {
- return "undefined" === typeof e
+ return 'undefined' === typeof e
}
function f(e) {
- return null !== e && "object" === typeof e
+ return null !== e && 'object' === typeof e
}
function m(e) {
- return "[object Date]" === i.call(e)
+ return '[object Date]' === i.call(e)
}
function p(e) {
- return "[object File]" === i.call(e)
+ return '[object File]' === i.call(e)
}
function _(e) {
- return "[object Blob]" === i.call(e)
+ return '[object Blob]' === i.call(e)
}
function v(e) {
- return "[object Function]" === i.call(e)
+ return '[object Function]' === i.call(e)
}
function b(e) {
@@ -66189,41 +66823,43 @@
}
function y(e) {
- return "undefined" !== typeof URLSearchParams && e instanceof URLSearchParams
+ return 'undefined' !== typeof URLSearchParams && e instanceof URLSearchParams
}
function g(e) {
- return e.replace(/^\s*/, "").replace(/\s*$/, "")
+ return e.replace(/^\s*/, '').replace(/\s*$/, '')
}
function M() {
- return ("undefined" === typeof navigator || "ReactNative" !== navigator.product) && ("undefined" !== typeof window &&
- "undefined" !== typeof document)
+ return ('undefined' === typeof navigator || 'ReactNative' !== navigator.product) && ('undefined' !== typeof window &&
+ 'undefined' !== typeof document)
}
function w(e, t) {
- if (null !== e && "undefined" !== typeof e)
- if ("object" !== typeof e && (e = [e]), o(e))
- for (var n = 0, r = e.length; n < r; n++) t.call(null, e[n], n, e);
+ if (null !== e && 'undefined' !== typeof e)
+ if ('object' !== typeof e && (e = [e]), o(e))
+ for (var n = 0, r = e.length; n < r; n++) t.call(null, e[n], n, e)
else
for (var a in e) Object.prototype.hasOwnProperty.call(e, a) && t.call(null, e[a], a, e)
}
function L() {
- var e = {};
+ var e = {}
function t(t, n) {
- "object" === typeof e[n] && "object" === typeof t ? e[n] = L(e[n], t) : e[n] = t
+ 'object' === typeof e[n] && 'object' === typeof t ? e[n] = L(e[n], t) : e[n] = t
}
- for (var n = 0, r = arguments.length; n < r; n++) w(arguments[n], t);
+
+ for (var n = 0, r = arguments.length; n < r; n++) w(arguments[n], t)
return e
}
function O(e, t, n) {
return w(t, (function(t, a) {
- e[a] = n && "function" === typeof t ? r(t, n) : t
+ e[a] = n && 'function' === typeof t ? r(t, n) : t
})), e
}
+
e.exports = {
isArray: o,
isArrayBuffer: s,
@@ -66248,59 +66884,60 @@
}
},
c544: function(e, t, n) {
- "use strict";
+ 'use strict'
var r = {
transitionstart: {
- transition: "transitionstart",
- WebkitTransition: "webkitTransitionStart",
- MozTransition: "mozTransitionStart",
- OTransition: "oTransitionStart",
- msTransition: "MSTransitionStart"
+ transition: 'transitionstart',
+ WebkitTransition: 'webkitTransitionStart',
+ MozTransition: 'mozTransitionStart',
+ OTransition: 'oTransitionStart',
+ msTransition: 'MSTransitionStart'
},
animationstart: {
- animation: "animationstart",
- WebkitAnimation: "webkitAnimationStart",
- MozAnimation: "mozAnimationStart",
- OAnimation: "oAnimationStart",
- msAnimation: "MSAnimationStart"
+ animation: 'animationstart',
+ WebkitAnimation: 'webkitAnimationStart',
+ MozAnimation: 'mozAnimationStart',
+ OAnimation: 'oAnimationStart',
+ msAnimation: 'MSAnimationStart'
}
},
a = {
transitionend: {
- transition: "transitionend",
- WebkitTransition: "webkitTransitionEnd",
- MozTransition: "mozTransitionEnd",
- OTransition: "oTransitionEnd",
- msTransition: "MSTransitionEnd"
+ transition: 'transitionend',
+ WebkitTransition: 'webkitTransitionEnd',
+ MozTransition: 'mozTransitionEnd',
+ OTransition: 'oTransitionEnd',
+ msTransition: 'MSTransitionEnd'
},
animationend: {
- animation: "animationend",
- WebkitAnimation: "webkitAnimationEnd",
- MozAnimation: "mozAnimationEnd",
- OAnimation: "oAnimationEnd",
- msAnimation: "MSAnimationEnd"
+ animation: 'animationend',
+ WebkitAnimation: 'webkitAnimationEnd',
+ MozAnimation: 'mozAnimationEnd',
+ OAnimation: 'oAnimationEnd',
+ msAnimation: 'MSAnimationEnd'
}
},
i = [],
- o = [];
+ o = []
function s() {
- var e = document.createElement("div"),
- t = e.style;
+ var e = document.createElement('div'),
+ t = e.style
function n(e, n) {
for (var r in e)
if (e.hasOwnProperty(r)) {
- var a = e[r];
+ var a = e[r]
for (var i in a)
if (i in t) {
- n.push(a[i]);
+ n.push(a[i])
break
}
}
}
- "AnimationEvent" in window || (delete r.animationstart.animation, delete a.animationend.animation),
- "TransitionEvent" in window || (delete r.transitionstart.transition, delete a.transitionend.transition), n(r,
+
+ 'AnimationEvent' in window || (delete r.animationstart.animation, delete a.animationend.animation),
+ 'TransitionEvent' in window || (delete r.transitionstart.transition, delete a.transitionend.transition), n(r,
i), n(a, o)
}
@@ -66311,7 +66948,8 @@
function l(e, t, n) {
e.removeEventListener(t, n, !1)
}
- "undefined" !== typeof window && "undefined" !== typeof document && s();
+
+ 'undefined' !== typeof window && 'undefined' !== typeof document && s()
var u = {
startEvents: i,
addStartEventListener: function(e, t) {
@@ -66335,69 +66973,69 @@
l(e, n, t)
}))
}
- };
- t["a"] = u
+ }
+ t['a'] = u
},
c792: function(e, t, n) {
- "use strict";
- var r = n("e59d"),
- a = n.n(r);
+ 'use strict'
+ var r = n('e59d'),
+ a = n.n(r)
a.a
},
c7aa: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("he", {
- months: "ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),
- monthsShort: "ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),
- weekdays: "ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),
- weekdaysShort: "א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),
- weekdaysMin: "א_ב_ג_ד_ה_ו_ש".split("_"),
+ var t = e.defineLocale('he', {
+ months: 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split('_'),
+ monthsShort: 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split('_'),
+ weekdays: 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'),
+ weekdaysShort: 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'),
+ weekdaysMin: 'א_ב_ג_ד_ה_ו_ש'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D [ב]MMMM YYYY",
- LLL: "D [ב]MMMM YYYY HH:mm",
- LLLL: "dddd, D [ב]MMMM YYYY HH:mm",
- l: "D/M/YYYY",
- ll: "D MMM YYYY",
- lll: "D MMM YYYY HH:mm",
- llll: "ddd, D MMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D [ב]MMMM YYYY',
+ LLL: 'D [ב]MMMM YYYY HH:mm',
+ LLLL: 'dddd, D [ב]MMMM YYYY HH:mm',
+ l: 'D/M/YYYY',
+ ll: 'D MMM YYYY',
+ lll: 'D MMM YYYY HH:mm',
+ llll: 'ddd, D MMM YYYY HH:mm'
},
calendar: {
- sameDay: "[היום ב־]LT",
- nextDay: "[מחר ב־]LT",
- nextWeek: "dddd [בשעה] LT",
- lastDay: "[אתמול ב־]LT",
- lastWeek: "[ביום] dddd [האחרון בשעה] LT",
- sameElse: "L"
+ sameDay: '[היום ב־]LT',
+ nextDay: '[מחר ב־]LT',
+ nextWeek: 'dddd [בשעה] LT',
+ lastDay: '[אתמול ב־]LT',
+ lastWeek: '[ביום] dddd [האחרון בשעה] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "בעוד %s",
- past: "לפני %s",
- s: "מספר שניות",
- ss: "%d שניות",
- m: "דקה",
- mm: "%d דקות",
- h: "שעה",
+ future: 'בעוד %s',
+ past: 'לפני %s',
+ s: 'מספר שניות',
+ ss: '%d שניות',
+ m: 'דקה',
+ mm: '%d דקות',
+ h: 'שעה',
hh: function(e) {
- return 2 === e ? "שעתיים" : e + " שעות"
+ return 2 === e ? 'שעתיים' : e + ' שעות'
},
- d: "יום",
+ d: 'יום',
dd: function(e) {
- return 2 === e ? "יומיים" : e + " ימים"
+ return 2 === e ? 'יומיים' : e + ' ימים'
},
- M: "חודש",
+ M: 'חודש',
MM: function(e) {
- return 2 === e ? "חודשיים" : e + " חודשים"
+ return 2 === e ? 'חודשיים' : e + ' חודשים'
},
- y: "שנה",
+ y: 'שנה',
yy: function(e) {
- return 2 === e ? "שנתיים" : e % 10 === 0 && 10 !== e ? e + " שנה" : e + " שנים"
+ return 2 === e ? 'שנתיים' : e % 10 === 0 && 10 !== e ? e + ' שנה' : e + ' שנים'
}
},
meridiemParse: /אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,
@@ -66405,10 +67043,10 @@
return /^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)
},
meridiem: function(e, t, n) {
- return e < 5 ? "לפנות בוקר" : e < 10 ? "בבוקר" : e < 12 ? n ? 'לפנה"צ' : "לפני הצהריים" : e < 18 ? n ?
- 'אחה"צ' : "אחרי הצהריים" : "בערב"
+ return e < 5 ? 'לפנות בוקר' : e < 10 ? 'בבוקר' : e < 12 ? n ? 'לפנה"צ' : 'לפני הצהריים' : e < 18 ? n ?
+ 'אחה"צ' : 'אחרי הצהריים' : 'בערב'
}
- });
+ })
return t
}))
},
@@ -66420,26 +67058,27 @@
* @license MIT
*/
e.exports = function(e) {
- return null != e && null != e.constructor && "function" === typeof e.constructor.isBuffer && e.constructor.isBuffer(
+ return null != e && null != e.constructor && 'function' === typeof e.constructor.isBuffer && e.constructor.isBuffer(
e)
}
},
c82c: function(e, t, n) {
- "use strict";
- n.d(t, "b", (function() {
+ 'use strict'
+ n.d(t, 'b', (function() {
return s
- })), n.d(t, "a", (function() {
+ })), n.d(t, 'a', (function() {
return u
- }));
- var r = n("9fb0");
+ }))
+ var r = n('9fb0')
function a(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = i(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = i(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -66457,17 +67096,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var o, s = !0,
- c = !1;
+ c = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return s = e.done, e
},
e: function(e) {
@@ -66485,16 +67124,16 @@
function i(e, t) {
if (e) {
- if ("string" === typeof e) return o(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? o(e, t) : void 0
+ if ('string' === typeof e) return o(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? o(e, t) : void 0
}
}
function o(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
@@ -66503,32 +67142,33 @@
}
function c(e, t) {
- var n = [];
+ var n = []
try {
- if (!t) return !1;
- var r = t.permissionList;
+ if (!t) return !1
+ var r = t.permissionList
n = r.filter((function(e) {
- return "2" == e.type
+ return '2' == e.type
}))
- } catch (h) {}
- if (0 == n.length) return !1;
+ } catch (h) {
+ }
+ if (0 == n.length) return !1
var i, o = [],
- s = a(n);
+ s = a(n)
try {
for (s.s(); !(i = s.n()).done;) {
- var c = i.value;
- "2" == c.type && o.push(c.action)
+ var c = i.value
+ '2' == c.type && o.push(c.action)
}
} catch (f) {
s.e(f)
} finally {
s.f()
}
- if (!o.includes(e)) return !1;
- var l, u = a(n);
+ if (!o.includes(e)) return !1
+ var l, u = a(n)
try {
for (u.s(); !(l = u.n()).done;) {
- var d = l.value;
+ var d = l.value
if (e === d.action) return !0
}
} catch (f) {
@@ -66542,24 +67182,24 @@
function l(e) {
var t, n = [],
i = [],
- o = JSON.parse(sessionStorage.getItem(r["g"]) || "[]"),
- s = a(o);
+ o = JSON.parse(sessionStorage.getItem(r['g']) || '[]'),
+ s = a(o)
try {
for (s.s(); !(t = s.n()).done;) {
- var c = t.value;
- "2" == c.type && n.push(c)
+ var c = t.value
+ '2' == c.type && n.push(c)
}
} catch (S) {
s.e(S)
} finally {
s.f()
}
- var l, u = JSON.parse(sessionStorage.getItem(r["d"]) || "[]"),
- d = a(u);
+ var l, u = JSON.parse(sessionStorage.getItem(r['d']) || '[]'),
+ d = a(u)
try {
for (d.s(); !(l = d.n()).done;) {
- var h = l.value;
- "2" == h.type && i.push(h)
+ var h = l.value
+ '2' == h.type && i.push(h)
}
} catch (S) {
d.e(S)
@@ -66567,18 +67207,18 @@
d.f()
}
var f = !1,
- m = !1;
- if (null != i && "" != i && void 0 != i && i.length > 0) {
- var p, _ = a(i);
+ m = !1
+ if (null != i && '' != i && void 0 != i && i.length > 0) {
+ var p, _ = a(i)
try {
for (_.s(); !(p = _.n()).done;) {
- var v = p.value;
+ var v = p.value
if (e === v.action) {
- if ("0" == v.status) {
- m = !0;
+ if ('0' == v.status) {
+ m = !0
break
}
- f = !0;
+ f = !0
break
}
}
@@ -66588,17 +67228,17 @@
_.f()
}
}
- if (m) return !1;
- if (null === n || "" === n || void 0 === n || n.length <= 0) return f;
+ if (m) return !1
+ if (null === n || '' === n || void 0 === n || n.length <= 0) return f
for (var b = [], y = 0, g = n; y < g.length; y++) {
- var M = g[y];
- "2" == M.type && b.push(M.action)
+ var M = g[y]
+ '2' == M.type && b.push(M.action)
}
if (b.includes(e)) {
- var w, L = a(n);
+ var w, L = a(n)
try {
for (L.s(); !(w = L.n()).done;) {
- var O = w.value;
+ var O = w.value
e === O.action && (f = !1)
}
} catch (S) {
@@ -66612,15 +67252,15 @@
}
function u(e, t) {
- var n = JSON.parse(sessionStorage.getItem(r["d"]) || "[]"),
+ var n = JSON.parse(sessionStorage.getItem(r['d']) || '[]'),
i = n.filter((function(t) {
return !t.action || t.action.indexOf(e) < 0
- }));
+ }))
if (t && t.length > 0) {
- var o, s = a(t);
+ var o, s = a(t)
try {
for (s.s(); !(o = s.n()).done;) {
- var c = o.value;
+ var c = o.value
i.push({
action: e + c,
type: 1,
@@ -66632,35 +67272,36 @@
} finally {
s.f()
}
- var l = JSON.parse(sessionStorage.getItem(r["g"]) || "[]"),
+ var l = JSON.parse(sessionStorage.getItem(r['g']) || '[]'),
u = l.filter((function(n) {
- return !n.action || (n.action.indexOf(e) < 0 || t.indexOf(n.action.replace(e, "")) < 0)
- }));
- sessionStorage.setItem(r["g"], JSON.stringify(u))
+ return !n.action || (n.action.indexOf(e) < 0 || t.indexOf(n.action.replace(e, '')) < 0)
+ }))
+ sessionStorage.setItem(r['g'], JSON.stringify(u))
}
- sessionStorage.setItem(r["d"], JSON.stringify(i))
+ sessionStorage.setItem(r['d'], JSON.stringify(i))
}
},
c869: function(e, t, n) {
- var r = n("0b07"),
- a = n("2b3e"),
- i = r(a, "Set");
+ var r = n('0b07'),
+ a = n('2b3e'),
+ i = r(a, 'Set')
e.exports = i
},
c87c: function(e, t) {
var n = Object.prototype,
- r = n.hasOwnProperty;
+ r = n.hasOwnProperty
function a(e) {
var t = e.length,
- n = new e.constructor(t);
- return t && "string" == typeof e[0] && r.call(e, "index") && (n.index = e.index, n.input = e.input), n
+ n = new e.constructor(t)
+ return t && 'string' == typeof e[0] && r.call(e, 'index') && (n.index = e.index, n.input = e.input), n
}
+
e.exports = a
},
c8af: function(e, t, n) {
- "use strict";
- var r = n("c532");
+ 'use strict'
+ var r = n('c532')
e.exports = function(e, t) {
r.forEach(e, (function(n, r) {
r !== t && r.toUpperCase() === t.toUpperCase() && (e[t] = n, delete e[r])
@@ -66668,24 +67309,24 @@
}
},
c8ba: function(e, t) {
- var n;
+ var n
n = function() {
return this
- }();
+ }()
try {
- n = n || new Function("return this")()
+ n = n || new Function('return this')()
} catch (r) {
- "object" === typeof window && (n = window)
+ 'object' === typeof window && (n = window)
}
e.exports = n
},
c8c6: function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ 'use strict'
+ n.d(t, 'a', (function() {
return i
- }));
- var r = n("2c80"),
- a = n.n(r);
+ }))
+ var r = n('2c80'),
+ a = n.n(r)
function i(e, t, n, r) {
return a()(e, t, n, r)
@@ -66693,176 +67334,177 @@
},
c8f3: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("sq", {
- months: "Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),
- monthsShort: "Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),
- weekdays: "E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),
- weekdaysShort: "Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),
- weekdaysMin: "D_H_Ma_Më_E_P_Sh".split("_"),
+ var t = e.defineLocale('sq', {
+ months: 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split('_'),
+ monthsShort: 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'),
+ weekdays: 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split('_'),
+ weekdaysShort: 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'),
+ weekdaysMin: 'D_H_Ma_Më_E_P_Sh'.split('_'),
weekdaysParseExact: !0,
meridiemParse: /PD|MD/,
isPM: function(e) {
- return "M" === e.charAt(0)
+ return 'M' === e.charAt(0)
},
meridiem: function(e, t, n) {
- return e < 12 ? "PD" : "MD"
+ return e < 12 ? 'PD' : 'MD'
},
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Sot në] LT",
- nextDay: "[Nesër në] LT",
- nextWeek: "dddd [në] LT",
- lastDay: "[Dje në] LT",
- lastWeek: "dddd [e kaluar në] LT",
- sameElse: "L"
+ sameDay: '[Sot në] LT',
+ nextDay: '[Nesër në] LT',
+ nextWeek: 'dddd [në] LT',
+ lastDay: '[Dje në] LT',
+ lastWeek: 'dddd [e kaluar në] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "në %s",
- past: "%s më parë",
- s: "disa sekonda",
- ss: "%d sekonda",
- m: "një minutë",
- mm: "%d minuta",
- h: "një orë",
- hh: "%d orë",
- d: "një ditë",
- dd: "%d ditë",
- M: "një muaj",
- MM: "%d muaj",
- y: "një vit",
- yy: "%d vite"
+ future: 'në %s',
+ past: '%s më parë',
+ s: 'disa sekonda',
+ ss: '%d sekonda',
+ m: 'një minutë',
+ mm: '%d minuta',
+ h: 'një orë',
+ hh: '%d orë',
+ d: 'një ditë',
+ dd: '%d ditë',
+ M: 'një muaj',
+ MM: '%d muaj',
+ y: 'një vit',
+ yy: '%d vite'
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
c8fe: function(e, t, n) {
- var r = n("f8af");
+ var r = n('f8af')
function a(e, t) {
- var n = t ? r(e.buffer) : e.buffer;
+ var n = t ? r(e.buffer) : e.buffer
return new e.constructor(n, e.byteOffset, e.length)
}
+
e.exports = a
},
c954: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
+ n = e._self._c || t
+ return n('a-card', {
attrs: {
bordered: !1
}
- }, [n("div", {
- staticClass: "table-page-search-wrapper"
- }, [n("a-form", {
+ }, [n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }, [n('a-form', {
attrs: {
- layout: "inline"
+ layout: 'inline'
}
- }, [n("a-row", {
+ }, [n('a-row', {
attrs: {
gutter: 24
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "表名"
+ label: '表名'
}
- }, [n("a-input", {
+ }, [n('a-input', {
attrs: {
- placeholder: "请输入表名"
+ placeholder: '请输入表名'
},
model: {
value: e.queryParam.tableName,
callback: function(t) {
- e.$set(e.queryParam, "tableName", t)
+ e.$set(e.queryParam, 'tableName', t)
},
- expression: "queryParam.tableName"
+ expression: 'queryParam.tableName'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("span", {
- staticClass: "table-page-search-submitButtons",
+ }, [n('span', {
+ staticClass: 'table-page-search-submitButtons',
staticStyle: {
- float: "left",
- overflow: "hidden"
+ float: 'left',
+ overflow: 'hidden'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "search"
+ type: 'primary',
+ icon: 'search'
},
on: {
click: e.searchQuery
}
- }, [e._v("查询")]), n("a-button", {
+ }, [e._v('查询')]), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
attrs: {
- type: "primary",
- icon: "reload"
+ type: 'primary',
+ icon: 'reload'
},
on: {
click: e.searchReset
}
- }, [e._v("重置")])], 1)])], 1)], 1)], 1), n("div", {
- staticClass: "table-operator"
- }), n("div", [n("div", {
- staticClass: "ant-alert ant-alert-info",
+ }, [e._v('重置')])], 1)])], 1)], 1)], 1), n('div', {
+ staticClass: 'table-operator'
+ }), n('div', [n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v("\n 已选择\n "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v('\n 已选择\n '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v(e._s(e.selectedRowKeys.length))]), e._v("\n 项\n "), n("a", {
+ }, [e._v(e._s(e.selectedRowKeys.length))]), e._v('\n 项\n '), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")])]), n("a-table", {
- ref: "table",
+ }, [e._v('清空')])]), n('a-table', {
+ ref: 'table',
attrs: {
- size: "middle",
- bordered: "",
- rowKey: "id",
+ size: 'middle',
+ bordered: '',
+ rowKey: 'id',
columns: e.columns,
dataSource: e.dataSource,
pagination: e.ipagination,
@@ -66876,84 +67518,84 @@
change: e.handleTableChange
},
scopedSlots: e._u([{
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return [n("a", {
+ return [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- }), n("a-dropdown", [n("a", {
- staticClass: "ant-dropdown-link"
- }, [e._v("更多\n "), n("a-icon", {
+ }), n('a-dropdown', [n('a', {
+ staticClass: 'ant-dropdown-link'
+ }, [e._v('更多\n '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1), n("a-menu", {
+ })], 1), n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [n("a-menu-item", [n("a", {
+ slot: 'overlay'
+ }, [n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.goPageOnline(r)
}
}
- }, [e._v("功能测试")])]), n("a-menu-item", [n("a", {
+ }, [e._v('功能测试')])]), n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.handleOnlineUrlShow(r)
}
}
- }, [e._v("配置地址")])]), n("a-menu-item", [n("a", {
+ }, [e._v('配置地址')])]), n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.goAuthConfig(r.id)
}
}
- }, [e._v("权限控制")])]), n("a-menu-item", [n("a", {
+ }, [e._v('权限控制')])]), n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.doAuthConfig(r.id)
}
}
- }, [e._v("角色授权")])]), n("a-menu-item", [n("a", {
+ }, [e._v('角色授权')])]), n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.handleRemoveRecord(r.id)
}
}
- }, [e._v("移除")])])], 1)], 1)]
+ }, [e._v('移除')])])], 1)], 1)]
}
}, {
- key: "dbsync",
+ key: 'dbsync',
fn: function(t) {
- return ["Y" === t ? n("span", {
+ return ['Y' === t ? n('span', {
staticStyle: {
- color: "limegreen"
+ color: 'limegreen'
}
- }, [e._v("已同步")]) : e._e(), "N" === t ? n("span", {
+ }, [e._v('已同步')]) : e._e(), 'N' === t ? n('span', {
staticStyle: {
- color: "red"
+ color: 'red'
}
- }, [e._v("未同步")]) : e._e()]
+ }, [e._v('未同步')]) : e._e()]
}
}])
- })], 1), n("onl-cgform-head-modal", {
- ref: "modalForm",
+ })], 1), n('onl-cgform-head-modal', {
+ ref: 'modalForm',
attrs: {
- "action-button": !1
+ 'action-button': !1
},
on: {
ok: e.modalFormOk
}
- }), n("a-modal", {
+ }), n('a-modal', {
attrs: {
title: e.onlineUrlTitle,
visible: e.onlineUrlVisible
@@ -66961,121 +67603,121 @@
on: {
cancel: e.handleOnlineUrlClose
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
on: {
click: e.handleOnlineUrlClose
}
- }, [e._v("关闭")]), n("a-button", {
- staticClass: "copy-this-text",
+ }, [e._v('关闭')]), n('a-button', {
+ staticClass: 'copy-this-text',
attrs: {
- type: "primary",
- "data-clipboard-text": e.onlineUrl
+ type: 'primary',
+ 'data-clipboard-text': e.onlineUrl
},
on: {
click: e.onCopyUrl
}
- }, [e._v("复制")])], 1), n("p", [e._v(e._s(e.onlineUrl))])], 2), n("enhance-js", {
- ref: "ehjs"
- }), n("enhance-sql", {
- ref: "ehsql"
- }), n("enhance-java", {
- ref: "ehjava"
- }), n("trans-db2-online", {
- ref: "transd2o",
+ }, [e._v('复制')])], 1), n('p', [e._v(e._s(e.onlineUrl))])], 2), n('enhance-js', {
+ ref: 'ehjs'
+ }), n('enhance-sql', {
+ ref: 'ehsql'
+ }), n('enhance-java', {
+ ref: 'ehjava'
+ }), n('trans-db2-online', {
+ ref: 'transd2o',
on: {
ok: e.transOk
}
- }), n("onl-cgform-button-list", {
- ref: "btnList"
- }), n("auth-manager", {
- ref: "authManager"
- }), n("auth-setter", {
- ref: "authSetter"
+ }), n('onl-cgform-button-list', {
+ ref: 'btnList'
+ }), n('auth-manager', {
+ ref: 'authManager'
+ }), n('auth-setter', {
+ ref: 'authSetter'
})], 1)
},
a = [],
- i = n("5f63"),
- o = n("0fea"),
- s = n("b65a"),
- c = n("b311"),
+ i = n('5f63'),
+ o = n('0fea'),
+ s = n('b65a'),
+ c = n('b311'),
l = n.n(c),
- u = n("ca00"),
- d = n("36f0"),
- h = n("48ee"),
- f = n("1e3b"),
- m = n("26bb"),
- p = n("48b7"),
- _ = n("ecd7"),
- v = n("5ba2"),
+ u = n('ca00'),
+ d = n('36f0'),
+ h = n('48ee'),
+ f = n('1e3b'),
+ m = n('26bb'),
+ p = n('48b7'),
+ _ = n('ecd7'),
+ v = n('5ba2'),
b = {
- name: "OnlCgformHeadList",
- mixins: [s["a"]],
+ name: 'OnlCgformHeadList',
+ mixins: [s['a']],
components: {
- OnlCgformHeadModal: i["default"],
- EnhanceJs: d["default"],
- EnhanceSql: h["default"],
- EnhanceJava: f["default"],
- TransDb2Online: m["default"],
- OnlCgformButtonList: p["default"],
- AuthManager: _["default"],
- AuthSetter: v["default"]
+ OnlCgformHeadModal: i['default'],
+ EnhanceJs: d['default'],
+ EnhanceSql: h['default'],
+ EnhanceJava: f['default'],
+ TransDb2Online: m['default'],
+ OnlCgformButtonList: p['default'],
+ AuthManager: _['default'],
+ AuthSetter: v['default']
},
data: function() {
return {
- description: "Online表单视图",
+ description: 'Online表单视图',
columns: [{
- title: "#",
- dataIndex: "",
- key: "rowIndex",
+ title: '#',
+ dataIndex: '',
+ key: 'rowIndex',
width: 60,
- align: "center",
+ align: 'center',
customRender: function(e, t, n) {
return parseInt(n) + 1
}
}, {
- title: "视图表名",
- align: "center",
- dataIndex: "tableName"
+ title: '视图表名',
+ align: 'center',
+ dataIndex: 'tableName'
}, {
- title: "视图表描述",
- align: "center",
- dataIndex: "tableTxt"
+ title: '视图表描述',
+ align: 'center',
+ dataIndex: 'tableTxt'
}, {
- title: "原表版本",
- align: "center",
- dataIndex: "copyVersion"
+ title: '原表版本',
+ align: 'center',
+ dataIndex: 'copyVersion'
}, {
- title: "视图版本",
- align: "center",
- dataIndex: "tableVersion"
+ title: '视图版本',
+ align: 'center',
+ dataIndex: 'tableVersion'
}, {
- title: "操作",
- dataIndex: "action",
- align: "center",
+ title: '操作',
+ dataIndex: 'action',
+ align: 'center',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
}
}],
url: {
- list: "/online/cgform/head/list",
- delete: "/online/cgform/head/delete",
- deleteBatch: "/online/cgform/head/deleteBatch",
- removeRecord: "/online/cgform/head/removeRecord"
+ list: '/online/cgform/head/list',
+ delete: '/online/cgform/head/delete',
+ deleteBatch: '/online/cgform/head/deleteBatch',
+ removeRecord: '/online/cgform/head/removeRecord'
},
tableTypeDictOptions: [],
sexDictOptions: [],
syncModalVisible: !1,
- syncFormId: "",
- synMethod: "normal",
+ syncFormId: '',
+ synMethod: 'normal',
syncLoading: !1,
- onlineUrlTitle: "",
+ onlineUrlTitle: '',
onlineUrlVisible: !1,
- onlineUrl: "",
+ onlineUrl: '',
selectedRowKeys: [],
selectedRows: [],
- physicId: ""
+ physicId: ''
}
},
watch: {
@@ -67085,67 +67727,68 @@
},
methods: {
getQueryParams: function() {
- var e = Object.assign({}, this.queryParam, this.isorter, this.filters);
+ var e = Object.assign({}, this.queryParam, this.isorter, this.filters)
return e.field = this.getQueryField(), e.pageNo = this.ipagination.current, e.pageSize = this.ipagination.pageSize,
- e.copyType = 1, e.physicId = this.physicId, this.superQueryParams && (e["superQueryParams"] = encodeURI(
- this.superQueryParams), e["superQueryMatchType"] = this.superQueryMatchType), Object(u["a"])(e)
+ e.copyType = 1, e.physicId = this.physicId, this.superQueryParams && (e['superQueryParams'] = encodeURI(
+ this.superQueryParams), e['superQueryMatchType'] = this.superQueryMatchType), Object(u['a'])(e)
},
loadData: function(e) {
- var t = this;
- if (!this.$route.params.code) return !1;
+ var t = this
+ if (!this.$route.params.code) return !1
if (this.physicId = this.$route.params.code, this.url.list) {
- 1 === e && (this.ipagination.current = 1);
- var n = this.getQueryParams();
- this.loading = !0, Object(o["c"])(this.url.list, n).then((function(e) {
+ 1 === e && (this.ipagination.current = 1)
+ var n = this.getQueryParams()
+ this.loading = !0, Object(o['c'])(this.url.list, n).then((function(e) {
e.success && (t.dataSource = e.result.records, t.ipagination.total = e.result.total), 510 === e.code &&
t.$message.warning(e.message), t.loading = !1
}))
- } else this.$message.error("请设置url.list属性!")
+ } else this.$message.error('请设置url.list属性!')
},
goPageOnline: function(e) {
- "Y" == e.isTree ? this.$router.push({
- path: "/online/cgformTreeList/" + e.id
+ 'Y' == e.isTree ? this.$router.push({
+ path: '/online/cgformTreeList/' + e.id
}) : this.$router.push({
- path: "/online/cgformList/" + e.id
+ path: '/online/cgformList/' + e.id
})
},
handleOnlineUrlClose: function() {
- this.onlineUrlTitle = "", this.onlineUrlVisible = !1
+ this.onlineUrlTitle = '', this.onlineUrlVisible = !1
},
handleOnlineUrlShow: function(e) {
- "Y" == e.isTree ? this.onlineUrl = "/online/cgformTreeList/".concat(e.id) : this.onlineUrl =
- "/online/cgformList/".concat(e.id), this.onlineUrlVisible = !0, this.onlineUrlTitle = "菜单链接[" + e.tableTxt +
- "]"
+ 'Y' == e.isTree ? this.onlineUrl = '/online/cgformTreeList/'.concat(e.id) : this.onlineUrl =
+ '/online/cgformList/'.concat(e.id), this.onlineUrlVisible = !0, this.onlineUrlTitle = '菜单链接[' + e.tableTxt +
+ ']'
},
handleRemoveRecord: function(e) {
- var t = this;
+ var t = this
this.$confirm({
- title: "确认要移除此记录?",
+ title: '确认要移除此记录?',
onOk: function() {
- Object(o["a"])(t.url.removeRecord, {
+ Object(o['a'])(t.url.removeRecord, {
id: e
}).then((function(e) {
- e.success ? (t.$message.success("移除成功"), t.loadData()) : t.$message.warning(e.message)
+ e.success ? (t.$message.success('移除成功'), t.loadData()) : t.$message.warning(e.message)
}))
},
- onCancel: function() {}
+ onCancel: function() {
+ }
})
},
doEnhanceJs: function() {
this.selectedRowKeys && 1 == this.selectedRowKeys.length ? this.$refs.ehjs.show(this.selectedRowKeys[0]) :
- this.$message.warning("请先选中一条记录")
+ this.$message.warning('请先选中一条记录')
},
doEnhanceSql: function() {
this.selectedRowKeys && 1 == this.selectedRowKeys.length ? this.$refs.ehsql.show(this.selectedRowKeys[0]) :
- this.$message.warning("请先选中一条记录")
+ this.$message.warning('请先选中一条记录')
},
doEnhanceJava: function() {
this.selectedRowKeys && 1 == this.selectedRowKeys.length ? this.$refs.ehjava.show(this.selectedRowKeys[0]) :
- this.$message.warning("请先选中一条记录")
+ this.$message.warning('请先选中一条记录')
},
doCgformButton: function() {
this.selectedRowKeys && 1 == this.selectedRowKeys.length ? this.$refs.btnList.show(this.selectedRowKeys[0]) :
- this.$message.warning("请先选中一条记录")
+ this.$message.warning('请先选中一条记录')
},
importOnlineForm: function() {
this.$refs.transd2o.show()
@@ -67158,18 +67801,19 @@
},
onCopyUrl: function() {
var e = this,
- t = new l.a(".copy-this-text");
- t.on("success", (function() {
- t.destroy(), e.$message.success("复制成功"), e.handleOnlineUrlClose()
- })), t.on("error", (function() {
- e.$message.error("该浏览器不支持自动复制"), t.destroy()
+ t = new l.a('.copy-this-text')
+ t.on('success', (function() {
+ t.destroy(), e.$message.success('复制成功'), e.handleOnlineUrlClose()
+ })), t.on('error', (function() {
+ e.$message.error('该浏览器不支持自动复制'), t.destroy()
}))
},
- showMyCopyInfo: function(e) {},
+ showMyCopyInfo: function(e) {
+ },
copyConfig: function(e) {
- var t = this;
- Object(o["f"])("".concat(this.url.copyOnline, "?code=").concat(e)).then((function(e) {
- e.success ? (t.$message.success("复制成功"), t.loadData()) : t.$message.error("复制失败>>" + e.message)
+ var t = this
+ Object(o['f'])(''.concat(this.url.copyOnline, '?code=').concat(e)).then((function(e) {
+ e.success ? (t.$message.success('复制成功'), t.loadData()) : t.$message.error('复制失败>>' + e.message)
}))
},
goAuthConfig: function(e) {
@@ -67181,31 +67825,31 @@
}
},
y = b,
- g = (n("3fd7"), n("9ab5"), n("2877")),
- M = Object(g["a"])(y, r, a, !1, null, "608605e2", null);
- t["default"] = M.exports
+ g = (n('3fd7'), n('9ab5'), n('2877')),
+ M = Object(g['a'])(y, r, a, !1, null, '608605e2', null)
+ t['default'] = M.exports
},
c99d: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-editable-table", {
- ref: "editableTable",
+ n = e._self._c || t
+ return n('j-editable-table', {
+ ref: 'editableTable',
attrs: {
loading: e.loading,
columns: e.columns,
dataSource: e.dataSource,
dragSort: !0,
- dragSortKey: "orderNum",
+ dragSortKey: 'orderNum',
rowNumber: !0,
rowSelection: !0,
actionButton: e.actionButton,
maxHeight: 300,
disabledRows: {
- dbFieldName: "id"
+ dbFieldName: 'id'
}
},
on: {
@@ -67218,12 +67862,12 @@
})
},
a = [],
- i = n("e2e0");
+ i = n('e2e0')
function o(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -67233,7 +67877,7 @@
function s(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? o(Object(n), !0).forEach((function(t) {
c(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : o(
@@ -67259,16 +67903,16 @@
function u() {
throw new TypeError(
- "Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function d(e, t) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) {
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) {
var n = [],
r = !0,
a = !1,
- i = void 0;
+ i = void 0
try {
for (var o, s = e[Symbol.iterator](); !(r = (o = s.next()).done); r = !0)
if (n.push(o.value), t && n.length === t) break
@@ -67276,7 +67920,7 @@
a = !0, i = c
} finally {
try {
- r || null == s["return"] || s["return"]()
+ r || null == s['return'] || s['return']()
} finally {
if (a) throw i
}
@@ -67290,12 +67934,13 @@
}
function f(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = m(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = m(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -67313,17 +67958,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -67341,47 +67986,48 @@
function m(e, t) {
if (e) {
- if ("string" === typeof e) return p(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? p(e, t) : void 0
+ if ('string' === typeof e) return p(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? p(e, t) : void 0
}
}
function p(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
- var _ = ["ADD", "ALL", "ALTER", "ANALYZE", "AND", "AS", "ASC", "ASENSITIVE", "BEFORE", "BETWEEN", "BIGINT",
- "BINARY", "BLOB", "BOTH", "BY", "CALL", "CASCADE", "CASE", "CHANGE", "CHAR", "CHARACTER", "CHECK", "COLLATE",
- "COLUMN", "CONDITION", "CONNECTION", "CONSTRAINT", "CONTINUE", "CONVERT", "CREATE", "CROSS", "CURRENT_DATE",
- "CURRENT_TIME", "CURRENT_TIMESTAMP", "CURRENT_USER", "CURSOR", "DATABASE", "DATABASES", "DAY_HOUR",
- "DAY_MICROSECOND", "DAY_MINUTE", "DAY_SECOND", "DEC", "DECIMAL", "DECLARE", "DEFAULT", "DELAYED", "DELETE",
- "DESC", "DESCRIBE", "DETERMINISTIC", "DISTINCT", "DISTINCTROW", "DIV", "DOUBLE", "DROP", "DUAL", "EACH",
- "ELSE", "ELSEIF", "ENCLOSED", "ESCAPED", "EXISTS", "EXIT", "EXPLAIN", "FALSE", "FETCH", "FLOAT", "FLOAT4",
- "FLOAT8", "FOR", "FORCE", "FOREIGN", "FROM", "FULLTEXT", "GOTO", "GRANT", "GROUP", "HAVING", "HIGH_PRIORITY",
- "HOUR_MICROSECOND", "HOUR_MINUTE", "HOUR_SECOND", "IF", "IGNORE", "IN", "INDEX", "INFILE", "INNER", "INOUT",
- "INSENSITIVE", "INSERT", "INT", "INT1", "INT2", "INT3", "INT4", "INT8", "INTEGER", "INTERVAL", "INTO", "IS",
- "ITERATE", "JOIN", "KEY", "KEYS", "KILL", "LABEL", "LEADING", "LEAVE", "LEFT", "LIKE", "LIMIT", "LINEAR",
- "LINES", "LOAD", "LOCALTIME", "LOCALTIMESTAMP", "LOCK", "LONG", "LONGBLOB", "LONGTEXT", "LOOP",
- "LOW_PRIORITY", "MATCH", "MEDIUMBLOB", "MEDIUMINT", "MEDIUMTEXT", "MIDDLEINT", "MINUTE_MICROSECOND",
- "MINUTE_SECOND", "MOD", "MODIFIES", "NATURAL", "NOT", "NO_WRITE_TO_BINLOG", "NULL", "NUMERIC", "ON",
- "OPTIMIZE", "OPTION", "OPTIONALLY", "OR", "ORDER", "OUT", "OUTER", "OUTFILE", "PRECISION", "PRIMARY",
- "PROCEDURE", "PURGE", "RAID0", "RANGE", "READ", "READS", "REAL", "REFERENCES", "REGEXP", "RELEASE", "RENAME",
- "REPEAT", "REPLACE", "REQUIRE", "RESTRICT", "RETURN", "REVOKE", "RIGHT", "RLIKE", "SCHEMA", "SCHEMAS",
- "SECOND_MICROSECOND", "SELECT", "SENSITIVE", "SEPARATOR", "SET", "SHOW", "SMALLINT", "SPATIAL", "SPECIFIC",
- "SQL", "SQLEXCEPTION", "SQLSTATE", "SQLWARNING", "SQL_BIG_RESULT", "SQL_CALC_FOUND_ROWS", "SQL_SMALL_RESULT",
- "SSL", "STARTING", "STRAIGHT_JOIN", "TABLE", "TERMINATED", "THEN", "TINYBLOB", "TINYINT", "TINYTEXT", "TO",
- "TRAILING", "TRIGGER", "TRUE", "UNDO", "UNION", "UNIQUE", "UNLOCK", "UNSIGNED", "UPDATE", "USAGE", "USE",
- "USING", "UTC_DATE", "UTC_TIME", "UTC_TIMESTAMP", "VALUES", "VARBINARY", "VARCHAR", "VARCHARACTER", "VARYING",
- "WHEN", "WHERE", "WHILE", "WITH", "WRITE", "X509", "XOR", "YEAR_MONTH", "ZEROFILL"
+
+ var _ = ['ADD', 'ALL', 'ALTER', 'ANALYZE', 'AND', 'AS', 'ASC', 'ASENSITIVE', 'BEFORE', 'BETWEEN', 'BIGINT',
+ 'BINARY', 'BLOB', 'BOTH', 'BY', 'CALL', 'CASCADE', 'CASE', 'CHANGE', 'CHAR', 'CHARACTER', 'CHECK', 'COLLATE',
+ 'COLUMN', 'CONDITION', 'CONNECTION', 'CONSTRAINT', 'CONTINUE', 'CONVERT', 'CREATE', 'CROSS', 'CURRENT_DATE',
+ 'CURRENT_TIME', 'CURRENT_TIMESTAMP', 'CURRENT_USER', 'CURSOR', 'DATABASE', 'DATABASES', 'DAY_HOUR',
+ 'DAY_MICROSECOND', 'DAY_MINUTE', 'DAY_SECOND', 'DEC', 'DECIMAL', 'DECLARE', 'DEFAULT', 'DELAYED', 'DELETE',
+ 'DESC', 'DESCRIBE', 'DETERMINISTIC', 'DISTINCT', 'DISTINCTROW', 'DIV', 'DOUBLE', 'DROP', 'DUAL', 'EACH',
+ 'ELSE', 'ELSEIF', 'ENCLOSED', 'ESCAPED', 'EXISTS', 'EXIT', 'EXPLAIN', 'FALSE', 'FETCH', 'FLOAT', 'FLOAT4',
+ 'FLOAT8', 'FOR', 'FORCE', 'FOREIGN', 'FROM', 'FULLTEXT', 'GOTO', 'GRANT', 'GROUP', 'HAVING', 'HIGH_PRIORITY',
+ 'HOUR_MICROSECOND', 'HOUR_MINUTE', 'HOUR_SECOND', 'IF', 'IGNORE', 'IN', 'INDEX', 'INFILE', 'INNER', 'INOUT',
+ 'INSENSITIVE', 'INSERT', 'INT', 'INT1', 'INT2', 'INT3', 'INT4', 'INT8', 'INTEGER', 'INTERVAL', 'INTO', 'IS',
+ 'ITERATE', 'JOIN', 'KEY', 'KEYS', 'KILL', 'LABEL', 'LEADING', 'LEAVE', 'LEFT', 'LIKE', 'LIMIT', 'LINEAR',
+ 'LINES', 'LOAD', 'LOCALTIME', 'LOCALTIMESTAMP', 'LOCK', 'LONG', 'LONGBLOB', 'LONGTEXT', 'LOOP',
+ 'LOW_PRIORITY', 'MATCH', 'MEDIUMBLOB', 'MEDIUMINT', 'MEDIUMTEXT', 'MIDDLEINT', 'MINUTE_MICROSECOND',
+ 'MINUTE_SECOND', 'MOD', 'MODIFIES', 'NATURAL', 'NOT', 'NO_WRITE_TO_BINLOG', 'NULL', 'NUMERIC', 'ON',
+ 'OPTIMIZE', 'OPTION', 'OPTIONALLY', 'OR', 'ORDER', 'OUT', 'OUTER', 'OUTFILE', 'PRECISION', 'PRIMARY',
+ 'PROCEDURE', 'PURGE', 'RAID0', 'RANGE', 'READ', 'READS', 'REAL', 'REFERENCES', 'REGEXP', 'RELEASE', 'RENAME',
+ 'REPEAT', 'REPLACE', 'REQUIRE', 'RESTRICT', 'RETURN', 'REVOKE', 'RIGHT', 'RLIKE', 'SCHEMA', 'SCHEMAS',
+ 'SECOND_MICROSECOND', 'SELECT', 'SENSITIVE', 'SEPARATOR', 'SET', 'SHOW', 'SMALLINT', 'SPATIAL', 'SPECIFIC',
+ 'SQL', 'SQLEXCEPTION', 'SQLSTATE', 'SQLWARNING', 'SQL_BIG_RESULT', 'SQL_CALC_FOUND_ROWS', 'SQL_SMALL_RESULT',
+ 'SSL', 'STARTING', 'STRAIGHT_JOIN', 'TABLE', 'TERMINATED', 'THEN', 'TINYBLOB', 'TINYINT', 'TINYTEXT', 'TO',
+ 'TRAILING', 'TRIGGER', 'TRUE', 'UNDO', 'UNION', 'UNIQUE', 'UNLOCK', 'UNSIGNED', 'UPDATE', 'USAGE', 'USE',
+ 'USING', 'UTC_DATE', 'UTC_TIME', 'UTC_TIMESTAMP', 'VALUES', 'VARBINARY', 'VARCHAR', 'VARCHARACTER', 'VARYING',
+ 'WHEN', 'WHERE', 'WHILE', 'WITH', 'WRITE', 'X509', 'XOR', 'YEAR_MONTH', 'ZEROFILL'
],
- v = "_pk",
+ v = '_pk',
b = {
- name: "DBAttributeTable",
+ name: 'DBAttributeTable',
components: {},
- inject: ["getAllTable"],
+ inject: ['getAllTable'],
props: {
actionButton: {
type: Boolean,
@@ -67390,7 +68036,7 @@
}
},
data: function() {
- var e = this;
+ var e = this
return {
primaryKey: v,
deleteIds: [],
@@ -67398,29 +68044,29 @@
selectedRowKeys: [],
dataSource: [],
columns: [{
- title: "字段名称",
- key: "dbFieldName",
- width: "160px",
- type: i["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}",
+ title: '字段名称',
+ key: 'dbFieldName',
+ width: '160px',
+ type: i['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}, {
pattern: /^[a-zA-Z]{1}(?!_)[a-zA-Z0-9_\\$]+$/,
- message: "命名规则:只能由字母、数字、下划线、$符号组成;必须以字母开头;不能以单个字母加下滑线开头"
+ message: '命名规则:只能由字母、数字、下划线、$符号组成;必须以字母开头;不能以单个字母加下滑线开头'
}, {
handler: function(e, t, n, r, a, i) {
var o, s = 0,
- c = f(i.inputValues);
+ c = f(i.inputValues)
try {
for (c.s(); !(o = c.n()).done;) {
var l = o.value,
- u = l["dbFieldName"];
+ u = l['dbFieldName']
if (i.getCleanId(l.id) === n.id && _.includes(u.toUpperCase())) return void a(!1, t +
- "是关键字,不能作为字段名称使用!");
- if (u === t && ++s >= 2) return void a(!1, t + "已存在,不能重复!")
+ '是关键字,不能作为字段名称使用!')
+ if (u === t && ++s >= 2) return void a(!1, t + '已存在,不能重复!')
}
} catch (d) {
c.e(d)
@@ -67429,138 +68075,138 @@
}
a(!0)
},
- message: "不能有重复的值"
+ message: '不能有重复的值'
}],
props: {
disabled: !this.actionButton
}
}, {
- title: "字段备注",
- key: "dbFieldTxt",
- width: "140px",
- type: i["a"].input,
- defaultValue: "",
- placeholder: "请输入${title}",
+ title: '字段备注',
+ key: 'dbFieldTxt',
+ width: '140px',
+ type: i['a'].input,
+ defaultValue: '',
+ placeholder: '请输入${title}',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}]
}, {
- title: "字段长度",
- key: "dbLength",
- width: "100px",
- type: i["a"].inputNumber,
+ title: '字段长度',
+ key: 'dbLength',
+ width: '100px',
+ type: i['a'].inputNumber,
defaultValue: 32,
- placeholder: "请输入${title}",
+ placeholder: '请输入${title}',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}],
props: {
disabled: !this.actionButton
}
}, {
- title: "小数点",
- key: "dbPointLength",
- width: "100px",
- type: i["a"].inputNumber,
+ title: '小数点',
+ key: 'dbPointLength',
+ width: '100px',
+ type: i['a'].inputNumber,
defaultValue: 0,
- placeholder: "请输入${title}",
+ placeholder: '请输入${title}',
validateRules: [{
required: !0,
- message: "${title}不能为空"
+ message: '${title}不能为空'
}],
props: {
disabled: !this.actionButton
}
}, {
- title: "默认值",
- key: "dbDefaultVal",
- width: "130px",
- type: i["a"].input,
- defaultValue: "",
+ title: '默认值',
+ key: 'dbDefaultVal',
+ width: '130px',
+ type: i['a'].input,
+ defaultValue: '',
props: {
disabled: !this.actionButton
}
}, {
- title: "字段类型",
- key: "dbType",
- width: "140px",
- type: i["a"].select,
+ title: '字段类型',
+ key: 'dbType',
+ width: '140px',
+ type: i['a'].select,
options: [{
- title: "String",
- value: "string"
+ title: 'String',
+ value: 'string'
}, {
- title: "Integer",
- value: "int"
+ title: 'Integer',
+ value: 'int'
}, {
- title: "Double",
- value: "double"
+ title: 'Double',
+ value: 'double'
}, {
- title: "Date",
- value: "Date"
+ title: 'Date',
+ value: 'Date'
}, {
- title: "BigDecimal",
- value: "BigDecimal"
+ title: 'BigDecimal',
+ value: 'BigDecimal'
}, {
- title: "Text",
- value: "Text"
+ title: 'Text',
+ value: 'Text'
}, {
- title: "Blob",
- value: "Blob"
+ title: 'Blob',
+ value: 'Blob'
}],
- defaultValue: "string",
- placeholder: "请选择${title}",
+ defaultValue: 'string',
+ placeholder: '请选择${title}',
props: {
disabled: !this.actionButton
},
validateRules: [{
required: !0,
- message: "请选择${title}"
+ message: '请选择${title}'
}, {
handler: function(t, n, r, a, i, o) {
- "getValues" !== t ? e.getAllTable().then((function(e) {
+ 'getValues' !== t ? e.getAllTable().then((function(e) {
var t = l(e, 2),
n = (t[0], t[1]),
a = n.$refs.editableTable.getValuesSync({
validate: !1,
rowIds: [r.id]
- }).values[0].fieldShowType;
- "date" !== a && "datetime" !== a || n.$refs.editableTable.getValuesSync({
+ }).values[0].fieldShowType
+ 'date' !== a && 'datetime' !== a || n.$refs.editableTable.getValuesSync({
validate: !0,
rowIds: [r.id]
}), i()
})).catch((function(e) {
- i(!1, "校验出错")
+ i(!1, '校验出错')
})) : i()
},
- message: "${title}校验失败"
+ message: '${title}校验失败'
}]
}, {
- title: "主键",
- key: "dbIsKey",
- width: "80px",
- type: i["a"].checkbox,
- customValue: ["1", "0"],
+ title: '主键',
+ key: 'dbIsKey',
+ width: '80px',
+ type: i['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !1,
props: {
disabled: !this.actionButton
}
}, {
- title: "允许空值",
- key: "dbIsNull",
- width: "80px",
- type: i["a"].checkbox,
- customValue: ["1", "0"],
+ title: '允许空值',
+ key: 'dbIsNull',
+ width: '80px',
+ type: i['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !0,
props: {
disabled: !this.actionButton
}
}, {
- title: "排序",
- key: "orderNum",
+ title: '排序',
+ key: 'orderNum',
isOrder: !0,
- type: i["a"].hidden,
+ type: i['a'].hidden,
defaultValue: 0
}],
addBatching: !1
@@ -67577,20 +68223,20 @@
this.dataSource = [], this.deleteIds = [], this.selectedRowKeys = [], this.$refs.editableTable.initialize()
},
handleAdded: function() {
- this.$emit("added", this)
+ this.$emit('added', this)
},
handleDeleted: function() {
- this.$emit("deleted", this)
+ this.$emit('deleted', this)
},
handleDragged: function(e) {
- this.$emit("dragged", {
+ this.$emit('dragged', {
oldIndex: e.oldIndex,
newIndex: e.newIndex,
target: this
})
},
handleInserted: function(e) {
- this.$emit("inserted", s(s({}, e), {}, {
+ this.$emit('inserted', s(s({}, e), {}, {
target: this
}))
},
@@ -67599,30 +68245,30 @@
n = e.row,
r = e.column,
a = e.value,
- o = e.target;
- t === i["a"].select && "dbType" === r.key && ("Date" === a && this.$emit("syncDbType", {
+ o = e.target
+ t === i['a'].select && 'dbType' === r.key && ('Date' === a && this.$emit('syncDbType', {
row: n,
value: a,
target: this
- }), "Blob" === a || "Text" === a || "Date" === a ? o.setValues([{
+ }), 'Blob' === a || 'Text' === a || 'Date' === a ? o.setValues([{
rowKey: n.id,
values: {
- dbLength: "0"
+ dbLength: '0'
}
- }]) : "int" === a || "double" === a || "BigDecimal" === a ? o.setValues([{
+ }]) : 'int' === a || 'double' === a || 'BigDecimal' === a ? o.setValues([{
rowKey: n.id,
values: {
- dbLength: "10"
+ dbLength: '10'
}
- }]) : "0" === n["dbLength"] && o.setValues([{
+ }]) : '0' === n['dbLength'] && o.setValues([{
rowKey: n.id,
values: {
- dbLength: "32"
+ dbLength: '32'
}
}]))
},
tableAddLine: function(e) {
- this.$refs.editableTable.push(e), this.addBatching || this.$emit("added", this)
+ this.$refs.editableTable.push(e), this.addBatching || this.$emit('added', this)
},
tableDeleteLines: function(e) {
this.$refs.editableTable.removeRows(e)
@@ -67631,37 +68277,37 @@
this.addBatching = !0, this.loading = !0
},
addBatchEnd: function() {
- this.addBatching = !1, this.loading = !1, this.$emit("added", this)
+ this.addBatching = !1, this.loading = !1, this.$emit('added', this)
}
}
},
y = b,
- g = n("2877"),
- M = Object(g["a"])(y, r, a, !1, null, "063856ca", null);
- t["default"] = M.exports
+ g = n('2877'),
+ M = Object(g['a'])(y, r, a, !1, null, '063856ca', null)
+ t['default'] = M.exports
},
ca00: function(e, t, n) {
- "use strict";
- n.d(t, "i", (function() {
+ 'use strict'
+ n.d(t, 'i', (function() {
return u
- })), n.d(t, "a", (function() {
+ })), n.d(t, 'a', (function() {
return d
- })), n.d(t, "b", (function() {
+ })), n.d(t, 'b', (function() {
return h
- })), n.d(t, "d", (function() {
+ })), n.d(t, 'd', (function() {
return p
- })), n.d(t, "h", (function() {
+ })), n.d(t, 'h', (function() {
return _
- })), n.d(t, "g", (function() {
+ })), n.d(t, 'g', (function() {
return v
- })), n.d(t, "f", (function() {
+ })), n.d(t, 'f', (function() {
return b
- })), n.d(t, "c", (function() {
+ })), n.d(t, 'c', (function() {
return y
- })), n.d(t, "e", (function() {
+ })), n.d(t, 'e', (function() {
return g
- }));
- n("4ec3");
+ }))
+ n('4ec3')
function r(e) {
return s(e) || o(e) || i(e) || a()
@@ -67669,21 +68315,21 @@
function a() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function i(e, t) {
if (e) {
- if ("string" === typeof e) return c(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? c(e, t) : void 0
+ if ('string' === typeof e) return c(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? c(e, t) : void 0
}
}
function o(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function s(e) {
@@ -67691,49 +68337,49 @@
}
function c(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
function l(e) {
- return l = "function" === typeof Symbol && "symbol" === typeof Symbol.iterator ? function(e) {
+ return l = 'function' === typeof Symbol && 'symbol' === typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
- return e && "function" === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" :
+ return e && 'function' === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? 'symbol' :
typeof e
}, l(e)
}
function u() {
- var e = ["休息一会儿吧", "准备吃什么呢?", "要不要打一把 DOTA", "我猜你可能累了"],
- t = Math.floor(Math.random() * e.length);
+ var e = ['休息一会儿吧', '准备吃什么呢?', '要不要打一把 DOTA', '我猜你可能累了'],
+ t = Math.floor(Math.random() * e.length)
return e[t]
}
function d(e) {
- if ("object" == l(e)) {
- for (var t in e) !e.hasOwnProperty(t) || null != e[t] && void 0 != e[t] && "" !== e[t] || delete e[t];
+ if ('object' == l(e)) {
+ for (var t in e) !e.hasOwnProperty(t) || null != e[t] && void 0 != e[t] && '' !== e[t] || delete e[t]
return e
}
}
function h(e, t) {
- var n = /^\d+(\.\d+)?$/;
+ var n = /^\d+(\.\d+)?$/
if (n.test(e)) {
var r = new Date(e),
a = {
- "M+": r.getMonth() + 1,
- "d+": r.getDate(),
- "h+": r.getHours(),
- "m+": r.getMinutes(),
- "s+": r.getSeconds(),
- "q+": Math.floor((r.getMonth() + 3) / 3),
+ 'M+': r.getMonth() + 1,
+ 'd+': r.getDate(),
+ 'h+': r.getHours(),
+ 'm+': r.getMinutes(),
+ 's+': r.getSeconds(),
+ 'q+': Math.floor((r.getMonth() + 3) / 3),
S: r.getMilliseconds()
- };
- for (var i in /(y+)/.test(t) && (t = t.replace(RegExp.$1, (r.getFullYear() + "").substr(4 - RegExp.$1.length))),
- a) new RegExp("(" + i + ")").test(t) && (t = t.replace(RegExp.$1, 1 === RegExp.$1.length ? a[i] : ("00" + a[
- i]).substr(("" + a[i]).length)));
+ }
+ for (var i in /(y+)/.test(t) && (t = t.replace(RegExp.$1, (r.getFullYear() + '').substr(4 - RegExp.$1.length))),
+ a) new RegExp('(' + i + ')').test(t) && (t = t.replace(RegExp.$1, 1 === RegExp.$1.length ? a[i] : ('00' + a[
+ i]).substr(('' + a[i]).length)))
return t
}
return e = e.trim(), e.substr(0, t.length)
@@ -67742,35 +68388,35 @@
function f() {
var e = function(e, t) {
return Math.floor(Math.random() * (t - e + 1) + e)
- };
+ }
if (1 === arguments.length) {
var t = Array.prototype.slice.call(arguments),
n = t[0],
a = r(Array(n).keys()).map((function(t) {
return e(t > 0 ? 0 : 1, 9)
- }));
- return parseInt(a.join(""))
+ }))
+ return parseInt(a.join(''))
}
if (arguments.length >= 2) {
var i = Array.prototype.slice.call(arguments),
o = i[0],
- s = i[1];
+ s = i[1]
return e(o, s)
}
return Number.NaN
}
function m(e, t) {
- e || (e = 1), t || (t = "0123456789qwertyuioplkjhgfdsazxcvbnm");
- for (var n = "", r = 0; r < e; r++) {
- var a = f(0, t.length - 1);
+ e || (e = 1), t || (t = '0123456789qwertyuioplkjhgfdsazxcvbnm')
+ for (var n = '', r = 0; r < e; r++) {
+ var a = f(0, t.length - 1)
n += t[a]
}
return n
}
function p() {
- var e = "0123456789abcdef";
+ var e = '0123456789abcdef'
return m(32, e)
}
@@ -67779,14 +68425,15 @@
return t.toUpperCase()
}))
}
- Symbol(), Symbol();
+
+ Symbol(), Symbol()
function v(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 100,
- n = null;
+ n = null
return function() {
var r = this,
- a = arguments;
+ a = arguments
n && clearTimeout(n), n = setTimeout((function() {
e.apply(r, a)
}), t)
@@ -67794,15 +68441,15 @@
}
function b(e, t, n) {
- var r = e;
+ var r = e
return e = e.replace(t, n), r !== e ? b(e, t, n) : e
}
function y(e, t) {
- var n = e.$parent;
+ var n = e.$parent
if (n && n.$options) {
- if (n.$options.name === t) return n;
- var r = y(n, t);
+ if (n.$options.name === t) return n
+ var r = y(n, t)
if (r) return r
}
return null
@@ -67811,139 +68458,141 @@
function g(e, t, n) {
for (var r = -1, a = 0; a < e.length; a++)
if (e[a][t] == n) {
- r = a;
+ r = a
break
- } r >= 0 && e.splice(r, 1)
+ }
+ r >= 0 && e.splice(r, 1)
}
},
- ca71: function(e, t, n) {},
+ ca71: function(e, t, n) {
+ },
ca7e: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
+ n = e._self._c || t
+ return n('a-card', {
staticStyle: {
- height: "100%"
+ height: '100%'
},
attrs: {
bordered: !1
}
- }, [n("div", {
- staticClass: "table-page-search-wrapper j-jl-cgreport-query"
- }, [n("a-form", {
+ }, [n('div', {
+ staticClass: 'table-page-search-wrapper j-jl-cgreport-query'
+ }, [n('a-form', {
attrs: {
- layout: "inline"
+ layout: 'inline'
}
- }, [e.queryInfo && e.queryInfo.length > 0 ? n("a-row", {
+ }, [e.queryInfo && e.queryInfo.length > 0 ? n('a-row', {
attrs: {
gutter: 24
}
}, [e._l(e.queryInfo, (function(t, r) {
- return ["1" === t.hidden ? [(t.view.indexOf("Date") >= 0 || t.view.indexOf("date"), n("a-col", {
+ return ['1' === t.hidden ? [(t.view.indexOf('Date') >= 0 || t.view.indexOf('date'), n('a-col', {
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.toggleSearchStatus,
- expression: "toggleSearchStatus"
+ expression: 'toggleSearchStatus'
}],
- key: "query" + r,
+ key: 'query' + r,
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("onl-cgreport-query-form-item", {
+ }, [n('onl-cgreport-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
- })], 1))] : [(t.view.indexOf("Date") >= 0 || t.view.indexOf("date"), n("a-col", {
- key: "query" + r,
+ })], 1))] : [(t.view.indexOf('Date') >= 0 || t.view.indexOf('date'), n('a-col', {
+ key: 'query' + r,
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("onl-cgreport-query-form-item", {
+ }, [n('onl-cgreport-query-form-item', {
attrs: {
queryParam: e.queryParam,
item: t,
dictOptions: e.dictOptions
}
})], 1))]]
- })), n("a-col", {
+ })), n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("span", {
- staticClass: "table-page-search-submitButtons",
+ }, [n('span', {
+ staticClass: 'table-page-search-submitButtons',
staticStyle: {
- float: "left",
- overflow: "hidden"
+ float: 'left',
+ overflow: 'hidden'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "search"
+ type: 'primary',
+ icon: 'search'
},
on: {
click: e.searchByQuery
}
- }, [e._v("查询")]), n("a-button", {
+ }, [e._v('查询')]), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
attrs: {
- type: "primary",
- icon: "reload"
+ type: 'primary',
+ icon: 'reload'
},
on: {
click: e.searchReset
}
- }, [e._v("重置")]), n("a", {
+ }, [e._v('重置')]), n('a', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
on: {
click: e.handleToggleSearch
}
- }, [e._v("\n " + e._s(e.toggleSearchStatus ? "收起" : "展开") + "\n "), n(
- "a-icon", {
+ }, [e._v('\n ' + e._s(e.toggleSearchStatus ? '收起' : '展开') + '\n '), n(
+ 'a-icon', {
attrs: {
- type: e.toggleSearchStatus ? "up" : "down"
+ type: e.toggleSearchStatus ? 'up' : 'down'
}
- })], 1)], 1)])], 2) : e._e()], 1)], 1), n("div", {
- staticClass: "table-operator",
+ })], 1)], 1)])], 2) : e._e()], 1)], 1), n('div', {
+ staticClass: 'table-operator',
staticStyle: {
- "margin-bottom": "10px"
+ 'margin-bottom': '10px'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.exportExcel
}
- }, [e._v("导出")])], 1), n("a-table", {
- ref: "table",
- staticClass: "j-table-force-nowrap",
+ }, [e._v('导出')])], 1), n('a-table', {
+ ref: 'table',
+ staticClass: 'j-table-force-nowrap',
staticStyle: {
- "min-height": "300px"
+ 'min-height': '300px'
},
attrs: {
- size: "middle",
- bordered: "",
- rowKey: "id",
+ size: 'middle',
+ bordered: '',
+ rowKey: 'id',
columns: e.table.columns,
dataSource: e.table.dataSource,
pagination: e.table.pagination,
@@ -67960,7 +68609,7 @@
return {
key: t.slotName,
fn: function(r, a) {
- return [n("a", {
+ return [n('a', {
on: {
click: function(n) {
return e.handleClickFieldHref(t, a)
@@ -67970,16 +68619,16 @@
}
}
}))], null, !0)
- }), n("a-modal", e._g(e._b({}, "a-modal", e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
+ }), n('a-modal', e._g(e._b({}, 'a-modal', e.hrefComponent.model, !1), e.hrefComponent.on), [n(e.hrefComponent
.is, e._b({
- tag: "component"
- }, "component", e.hrefComponent.params, !1))], 1)], 1)
+ tag: 'component'
+ }, 'component', e.hrefComponent.params, !1))], 1)], 1)
},
a = [],
- i = n("b5ef"),
- o = n("0fea"),
- s = n("be9c"),
- c = n("ca00");
+ i = n('b5ef'),
+ o = n('0fea'),
+ s = n('be9c'),
+ c = n('ca00')
function l(e) {
return h(e) || d(e) || m(e) || u()
@@ -67987,12 +68636,12 @@
function u() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function d(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function h(e) {
@@ -68000,12 +68649,13 @@
}
function f(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = m(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = m(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -68023,17 +68673,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -68051,45 +68701,46 @@
function m(e, t) {
if (e) {
- if ("string" === typeof e) return p(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? p(e, t) : void 0
+ if ('string' === typeof e) return p(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? p(e, t) : void 0
}
}
function p(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var _ = {
- name: "OnlCgreportAutoList",
- mixins: [i["a"]],
+ name: 'OnlCgreportAutoList',
+ mixins: [i['a']],
components: {
- OnlCgreportQueryFormItem: s["default"]
+ OnlCgreportQueryFormItem: s['default']
},
data: function() {
- var e = this;
+ var e = this
return {
queryInfo: [],
queryParamsMap: {},
selfParam: {},
sorter: {
- column: "",
- order: "desc"
+ column: '',
+ order: 'desc'
},
dictOptions: {},
toggleSearchStatus: !1,
- reportCode: "",
- description: "在线报表功能测试页面",
+ reportCode: '',
+ description: '在线报表功能测试页面',
url: {
- getColumnsAndData: "/online/cgreport/api/getColumnsAndData/",
- getQueryInfo: "/online/cgreport/api/getQueryInfo/",
- getParamsInfo: "/online/cgreport/api/getParamsInfo/"
+ getColumnsAndData: '/online/cgreport/api/getColumnsAndData/',
+ getQueryInfo: '/online/cgreport/api/getQueryInfo/',
+ getParamsInfo: '/online/cgreport/api/getParamsInfo/'
},
table: {
- isTotal: "",
+ isTotal: '',
realPageSize: 10,
loading: !0,
columns: [],
@@ -68099,7 +68750,7 @@
pagination: {
current: 1,
pageSize: 10,
- pageSizeOptions: ["10", "20", "30"],
+ pageSizeOptions: ['10', '20', '30'],
showTotal: function(t, n) {
return e.onShowTotal(t, n)
},
@@ -68111,7 +68762,7 @@
}
}
},
- cgreportHeadName: ""
+ cgreportHeadName: ''
}
},
mounted: function() {
@@ -68121,7 +68772,7 @@
$route: function() {
this.initParamsInfo(), this.initQueryInfo()
},
- "table.isTotal": function() {
+ 'table.isTotal': function() {
this.loadData(1)
}
},
@@ -68137,20 +68788,20 @@
},
methods: {
initParamsInfo: function() {
- var e = this;
- if (!this.$route.params.code) return !1;
+ var e = this
+ if (!this.$route.params.code) return !1
this.reportCode = this.$route.params.code, this.queryParam || (this.queryParam = {}), this.sorter.column =
null, this.sorter.order = null, this.$route.query.column && (this.sorter.column = this.$route.query.column),
this.$route.query.order && (this.sorter.order = this.$route.query.order), this.selfParam = {}, Object(o[
- "c"])("".concat(this.url.getParamsInfo).concat(this.reportCode)).then((function(t) {
+ 'c'])(''.concat(this.url.getParamsInfo).concat(this.reportCode)).then((function(t) {
if (t.success) {
if (t.result && t.result.length > 0) {
- var n, r = f(t.result);
+ var n, r = f(t.result)
try {
for (r.s(); !(n = r.n()).done;) {
- var a = n.value;
- e.selfParam["self_" + a.paramName] = e.$route.query[a.paramName] ? e.$route.query[a.paramName] :
- ""
+ var a = n.value
+ e.selfParam['self_' + a.paramName] = e.$route.query[a.paramName] ? e.$route.query[a.paramName] :
+ ''
}
} catch (i) {
r.e(i)
@@ -68158,23 +68809,23 @@
r.f()
}
}
- } else e.$message.warning(t.message);
+ } else e.$message.warning(t.message)
e.loadData()
}))
},
initQueryInfo: function() {
- var e = this;
- if (!this.reportCode) return !1;
- Object(o["c"])("".concat(this.url.getQueryInfo).concat(this.reportCode)).then((function(t) {
+ var e = this
+ if (!this.reportCode) return !1
+ Object(o['c'])(''.concat(this.url.getQueryInfo).concat(this.reportCode)).then((function(t) {
t.success ? e.queryInfo = t.result : e.$message.warning(t.message)
}))
},
loadData: function(e) {
- var t = this;
- if (!this.reportCode) return !1;
- 1 == e && (this.table.pagination.current = 1);
- var n = this.getQueryParams();
- this.table.loading = !0, Object(o["c"])("".concat(this.url.getColumnsAndData).concat(this.reportCode), n).then(
+ var t = this
+ if (!this.reportCode) return !1
+ 1 == e && (this.table.pagination.current = 1)
+ var n = this.getQueryParams()
+ this.table.loading = !0, Object(o['c'])(''.concat(this.url.getColumnsAndData).concat(this.reportCode), n).then(
(function(e) {
if (e.success) {
var n = e.result,
@@ -68184,48 +68835,48 @@
o = n.dictOptions,
s = n.fieldHrefSlots,
c = n.isGroupTitle,
- u = {};
+ u = {}
s.forEach((function(e) {
return u[e.slotName] = e
- })), t.dictOptions = o;
- var d = [];
+ })), t.dictOptions = o
+ var d = []
if (a.forEach((function(e) {
- t.handleColumnHrefAndDict(e, u), "1" === e.isTotal && d.push(e.dataIndex)
+ t.handleColumnHrefAndDict(e, u), '1' === e.isTotal && d.push(e.dataIndex)
})), t.table.columns = l(a), t.cgreportHeadName = i, t.fieldHrefSlots = s, r) {
- if (t.table.pagination.total = Number(r.total), t.table.dataSource = r.records, "" == t.table.isTotal)
+ if (t.table.pagination.total = Number(r.total), t.table.dataSource = r.records, '' == t.table.isTotal)
if (d.length > 0) {
if (t.table.isTotal = !0, t.table.dataSource.length == t.table.pagination.pageSize) t.table.dataSource
- .pop();
+ .pop()
t.table.realPageSize = t.table.pagination.pageSize - 1
- } else t.table.isTotal = !1;
+ } else t.table.isTotal = !1
if (t.table.isTotal) {
- var h = {};
+ var h = {}
d.forEach((function(e) {
- var n = 0;
+ var n = 0
t.table.dataSource.forEach((function(t) {
- null != t[e] && "" != t[e] && (n += parseFloat(t[e]))
- })), h[e] = isNaN(n) ? "包含非数字内容" : n.toFixed(2)
+ null != t[e] && '' != t[e] && (n += parseFloat(t[e]))
+ })), h[e] = isNaN(n) ? '包含非数字内容' : n.toFixed(2)
})), t.table.dataSource.push(h), t.table.pagination.total = Number(r.total) + Number(Math.floor(r.total /
t.table.realPageSize))
}
if (!0 === c) {
var m, p = [],
- _ = f(t.table.columns);
+ _ = f(t.table.columns)
try {
var v = function() {
- var e = m.value;
+ var e = m.value
if (e.groupTitle) {
var t = p.findIndex((function(t) {
return t.title === e.groupTitle
- }));
- if (-1 !== t) p[t].children.push(e);
+ }))
+ if (-1 !== t) p[t].children.push(e)
else {
var n = {},
- r = [];
- r.push(e), n.title = e.groupTitle, n.align = "center", n.children = r, p.push(n)
+ r = []
+ r.push(e), n.title = e.groupTitle, n.align = 'center', n.children = r, p.push(n)
}
} else p.push(e)
- };
+ }
for (_.s(); !(m = _.n()).done;) v()
} catch (b) {
_.e(b)
@@ -68235,16 +68886,16 @@
t.table.columns = p
}
} else t.table.pagination.total = 0, t.table.dataSource = []
- } else t.$message.warn("查询失败:" + e.message)
+ } else t.$message.warn('查询失败:' + e.message)
})).catch((function(e) {
- t.$message.error("查询失败")
+ t.$message.error('查询失败')
})).finally((function() {
t.table.loading = !1
}))
},
getQueryParams: function() {
- var e = Object.assign({}, this.queryParam, this.sorter, this.selfParam);
- return e.pageNo = this.table.pagination.current, e.pageSize = this.table.realPageSize, Object(c["a"])(e)
+ var e = Object.assign({}, this.queryParam, this.sorter, this.selfParam)
+ return e.pageNo = this.table.pagination.current, e.pageSize = this.table.realPageSize, Object(c['a'])(e)
},
searchByQuery: function() {
this.loadData(1)
@@ -68258,261 +68909,267 @@
exportExcel: function() {
var e = this,
t = this.cgreportHeadName,
- n = {};
+ n = {}
for (var r in this.$route.query)
if (this.$route.query.hasOwnProperty(r)) {
- var a = this.$route.query[r];
- n["self_" + r] = a || ""
- } Object(o["b"])("/online/cgreport/api/exportXls/".concat(this.reportCode), Object.assign(n, this.queryParam))
+ var a = this.$route.query[r]
+ n['self_' + r] = a || ''
+ }
+ Object(o['b'])('/online/cgreport/api/exportXls/'.concat(this.reportCode), Object.assign(n, this.queryParam))
.then((function(n) {
if (n)
- if ("undefined" !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([n]), t +
- ".xls");
+ if ('undefined' !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([n]), t +
+ '.xls')
else {
var r = window.URL.createObjectURL(new Blob([n])),
- a = document.createElement("a");
- a.style.display = "none", a.href = r, a.setAttribute("download", t + ".xls"), document.body.appendChild(
+ a = document.createElement('a')
+ a.style.display = 'none', a.href = r, a.setAttribute('download', t + '.xls'), document.body.appendChild(
a), a.click(), document.body.removeChild(a), window.URL.revokeObjectURL(r)
}
- else e.$message.warning("文件下载失败")
+ else e.$message.warning('文件下载失败')
}))
},
handleChangeInTableSelect: function(e, t) {
this.table.selectedRowKeys = e, this.table.selectionRows = t
},
handleChangeInTable: function(e, t, n) {
- Object.keys(n).length > 0 && (this.sorter.column = n.field, this.sorter.order = "ascend" == n.order ?
- "asc" : "desc"), this.table.pagination = e, this.loadData()
+ Object.keys(n).length > 0 && (this.sorter.column = n.field, this.sorter.order = 'ascend' == n.order ?
+ 'asc' : 'desc'), this.table.pagination = e, this.loadData()
},
onSizeChange: function(e, t) {
- this.table.isTotal = "", this.table.pagination.pageSize = t, this.table.isTotal ? this.table.realPageSize =
+ this.table.isTotal = '', this.table.pagination.pageSize = t, this.table.isTotal ? this.table.realPageSize =
t - 1 : this.table.realPageSize = t, this.table.pagination.current = 1
},
onShowTotal: function(e, t) {
var n = (this.table.pagination.current - 1) * this.table.realPageSize + 1,
- r = n + (this.table.isTotal ? this.table.dataSource.length - 1 : this.table.dataSource.length) - 1;
- return n + "-" + r + " 共" + e + "条"
+ r = n + (this.table.isTotal ? this.table.dataSource.length - 1 : this.table.dataSource.length) - 1
+ return n + '-' + r + ' 共' + e + '条'
}
}
},
v = _,
- b = (n("7a09"), n("8bb4"), n("2877")),
- y = Object(b["a"])(v, r, a, !1, null, "5eed08da", null);
- t["default"] = y.exports
+ b = (n('7a09'), n('8bb4'), n('2877')),
+ y = Object(b['a'])(v, r, a, !1, null, '5eed08da', null)
+ t['default'] = y.exports
},
cb5a: function(e, t, n) {
- var r = n("9638");
+ var r = n('9638')
function a(e, t) {
- var n = e.length;
+ var n = e.length
while (n--)
- if (r(e[n][0], t)) return n;
+ if (r(e[n][0], t)) return n
return -1
}
+
e.exports = a
},
cc45: function(e, t, n) {
- var r = n("1a2d"),
- a = n("b047f"),
- i = n("99d3"),
+ var r = n('1a2d'),
+ a = n('b047f'),
+ i = n('99d3'),
o = i && i.isMap,
- s = o ? a(o) : r;
+ s = o ? a(o) : r
e.exports = s
},
ccb9: function(e, t, n) {
- t.f = n("5168")
+ t.f = n('5168')
},
cd9d: function(e, t) {
function n(e) {
return e
}
+
e.exports = n
},
ce86: function(e, t, n) {
- var r = n("9e69"),
- a = n("7948"),
- i = n("6747"),
- o = n("ffd6"),
+ var r = n('9e69'),
+ a = n('7948'),
+ i = n('6747'),
+ o = n('ffd6'),
s = 1 / 0,
c = r ? r.prototype : void 0,
- l = c ? c.toString : void 0;
+ l = c ? c.toString : void 0
function u(e) {
- if ("string" == typeof e) return e;
- if (i(e)) return a(e, u) + "";
- if (o(e)) return l ? l.call(e) : "";
- var t = e + "";
- return "0" == t && 1 / e == -s ? "-0" : t
+ if ('string' == typeof e) return e
+ if (i(e)) return a(e, u) + ''
+ if (o(e)) return l ? l.call(e) : ''
+ var t = e + ''
+ return '0' == t && 1 / e == -s ? '-0' : t
}
+
e.exports = u
},
ce9f: function(e, t, n) {
- "use strict";
- var r = n("bbee"),
- a = n.n(r);
+ 'use strict'
+ var r = n('bbee'),
+ a = n.n(r)
a.a
},
cecd: function(e, t) {
e.exports = function(e, t) {
- if (e.indexOf) return e.indexOf(t);
+ if (e.indexOf) return e.indexOf(t)
for (var n = 0; n < e.length; ++n)
- if (e[n] === t) return n;
+ if (e[n] === t) return n
return -1
}
},
cee4: function(e, t, n) {
- "use strict";
- var r = n("c532"),
- a = n("1d2b"),
- i = n("0a06"),
- o = n("2444");
+ 'use strict'
+ var r = n('c532'),
+ a = n('1d2b'),
+ i = n('0a06'),
+ o = n('2444')
function s(e) {
var t = new i(e),
- n = a(i.prototype.request, t);
+ n = a(i.prototype.request, t)
return r.extend(n, i.prototype, t), r.extend(n, t), n
}
- var c = s(o);
+
+ var c = s(o)
c.Axios = i, c.create = function(e) {
return s(r.merge(o, e))
- }, c.Cancel = n("7a77"), c.CancelToken = n("8df4b"), c.isCancel = n("2e67"), c.all = function(e) {
+ }, c.Cancel = n('7a77'), c.CancelToken = n('8df4b'), c.isCancel = n('2e67'), c.all = function(e) {
return Promise.all(e)
- }, c.spread = n("0df6"), e.exports = c, e.exports.default = c
+ }, c.spread = n('0df6'), e.exports = c, e.exports.default = c
+ },
+ cf02: function(e, t, n) {
},
- cf02: function(e, t, n) {},
cf1e: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
words: {
- ss: ["sekunda", "sekunde", "sekundi"],
- m: ["jedan minut", "jedne minute"],
- mm: ["minut", "minute", "minuta"],
- h: ["jedan sat", "jednog sata"],
- hh: ["sat", "sata", "sati"],
- dd: ["dan", "dana", "dana"],
- MM: ["mesec", "meseca", "meseci"],
- yy: ["godina", "godine", "godina"]
+ ss: ['sekunda', 'sekunde', 'sekundi'],
+ m: ['jedan minut', 'jedne minute'],
+ mm: ['minut', 'minute', 'minuta'],
+ h: ['jedan sat', 'jednog sata'],
+ hh: ['sat', 'sata', 'sati'],
+ dd: ['dan', 'dana', 'dana'],
+ MM: ['mesec', 'meseca', 'meseci'],
+ yy: ['godina', 'godine', 'godina']
},
correctGrammaticalCase: function(e, t) {
return 1 === e ? t[0] : e >= 2 && e <= 4 ? t[1] : t[2]
},
translate: function(e, n, r) {
- var a = t.words[r];
- return 1 === r.length ? n ? a[0] : a[1] : e + " " + t.correctGrammaticalCase(e, a)
+ var a = t.words[r]
+ return 1 === r.length ? n ? a[0] : a[1] : e + ' ' + t.correctGrammaticalCase(e, a)
}
},
- n = e.defineLocale("sr", {
- months: "januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),
- monthsShort: "jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),
+ n = e.defineLocale('sr', {
+ months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split('_'),
+ monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split('_'),
monthsParseExact: !0,
- weekdays: "nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),
- weekdaysShort: "ned._pon._uto._sre._čet._pet._sub.".split("_"),
- weekdaysMin: "ne_po_ut_sr_če_pe_su".split("_"),
+ weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split('_'),
+ weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'),
+ weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY H:mm",
- LLLL: "dddd, D. MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY H:mm',
+ LLLL: 'dddd, D. MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[danas u] LT",
- nextDay: "[sutra u] LT",
+ sameDay: '[danas u] LT',
+ nextDay: '[sutra u] LT',
nextWeek: function() {
switch (this.day()) {
case 0:
- return "[u] [nedelju] [u] LT";
+ return '[u] [nedelju] [u] LT'
case 3:
- return "[u] [sredu] [u] LT";
+ return '[u] [sredu] [u] LT'
case 6:
- return "[u] [subotu] [u] LT";
+ return '[u] [subotu] [u] LT'
case 1:
case 2:
case 4:
case 5:
- return "[u] dddd [u] LT"
+ return '[u] dddd [u] LT'
}
},
- lastDay: "[juče u] LT",
+ lastDay: '[juče u] LT',
lastWeek: function() {
- var e = ["[prošle] [nedelje] [u] LT", "[prošlog] [ponedeljka] [u] LT", "[prošlog] [utorka] [u] LT",
- "[prošle] [srede] [u] LT", "[prošlog] [četvrtka] [u] LT", "[prošlog] [petka] [u] LT",
- "[prošle] [subote] [u] LT"
- ];
+ var e = ['[prošle] [nedelje] [u] LT', '[prošlog] [ponedeljka] [u] LT', '[prošlog] [utorka] [u] LT',
+ '[prošle] [srede] [u] LT', '[prošlog] [četvrtka] [u] LT', '[prošlog] [petka] [u] LT',
+ '[prošle] [subote] [u] LT'
+ ]
return e[this.day()]
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "za %s",
- past: "pre %s",
- s: "nekoliko sekundi",
+ future: 'za %s',
+ past: 'pre %s',
+ s: 'nekoliko sekundi',
ss: t.translate,
m: t.translate,
mm: t.translate,
h: t.translate,
hh: t.translate,
- d: "dan",
+ d: 'dan',
dd: t.translate,
- M: "mesec",
+ M: 'mesec',
MM: t.translate,
- y: "godinu",
+ y: 'godinu',
yy: t.translate
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 7
}
- });
+ })
return n
}))
},
cf51: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("tzl", {
- months: "Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),
- monthsShort: "Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),
- weekdays: "Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),
- weekdaysShort: "Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),
- weekdaysMin: "Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),
+ var t = e.defineLocale('tzl', {
+ months: 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split('_'),
+ monthsShort: 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'),
+ weekdays: 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'),
+ weekdaysShort: 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'),
+ weekdaysMin: 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'),
longDateFormat: {
- LT: "HH.mm",
- LTS: "HH.mm.ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM [dallas] YYYY",
- LLL: "D. MMMM [dallas] YYYY HH.mm",
- LLLL: "dddd, [li] D. MMMM [dallas] YYYY HH.mm"
+ LT: 'HH.mm',
+ LTS: 'HH.mm.ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM [dallas] YYYY',
+ LLL: 'D. MMMM [dallas] YYYY HH.mm',
+ LLLL: 'dddd, [li] D. MMMM [dallas] YYYY HH.mm'
},
meridiemParse: /d\'o|d\'a/i,
isPM: function(e) {
- return "d'o" === e.toLowerCase()
+ return 'd\'o' === e.toLowerCase()
},
meridiem: function(e, t, n) {
- return e > 11 ? n ? "d'o" : "D'O" : n ? "d'a" : "D'A"
+ return e > 11 ? n ? 'd\'o' : 'D\'O' : n ? 'd\'a' : 'D\'A'
},
calendar: {
- sameDay: "[oxhi à] LT",
- nextDay: "[demà à] LT",
- nextWeek: "dddd [à] LT",
- lastDay: "[ieiri à] LT",
- lastWeek: "[sür el] dddd [lasteu à] LT",
- sameElse: "L"
+ sameDay: '[oxhi à] LT',
+ nextDay: '[demà à] LT',
+ nextWeek: 'dddd [à] LT',
+ lastDay: '[ieiri à] LT',
+ lastWeek: '[sür el] dddd [lasteu à] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "osprei %s",
- past: "ja%s",
+ future: 'osprei %s',
+ past: 'ja%s',
s: n,
ss: n,
m: n,
@@ -68527,68 +69184,69 @@
yy: n
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
function n(e, t, n, r) {
var a = {
- s: ["viensas secunds", "'iensas secunds"],
- ss: [e + " secunds", e + " secunds"],
- m: ["'n míut", "'iens míut"],
- mm: [e + " míuts", e + " míuts"],
- h: ["'n þora", "'iensa þora"],
- hh: [e + " þoras", e + " þoras"],
- d: ["'n ziua", "'iensa ziua"],
- dd: [e + " ziuas", e + " ziuas"],
- M: ["'n mes", "'iens mes"],
- MM: [e + " mesen", e + " mesen"],
- y: ["'n ar", "'iens ar"],
- yy: [e + " ars", e + " ars"]
- };
+ s: ['viensas secunds', '\'iensas secunds'],
+ ss: [e + ' secunds', e + ' secunds'],
+ m: ['\'n míut', '\'iens míut'],
+ mm: [e + ' míuts', e + ' míuts'],
+ h: ['\'n þora', '\'iensa þora'],
+ hh: [e + ' þoras', e + ' þoras'],
+ d: ['\'n ziua', '\'iensa ziua'],
+ dd: [e + ' ziuas', e + ' ziuas'],
+ M: ['\'n mes', '\'iens mes'],
+ MM: [e + ' mesen', e + ' mesen'],
+ y: ['\'n ar', '\'iens ar'],
+ yy: [e + ' ars', e + ' ars']
+ }
return r || t ? a[n][0] : a[n][1]
}
+
return t
}))
},
cf75: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");
+ var t = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_')
function n(e) {
- var t = e;
- return t = -1 !== e.indexOf("jaj") ? t.slice(0, -3) + "leS" : -1 !== e.indexOf("jar") ? t.slice(0, -3) +
- "waQ" : -1 !== e.indexOf("DIS") ? t.slice(0, -3) + "nem" : t + " pIq", t
+ var t = e
+ return t = -1 !== e.indexOf('jaj') ? t.slice(0, -3) + 'leS' : -1 !== e.indexOf('jar') ? t.slice(0, -3) +
+ 'waQ' : -1 !== e.indexOf('DIS') ? t.slice(0, -3) + 'nem' : t + ' pIq', t
}
function r(e) {
- var t = e;
- return t = -1 !== e.indexOf("jaj") ? t.slice(0, -3) + "Hu’" : -1 !== e.indexOf("jar") ? t.slice(0, -3) +
- "wen" : -1 !== e.indexOf("DIS") ? t.slice(0, -3) + "ben" : t + " ret", t
+ var t = e
+ return t = -1 !== e.indexOf('jaj') ? t.slice(0, -3) + 'Hu’' : -1 !== e.indexOf('jar') ? t.slice(0, -3) +
+ 'wen' : -1 !== e.indexOf('DIS') ? t.slice(0, -3) + 'ben' : t + ' ret', t
}
function a(e, t, n, r) {
- var a = i(e);
+ var a = i(e)
switch (n) {
- case "ss":
- return a + " lup";
- case "mm":
- return a + " tup";
- case "hh":
- return a + " rep";
- case "dd":
- return a + " jaj";
- case "MM":
- return a + " jar";
- case "yy":
- return a + " DIS"
+ case 'ss':
+ return a + ' lup'
+ case 'mm':
+ return a + ' tup'
+ case 'hh':
+ return a + ' rep'
+ case 'dd':
+ return a + ' jaj'
+ case 'MM':
+ return a + ' jar'
+ case 'yy':
+ return a + ' DIS'
}
}
@@ -68596,96 +69254,98 @@
var n = Math.floor(e % 1e3 / 100),
r = Math.floor(e % 100 / 10),
a = e % 10,
- i = "";
- return n > 0 && (i += t[n] + "vatlh"), r > 0 && (i += ("" !== i ? " " : "") + t[r] + "maH"), a > 0 && (i +=
- ("" !== i ? " " : "") + t[a]), "" === i ? "pagh" : i
+ i = ''
+ return n > 0 && (i += t[n] + 'vatlh'), r > 0 && (i += ('' !== i ? ' ' : '') + t[r] + 'maH'), a > 0 && (i +=
+ ('' !== i ? ' ' : '') + t[a]), '' === i ? 'pagh' : i
}
- var o = e.defineLocale("tlh", {
- months: "tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’"
- .split("_"),
- monthsShort: "jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’"
- .split("_"),
+
+ var o = e.defineLocale('tlh', {
+ months: 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'
+ .split('_'),
+ monthsShort: 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'
+ .split('_'),
monthsParseExact: !0,
- weekdays: "lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),
- weekdaysShort: "lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),
- weekdaysMin: "lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),
+ weekdays: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),
+ weekdaysShort: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),
+ weekdaysMin: 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[DaHjaj] LT",
- nextDay: "[wa’leS] LT",
- nextWeek: "LLL",
- lastDay: "[wa’Hu’] LT",
- lastWeek: "LLL",
- sameElse: "L"
+ sameDay: '[DaHjaj] LT',
+ nextDay: '[wa’leS] LT',
+ nextWeek: 'LLL',
+ lastDay: '[wa’Hu’] LT',
+ lastWeek: 'LLL',
+ sameElse: 'L'
},
relativeTime: {
future: n,
past: r,
- s: "puS lup",
+ s: 'puS lup',
ss: a,
- m: "wa’ tup",
+ m: 'wa’ tup',
mm: a,
- h: "wa’ rep",
+ h: 'wa’ rep',
hh: a,
- d: "wa’ jaj",
+ d: 'wa’ jaj',
dd: a,
- M: "wa’ jar",
+ M: 'wa’ jar',
MM: a,
- y: "wa’ DIS",
+ y: 'wa’ DIS',
yy: a
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return o
}))
},
d02c: function(e, t, n) {
- var r = n("5e2e"),
- a = n("79bc"),
- i = n("7b83"),
- o = 200;
+ var r = n('5e2e'),
+ a = n('79bc'),
+ i = n('7b83'),
+ o = 200
function s(e, t) {
- var n = this.__data__;
+ var n = this.__data__
if (n instanceof r) {
- var s = n.__data__;
- if (!a || s.length < o - 1) return s.push([e, t]), this.size = ++n.size, this;
+ var s = n.__data__
+ if (!a || s.length < o - 1) return s.push([e, t]), this.size = ++n.size, this
n = this.__data__ = new i(s)
}
return n.set(e, t), this.size = n.size, this
}
+
e.exports = s
},
d0cb: function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
+ 'use strict'
var
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ =
- __webpack_require__("a34a"),
+ __webpack_require__('a34a'),
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default =
__webpack_require__.n(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__
),
- _utils_mixin__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ac0d"),
- _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("b5ef"),
- _api_manage__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("0fea"),
- _utils_util__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("ca00"),
- _OnlCgformAutoModal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("e8c2"),
- _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("4a62"),
- lodash__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("2ef0"),
+ _utils_mixin__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__('ac0d'),
+ _mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__('b5ef'),
+ _api_manage__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__('0fea'),
+ _utils_util__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__('ca00'),
+ _OnlCgformAutoModal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__('e8c2'),
+ _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__('4a62'),
+ lodash__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__('2ef0'),
lodash__WEBPACK_IMPORTED_MODULE_7___default = __webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_7__),
- _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("d252");
+ _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__('d252')
function asyncGeneratorStep(e, t, n, r, a, i, o) {
try {
@@ -68700,17 +69360,18 @@
function _asyncToGenerator(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- asyncGeneratorStep(i, r, a, o, s, "next", e)
+ asyncGeneratorStep(i, r, a, o, s, 'next', e)
}
function s(e) {
- asyncGeneratorStep(i, r, a, o, s, "throw", e)
+ asyncGeneratorStep(i, r, a, o, s, 'throw', e)
}
+
o(void 0)
}))
}
@@ -68722,12 +69383,12 @@
function _nonIterableSpread() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function _iterableToArray(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function _arrayWithoutHoles(e) {
@@ -68735,12 +69396,13 @@
}
function _createForOfIteratorHelper(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = _unsupportedIterableToArray(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -68758,17 +69420,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -68786,36 +69448,37 @@
function _unsupportedIterableToArray(e, t) {
if (e) {
- if ("string" === typeof e) return _arrayLikeToArray(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
+ if ('string' === typeof e) return _arrayLikeToArray(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? _arrayLikeToArray(e, t) : void 0
}
}
function _arrayLikeToArray(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
- __webpack_exports__["a"] = {
- name: "OnlCgformTreeList",
- mixins: [_mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__["a"],
- _utils_mixin__WEBPACK_IMPORTED_MODULE_1__["a"], _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_6__["a"]
+
+ __webpack_exports__['a'] = {
+ name: 'OnlCgformTreeList',
+ mixins: [_mixins_OnlAutoListMixin__WEBPACK_IMPORTED_MODULE_2__['a'],
+ _utils_mixin__WEBPACK_IMPORTED_MODULE_1__['a'], _mixins_OnlineCommonUtil__WEBPACK_IMPORTED_MODULE_6__['a']
],
components: {
- OnlCgformAutoModal: _OnlCgformAutoModal__WEBPACK_IMPORTED_MODULE_5__["default"],
- OnlineQueryFormItem: _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_8__["a"]
+ OnlCgformAutoModal: _OnlCgformAutoModal__WEBPACK_IMPORTED_MODULE_5__['default'],
+ OnlineQueryFormItem: _components_online_autoform_OnlineQueryFormItem_vue__WEBPACK_IMPORTED_MODULE_8__['a']
},
data: function() {
return {
- code: "87b55a515d3441b6b98e48e5b35474a6",
+ code: '87b55a515d3441b6b98e48e5b35474a6',
lodash: lodash__WEBPACK_IMPORTED_MODULE_7___default.a,
- description: "在线报表功能测试页面",
- currentTableName: "",
- pidField: "",
- hasChildrenField: "",
- textField: "",
+ description: '在线报表功能测试页面',
+ currentTableName: '',
+ pidField: '',
+ hasChildrenField: '',
+ textField: '',
loading: !1,
columns: [],
dataSource: [],
@@ -68824,42 +69487,42 @@
pagination: {
current: 1,
pageSize: 10,
- pageSizeOptions: ["10", "20", "30"],
+ pageSizeOptions: ['10', '20', '30'],
showTotal: function(e, t) {
- return t[0] + "-" + t[1] + " 共" + e + "条"
+ return t[0] + '-' + t[1] + ' 共' + e + '条'
},
showQuickJumper: !0,
showSizeChanger: !0,
total: 0
},
url: {
- getColumns: "/online/cgform/api/getColumns/",
- getTreeData: "/online/cgform/api/getTreeData/",
- optPre: "/online/cgform/api/form/",
- exportXls: "/online/cgform/api/exportXls/",
- buttonAction: "/online/cgform/api/doButton",
- startProcess: "/act/process/extActProcess/startMutilProcess",
- getQueryInfo: "/online/cgform/api/getQueryInfo/"
+ getColumns: '/online/cgform/api/getColumns/',
+ getTreeData: '/online/cgform/api/getTreeData/',
+ optPre: '/online/cgform/api/form/',
+ exportXls: '/online/cgform/api/exportXls/',
+ buttonAction: '/online/cgform/api/doButton',
+ startProcess: '/act/process/extActProcess/startMutilProcess',
+ getQueryInfo: '/online/cgform/api/getQueryInfo/'
},
isorter: {
- column: "id",
- order: "desc"
+ column: 'id',
+ order: 'desc'
},
dictOptions: {},
queryParam: {},
actionColumn: {
- title: "操作",
- dataIndex: "action",
+ title: '操作',
+ dataIndex: 'action',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
},
- align: "center",
+ align: 'center',
width: 150
},
- formTemplate: "99",
+ formTemplate: '99',
cgButtonLinkList: [],
cgButtonList: [],
- EnhanceJS: "",
+ EnhanceJS: '',
buttonSwitch: {
add: !0,
update: !0,
@@ -68870,14 +69533,14 @@
},
expandedRowKeys: [],
hasBpmStatus: !1,
- flowCodePre: "onl_",
+ flowCodePre: 'onl_',
table: {
scroll: {
x: !1
}
},
scrollFlag: 0,
- parentFormData: "",
+ parentFormData: '',
loadParent: !1,
queryInfo: [],
toggleSearchStatus: !1,
@@ -68885,23 +69548,26 @@
}
},
created: function() {
- var e = this;
+ var e = this
this.initAutoListConfig().then((function() {
e.loadData(1), e.initQueryInfo()
- })).catch((function(e) {}))
+ })).catch((function(e) {
+ }))
+ },
+ mounted: function() {
},
- mounted: function() {},
watch: {
$route: function() {
- var e = this;
+ var e = this
this.initAutoListConfig().then((function() {
e.loadData(1)
- })).catch((function(e) {}))
+ })).catch((function(e) {
+ }))
}
},
computed: {
tableProps: function() {
- var e = this;
+ var e = this
return {
rowSelection: {
selectedRowKeys: e.selectedRowKeys,
@@ -68923,16 +69589,16 @@
this.expandedRowKeys = e
},
initQueryInfo: function() {
- var e = this;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["c"])("".concat(this.url.getQueryInfo).concat(this.code)).then(
+ var e = this
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['c'])(''.concat(this.url.getQueryInfo).concat(this.code)).then(
(function(t) {
if (t.success) {
- e.queryInfo = t.result;
- var n, r = _createForOfIteratorHelper(t.result);
+ e.queryInfo = t.result
+ var n, r = _createForOfIteratorHelper(t.result)
try {
for (r.s(); !(n = r.n()).done;) {
- var a = n.value;
- "1" === a.config && a.defValue && a.defValue.length > 0 && "single" === a.mode && e.$set(e.queryParam,
+ var a = n.value
+ '1' === a.config && a.defValue && a.defValue.length > 0 && 'single' === a.mode && e.$set(e.queryParam,
a.field, a.defValue)
}
} catch (i) {
@@ -68953,39 +69619,39 @@
this.toggleSearchStatus = !this.toggleSearchStatus
},
getDataByResult: function(e) {
- var t = this;
+ var t = this
if (e) return e.map((function(e) {
- if ("1" == e[t.hasChildrenField]) {
+ if ('1' == e[t.hasChildrenField]) {
var n = {
- id: e.id + "_loadChild",
- name: "loading...",
+ id: e.id + '_loadChild',
+ name: 'loading...',
isLoading: !0
- };
+ }
e.children = [n]
}
return e
}))
},
loadDataByExpandedRows: function(e) {
- var t = this;
+ var t = this
if (this.expandedRowKeys.length > 0) {
var n = Object.assign({}, this.isorter),
- r = Object.assign({});
- return r.rule = "in", r.type = "text", r.val = this.expandedRowKeys.join(","), r.field = this.pidField, r = [
+ r = Object.assign({})
+ return r.rule = 'in', r.type = 'text', r.val = this.expandedRowKeys.join(','), r.field = this.pidField, r = [
r
- ], n["superQueryParams"] = encodeURI(JSON.stringify(r)), n["superQueryMatchType"] = "and", n["batchFlag"] =
- "true", Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["c"])("".concat(this.url.getTreeData).concat(
+ ], n['superQueryParams'] = encodeURI(JSON.stringify(r)), n['superQueryMatchType'] = 'and', n['batchFlag'] =
+ 'true', Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['c'])(''.concat(this.url.getTreeData).concat(
this.code), n).then((function(n) {
if (n.success && n.result.records && n.result.records.length > 0) {
var r, a = n.result.records,
i = new Map,
- o = _createForOfIteratorHelper(a);
+ o = _createForOfIteratorHelper(a)
try {
for (o.s(); !(r = o.n()).done;) {
var s = r.value,
- c = s[t.pidField];
- if (t.expandedRowKeys.join(",").includes(c)) {
- var l = i.get(c);
+ c = s[t.pidField]
+ if (t.expandedRowKeys.join(',').includes(c)) {
+ var l = i.get(c)
null == l && (l = []), l.push(s), i.set(c, l)
}
}
@@ -68999,7 +69665,7 @@
n && n.forEach((function(n) {
t.expandedRowKeys.includes(n.id) && (n.children = t.getDataByResult(u.get(n.id)), e(n.children))
}))
- };
+ }
d(e)
}
}))
@@ -69007,53 +69673,53 @@
return Promise.resolve()
},
resetData: function() {
- this.description = "", this.currentTableName = "", this.pidField = "", this.hasChildrenField = "", this.textField =
- "", this.columns = [], this.dataSource = [], this.selectedRowKeys = [], this.selectionRows = [], this.expandedRowKeys = []
+ this.description = '', this.currentTableName = '', this.pidField = '', this.hasChildrenField = '', this.textField =
+ '', this.columns = [], this.dataSource = [], this.selectedRowKeys = [], this.selectionRows = [], this.expandedRowKeys = []
},
initAutoListConfig: function() {
- var e = this;
+ var e = this
return new Promise((function(t, n) {
e.$route.params.code ? (e.resetData(), e.loading = !0, e.code = e.$route.params.code, e.handleAcceptHrefParams(),
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["c"])("".concat(e.url.getColumns).concat(e.code)).then(
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['c'])(''.concat(e.url.getColumns).concat(e.code)).then(
(function(r) {
- r.success ? (e.configInfohandler(r), t()) : n("onlineList-加载表配置信息失败"), e.loading = !1
+ r.success ? (e.configInfohandler(r), t()) : n('onlineList-加载表配置信息失败'), e.loading = !1
})).catch((function(e) {
n(e)
- }))) : n("列表加载需要参数CODE为空!")
+ }))) : n('列表加载需要参数CODE为空!')
}))
},
configInfohandler: function(e) {
- var t = this;
+ var t = this
this.dictOptions = e.result.dictOptions, this.formTemplate = e.result.formTemplate, this.description = e.result
.description, this.currentTableName = e.result.currentTableName, this.pidField = e.result.pidField, this.hasChildrenField =
e.result.hasChildrenField, this.textField = e.result.textField, this.initCgButtonList(e.result.cgButtonList),
- this.initCgEnhanceJs(e.result.enhanceJs), this.initButtonSwitch(e.result.hideColumns);
- var n = {};
+ this.initCgEnhanceJs(e.result.enhanceJs), this.initButtonSwitch(e.result.hideColumns)
+ var n = {}
e.result.fieldHrefSlots.forEach((function(e) {
return n[e.slotName] = e
- }));
+ }))
for (var r = e.result.columns, a = -1, i = !1, o = function(e) {
Object.keys(r[e]).map((function(t) {
null == r[e][t] && delete r[e][t]
- })), r[e].align = "left", t.textField == r[e].dataIndex && (a = e), t.handleColumnHrefAndDict(r[e], n),
- t.handleColumnShowLength(r[e]), "bpm_status" == r[e].dataIndex.toLowerCase() && (i = !0)
- }, s = 0; s < r.length; s++) o(s);
+ })), r[e].align = 'left', t.textField == r[e].dataIndex && (a = e), t.handleColumnHrefAndDict(r[e], n),
+ t.handleColumnShowLength(r[e]), 'bpm_status' == r[e].dataIndex.toLowerCase() && (i = !0)
+ }, s = 0; s < r.length; s++) o(s)
if (this.hasBpmStatus = i, this.scrollFlag = e.result.scrollFlag, -1 != a) {
- var c = r.splice(a, 1);
+ var c = r.splice(a, 1)
r.unshift(c[0])
}
r.push(this.actionColumn), this.columns = _toConsumableArray(r)
},
loadData: function(e) {
- var t = this;
- 1 == e && (this.pagination.current = 1), this.loading = !0;
- var n = this.getQueryParams();
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["c"])("".concat(this.url.getTreeData).concat(this.code), n)
+ var t = this
+ 1 == e && (this.pagination.current = 1), this.loading = !0
+ var n = this.getQueryParams()
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['c'])(''.concat(this.url.getTreeData).concat(this.code), n)
.then((function(e) {
if (e.success) {
- var n = e.result;
+ var n = e.result
if (Number(n.total) > 0) return t.pagination.total = Number(n.total), t.dataSource = t.getDataByResult(
- e.result.records), t.loadDataByExpandedRows(t.dataSource);
+ e.result.records), t.loadDataByExpandedRows(t.dataSource)
t.pagination.total = 0, t.dataSource = []
} else t.$message.warning(e.message)
})).finally((function() {
@@ -69066,94 +69732,94 @@
n].children)
},
expandTreeNode: function(e) {
- var t = this;
+ var t = this
return new Promise((function(n, r) {
- t.getFormDataById(e, t.dataSource);
- var a = t.parentFormData;
- t.expandedRowKeys.push(e);
- var i = t.getQueryParams();
- i[t.pidField] = e, Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["c"])("".concat(t.url.getTreeData).concat(
+ t.getFormDataById(e, t.dataSource)
+ var a = t.parentFormData
+ t.expandedRowKeys.push(e)
+ var i = t.getQueryParams()
+ i[t.pidField] = e, Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['c'])(''.concat(t.url.getTreeData).concat(
t.code), i).then((function(i) {
if (i.success) {
- var o = [];
+ var o = []
if (t.getChildrenByPid(e, t.dataSource, o), Number(i.result.total) > 0) {
var s = i.result.records.map((function(e) {
if (0 == o.length) {
- if (!0 === e[t.hasChildrenField] || "1" == e[t.hasChildrenField]) {
+ if (!0 === e[t.hasChildrenField] || '1' == e[t.hasChildrenField]) {
var n = {
- id: "".concat(e.id, "_loadChild"),
- name: "loading...",
+ id: ''.concat(e.id, '_loadChild'),
+ name: 'loading...',
isLoading: !0
- };
+ }
e.children = [n]
}
} else {
var r = o.filter((function(t) {
return t.id == e.id
- }));
+ }))
r && r.length > 0 && (e = r[0])
}
return e
- }));
+ }))
a.children = s, t.dataSource = _toConsumableArray(t.dataSource), n()
- } else a.children = "", a.hasChildrenField = "0", n()
+ } else a.children = '', a.hasChildrenField = '0', n()
} else r(), t.$message.warning(i.message)
}))
}))
},
handleExpand: function(e, t) {
- var n = this;
+ var n = this
if (e) {
if (this.expandedRowKeys.push(t.id), t.children.length > 0 && !0 === t.children[0].isLoading) {
- var r = this.getQueryParams(1);
+ var r = this.getQueryParams(1)
r[this.pidField] = t.id, r[this.hasChildrenField] = t[this.hasChildrenField], Object(
- _api_manage__WEBPACK_IMPORTED_MODULE_3__["c"])("".concat(this.url.getTreeData).concat(this.code), r).then(
+ _api_manage__WEBPACK_IMPORTED_MODULE_3__['c'])(''.concat(this.url.getTreeData).concat(this.code), r).then(
(function(e) {
e.success ? Number(e.result.total) > 0 ? (t.children = n.getDataByResult(e.result.records), n.dataSource =
- _toConsumableArray(n.dataSource)) : (t.children = "", t.hasChildrenField = "0") : n.$message.warning(
+ _toConsumableArray(n.dataSource)) : (t.children = '', t.hasChildrenField = '0') : n.$message.warning(
e.message)
}))
}
} else {
- var a = this.expandedRowKeys.indexOf(t.id);
+ var a = this.expandedRowKeys.indexOf(t.id)
a >= 0 && this.expandedRowKeys.splice(a, 1)
}
},
handleAcceptHrefParams: function() {
- var e = this;
- this.acceptHrefParams = {};
- var t = this.$route.query;
+ var e = this
+ this.acceptHrefParams = {}
+ var t = this.$route.query
t && Object.keys(t).map((function(n) {
e.queryParam[n] = t[n], e.acceptHrefParams[n] = t[n]
}))
},
getQueryParams: function(e) {
- var t = {};
+ var t = {}
return t = e ? Object.assign({}, this.isorter, this.acceptHrefParams) : Object.assign({}, this.acceptHrefParams,
- this.queryParam, this.isorter), "{}" === JSON.stringify(this.queryParam) || e ? t.hasQuery = "false" : t
- .hasQuery = "true", t.pageNo = this.pagination.current, t.pageSize = this.pagination.pageSize, Object(
- _utils_util__WEBPACK_IMPORTED_MODULE_4__["a"])(t)
+ this.queryParam, this.isorter), '{}' === JSON.stringify(this.queryParam) || e ? t.hasQuery = 'false' : t
+ .hasQuery = 'true', t.pageNo = this.pagination.current, t.pageSize = this.pagination.pageSize, Object(
+ _utils_util__WEBPACK_IMPORTED_MODULE_4__['a'])(t)
},
initCgButtonList: function(e) {
var t = [],
- n = [];
+ n = []
if (e && e.length > 0)
for (var r = 0; r < e.length; r++) {
- var a = e[r];
- "button" == a.buttonStyle ? n.push(a) : "link" == a.buttonStyle && t.push(a)
+ var a = e[r]
+ 'button' == a.buttonStyle ? n.push(a) : 'link' == a.buttonStyle && t.push(a)
}
this.cgButtonLinkList = [].concat(t), this.cgButtonList = [].concat(n)
},
initCgEnhanceJs: function initCgEnhanceJs(enhanceJs) {
if (enhanceJs) {
- var Obj = eval("(" + enhanceJs + ")");
- this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_3__["c"],
- _api_manage__WEBPACK_IMPORTED_MODULE_3__["f"], _api_manage__WEBPACK_IMPORTED_MODULE_3__["a"]), this.cgButtonJsHandler(
- "created")
- } else this.EnhanceJS = ""
+ var Obj = eval('(' + enhanceJs + ')')
+ this.EnhanceJS = new Obj(_api_manage__WEBPACK_IMPORTED_MODULE_3__['c'],
+ _api_manage__WEBPACK_IMPORTED_MODULE_3__['f'], _api_manage__WEBPACK_IMPORTED_MODULE_3__['a']), this.cgButtonJsHandler(
+ 'created')
+ } else this.EnhanceJS = ''
},
initButtonSwitch: function(e) {
- var t = this;
+ var t = this
e && e.length > 0 && Object.keys(this.buttonSwitch).forEach((function(n) {
e.indexOf(n) >= 0 && (t.buttonSwitch[n] = !1)
}))
@@ -69162,127 +69828,129 @@
this.selectedRowKeys = [], this.selectionRows = []
},
handleTableChange: function(e, t, n) {
- Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = "ascend" == n.order ?
- "asc" : "desc"), this.pagination && (this.pagination = e), this.loadData()
+ Object.keys(n).length > 0 && (this.isorter.column = n.field, this.isorter.order = 'ascend' == n.order ?
+ 'asc' : 'desc'), this.pagination && (this.pagination = e), this.loadData()
},
getDateNoTime: function(e) {
- if (!e) return "";
- var t = e;
+ if (!e) return ''
+ var t = e
return t.length > 10 && (t = t.substring(0, 10)), t
},
getImgView: function(e) {
- return e && e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(","))), Object(
- _api_manage__WEBPACK_IMPORTED_MODULE_3__["d"])(e)
+ return e && e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(','))), Object(
+ _api_manage__WEBPACK_IMPORTED_MODULE_3__['d'])(e)
},
downloadRowFile: function(e) {
if (e) {
- e.indexOf(",") > 0 && (e = e.substring(0, e.indexOf(",")));
- var t = Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["d"])(e);
+ e.indexOf(',') > 0 && (e = e.substring(0, e.indexOf(',')))
+ var t = Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['d'])(e)
window.open(t)
- } else this.$message.warning("未知的文件")
+ } else this.$message.warning('未知的文件')
},
handleEdit: function(e) {
- this.loadParent = !1, this.cgButtonLinkHandler(e, "beforeEdit", "js"), this.$refs.modal.edit(this.formTemplate,
+ this.loadParent = !1, this.cgButtonLinkHandler(e, 'beforeEdit', 'js'), this.$refs.modal.edit(this.formTemplate,
e.id)
},
handleDetail: function(e) {
this.$refs.modal.detail(this.formTemplate, e.id)
},
handleDeleteOne: function(e) {
- this.loadParent = !0, this.cgButtonLinkHandler(e, "beforeDelete", "js"), this.handleDelete(e.id, e[this.pidField])
+ this.loadParent = !0, this.cgButtonLinkHandler(e, 'beforeDelete', 'js'), this.handleDelete(e.id, e[this.pidField])
},
handleDelete: function(e, t) {
- var n = this;
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["a"])(this.url.optPre + this.code + "/" + e).then((
+ var n = this
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['a'])(this.url.optPre + this.code + '/' + e).then((
function(e) {
e.success ? n.loadData(1) : n.$message.warning(e.message)
}))
},
deleteFromDataSource: function(e, t, n) {
for (var r = this, a = -1, i = function(n) {
- if (t[n].id === e) return a = n, "break";
+ if (t[n].id === e) return a = n, 'break'
t[n].children && t[n].children.length > 0 && r.deleteFromDataSource(e, t[n].children, (function(e) {
- !0 === e && (t[n].children = "", t[n].isLeaf = !0)
+ !0 === e && (t[n].children = '', t[n].isLeaf = !0)
}))
}, o = 0; o < t.length; o++) {
- var s = i(o);
- if ("break" === s) break
- } - 1 != a && (t.splice(a, 1), n(0 == t.length))
+ var s = i(o)
+ if ('break' === s) break
+ }
+ -1 != a && (t.splice(a, 1), n(0 == t.length))
},
handleAddChild: function(e) {
- this.cgButtonJsHandler("beforeAdd"), this.loadParent = !0;
- var t = {};
- t[this.pidField] = e["id"], this.$refs.modal.add(this.formTemplate, t)
+ this.cgButtonJsHandler('beforeAdd'), this.loadParent = !0
+ var t = {}
+ t[this.pidField] = e['id'], this.$refs.modal.add(this.formTemplate, t)
},
handleAdd: function() {
- this.loadParent = !1, this.cgButtonJsHandler("beforeAdd"), this.$refs.modal.add(this.formTemplate)
+ this.loadParent = !1, this.cgButtonJsHandler('beforeAdd'), this.$refs.modal.add(this.formTemplate)
},
addOk: function() {
var e = _asyncToGenerator(
G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.mark((function e(t, n) {
- var r;
+ var r
return G_jeecgboot_shangye_make_jeecgboot2_4_2_20210122_os_ant_design_jeecg_vue_onlinelib242_node_modules_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default
.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
if (t) {
- e.next = 4;
+ e.next = 4
break
}
- this.loadData(), e.next = 19;
- break;
+ this.loadData(), e.next = 19
+ break
case 4:
if (!(n && n.length > 0)) {
- e.next = 16;
+ e.next = 16
break
}
- r = 0;
+ r = 0
case 6:
if (!(r < n.length)) {
- e.next = 14;
+ e.next = 14
break
}
if (!(this.expandedRowKeys.indexOf(n[r]) >= 0 && t != n[r])) {
- e.next = 9;
+ e.next = 9
break
}
- return e.abrupt("continue", 11);
+ return e.abrupt('continue', 11)
case 9:
- return e.next = 11, this.expandTreeNode(n[r]);
+ return e.next = 11, this.expandTreeNode(n[r])
case 11:
- r++, e.next = 6;
- break;
+ r++, e.next = 6
+ break
case 14:
- e.next = 19;
- break;
+ e.next = 19
+ break
case 16:
if (!0 !== this.loadParent) {
- e.next = 19;
+ e.next = 19
break
}
- return e.next = 19, this.expandTreeNode(t);
+ return e.next = 19, this.expandTreeNode(t)
case 19:
- case "end":
+ case 'end':
return e.stop()
}
}), e, this)
- })));
+ })))
function t(t, n) {
return e.apply(this, arguments)
}
+
return t
}(),
getChildrenByPid: function(e, t, n) {
- var r, a = _createForOfIteratorHelper(t);
+ var r, a = _createForOfIteratorHelper(t)
try {
for (a.s(); !(r = a.n()).done;) {
- var i = r.value;
+ var i = r.value
if (i.id == e) {
i.children && i.children.length > 0 && i.children.map((function(e) {
e.isLoading || n.push(e)
- }));
+ }))
break
}
i.children && i.children.length > 0 && this.getChildrenByPid(e, i.children, n)
@@ -69297,7 +69965,7 @@
if (t && t.length > 0)
for (var n = 0; n < t.length; n++) {
if (t[n].id == e.id) {
- Object.assign(t[n], e);
+ Object.assign(t[n], e)
break
}
this.editOk(e, t[n].children)
@@ -69313,54 +69981,54 @@
this.loadData(1)
},
getImportUrl: function() {
- return "/online/cgform/api/importXls/" + this.code
+ return '/online/cgform/api/importXls/' + this.code
},
handleExportXls: function() {
var e = this,
- t = this.queryParam;
- this.selectedRowKeys && this.selectedRowKeys.length > 0 && (t["selections"] = this.selectedRowKeys.join(
- ","));
- var n = JSON.stringify(Object(_utils_util__WEBPACK_IMPORTED_MODULE_4__["a"])(t));
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["b"])(this.url.exportXls + this.code, {
+ t = this.queryParam
+ this.selectedRowKeys && this.selectedRowKeys.length > 0 && (t['selections'] = this.selectedRowKeys.join(
+ ','))
+ var n = JSON.stringify(Object(_utils_util__WEBPACK_IMPORTED_MODULE_4__['a'])(t))
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['b'])(this.url.exportXls + this.code, {
paramsStr: n
}).then((function(t) {
if (t && 0 !== t.size)
- if ("undefined" !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t]), e.description +
- ".xls");
+ if ('undefined' !== typeof window.navigator.msSaveBlob) window.navigator.msSaveBlob(new Blob([t]), e.description +
+ '.xls')
else {
var n = window.URL.createObjectURL(new Blob([t])),
- r = document.createElement("a");
- r.style.display = "none", r.href = n, r.setAttribute("download", e.description + ".xls"), document.body
+ r = document.createElement('a')
+ r.style.display = 'none', r.href = n, r.setAttribute('download', e.description + '.xls'), document.body
.appendChild(r), r.click(), document.body.removeChild(r), window.URL.revokeObjectURL(n)
}
- else e.$message.warning("文件下载失败")
+ else e.$message.warning('文件下载失败')
}))
},
handleDelBatch: function() {
- if (this.selectedRowKeys.length <= 0) return this.$message.warning("请选择一条记录!"), !1;
- var e = "",
- t = this;
+ if (this.selectedRowKeys.length <= 0) return this.$message.warning('请选择一条记录!'), !1
+ var e = '',
+ t = this
t.selectedRowKeys.forEach((function(t) {
- e += t + ","
+ e += t + ','
})), t.$confirm({
- title: "确认删除",
- content: "是否删除选中数据?",
+ title: '确认删除',
+ content: '是否删除选中数据?',
onOk: function() {
t.handleDelete(e), t.onClearSelected()
}
})
},
cgButtonLinkHandler: function(e, t, n) {
- var r = this;
- if ("js" == n) this.EnhanceJS[t] && this.EnhanceJS[t](this, e);
- else if ("action" == n) {
+ var r = this
+ if ('js' == n) this.EnhanceJS[t] && this.EnhanceJS[t](this, e)
+ else if ('action' == n) {
var a = {
formId: this.code,
buttonCode: t,
dataId: e.id
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["f"])(this.url.buttonAction, a).then((function(e) {
- e.success ? (r.loadData(), r.$message.success("处理完成!")) : r.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['f'])(this.url.buttonAction, a).then((function(e) {
+ e.success ? (r.loadData(), r.$message.success('处理完成!')) : r.$message.warning('处理失败!')
}))
}
},
@@ -69368,43 +70036,43 @@
this.EnhanceJS[e] && this.EnhanceJS[e](this)
},
cgButtonActionHandler: function(e) {
- var t = this;
- if (!this.selectedRowKeys || 0 == this.selectedRowKeys.length) return this.$message.warning("请先选中一条记录"), !
- 1;
- if (this.selectedRowKeys.length > 1) return this.$message.warning("请只选中一条记录"), !1;
+ var t = this
+ if (!this.selectedRowKeys || 0 == this.selectedRowKeys.length) return this.$message.warning('请先选中一条记录'), !
+ 1
+ if (this.selectedRowKeys.length > 1) return this.$message.warning('请只选中一条记录'), !1
var n = {
formId: this.code,
buttonCode: e,
dataId: this.selectedRowKeys[0]
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["f"])(this.url.buttonAction, n).then((function(e) {
- e.success ? (t.loadData(), t.$message.success("处理完成!")) : t.$message.warning("处理失败!")
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['f'])(this.url.buttonAction, n).then((function(e) {
+ e.success ? (t.loadData(), t.$message.success('处理完成!')) : t.$message.warning('处理失败!')
}))
},
showOptButton: function(e, t) {
- return !!this.buttonSwitch[e] && (!this.hasBpmStatus || null == t.bpm_status || "" == t.bpm_status || "1" ==
+ return !!this.buttonSwitch[e] && (!this.hasBpmStatus || null == t.bpm_status || '' == t.bpm_status || '1' ==
t.bpm_status)
},
showSubmitFlowButton: function(e) {
- return !(1 != this.buttonSwitch.bpm || !this.hasBpmStatus || null != e.bpm_status && "" != e.bpm_status &&
- "1" != e.bpm_status)
+ return !(1 != this.buttonSwitch.bpm || !this.hasBpmStatus || null != e.bpm_status && '' != e.bpm_status &&
+ '1' != e.bpm_status)
},
showViewFlowButton: function(e) {
- return !(!this.hasBpmStatus || null == e.bpm_status || "" == e.bpm_status || "1" == e.bpm_status)
+ return !(!this.hasBpmStatus || null == e.bpm_status || '' == e.bpm_status || '1' == e.bpm_status)
},
startProcess: function(e) {
- var t = this;
+ var t = this
this.$confirm({
- title: "提示",
- content: "确认提交流程吗?",
+ title: '提示',
+ content: '确认提交流程吗?',
onOk: function() {
var n = {
flowCode: t.flowCodePre + t.currentTableName,
id: e.id,
- formUrl: "modules/bpm/task/form/OnlineFormDetail",
- formUrlMobile: "check/onlineForm/detail"
- };
- Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__["f"])(t.url.startProcess, n).then((function(e) {
+ formUrl: 'modules/bpm/task/form/OnlineFormDetail',
+ formUrlMobile: 'check/onlineForm/detail'
+ }
+ Object(_api_manage__WEBPACK_IMPORTED_MODULE_3__['f'])(t.url.startProcess, n).then((function(e) {
e.success ? (t.$message.success(e.message), t.loadData(), t.onClearSelected()) : t.$message.warning(
e.message)
}))
@@ -69415,14 +70083,14 @@
}
},
d0f6: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-editable-table", {
- ref: "editableTable",
+ n = e._self._c || t
+ return n('j-editable-table', {
+ ref: 'editableTable',
attrs: {
loading: e.loading,
columns: e.columns,
@@ -69430,7 +70098,7 @@
rowNumber: !0,
maxHeight: 340,
disabledRows: {
- dbFieldName: "id"
+ dbFieldName: 'id'
}
},
on: {
@@ -69439,10 +70107,10 @@
})
},
a = [],
- i = n("a34a"),
+ i = n('a34a'),
o = n.n(i),
- s = n("e2e0"),
- c = n("addb");
+ s = n('e2e0'),
+ c = n('addb')
function l(e, t, n, r, a, i, o) {
try {
@@ -69457,126 +70125,128 @@
function u(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- l(i, r, a, o, s, "next", e)
+ l(i, r, a, o, s, 'next', e)
}
function s(e) {
- l(i, r, a, o, s, "throw", e)
+ l(i, r, a, o, s, 'throw', e)
}
+
o(void 0)
}))
}
}
+
var d = [{
- title: "文本框",
- value: "text"
+ title: '文本框',
+ value: 'text'
}, {
- title: "日期(yyyy-MM-dd)",
- value: "date"
+ title: '日期(yyyy-MM-dd)',
+ value: 'date'
}, {
- title: "日期(yyyy-MM-dd HH:mm:ss)",
- value: "datetime"
+ title: '日期(yyyy-MM-dd HH:mm:ss)',
+ value: 'datetime'
}, {
- title: "时间(HH:mm:ss)",
- value: "time"
+ title: '时间(HH:mm:ss)',
+ value: 'time'
}, {
- title: "下拉框",
- value: "list"
+ title: '下拉框',
+ value: 'list'
}, {
- title: "下拉多选框",
- value: "list_multi"
+ title: '下拉多选框',
+ value: 'list_multi'
}, {
- title: "下拉搜索框",
- value: "sel_search"
+ title: '下拉搜索框',
+ value: 'sel_search'
}, {
- title: "分类字典树",
- value: "cat_tree"
+ title: '分类字典树',
+ value: 'cat_tree'
}, {
- title: "Popup弹框",
- value: "popup"
+ title: 'Popup弹框',
+ value: 'popup'
}, {
- title: "部门选择",
- value: "sel_depart"
+ title: '部门选择',
+ value: 'sel_depart'
}, {
- title: "用户选择",
- value: "sel_user"
+ title: '用户选择',
+ value: 'sel_user'
}, {
- title: "省市区组件",
- value: "pca"
+ title: '省市区组件',
+ value: 'pca'
}, {
- title: "自定义树控件",
- value: "sel_tree"
+ title: '自定义树控件',
+ value: 'sel_tree'
}],
h = {
- name: "QueryTable",
+ name: 'QueryTable',
components: {},
data: function() {
return {
loading: !1,
dataSource: [],
columns: [{
- title: "字段名称",
- key: "dbFieldName",
- width: "130px",
- type: s["a"].input,
- defaultValue: "",
- placeholder: "",
+ title: '字段名称',
+ key: 'dbFieldName',
+ width: '130px',
+ type: s['a'].input,
+ defaultValue: '',
+ placeholder: '',
props: {
disabled: !0
}
}, {
- title: "字段备注",
- key: "dbFieldTxt",
- width: "130px",
- type: s["a"].input,
- defaultValue: "",
- placeholder: "",
+ title: '字段备注',
+ key: 'dbFieldTxt',
+ width: '130px',
+ type: s['a'].input,
+ defaultValue: '',
+ placeholder: '',
props: {
disabled: !0
}
}, {
- title: "控件类型",
- key: "queryShowType",
- width: "170px",
- type: s["a"].select,
+ title: '控件类型',
+ key: 'queryShowType',
+ width: '170px',
+ type: s['a'].select,
options: d,
- defaultValue: "text",
- placeholder: "请选择${title}"
+ defaultValue: 'text',
+ placeholder: '请选择${title}'
}, {
- title: "字典Table",
- key: "queryDictTable",
- width: "130px",
- type: s["a"].input_pop,
- defaultValue: ""
+ title: '字典Table',
+ key: 'queryDictTable',
+ width: '130px',
+ type: s['a'].input_pop,
+ defaultValue: ''
}, {
- title: "字典Code",
- key: "queryDictField",
- width: "130px",
- type: s["a"].input,
- defaultValue: ""
+ title: '字典Code',
+ key: 'queryDictField',
+ width: '130px',
+ type: s['a'].input,
+ defaultValue: ''
}, {
- title: "字典Text",
- key: "queryDictText",
- width: "130px",
- type: s["a"].input,
- defaultValue: ""
+ title: '字典Text',
+ key: 'queryDictText',
+ width: '130px',
+ type: s['a'].input,
+ defaultValue: ''
}, {
- title: "默认值",
- key: "queryDefVal",
- width: "130px",
- type: s["a"].input,
- defaultValue: ""
+ title: '默认值',
+ key: 'queryDefVal',
+ width: '130px',
+ type: s['a'].input,
+ defaultValue: ''
}, {
- title: "是否启用",
- key: "queryConfigFlag",
- width: "80px",
- type: s["a"].checkbox,
- customValue: ["1", "0"],
+ title: '是否启用',
+ key: 'queryConfigFlag',
+ width: '80px',
+ type: s['a'].checkbox,
+ customValue: ['1', '0'],
defaultChecked: !1
}]
}
@@ -69587,189 +70257,190 @@
return o.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
- return e.next = 2, Object(c["syncAllTable"])(this, t);
+ return e.next = 2, Object(c['syncAllTable'])(this, t)
case 2:
- case "end":
+ case 'end':
return e.stop()
}
}), e, this)
- })));
+ })))
function t(t) {
return e.apply(this, arguments)
}
+
return t
}(),
handleChange: function(e) {
var t = e.row,
n = e.column,
- r = e.value;
- "queryConfigFlag" === n.key && !0 === r && this.$emit("query", t.id)
+ r = e.value
+ 'queryConfigFlag' === n.key && !0 === r && this.$emit('query', t.id)
}
}
},
f = h,
- m = n("2877"),
- p = Object(m["a"])(f, r, a, !1, null, "9d7a584a", null);
- t["default"] = p.exports
+ m = n('2877'),
+ p = Object(m['a'])(f, r, a, !1, null, '9d7a584a', null)
+ t['default'] = p.exports
},
d252: function(e, t, n) {
- "use strict";
+ 'use strict'
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return "date" == e.item.view ? n("a-form-item", {
+ n = e._self._c || t
+ return 'date' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [e.single_mode === e.item.mode ? [n("j-date", {
+ }, [e.single_mode === e.item.mode ? [n('j-date', {
attrs: {
- placeholder: "请选择" + e.item.label
+ placeholder: '请选择' + e.item.label
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })] : [n("j-date", {
+ })] : [n('j-date', {
staticStyle: {
- width: "calc(50% - 15px)"
+ width: 'calc(50% - 15px)'
},
attrs: {
- placeholder: "开始日期"
+ placeholder: '开始日期'
},
model: {
- value: e.queryParam[e.item.field + "_begin"],
+ value: e.queryParam[e.item.field + '_begin'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_begin", t)
+ e.$set(e.queryParam, e.item.field + '_begin', t)
},
- expression: "queryParam[item.field+'_begin']"
+ expression: 'queryParam[item.field+\'_begin\']'
}
- }), n("span", {
- staticClass: "group-query-strig"
- }, [e._v("~")]), n("j-date", {
+ }), n('span', {
+ staticClass: 'group-query-strig'
+ }, [e._v('~')]), n('j-date', {
staticStyle: {
- width: "calc(50% - 15px)"
+ width: 'calc(50% - 15px)'
},
attrs: {
- placeholder: "结束日期"
+ placeholder: '结束日期'
},
model: {
- value: e.queryParam[e.item.field + "_end"],
+ value: e.queryParam[e.item.field + '_end'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_end", t)
+ e.$set(e.queryParam, e.item.field + '_end', t)
},
- expression: "queryParam[item.field+'_end']"
+ expression: 'queryParam[item.field+\'_end\']'
}
- })]], 2) : "datetime" == e.item.view ? n("a-form-item", {
+ })]], 2) : 'datetime' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [e.single_mode === e.item.mode ? [n("j-date", {
+ }, [e.single_mode === e.item.mode ? [n('j-date', {
attrs: {
- placeholder: "请选择" + e.item.label,
- "show-time": !0,
- "date-format": "YYYY-MM-DD HH:mm:ss"
+ placeholder: '请选择' + e.item.label,
+ 'show-time': !0,
+ 'date-format': 'YYYY-MM-DD HH:mm:ss'
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })] : [n("j-date", {
+ })] : [n('j-date', {
staticStyle: {
- width: "calc(50% - 15px)"
+ width: 'calc(50% - 15px)'
},
attrs: {
- placeholder: "请选择开始时间",
- "show-time": !0,
- "date-format": "YYYY-MM-DD HH:mm:ss"
+ placeholder: '请选择开始时间',
+ 'show-time': !0,
+ 'date-format': 'YYYY-MM-DD HH:mm:ss'
},
model: {
- value: e.queryParam[e.item.field + "_begin"],
+ value: e.queryParam[e.item.field + '_begin'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_begin", t)
+ e.$set(e.queryParam, e.item.field + '_begin', t)
},
- expression: "queryParam[item.field+'_begin']"
+ expression: 'queryParam[item.field+\'_begin\']'
}
- }), n("span", {
- staticClass: "group-query-strig"
- }, [e._v("~")]), n("j-date", {
+ }), n('span', {
+ staticClass: 'group-query-strig'
+ }, [e._v('~')]), n('j-date', {
staticStyle: {
- width: "calc(50% - 15px)"
+ width: 'calc(50% - 15px)'
},
attrs: {
- placeholder: "请选择开始时间",
- "show-time": !0,
- "date-format": "YYYY-MM-DD HH:mm:ss"
+ placeholder: '请选择开始时间',
+ 'show-time': !0,
+ 'date-format': 'YYYY-MM-DD HH:mm:ss'
},
model: {
- value: e.queryParam[e.item.field + "_end"],
+ value: e.queryParam[e.item.field + '_end'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_end", t)
+ e.$set(e.queryParam, e.item.field + '_end', t)
},
- expression: "queryParam[item.field+'_end']"
+ expression: 'queryParam[item.field+\'_end\']'
}
- })]], 2) : "time" == e.item.view ? n("a-form-item", {
+ })]], 2) : 'time' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [e.single_mode === e.item.mode ? [n("j-time", {
+ }, [e.single_mode === e.item.mode ? [n('j-time', {
attrs: {
- placeholder: "请选择" + e.item.label,
- "date-format": "HH:mm:ss"
+ placeholder: '请选择' + e.item.label,
+ 'date-format': 'HH:mm:ss'
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })] : [n("j-time", {
+ })] : [n('j-time', {
staticStyle: {
- width: "calc(50% - 15px)"
+ width: 'calc(50% - 15px)'
},
attrs: {
- placeholder: "请选择开始时间",
- "date-format": "HH:mm:ss"
+ placeholder: '请选择开始时间',
+ 'date-format': 'HH:mm:ss'
},
model: {
- value: e.queryParam[e.item.field + "_begin"],
+ value: e.queryParam[e.item.field + '_begin'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_begin", t)
+ e.$set(e.queryParam, e.item.field + '_begin', t)
},
- expression: "queryParam[item.field+'_begin']"
+ expression: 'queryParam[item.field+\'_begin\']'
}
- }), n("span", {
- staticClass: "group-query-strig"
- }, [e._v("~")]), n("j-time", {
+ }), n('span', {
+ staticClass: 'group-query-strig'
+ }, [e._v('~')]), n('j-time', {
staticStyle: {
- width: "calc(50% - 15px)"
+ width: 'calc(50% - 15px)'
},
attrs: {
- placeholder: "请选择结束时间",
- "date-format": "HH:mm:ss"
+ placeholder: '请选择结束时间',
+ 'date-format': 'HH:mm:ss'
},
model: {
- value: e.queryParam[e.item.field + "_end"],
+ value: e.queryParam[e.item.field + '_end'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_end", t)
+ e.$set(e.queryParam, e.item.field + '_end', t)
},
- expression: "queryParam[item.field+'_end']"
+ expression: 'queryParam[item.field+\'_end\']'
}
- })]], 2) : "list" == e.item.view || "radio" == e.item.view || "switch" == e.item.view ? n("a-form-item", {
+ })]], 2) : 'list' == e.item.view || 'radio' == e.item.view || 'switch' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, ["1" === e.item.config ? n("j-dict-select-tag", {
+ }, ['1' === e.item.config ? n('j-dict-select-tag', {
attrs: {
- placeholder: "请选择" + e.item.label,
+ placeholder: '请选择' + e.item.label,
dictCode: e.getDictCode(e.item)
},
model: {
@@ -69777,69 +70448,69 @@
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- }) : n("a-select", {
+ }) : n('a-select', {
attrs: {
- placeholder: "请选择" + e.item.label
+ placeholder: '请选择' + e.item.label
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
}, e._l(e.dictOptions[e.item.field], (function(t, r) {
- return n("a-select-option", {
+ return n('a-select-option', {
key: r,
attrs: {
value: t.value
}
- }, [e._v("\n " + e._s(t.text) + "\n ")])
- })), 1)], 1) : "sel_tree" == e.item.view ? n("a-form-item", {
+ }, [e._v('\n ' + e._s(t.text) + '\n ')])
+ })), 1)], 1) : 'sel_tree' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [n("j-tree-select", {
+ }, [n('j-tree-select', {
attrs: {
- placeholder: "请选择" + e.item.label,
+ placeholder: '请选择' + e.item.label,
dict: e.item.dict,
pidField: e.item.pidField,
pidValue: e.item.pidValue,
hasChildField: e.item.hasChildField,
- "load-triggle-change": ""
+ 'load-triggle-change': ''
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })], 1) : "cat_tree" == e.item.view ? n("a-form-item", {
+ })], 1) : 'cat_tree' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [n("j-category-select", {
+ }, [n('j-category-select', {
attrs: {
pcode: e.item.pcode,
- placeholder: "请选择" + e.item.label
+ placeholder: '请选择' + e.item.label
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })], 1) : "sel_search" == e.item.view ? n("a-form-item", {
+ })], 1) : 'sel_search' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, ["1" === e.item.config ? n("j-search-select-tag", {
+ }, ['1' === e.item.config ? n('j-search-select-tag', {
attrs: {
- placeholder: "请选择qq" + e.item.label,
+ placeholder: '请选择qq' + e.item.label,
dict: e.getDictCode(e.item)
},
model: {
@@ -69847,11 +70518,11 @@
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- }) : n("j-search-select-tag", {
+ }) : n('j-search-select-tag', {
attrs: {
- placeholder: "请选择" + e.item.label,
+ placeholder: '请选择' + e.item.label,
dictOptions: e.dictOptions[e.item.field]
},
model: {
@@ -69859,50 +70530,50 @@
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })], 1) : "sel_user" == e.item.view ? n("a-form-item", {
+ })], 1) : 'sel_user' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [n("j-select-user-by-dep", {
+ }, [n('j-select-user-by-dep', {
attrs: {
- placeholder: "请选择" + e.item.label,
- "trigger-change": ""
+ placeholder: '请选择' + e.item.label,
+ 'trigger-change': ''
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })], 1) : "sel_depart" == e.item.view ? n("a-form-item", {
+ })], 1) : 'sel_depart' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [n("j-select-depart", {
+ }, [n('j-select-depart', {
attrs: {
- placeholder: "请选择" + e.item.label,
- "trigger-change": !0
+ placeholder: '请选择' + e.item.label,
+ 'trigger-change': !0
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })], 1) : "popup" == e.item.view ? n("a-form-item", {
+ })], 1) : 'popup' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [n("j-popup", {
+ }, [n('j-popup', {
attrs: {
- placeholder: "请选择" + e.item.label,
+ placeholder: '请选择' + e.item.label,
code: e.item.dictTable,
- "org-fields": e.item.dictCode,
- "dest-fields": e.item.dictText,
+ 'org-fields': e.item.dictCode,
+ 'dest-fields': e.item.dictText,
field: e.getPopupField(e.item.dictText),
multi: !0
},
@@ -69911,31 +70582,31 @@
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })], 1) : "pca" == e.item.view ? n("a-form-item", {
+ })], 1) : 'pca' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [n("j-area-linkage", {
+ }, [n('j-area-linkage', {
attrs: {
- placeholder: "请选择" + e.item.label,
- type: "cascader"
+ placeholder: '请选择' + e.item.label,
+ type: 'cascader'
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })], 1) : "checkbox" == e.item.view || "list_multi" == e.item.view ? n("a-form-item", {
+ })], 1) : 'checkbox' == e.item.view || 'list_multi' == e.item.view ? n('a-form-item', {
attrs: {
label: e.item.label
}
- }, ["1" === e.item.config ? n("j-select-multiple", {
+ }, ['1' === e.item.config ? n('j-select-multiple', {
attrs: {
- placeholder: "请选择" + e.item.label,
+ placeholder: '请选择' + e.item.label,
dictCode: e.getDictCode(e.item)
},
model: {
@@ -69943,11 +70614,11 @@
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- }) : n("j-select-multiple", {
+ }) : n('j-select-multiple', {
attrs: {
- placeholder: "请选择" + e.item.label,
+ placeholder: '请选择' + e.item.label,
options: e.dictOptions[e.item.field]
},
model: {
@@ -69955,165 +70626,168 @@
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })], 1) : n("a-form-item", {
+ })], 1) : n('a-form-item', {
attrs: {
label: e.item.label
}
- }, [e.single_mode === e.item.mode ? [n("a-input", {
+ }, [e.single_mode === e.item.mode ? [n('a-input', {
attrs: {
- placeholder: "请输入" + e.item.label
+ placeholder: '请输入' + e.item.label
},
model: {
value: e.queryParam[e.item.field],
callback: function(t) {
e.$set(e.queryParam, e.item.field, t)
},
- expression: "queryParam[item.field]"
+ expression: 'queryParam[item.field]'
}
- })] : [n("a-input", {
+ })] : [n('a-input', {
staticStyle: {
- width: "calc(50% - 15px)"
+ width: 'calc(50% - 15px)'
},
attrs: {
- placeholder: "请输入开始" + e.item.label
+ placeholder: '请输入开始' + e.item.label
},
model: {
- value: e.queryParam[e.item.field + "_begin"],
+ value: e.queryParam[e.item.field + '_begin'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_begin", t)
+ e.$set(e.queryParam, e.item.field + '_begin', t)
},
- expression: "queryParam[item.field+'_begin']"
+ expression: 'queryParam[item.field+\'_begin\']'
}
- }), n("span", {
- staticClass: "group-query-strig"
- }, [e._v("~")]), n("a-input", {
+ }), n('span', {
+ staticClass: 'group-query-strig'
+ }, [e._v('~')]), n('a-input', {
staticStyle: {
- width: "calc(50% - 15px)"
+ width: 'calc(50% - 15px)'
},
attrs: {
- placeholder: "请输入结束" + e.item.label
+ placeholder: '请输入结束' + e.item.label
},
model: {
- value: e.queryParam[e.item.field + "_end"],
+ value: e.queryParam[e.item.field + '_end'],
callback: function(t) {
- e.$set(e.queryParam, e.item.field + "_end", t)
+ e.$set(e.queryParam, e.item.field + '_end', t)
},
- expression: "queryParam[item.field+'_end']"
+ expression: 'queryParam[item.field+\'_end\']'
}
})]], 2)
},
a = [],
i = {
- name: "OnlineQueryFormItem",
+ name: 'OnlineQueryFormItem',
props: {
item: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
},
dictOptions: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
},
queryParam: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !0
}
},
components: {},
data: function() {
return {
- single_mode: "single"
+ single_mode: 'single'
}
},
methods: {
getDictCode: function(e) {
- return e.dictTable && e.dictTable.length > 0 ? e.dictTable + "," + e.dictText + "," + e.dictCode : e.dictCode
+ return e.dictTable && e.dictTable.length > 0 ? e.dictTable + ',' + e.dictText + ',' + e.dictCode : e.dictCode
},
getPopupField: function(e) {
- return e.split(",")[0]
+ return e.split(',')[0]
}
}
},
o = i,
- s = (n("929b"), n("2877")),
- c = Object(s["a"])(o, r, a, !1, null, "16acf936", null);
- t["a"] = c.exports
+ s = (n('929b'), n('2877')),
+ c = Object(s['a'])(o, r, a, !1, null, '16acf936', null)
+ t['a'] = c.exports
},
d26a: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "༡",
- 2: "༢",
- 3: "༣",
- 4: "༤",
- 5: "༥",
- 6: "༦",
- 7: "༧",
- 8: "༨",
- 9: "༩",
- 0: "༠"
+ 1: '༡',
+ 2: '༢',
+ 3: '༣',
+ 4: '༤',
+ 5: '༥',
+ 6: '༦',
+ 7: '༧',
+ 8: '༨',
+ 9: '༩',
+ 0: '༠'
},
n = {
- "༡": "1",
- "༢": "2",
- "༣": "3",
- "༤": "4",
- "༥": "5",
- "༦": "6",
- "༧": "7",
- "༨": "8",
- "༩": "9",
- "༠": "0"
+ '༡': '1',
+ '༢': '2',
+ '༣': '3',
+ '༤': '4',
+ '༥': '5',
+ '༦': '6',
+ '༧': '7',
+ '༨': '8',
+ '༩': '9',
+ '༠': '0'
},
- r = e.defineLocale("bo", {
- months: "ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ"
- .split("_"),
- monthsShort: "ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),
+ r = e.defineLocale('bo', {
+ months: 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'
+ .split('_'),
+ monthsShort: 'ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12'.split('_'),
monthsShortRegex: /^(ཟླ་\d{1,2})/,
monthsParseExact: !0,
- weekdays: "གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),
- weekdaysShort: "ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),
- weekdaysMin: "ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),
+ weekdays: 'གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་'.split('_'),
+ weekdaysShort: 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split('_'),
+ weekdaysMin: 'ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན'.split('_'),
longDateFormat: {
- LT: "A h:mm",
- LTS: "A h:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, A h:mm",
- LLLL: "dddd, D MMMM YYYY, A h:mm"
+ LT: 'A h:mm',
+ LTS: 'A h:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, A h:mm',
+ LLLL: 'dddd, D MMMM YYYY, A h:mm'
},
calendar: {
- sameDay: "[དི་རིང] LT",
- nextDay: "[སང་ཉིན] LT",
- nextWeek: "[བདུན་ཕྲག་རྗེས་མ], LT",
- lastDay: "[ཁ་སང] LT",
- lastWeek: "[བདུན་ཕྲག་མཐའ་མ] dddd, LT",
- sameElse: "L"
+ sameDay: '[དི་རིང] LT',
+ nextDay: '[སང་ཉིན] LT',
+ nextWeek: '[བདུན་ཕྲག་རྗེས་མ], LT',
+ lastDay: '[ཁ་སང] LT',
+ lastWeek: '[བདུན་ཕྲག་མཐའ་མ] dddd, LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s ལ་",
- past: "%s སྔན་ལ",
- s: "ལམ་སང",
- ss: "%d སྐར་ཆ།",
- m: "སྐར་མ་གཅིག",
- mm: "%d སྐར་མ",
- h: "ཆུ་ཚོད་གཅིག",
- hh: "%d ཆུ་ཚོད",
- d: "ཉིན་གཅིག",
- dd: "%d ཉིན་",
- M: "ཟླ་བ་གཅིག",
- MM: "%d ཟླ་བ",
- y: "ལོ་གཅིག",
- yy: "%d ལོ"
+ future: '%s ལ་',
+ past: '%s སྔན་ལ',
+ s: 'ལམ་སང',
+ ss: '%d སྐར་ཆ།',
+ m: 'སྐར་མ་གཅིག',
+ mm: '%d སྐར་མ',
+ h: 'ཆུ་ཚོད་གཅིག',
+ hh: '%d ཆུ་ཚོད',
+ d: 'ཉིན་གཅིག',
+ dd: '%d ཉིན་',
+ M: 'ཟླ་བ་གཅིག',
+ MM: '%d ཟླ་བ',
+ y: 'ལོ་གཅིག',
+ yy: '%d ལོ'
},
preparse: function(e) {
return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g, (function(e) {
@@ -70127,202 +70801,207 @@
},
meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "མཚན་མོ" === t && e >= 4 || "ཉིན་གུང" === t && e < 5 || "དགོང་དག" === t ? e +
+ return 12 === e && (e = 0), 'མཚན་མོ' === t && e >= 4 || 'ཉིན་གུང' === t && e < 5 || 'དགོང་དག' === t ? e +
12 : e
},
meridiem: function(e, t, n) {
- return e < 4 ? "མཚན་མོ" : e < 10 ? "ཞོགས་ཀས" : e < 17 ? "ཉིན་གུང" : e < 20 ? "དགོང་དག" : "མཚན་མོ"
+ return e < 4 ? 'མཚན་མོ' : e < 10 ? 'ཞོགས་ཀས' : e < 17 ? 'ཉིན་གུང' : e < 20 ? 'དགོང་དག' : 'མཚན་མོ'
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return r
}))
},
d2d4: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("pt-br", {
- months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split(
- "_"),
- monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),
- weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),
- weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"),
- weekdaysMin: "do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),
+ var t = e.defineLocale('pt-br', {
+ months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(
+ '_'),
+ monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),
+ weekdays: 'domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado'.split('_'),
+ weekdaysShort: 'dom_seg_ter_qua_qui_sex_sáb'.split('_'),
+ weekdaysMin: 'do_2ª_3ª_4ª_5ª_6ª_sá'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D [de] MMMM [de] YYYY",
- LLL: "D [de] MMMM [de] YYYY [às] HH:mm",
- LLLL: "dddd, D [de] MMMM [de] YYYY [às] HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D [de] MMMM [de] YYYY',
+ LLL: 'D [de] MMMM [de] YYYY [às] HH:mm',
+ LLLL: 'dddd, D [de] MMMM [de] YYYY [às] HH:mm'
},
calendar: {
- sameDay: "[Hoje às] LT",
- nextDay: "[Amanhã às] LT",
- nextWeek: "dddd [às] LT",
- lastDay: "[Ontem às] LT",
+ sameDay: '[Hoje às] LT',
+ nextDay: '[Amanhã às] LT',
+ nextWeek: 'dddd [às] LT',
+ lastDay: '[Ontem às] LT',
lastWeek: function() {
- return 0 === this.day() || 6 === this.day() ? "[Último] dddd [às] LT" : "[Última] dddd [às] LT"
+ return 0 === this.day() || 6 === this.day() ? '[Último] dddd [às] LT' : '[Última] dddd [às] LT'
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "em %s",
- past: "há %s",
- s: "poucos segundos",
- ss: "%d segundos",
- m: "um minuto",
- mm: "%d minutos",
- h: "uma hora",
- hh: "%d horas",
- d: "um dia",
- dd: "%d dias",
- M: "um mês",
- MM: "%d meses",
- y: "um ano",
- yy: "%d anos"
+ future: 'em %s',
+ past: 'há %s',
+ s: 'poucos segundos',
+ ss: '%d segundos',
+ m: 'um minuto',
+ mm: '%d minutos',
+ h: 'uma hora',
+ hh: '%d horas',
+ d: 'um dia',
+ dd: '%d dias',
+ M: 'um mês',
+ MM: '%d meses',
+ y: 'um ano',
+ yy: '%d anos'
},
dayOfMonthOrdinalParse: /\d{1,2}º/,
- ordinal: "%dº"
- });
+ ordinal: '%dº'
+ })
return t
}))
},
d2d5: function(e, t, n) {
- n("1654"), n("549b"), e.exports = n("584a").Array.from
+ n('1654'), n('549b'), e.exports = n('584a').Array.from
},
d327: function(e, t) {
function n() {
return []
}
+
e.exports = n
},
d370: function(e, t, n) {
- var r = n("253c"),
- a = n("1310"),
+ var r = n('253c'),
+ a = n('1310'),
i = Object.prototype,
o = i.hasOwnProperty,
s = i.propertyIsEnumerable,
c = r(function() {
return arguments
}()) ? r : function(e) {
- return a(e) && o.call(e, "callee") && !s.call(e, "callee")
- };
+ return a(e) && o.call(e, 'callee') && !s.call(e, 'callee')
+ }
e.exports = c
},
d41d: function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ 'use strict'
+ n.d(t, 'a', (function() {
return c
- })), n.d(t, "b", (function() {
+ })), n.d(t, 'b', (function() {
return l
- }));
- var r = ["moz", "ms", "webkit"];
+ }))
+ var r = ['moz', 'ms', 'webkit']
function a() {
- var e = 0;
+ var e = 0
return function(t) {
var n = (new Date).getTime(),
r = Math.max(0, 16 - (n - e)),
a = window.setTimeout((function() {
t(n + r)
- }), r);
+ }), r)
return e = n + r, a
}
}
function i() {
- if ("undefined" === typeof window) return function() {};
- if (window.requestAnimationFrame) return window.requestAnimationFrame.bind(window);
+ if ('undefined' === typeof window) return function() {
+ }
+ if (window.requestAnimationFrame) return window.requestAnimationFrame.bind(window)
var e = r.filter((function(e) {
- return e + "RequestAnimationFrame" in window
- }))[0];
- return e ? window[e + "RequestAnimationFrame"] : a()
+ return e + 'RequestAnimationFrame' in window
+ }))[0]
+ return e ? window[e + 'RequestAnimationFrame'] : a()
}
function o(e) {
- if ("undefined" === typeof window) return null;
- if (window.cancelAnimationFrame) return window.cancelAnimationFrame(e);
+ if ('undefined' === typeof window) return null
+ if (window.cancelAnimationFrame) return window.cancelAnimationFrame(e)
var t = r.filter((function(e) {
- return e + "CancelAnimationFrame" in window || e + "CancelRequestAnimationFrame" in window
- }))[0];
- return t ? (window[t + "CancelAnimationFrame"] || window[t + "CancelRequestAnimationFrame"]).call(this, e) :
+ return e + 'CancelAnimationFrame' in window || e + 'CancelRequestAnimationFrame' in window
+ }))[0]
+ return t ? (window[t + 'CancelAnimationFrame'] || window[t + 'CancelRequestAnimationFrame']).call(this, e) :
clearTimeout(e)
}
+
var s = i(),
c = function(e) {
return o(e.id)
},
l = function(e, t) {
- var n = Date.now();
+ var n = Date.now()
function r() {
Date.now() - n >= t ? e.call() : a.id = s(r)
}
+
var a = {
id: s(r)
- };
+ }
return a
}
},
- d5a7: function(e, t, n) {},
+ d5a7: function(e, t, n) {
+ },
d60c: function(e, t, n) {
- "use strict";
- var r = n("5c79"),
- a = n.n(r);
+ 'use strict'
+ var r = n('5c79'),
+ a = n.n(r)
a.a
},
d69a: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("fil", {
- months: "Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split(
- "_"),
- monthsShort: "Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),
- weekdays: "Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),
- weekdaysShort: "Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),
- weekdaysMin: "Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),
+ var t = e.defineLocale('fil', {
+ months: 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split(
+ '_'),
+ monthsShort: 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),
+ weekdays: 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split('_'),
+ weekdaysShort: 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),
+ weekdaysMin: 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "MM/D/YYYY",
- LL: "MMMM D, YYYY",
- LLL: "MMMM D, YYYY HH:mm",
- LLLL: "dddd, MMMM DD, YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'MM/D/YYYY',
+ LL: 'MMMM D, YYYY',
+ LLL: 'MMMM D, YYYY HH:mm',
+ LLLL: 'dddd, MMMM DD, YYYY HH:mm'
},
calendar: {
- sameDay: "LT [ngayong araw]",
- nextDay: "[Bukas ng] LT",
- nextWeek: "LT [sa susunod na] dddd",
- lastDay: "LT [kahapon]",
- lastWeek: "LT [noong nakaraang] dddd",
- sameElse: "L"
+ sameDay: 'LT [ngayong araw]',
+ nextDay: '[Bukas ng] LT',
+ nextWeek: 'LT [sa susunod na] dddd',
+ lastDay: 'LT [kahapon]',
+ lastWeek: 'LT [noong nakaraang] dddd',
+ sameElse: 'L'
},
relativeTime: {
- future: "sa loob ng %s",
- past: "%s ang nakalipas",
- s: "ilang segundo",
- ss: "%d segundo",
- m: "isang minuto",
- mm: "%d minuto",
- h: "isang oras",
- hh: "%d oras",
- d: "isang araw",
- dd: "%d araw",
- M: "isang buwan",
- MM: "%d buwan",
- y: "isang taon",
- yy: "%d taon"
+ future: 'sa loob ng %s',
+ past: '%s ang nakalipas',
+ s: 'ilang segundo',
+ ss: '%d segundo',
+ m: 'isang minuto',
+ mm: '%d minuto',
+ h: 'isang oras',
+ hh: '%d oras',
+ d: 'isang araw',
+ dd: '%d araw',
+ M: 'isang buwan',
+ MM: '%d buwan',
+ y: 'isang taon',
+ yy: '%d taon'
},
dayOfMonthOrdinalParse: /\d{1,2}/,
ordinal: function(e) {
@@ -70332,78 +71011,78 @@
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
d6b6: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("hy-am", {
+ var t = e.defineLocale('hy-am', {
months: {
- format: "հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի"
- .split("_"),
- standalone: "հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր"
- .split("_")
+ format: 'հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի'
+ .split('_'),
+ standalone: 'հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր'
+ .split('_')
},
- monthsShort: "հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),
- weekdays: "կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),
- weekdaysShort: "կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),
- weekdaysMin: "կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),
+ monthsShort: 'հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ'.split('_'),
+ weekdays: 'կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ'.split('_'),
+ weekdaysShort: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),
+ weekdaysMin: 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D MMMM YYYY թ.",
- LLL: "D MMMM YYYY թ., HH:mm",
- LLLL: "dddd, D MMMM YYYY թ., HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D MMMM YYYY թ.',
+ LLL: 'D MMMM YYYY թ., HH:mm',
+ LLLL: 'dddd, D MMMM YYYY թ., HH:mm'
},
calendar: {
- sameDay: "[այսօր] LT",
- nextDay: "[վաղը] LT",
- lastDay: "[երեկ] LT",
+ sameDay: '[այսօր] LT',
+ nextDay: '[վաղը] LT',
+ lastDay: '[երեկ] LT',
nextWeek: function() {
- return "dddd [օրը ժամը] LT"
+ return 'dddd [օրը ժամը] LT'
},
lastWeek: function() {
- return "[անցած] dddd [օրը ժամը] LT"
+ return '[անցած] dddd [օրը ժամը] LT'
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "%s հետո",
- past: "%s առաջ",
- s: "մի քանի վայրկյան",
- ss: "%d վայրկյան",
- m: "րոպե",
- mm: "%d րոպե",
- h: "ժամ",
- hh: "%d ժամ",
- d: "օր",
- dd: "%d օր",
- M: "ամիս",
- MM: "%d ամիս",
- y: "տարի",
- yy: "%d տարի"
+ future: '%s հետո',
+ past: '%s առաջ',
+ s: 'մի քանի վայրկյան',
+ ss: '%d վայրկյան',
+ m: 'րոպե',
+ mm: '%d րոպե',
+ h: 'ժամ',
+ hh: '%d ժամ',
+ d: 'օր',
+ dd: '%d օր',
+ M: 'ամիս',
+ MM: '%d ամիս',
+ y: 'տարի',
+ yy: '%d տարի'
},
meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,
isPM: function(e) {
return /^(ցերեկվա|երեկոյան)$/.test(e)
},
meridiem: function(e) {
- return e < 4 ? "գիշերվա" : e < 12 ? "առավոտվա" : e < 17 ? "ցերեկվա" : "երեկոյան"
+ return e < 4 ? 'գիշերվա' : e < 12 ? 'առավոտվա' : e < 17 ? 'ցերեկվա' : 'երեկոյան'
},
dayOfMonthOrdinalParse: /\d{1,2}|\d{1,2}-(ին|րդ)/,
ordinal: function(e, t) {
switch (t) {
- case "DDD":
- case "w":
- case "W":
- case "DDDo":
- return 1 === e ? e + "-ին" : e + "-րդ";
+ case 'DDD':
+ case 'w':
+ case 'W':
+ case 'DDDo':
+ return 1 === e ? e + '-ին' : e + '-րդ'
default:
return e
}
@@ -70412,110 +71091,111 @@
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
- d708: function(e, t, n) {},
+ d708: function(e, t, n) {
+ },
d716: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ca", {
+ var t = e.defineLocale('ca', {
months: {
- standalone: "gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split(
- "_"),
- format: "de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre"
- .split("_"),
+ standalone: 'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre'.split(
+ '_'),
+ format: 'de gener_de febrer_de març_d\'abril_de maig_de juny_de juliol_d\'agost_de setembre_d\'octubre_de novembre_de desembre'
+ .split('_'),
isFormat: /D[oD]?(\s)+MMMM/
},
- monthsShort: "gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),
+ monthsShort: 'gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.'.split('_'),
monthsParseExact: !0,
- weekdays: "diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),
- weekdaysShort: "dg._dl._dt._dc._dj._dv._ds.".split("_"),
- weekdaysMin: "dg_dl_dt_dc_dj_dv_ds".split("_"),
+ weekdays: 'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte'.split('_'),
+ weekdaysShort: 'dg._dl._dt._dc._dj._dv._ds.'.split('_'),
+ weekdaysMin: 'dg_dl_dt_dc_dj_dv_ds'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM [de] YYYY",
- ll: "D MMM YYYY",
- LLL: "D MMMM [de] YYYY [a les] H:mm",
- lll: "D MMM YYYY, H:mm",
- LLLL: "dddd D MMMM [de] YYYY [a les] H:mm",
- llll: "ddd D MMM YYYY, H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM [de] YYYY',
+ ll: 'D MMM YYYY',
+ LLL: 'D MMMM [de] YYYY [a les] H:mm',
+ lll: 'D MMM YYYY, H:mm',
+ LLLL: 'dddd D MMMM [de] YYYY [a les] H:mm',
+ llll: 'ddd D MMM YYYY, H:mm'
},
calendar: {
sameDay: function() {
- return "[avui a " + (1 !== this.hours() ? "les" : "la") + "] LT"
+ return '[avui a ' + (1 !== this.hours() ? 'les' : 'la') + '] LT'
},
nextDay: function() {
- return "[demà a " + (1 !== this.hours() ? "les" : "la") + "] LT"
+ return '[demà a ' + (1 !== this.hours() ? 'les' : 'la') + '] LT'
},
nextWeek: function() {
- return "dddd [a " + (1 !== this.hours() ? "les" : "la") + "] LT"
+ return 'dddd [a ' + (1 !== this.hours() ? 'les' : 'la') + '] LT'
},
lastDay: function() {
- return "[ahir a " + (1 !== this.hours() ? "les" : "la") + "] LT"
+ return '[ahir a ' + (1 !== this.hours() ? 'les' : 'la') + '] LT'
},
lastWeek: function() {
- return "[el] dddd [passat a " + (1 !== this.hours() ? "les" : "la") + "] LT"
+ return '[el] dddd [passat a ' + (1 !== this.hours() ? 'les' : 'la') + '] LT'
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "d'aquí %s",
- past: "fa %s",
- s: "uns segons",
- ss: "%d segons",
- m: "un minut",
- mm: "%d minuts",
- h: "una hora",
- hh: "%d hores",
- d: "un dia",
- dd: "%d dies",
- M: "un mes",
- MM: "%d mesos",
- y: "un any",
- yy: "%d anys"
+ future: 'd\'aquí %s',
+ past: 'fa %s',
+ s: 'uns segons',
+ ss: '%d segons',
+ m: 'un minut',
+ mm: '%d minuts',
+ h: 'una hora',
+ hh: '%d hores',
+ d: 'un dia',
+ dd: '%d dies',
+ M: 'un mes',
+ MM: '%d mesos',
+ y: 'un any',
+ yy: '%d anys'
},
dayOfMonthOrdinalParse: /\d{1,2}(r|n|t|è|a)/,
ordinal: function(e, t) {
- var n = 1 === e ? "r" : 2 === e ? "n" : 3 === e ? "r" : 4 === e ? "t" : "è";
- return "w" !== t && "W" !== t || (n = "a"), e + n
+ var n = 1 === e ? 'r' : 2 === e ? 'n' : 3 === e ? 'r' : 4 === e ? 't' : 'è'
+ return 'w' !== t && 'W' !== t || (n = 'a'), e + n
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
d7ee: function(e, t, n) {
- var r = n("c3fc"),
- a = n("b047f"),
- i = n("99d3"),
+ var r = n('c3fc'),
+ a = n('b047f'),
+ i = n('99d3'),
o = i && i.isSet,
- s = o ? a(o) : r;
+ s = o ? a(o) : r
e.exports = s
},
d864: function(e, t, n) {
- var r = n("79aa");
+ var r = n('79aa')
e.exports = function(e, t, n) {
- if (r(e), void 0 === t) return e;
+ if (r(e), void 0 === t) return e
switch (n) {
case 1:
return function(n) {
return e.call(t, n)
- };
+ }
case 2:
return function(n, r) {
return e.call(t, n, r)
- };
+ }
case 3:
return function(n, r, a) {
return e.call(t, n, r, a)
@@ -70527,21 +71207,21 @@
}
},
d87f: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
+ n = e._self._c || t
+ return n('a-card', {
staticStyle: {
- height: "100%"
+ height: '100%'
},
attrs: {
bordered: !1
}
- }, [n("online-common-list", {
- ref: "onl_" + e.mainModel.currentTableName,
+ }, [n('online-common-list', {
+ ref: 'onl_' + e.mainModel.currentTableName,
attrs: {
code: e.code,
model: e.mainModel
@@ -70549,18 +71229,18 @@
on: {
seleted: e.onSelected
}
- }), n("a-tabs", {
+ }), n('a-tabs', {
attrs: {
- defaultActiveKey: "0"
+ defaultActiveKey: '0'
}
}, e._l(e.subList, (function(t, r) {
- return n("a-tab-pane", {
- key: r + "",
+ return n('a-tab-pane', {
+ key: r + '',
attrs: {
tab: t.description,
forceRender: !0
}
- }, [n("online-common-list", {
+ }, [n('online-common-list', {
ref: t.currentTableName,
refInFor: !0,
attrs: {
@@ -70572,16 +71252,17 @@
})), 1)], 1)
},
a = [],
- i = n("5341"),
- o = n("0fea");
+ i = n('5341'),
+ o = n('0fea')
function s(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = c(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = c(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -70599,17 +71280,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -70627,32 +71308,33 @@
function c(e, t) {
if (e) {
- if ("string" === typeof e) return l(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? l(e, t) : void 0
+ if ('string' === typeof e) return l(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? l(e, t) : void 0
}
}
function l(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var u = {
- name: "OnlCgformErpList",
+ name: 'OnlCgformErpList',
components: {
- OnlineCommonList: i["default"]
+ OnlineCommonList: i['default']
},
data: function() {
return {
- code: "",
+ code: '',
url: {
- getColumns: "/online/cgform/api/getErpColumns/"
+ getColumns: '/online/cgform/api/getErpColumns/'
},
mainModel: {},
subList: [],
- mainId: "",
+ mainId: '',
selectedRow: {},
acceptHrefParams: {}
}
@@ -70667,24 +71349,24 @@
},
methods: {
getSubIndex: function(e) {
- return e + 1 + ""
+ return e + 1 + ''
},
getSubRef: function(e) {
- var t = e.currentTableName;
+ var t = e.currentTableName
return t
},
initColumnConfig: function() {
- var e = this;
- if (!this.$route.params.code) return !1;
- this.code = this.$route.params.code, this.handleAcceptHrefParams(), Object(o["c"])("".concat(this.url.getColumns)
+ var e = this
+ if (!this.$route.params.code) return !1
+ this.code = this.$route.params.code, this.handleAcceptHrefParams(), Object(o['c'])(''.concat(this.url.getColumns)
.concat(this.code)).then((function(t) {
t.success && (e.mainModel = t.result.main, e.subList = t.result.subList, e.$nextTick((function() {
- if (e.$refs["onl_" + e.mainModel.currentTableName].initListByModel(e.acceptHrefParams), e.subList &&
+ if (e.$refs['onl_' + e.mainModel.currentTableName].initListByModel(e.acceptHrefParams), e.subList &&
e.subList.length > 0) {
- var t, n = s(e.subList);
+ var t, n = s(e.subList)
try {
for (n.s(); !(t = n.n()).done;) {
- var r = t.value;
+ var r = t.value
e.$refs[r.currentTableName][0].initListByModel()
}
} catch (a) {
@@ -70700,9 +71382,9 @@
this.selectedRow = e
},
handleAcceptHrefParams: function() {
- var e = this;
- this.acceptHrefParams = {};
- var t = this.$route.query;
+ var e = this
+ this.acceptHrefParams = {}
+ var t = this.$route.query
t && Object.keys(t).map((function(n) {
e.acceptHrefParams[n] = t[n]
}))
@@ -70710,208 +71392,213 @@
}
},
d = u,
- h = (n("5ff1"), n("2877")),
- f = Object(h["a"])(d, r, a, !1, null, "67102101", null);
- t["default"] = f.exports
+ h = (n('5ff1'), n('2877')),
+ f = Object(h['a'])(d, r, a, !1, null, '67102101', null)
+ t['default'] = f.exports
},
d8d6: function(e, t, n) {
- n("1654"), n("6c1c"), e.exports = n("ccb9").f("iterator")
+ n('1654'), n('6c1c'), e.exports = n('ccb9').f('iterator')
+ },
+ d91f: function(e, t, n) {
},
- d91f: function(e, t, n) {},
d925: function(e, t, n) {
- "use strict";
+ 'use strict'
e.exports = function(e) {
return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)
}
},
d96e: function(e, t, n) {
- "use strict";
+ 'use strict'
var r = !1,
- a = function() {};
+ a = function() {
+ }
if (r) {
var i = function(e, t) {
- var n = arguments.length;
- t = new Array(n > 1 ? n - 1 : 0);
- for (var r = 1; r < n; r++) t[r - 1] = arguments[r];
+ var n = arguments.length
+ t = new Array(n > 1 ? n - 1 : 0)
+ for (var r = 1; r < n; r++) t[r - 1] = arguments[r]
var a = 0,
- i = "Warning: " + e.replace(/%s/g, (function() {
+ i = 'Warning: ' + e.replace(/%s/g, (function() {
return t[a++]
- }));
+ }))
try {
throw new Error(i)
- } catch (o) {}
- };
+ } catch (o) {
+ }
+ }
a = function(e, t, n) {
- var r = arguments.length;
- n = new Array(r > 2 ? r - 2 : 0);
- for (var a = 2; a < r; a++) n[a - 2] = arguments[a];
+ var r = arguments.length
+ n = new Array(r > 2 ? r - 2 : 0)
+ for (var a = 2; a < r; a++) n[a - 2] = arguments[a]
if (void 0 === t) throw new Error(
- "`warning(condition, format, ...args)` requires a warning message argument");
+ '`warning(condition, format, ...args)` requires a warning message argument')
e || i.apply(null, [t].concat(n))
}
}
e.exports = a
},
d9f6: function(e, t, n) {
- var r = n("e4ae"),
- a = n("794b"),
- i = n("1bc3"),
- o = Object.defineProperty;
- t.f = n("8e60") ? Object.defineProperty : function(e, t, n) {
+ var r = n('e4ae'),
+ a = n('794b'),
+ i = n('1bc3'),
+ o = Object.defineProperty
+ t.f = n('8e60') ? Object.defineProperty : function(e, t, n) {
if (r(e), t = i(t, !0), r(n), a) try {
return o(e, t, n)
- } catch (s) {}
- if ("get" in n || "set" in n) throw TypeError("Accessors not supported!");
- return "value" in n && (e[t] = n.value), e
+ } catch (s) {
+ }
+ if ('get' in n || 'set' in n) throw TypeError('Accessors not supported!')
+ return 'value' in n && (e[t] = n.value), e
}
},
d9f8: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("fr-ca", {
- months: "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),
- monthsShort: "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),
+ var t = e.defineLocale('fr-ca', {
+ months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),
+ monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),
monthsParseExact: !0,
- weekdays: "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),
- weekdaysShort: "dim._lun._mar._mer._jeu._ven._sam.".split("_"),
- weekdaysMin: "di_lu_ma_me_je_ve_sa".split("_"),
+ weekdays: 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),
+ weekdaysShort: 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),
+ weekdaysMin: 'di_lu_ma_me_je_ve_sa'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "YYYY-MM-DD",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'YYYY-MM-DD',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Aujourd’hui à] LT",
- nextDay: "[Demain à] LT",
- nextWeek: "dddd [à] LT",
- lastDay: "[Hier à] LT",
- lastWeek: "dddd [dernier à] LT",
- sameElse: "L"
+ sameDay: '[Aujourd’hui à] LT',
+ nextDay: '[Demain à] LT',
+ nextWeek: 'dddd [à] LT',
+ lastDay: '[Hier à] LT',
+ lastWeek: 'dddd [dernier à] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "dans %s",
- past: "il y a %s",
- s: "quelques secondes",
- ss: "%d secondes",
- m: "une minute",
- mm: "%d minutes",
- h: "une heure",
- hh: "%d heures",
- d: "un jour",
- dd: "%d jours",
- M: "un mois",
- MM: "%d mois",
- y: "un an",
- yy: "%d ans"
+ future: 'dans %s',
+ past: 'il y a %s',
+ s: 'quelques secondes',
+ ss: '%d secondes',
+ m: 'une minute',
+ mm: '%d minutes',
+ h: 'une heure',
+ hh: '%d heures',
+ d: 'un jour',
+ dd: '%d jours',
+ M: 'un mois',
+ MM: '%d mois',
+ y: 'un an',
+ yy: '%d ans'
},
dayOfMonthOrdinalParse: /\d{1,2}(er|e)/,
ordinal: function(e, t) {
switch (t) {
default:
- case "M":
- case "Q":
- case "D":
- case "DDD":
- case "d":
- return e + (1 === e ? "er" : "e");
- case "w":
- case "W":
- return e + (1 === e ? "re" : "e")
+ case 'M':
+ case 'Q':
+ case 'D':
+ case 'DDD':
+ case 'd':
+ return e + (1 === e ? 'er' : 'e')
+ case 'w':
+ case 'W':
+ return e + (1 === e ? 're' : 'e')
}
}
- });
+ })
return t
}))
},
da03: function(e, t, n) {
- var r = n("2b3e"),
- a = r["__core-js_shared__"];
+ var r = n('2b3e'),
+ a = r['__core-js_shared__']
e.exports = a
},
daa3: function(e, t, n) {
- "use strict";
- n.d(t, "h", (function() {
+ 'use strict'
+ n.d(t, 'h', (function() {
return x
- })), n.d(t, "g", (function() {
+ })), n.d(t, 'g', (function() {
return z
- })), n.d(t, "j", (function() {
+ })), n.d(t, 'j', (function() {
return D
- })), n.d(t, "e", (function() {
+ })), n.d(t, 'e', (function() {
return j
- })), n.d(t, "p", (function() {
+ })), n.d(t, 'p', (function() {
return H
- })), n.d(t, "c", (function() {
+ })), n.d(t, 'c', (function() {
return P
- })), n.d(t, "u", (function() {
+ })), n.d(t, 'u', (function() {
return Y
- })), n.d(t, "r", (function() {
+ })), n.d(t, 'r', (function() {
return v
- })), n.d(t, "k", (function() {
+ })), n.d(t, 'k', (function() {
return L
- })), n.d(t, "f", (function() {
+ })), n.d(t, 'f', (function() {
return O
- })), n.d(t, "n", (function() {
+ })), n.d(t, 'n', (function() {
return w
- })), n.d(t, "l", (function() {
+ })), n.d(t, 'l', (function() {
return S
- })), n.d(t, "i", (function() {
+ })), n.d(t, 'i', (function() {
return T
- })), n.d(t, "d", (function() {
+ })), n.d(t, 'd', (function() {
return C
- })), n.d(t, "q", (function() {
+ })), n.d(t, 'q', (function() {
return k
- })), n.d(t, "v", (function() {
+ })), n.d(t, 'v', (function() {
return _
- })), n.d(t, "s", (function() {
+ })), n.d(t, 's', (function() {
return A
- })), n.d(t, "t", (function() {
+ })), n.d(t, 't', (function() {
return V
- })), n.d(t, "a", (function() {
+ })), n.d(t, 'a', (function() {
return p
- })), n.d(t, "o", (function() {
+ })), n.d(t, 'o', (function() {
return g
- })), n.d(t, "m", (function() {
+ })), n.d(t, 'm', (function() {
return M
- }));
- var r = n("1098"),
+ }))
+ var r = n('1098'),
a = n.n(r),
- i = n("b24f"),
+ i = n('b24f'),
o = n.n(i),
- s = n("41b2"),
+ s = n('41b2'),
c = n.n(s),
- l = n("60ed"),
+ l = n('60ed'),
u = n.n(l),
- d = n("4d26"),
- h = n.n(d);
+ d = n('4d26'),
+ h = n.n(d)
function f(e) {
- var t = e && e.toString().match(/^\s*function (\w+)/);
- return t ? t[1] : ""
+ var t = e && e.toString().match(/^\s*function (\w+)/)
+ return t ? t[1] : ''
}
+
var m = /-(\w)/g,
p = function(e) {
return e.replace(m, (function(e, t) {
- return t ? t.toUpperCase() : ""
+ return t ? t.toUpperCase() : ''
}))
},
_ = function() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "",
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : '',
t = arguments[1],
n = {},
r = /;(?![^(]*\))/g,
- a = /:(.+)/;
+ a = /:(.+)/
return e.split(r).forEach((function(e) {
if (e) {
- var r = e.split(a);
+ var r = e.split(a)
if (r.length > 1) {
- var i = t ? p(r[0].trim()) : r[0].trim();
+ var i = t ? p(r[0].trim()) : r[0].trim()
n[i] = r[1].trim()
}
}
@@ -70919,12 +71606,12 @@
},
v = function(e, t) {
var n = e.$options || {},
- r = n.propsData || {};
+ r = n.propsData || {}
return t in r
},
b = function(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},
- n = {};
+ n = {}
return Object.keys(e).forEach((function(r) {
(r in t || void 0 !== e[r]) && (n[r] = e[r])
})), n
@@ -70933,25 +71620,25 @@
return e.data && e.data.scopedSlots || {}
},
g = function(e) {
- var t = e.componentOptions || {};
- e.$vnode && (t = e.$vnode.componentOptions || {});
+ var t = e.componentOptions || {}
+ e.$vnode && (t = e.$vnode.componentOptions || {})
var n = e.children || t.children || [],
- r = {};
+ r = {}
return n.forEach((function(e) {
if (!E(e)) {
- var t = e.data && e.data.slot || "default";
+ var t = e.data && e.data.slot || 'default'
r[t] = r[t] || [], r[t].push(e)
}
})), c()({}, r, y(e))
},
M = function(e) {
- var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : "default",
- n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : {};
+ var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 'default',
+ n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : {}
return e.$scopedSlots && e.$scopedSlots[t] && e.$scopedSlots[t](n) || e.$slots[t] || []
},
w = function(e) {
- if (e.fnOptions) return e.fnOptions;
- var t = e.componentOptions;
+ if (e.fnOptions) return e.fnOptions
+ var t = e.componentOptions
return e.$vnode && (t = e.$vnode.componentOptions), t && t.Ctor.options || {}
},
L = function(e) {
@@ -70965,21 +71652,21 @@
l = {},
u = !0,
d = !1,
- h = void 0;
+ h = void 0
try {
for (var m, p = Object.entries(s)[Symbol.iterator](); !(u = (m = p.next()).done); u = !0) {
var _ = m.value,
v = o()(_, 2),
y = v[0],
g = v[1],
- M = g["default"];
- void 0 !== M && (l[y] = "function" === typeof M && "Function" !== f(g.type) ? M.call(e) : M)
+ M = g['default']
+ void 0 !== M && (l[y] = 'function' === typeof M && 'Function' !== f(g.type) ? M.call(e) : M)
}
} catch (k) {
d = !0, h = k
} finally {
try {
- !u && p["return"] && p["return"]()
+ !u && p['return'] && p['return']()
} finally {
if (d) throw h
}
@@ -70989,54 +71676,54 @@
var w = e.$options,
L = void 0 === w ? {} : w,
O = e.$props,
- S = void 0 === O ? {} : O;
+ S = void 0 === O ? {} : O
return b(S, L.propsData)
},
O = function(e, t) {
var n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : e,
- r = !(arguments.length > 3 && void 0 !== arguments[3]) || arguments[3];
+ r = !(arguments.length > 3 && void 0 !== arguments[3]) || arguments[3]
if (e.$createElement) {
var a = e.$createElement,
- i = e[t];
- return void 0 !== i ? "function" === typeof i && r ? i(a, n) : i : e.$scopedSlots[t] && r && e.$scopedSlots[
+ i = e[t]
+ return void 0 !== i ? 'function' === typeof i && r ? i(a, n) : i : e.$scopedSlots[t] && r && e.$scopedSlots[
t](n) || e.$scopedSlots[t] || e.$slots[t] || void 0
}
var o = e.context.$createElement,
- s = S(e)[t];
- if (void 0 !== s) return "function" === typeof s && r ? s(o, n) : s;
- var c = y(e)[t];
- if (void 0 !== c) return "function" === typeof c && r ? c(o, n) : c;
+ s = S(e)[t]
+ if (void 0 !== s) return 'function' === typeof s && r ? s(o, n) : s
+ var c = y(e)[t]
+ if (void 0 !== c) return 'function' === typeof c && r ? c(o, n) : c
var l = [],
- u = e.componentOptions || {};
+ u = e.componentOptions || {}
return (u.children || []).forEach((function(e) {
- e.data && e.data.slot === t && (e.data.attrs && delete e.data.attrs.slot, "template" === e.tag ? l.push(e
+ e.data && e.data.slot === t && (e.data.attrs && delete e.data.attrs.slot, 'template' === e.tag ? l.push(e
.children) : l.push(e))
})), l.length ? l : void 0
},
S = function(e) {
- var t = e.componentOptions;
+ var t = e.componentOptions
return e.$vnode && (t = e.$vnode.componentOptions), t && t.propsData || {}
},
k = function(e, t) {
return S(e)[t]
},
C = function(e) {
- var t = e.data;
+ var t = e.data
return e.$vnode && (t = e.$vnode.data), t && t.attrs || {}
},
T = function(e) {
- var t = e.key;
+ var t = e.key
return e.$vnode && (t = e.$vnode.key), t
- };
+ }
function x(e) {
- var t = {};
+ var t = {}
return e.componentOptions && e.componentOptions.listeners ? t = e.componentOptions.listeners : e.data && e.data
.on && (t = e.data.on), c()({}, t)
}
function z(e) {
- var t = {};
+ var t = {}
return e.data && e.data.on && (t = e.data.on), c()({}, t)
}
@@ -71045,27 +71732,27 @@
}
function j(e) {
- var t = {};
- e.data ? t = e.data : e.$vnode && e.$vnode.data && (t = e.$vnode.data);
- var n = t["class"] || {},
+ var t = {}
+ e.data ? t = e.data : e.$vnode && e.$vnode.data && (t = e.$vnode.data)
+ var n = t['class'] || {},
r = t.staticClass,
- a = {};
- return r && r.split(" ").forEach((function(e) {
+ a = {}
+ return r && r.split(' ').forEach((function(e) {
a[e.trim()] = !0
- })), "string" === typeof n ? n.split(" ").forEach((function(e) {
+ })), 'string' === typeof n ? n.split(' ').forEach((function(e) {
a[e.trim()] = !0
- })) : Array.isArray(n) ? h()(n).split(" ").forEach((function(e) {
+ })) : Array.isArray(n) ? h()(n).split(' ').forEach((function(e) {
a[e.trim()] = !0
})) : a = c()({}, a, n), a
}
function H(e, t) {
- var n = {};
- e.data ? n = e.data : e.$vnode && e.$vnode.data && (n = e.$vnode.data);
- var r = n.style || n.staticStyle;
- if ("string" === typeof r) r = _(r, t);
+ var n = {}
+ e.data ? n = e.data : e.$vnode && e.$vnode.data && (n = e.$vnode.data)
+ var r = n.style || n.staticStyle
+ if ('string' === typeof r) r = _(r, t)
else if (t && r) {
- var a = {};
+ var a = {}
return Object.keys(r).forEach((function(e) {
return a[p(e)] = r[e]
})), a
@@ -71074,43 +71761,44 @@
}
function E(e) {
- return !(e.tag || e.text && "" !== e.text.trim())
+ return !(e.tag || e.text && '' !== e.text.trim())
}
function P() {
- var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [];
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : []
return e.filter((function(e) {
return !E(e)
}))
}
+
var A = function(e, t) {
return Object.keys(t).forEach((function(n) {
- if (!e[n]) throw new Error("not have " + n + " prop");
+ if (!e[n]) throw new Error('not have ' + n + ' prop')
e[n].def && (e[n] = e[n].def(t[n]))
})), e
- };
+ }
function Y() {
var e = [].slice.call(arguments, 0),
- t = {};
+ t = {}
return e.forEach((function() {
var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
n = !0,
r = !1,
- a = void 0;
+ a = void 0
try {
for (var i, s = Object.entries(e)[Symbol.iterator](); !(n = (i = s.next()).done); n = !0) {
var l = i.value,
d = o()(l, 2),
h = d[0],
- f = d[1];
+ f = d[1]
t[h] = t[h] || {}, u()(f) ? c()(t[h], f) : t[h] = f
}
} catch (m) {
r = !0, a = m
} finally {
try {
- !n && s["return"] && s["return"]()
+ !n && s['return'] && s['return']()
} finally {
if (r) throw a
}
@@ -71119,104 +71807,108 @@
}
function V(e) {
- return e && "object" === ("undefined" === typeof e ? "undefined" : a()(e)) && "componentOptions" in e &&
- "context" in e && void 0 !== e.tag
+ return e && 'object' === ('undefined' === typeof e ? 'undefined' : a()(e)) && 'componentOptions' in e &&
+ 'context' in e && void 0 !== e.tag
}
- t["b"] = v
+
+ t['b'] = v
},
db14: function(e, t, n) {
- "use strict";
- var r = n("46cf"),
+ 'use strict'
+ var r = n('46cf'),
a = n.n(r),
- i = "undefined" !== typeof window,
+ i = 'undefined' !== typeof window,
o = i && window.navigator.userAgent.toLowerCase(),
- s = o && o.indexOf("msie 9.0") > 0;
+ s = o && o.indexOf('msie 9.0') > 0
function c(e, t) {
- for (var n = Object.create(null), r = e.split(","), a = 0; a < r.length; a++) n[r[a]] = !0;
+ for (var n = Object.create(null), r = e.split(','), a = 0; a < r.length; a++) n[r[a]] = !0
return t ? function(e) {
return n[e.toLowerCase()]
} : function(e) {
return n[e]
}
}
- var l = c("text,number,password,search,email,tel,url");
+
+ var l = c('text,number,password,search,email,tel,url')
function u(e) {
e.target.composing = !0
}
function d(e) {
- e.target.composing && (e.target.composing = !1, h(e.target, "input"))
+ e.target.composing && (e.target.composing = !1, h(e.target, 'input'))
}
function h(e, t) {
- var n = document.createEvent("HTMLEvents");
+ var n = document.createEvent('HTMLEvents')
n.initEvent(t, !0, !0), e.dispatchEvent(n)
}
function f(e) {
- return e.directive("ant-input", {
+ return e.directive('ant-input', {
inserted: function(e, t, n) {
- ("textarea" === n.tag || l(e.type)) && (t.modifiers && t.modifiers.lazy || (e.addEventListener(
- "compositionstart", u), e.addEventListener("compositionend", d), e.addEventListener("change", d), s &&
+ ('textarea' === n.tag || l(e.type)) && (t.modifiers && t.modifiers.lazy || (e.addEventListener(
+ 'compositionstart', u), e.addEventListener('compositionend', d), e.addEventListener('change', d), s &&
(e.vmodel = !0)))
}
})
}
- s && document.addEventListener("selectionchange", (function() {
- var e = document.activeElement;
- e && e.vmodel && h(e, "input")
- }));
+
+ s && document.addEventListener('selectionchange', (function() {
+ var e = document.activeElement
+ e && e.vmodel && h(e, 'input')
+ }))
function m(e) {
- return e.directive("decorator", {})
+ return e.directive('decorator', {})
}
function p(e) {
- return e.directive("ant-portal", {
+ return e.directive('ant-portal', {
inserted: function(e, t) {
var n = t.value,
- r = "function" === typeof n ? n(e) : n;
+ r = 'function' === typeof n ? n(e) : n
r !== e.parentNode && r.appendChild(e)
},
componentUpdated: function(e, t) {
var n = t.value,
- r = "function" === typeof n ? n(e) : n;
+ r = 'function' === typeof n ? n(e) : n
r !== e.parentNode && r.appendChild(e)
}
})
}
+
var _ = {
install: function(e) {
e.use(a.a, {
- name: "ant-ref"
+ name: 'ant-ref'
}), f(e), m(e), p(e)
}
},
v = {},
b = function(e) {
v.Vue = e, e.use(_)
- };
- v.install = b;
- t["a"] = v
+ }
+ v.install = b
+ t['a'] = v
},
db29: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),
- n = "jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),
+ var t = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),
+ n = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_'),
r = [/^jan/i, /^feb/i, /^maart|mrt.?$/i, /^apr/i, /^mei$/i, /^jun[i.]?$/i, /^jul[i.]?$/i, /^aug/i, /^sep/i,
/^okt/i, /^nov/i, /^dec/i
],
a =
/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,
- i = e.defineLocale("nl-be", {
- months: "januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split(
- "_"),
+ i = e.defineLocale('nl-be', {
+ months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(
+ '_'),
monthsShort: function(e, r) {
return e ? /-MMM-/.test(r) ? n[e.month()] : t[e.month()] : t
},
@@ -71227,135 +71919,135 @@
monthsParse: r,
longMonthsParse: r,
shortMonthsParse: r,
- weekdays: "zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),
- weekdaysShort: "zo._ma._di._wo._do._vr._za.".split("_"),
- weekdaysMin: "zo_ma_di_wo_do_vr_za".split("_"),
+ weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),
+ weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),
+ weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[vandaag om] LT",
- nextDay: "[morgen om] LT",
- nextWeek: "dddd [om] LT",
- lastDay: "[gisteren om] LT",
- lastWeek: "[afgelopen] dddd [om] LT",
- sameElse: "L"
+ sameDay: '[vandaag om] LT',
+ nextDay: '[morgen om] LT',
+ nextWeek: 'dddd [om] LT',
+ lastDay: '[gisteren om] LT',
+ lastWeek: '[afgelopen] dddd [om] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "over %s",
- past: "%s geleden",
- s: "een paar seconden",
- ss: "%d seconden",
- m: "één minuut",
- mm: "%d minuten",
- h: "één uur",
- hh: "%d uur",
- d: "één dag",
- dd: "%d dagen",
- M: "één maand",
- MM: "%d maanden",
- y: "één jaar",
- yy: "%d jaar"
+ future: 'over %s',
+ past: '%s geleden',
+ s: 'een paar seconden',
+ ss: '%d seconden',
+ m: 'één minuut',
+ mm: '%d minuten',
+ h: 'één uur',
+ hh: '%d uur',
+ d: 'één dag',
+ dd: '%d dagen',
+ M: 'één maand',
+ MM: '%d maanden',
+ y: 'één jaar',
+ yy: '%d jaar'
},
dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/,
ordinal: function(e) {
- return e + (1 === e || 8 === e || e >= 20 ? "ste" : "de")
+ return e + (1 === e || 8 === e || e >= 20 ? 'ste' : 'de')
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return i
}))
},
dbdb: function(e, t, n) {
- var r = n("584a"),
- a = n("e53d"),
- i = "__core-js_shared__",
+ var r = n('584a'),
+ a = n('e53d'),
+ i = '__core-js_shared__',
o = a[i] || (a[i] = {});
(e.exports = function(e, t) {
return o[e] || (o[e] = void 0 !== t ? t : {})
- })("versions", []).push({
+ })('versions', []).push({
version: r.version,
- mode: n("b8e3") ? "pure" : "global",
- copyright: "© 2019 Denis Pushkarev (zloirock.ru)"
+ mode: n('b8e3') ? 'pure' : 'global',
+ copyright: '© 2019 Denis Pushkarev (zloirock.ru)'
})
},
dc4d: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "१",
- 2: "२",
- 3: "३",
- 4: "४",
- 5: "५",
- 6: "६",
- 7: "७",
- 8: "८",
- 9: "९",
- 0: "०"
+ 1: '१',
+ 2: '२',
+ 3: '३',
+ 4: '४',
+ 5: '५',
+ 6: '६',
+ 7: '७',
+ 8: '८',
+ 9: '९',
+ 0: '०'
},
n = {
- "१": "1",
- "२": "2",
- "३": "3",
- "४": "4",
- "५": "5",
- "६": "6",
- "७": "7",
- "८": "8",
- "९": "9",
- "०": "0"
+ '१': '1',
+ '२': '2',
+ '३': '3',
+ '४': '4',
+ '५': '5',
+ '६': '6',
+ '७': '7',
+ '८': '8',
+ '९': '9',
+ '०': '0'
},
- r = e.defineLocale("hi", {
- months: "जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),
- monthsShort: "जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),
+ r = e.defineLocale('hi', {
+ months: 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split('_'),
+ monthsShort: 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split('_'),
monthsParseExact: !0,
- weekdays: "रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),
- weekdaysShort: "रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),
- weekdaysMin: "र_सो_मं_बु_गु_शु_श".split("_"),
+ weekdays: 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),
+ weekdaysShort: 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),
+ weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),
longDateFormat: {
- LT: "A h:mm बजे",
- LTS: "A h:mm:ss बजे",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, A h:mm बजे",
- LLLL: "dddd, D MMMM YYYY, A h:mm बजे"
+ LT: 'A h:mm बजे',
+ LTS: 'A h:mm:ss बजे',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, A h:mm बजे',
+ LLLL: 'dddd, D MMMM YYYY, A h:mm बजे'
},
calendar: {
- sameDay: "[आज] LT",
- nextDay: "[कल] LT",
- nextWeek: "dddd, LT",
- lastDay: "[कल] LT",
- lastWeek: "[पिछले] dddd, LT",
- sameElse: "L"
+ sameDay: '[आज] LT',
+ nextDay: '[कल] LT',
+ nextWeek: 'dddd, LT',
+ lastDay: '[कल] LT',
+ lastWeek: '[पिछले] dddd, LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s में",
- past: "%s पहले",
- s: "कुछ ही क्षण",
- ss: "%d सेकंड",
- m: "एक मिनट",
- mm: "%d मिनट",
- h: "एक घंटा",
- hh: "%d घंटे",
- d: "एक दिन",
- dd: "%d दिन",
- M: "एक महीने",
- MM: "%d महीने",
- y: "एक वर्ष",
- yy: "%d वर्ष"
+ future: '%s में',
+ past: '%s पहले',
+ s: 'कुछ ही क्षण',
+ ss: '%d सेकंड',
+ m: 'एक मिनट',
+ mm: '%d मिनट',
+ h: 'एक घंटा',
+ hh: '%d घंटे',
+ d: 'एक दिन',
+ dd: '%d दिन',
+ M: 'एक महीने',
+ MM: '%d महीने',
+ y: 'एक वर्ष',
+ yy: '%d वर्ष'
},
preparse: function(e) {
return e.replace(/[१२३४५६७८९०]/g, (function(e) {
@@ -71369,122 +72061,127 @@
},
meridiemParse: /रात|सुबह|दोपहर|शाम/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "रात" === t ? e < 4 ? e : e + 12 : "सुबह" === t ? e : "दोपहर" === t ? e >=
- 10 ? e : e + 12 : "शाम" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'रात' === t ? e < 4 ? e : e + 12 : 'सुबह' === t ? e : 'दोपहर' === t ? e >=
+ 10 ? e : e + 12 : 'शाम' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 4 ? "रात" : e < 10 ? "सुबह" : e < 17 ? "दोपहर" : e < 20 ? "शाम" : "रात"
+ return e < 4 ? 'रात' : e < 10 ? 'सुबह' : e < 17 ? 'दोपहर' : e < 20 ? 'शाम' : 'रात'
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return r
}))
},
dc57: function(e, t) {
var n = Function.prototype,
- r = n.toString;
+ r = n.toString
function a(e) {
if (null != e) {
try {
return r.call(e)
- } catch (t) {}
+ } catch (t) {
+ }
try {
- return e + ""
- } catch (t) {}
+ return e + ''
+ } catch (t) {
+ }
}
- return ""
+ return ''
}
+
e.exports = a
},
dcbe: function(e, t, n) {
- var r = n("30c9"),
- a = n("1310");
+ var r = n('30c9'),
+ a = n('1310')
function i(e) {
return a(e) && r(e)
}
+
e.exports = i
},
de08: function(e, t, n) {
- "use strict";
- var r = n("4dd0"),
- a = n.n(r);
+ 'use strict'
+ var r = n('4dd0'),
+ a = n.n(r)
a.a
},
- de6c: function(e, t, n) {},
+ de6c: function(e, t, n) {
+ },
e0c5: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "૧",
- 2: "૨",
- 3: "૩",
- 4: "૪",
- 5: "૫",
- 6: "૬",
- 7: "૭",
- 8: "૮",
- 9: "૯",
- 0: "૦"
+ 1: '૧',
+ 2: '૨',
+ 3: '૩',
+ 4: '૪',
+ 5: '૫',
+ 6: '૬',
+ 7: '૭',
+ 8: '૮',
+ 9: '૯',
+ 0: '૦'
},
n = {
- "૧": "1",
- "૨": "2",
- "૩": "3",
- "૪": "4",
- "૫": "5",
- "૬": "6",
- "૭": "7",
- "૮": "8",
- "૯": "9",
- "૦": "0"
+ '૧': '1',
+ '૨': '2',
+ '૩': '3',
+ '૪': '4',
+ '૫': '5',
+ '૬': '6',
+ '૭': '7',
+ '૮': '8',
+ '૯': '9',
+ '૦': '0'
},
- r = e.defineLocale("gu", {
- months: "જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split(
- "_"),
- monthsShort: "જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),
+ r = e.defineLocale('gu', {
+ months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split(
+ '_'),
+ monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split('_'),
monthsParseExact: !0,
- weekdays: "રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),
- weekdaysShort: "રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),
- weekdaysMin: "ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),
+ weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split('_'),
+ weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'),
+ weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'),
longDateFormat: {
- LT: "A h:mm વાગ્યે",
- LTS: "A h:mm:ss વાગ્યે",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, A h:mm વાગ્યે",
- LLLL: "dddd, D MMMM YYYY, A h:mm વાગ્યે"
+ LT: 'A h:mm વાગ્યે',
+ LTS: 'A h:mm:ss વાગ્યે',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, A h:mm વાગ્યે',
+ LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે'
},
calendar: {
- sameDay: "[આજ] LT",
- nextDay: "[કાલે] LT",
- nextWeek: "dddd, LT",
- lastDay: "[ગઇકાલે] LT",
- lastWeek: "[પાછલા] dddd, LT",
- sameElse: "L"
+ sameDay: '[આજ] LT',
+ nextDay: '[કાલે] LT',
+ nextWeek: 'dddd, LT',
+ lastDay: '[ગઇકાલે] LT',
+ lastWeek: '[પાછલા] dddd, LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s મા",
- past: "%s પહેલા",
- s: "અમુક પળો",
- ss: "%d સેકંડ",
- m: "એક મિનિટ",
- mm: "%d મિનિટ",
- h: "એક કલાક",
- hh: "%d કલાક",
- d: "એક દિવસ",
- dd: "%d દિવસ",
- M: "એક મહિનો",
- MM: "%d મહિનો",
- y: "એક વર્ષ",
- yy: "%d વર્ષ"
+ future: '%s મા',
+ past: '%s પહેલા',
+ s: 'અમુક પળો',
+ ss: '%d સેકંડ',
+ m: 'એક મિનિટ',
+ mm: '%d મિનિટ',
+ h: 'એક કલાક',
+ hh: '%d કલાક',
+ d: 'એક દિવસ',
+ dd: '%d દિવસ',
+ M: 'એક મહિનો',
+ MM: '%d મહિનો',
+ y: 'એક વર્ષ',
+ yy: '%d વર્ષ'
},
preparse: function(e) {
return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, (function(e) {
@@ -71498,148 +72195,150 @@
},
meridiemParse: /રાત|બપોર|સવાર|સાંજ/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "રાત" === t ? e < 4 ? e : e + 12 : "સવાર" === t ? e : "બપોર" === t ? e >=
- 10 ? e : e + 12 : "સાંજ" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'રાત' === t ? e < 4 ? e : e + 12 : 'સવાર' === t ? e : 'બપોર' === t ? e >=
+ 10 ? e : e + 12 : 'સાંજ' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 4 ? "રાત" : e < 10 ? "સવાર" : e < 17 ? "બપોર" : e < 20 ? "સાંજ" : "રાત"
+ return e < 4 ? 'રાત' : e < 10 ? 'સવાર' : e < 17 ? 'બપોર' : e < 20 ? 'સાંજ' : 'રાત'
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return r
}))
},
e1d3: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("en-ie", {
- months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
- monthsShort: "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
- weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
- weekdaysShort: "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
- weekdaysMin: "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
+ var t = e.defineLocale('en-ie', {
+ months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
+ monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
+ weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
+ weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
+ weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[Today at] LT",
- nextDay: "[Tomorrow at] LT",
- nextWeek: "dddd [at] LT",
- lastDay: "[Yesterday at] LT",
- lastWeek: "[Last] dddd [at] LT",
- sameElse: "L"
+ sameDay: '[Today at] LT',
+ nextDay: '[Tomorrow at] LT',
+ nextWeek: 'dddd [at] LT',
+ lastDay: '[Yesterday at] LT',
+ lastWeek: '[Last] dddd [at] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "in %s",
- past: "%s ago",
- s: "a few seconds",
- ss: "%d seconds",
- m: "a minute",
- mm: "%d minutes",
- h: "an hour",
- hh: "%d hours",
- d: "a day",
- dd: "%d days",
- M: "a month",
- MM: "%d months",
- y: "a year",
- yy: "%d years"
+ future: 'in %s',
+ past: '%s ago',
+ s: 'a few seconds',
+ ss: '%d seconds',
+ m: 'a minute',
+ mm: '%d minutes',
+ h: 'an hour',
+ hh: '%d hours',
+ d: 'a day',
+ dd: '%d days',
+ M: 'a month',
+ MM: '%d months',
+ y: 'a year',
+ yy: '%d years'
},
dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === ~~(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
e24b: function(e, t, n) {
- var r = n("49f4"),
- a = n("1efc"),
- i = n("bbc0"),
- o = n("7a48"),
- s = n("2524");
+ var r = n('49f4'),
+ a = n('1efc'),
+ i = n('bbc0'),
+ o = n('7a48'),
+ s = n('2524')
function c(e) {
var t = -1,
- n = null == e ? 0 : e.length;
- this.clear();
+ n = null == e ? 0 : e.length
+ this.clear()
while (++t < n) {
- var r = e[t];
+ var r = e[t]
this.set(r[0], r[1])
}
}
- c.prototype.clear = r, c.prototype["delete"] = a, c.prototype.get = i, c.prototype.has = o, c.prototype.set = s,
+
+ c.prototype.clear = r, c.prototype['delete'] = a, c.prototype.get = i, c.prototype.has = o, c.prototype.set = s,
e.exports = c
},
e2e0: function(e, t, n) {
- "use strict";
- n.d(t, "a", (function() {
+ 'use strict'
+ n.d(t, 'a', (function() {
return i
- })), n.d(t, "b", (function() {
+ })), n.d(t, 'b', (function() {
return o
- })), n.d(t, "c", (function() {
+ })), n.d(t, 'c', (function() {
return s
- })), n.d(t, "d", (function() {
+ })), n.d(t, 'd', (function() {
return c
- })), n.d(t, "e", (function() {
+ })), n.d(t, 'e', (function() {
return l
- }));
- var r = n("ca00");
+ }))
+ var r = n('ca00')
function a(e) {
- return a = "function" === typeof Symbol && "symbol" === typeof Symbol.iterator ? function(e) {
+ return a = 'function' === typeof Symbol && 'symbol' === typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
- return e && "function" === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" :
+ return e && 'function' === typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? 'symbol' :
typeof e
}, a(e)
}
+
var i = {
- normal: "normal",
- input: "input",
- inputNumber: "inputNumber",
- checkbox: "checkbox",
- select: "select",
- date: "date",
- datetime: "datetime",
- upload: "upload",
- file: "file",
- image: "image",
- popup: "popup",
- list_multi: "list_multi",
- sel_search: "sel_search",
- radio: "radio",
- checkbox_meta: "checkbox_meta",
- input_pop: "input_pop",
- sel_depart: "sel_depart",
- sel_user: "sel_user",
- slot: "slot",
- hidden: "hidden"
+ normal: 'normal',
+ input: 'input',
+ inputNumber: 'inputNumber',
+ checkbox: 'checkbox',
+ select: 'select',
+ date: 'date',
+ datetime: 'datetime',
+ upload: 'upload',
+ file: 'file',
+ image: 'image',
+ popup: 'popup',
+ list_multi: 'list_multi',
+ sel_search: 'sel_search',
+ radio: 'radio',
+ checkbox_meta: 'checkbox_meta',
+ input_pop: 'input_pop',
+ sel_depart: 'sel_depart',
+ sel_user: 'sel_user',
+ slot: 'slot',
+ hidden: 'hidden'
},
- o = Symbol();
+ o = Symbol()
function s(e, t) {
return new Promise((function(n) {
(function r() {
- var a = e.$refs[t];
+ var a = e.$refs[t]
a ? n(a) : setTimeout((function() {
r()
}), 10)
@@ -71648,8 +72347,8 @@
}
function c(e, t) {
- if (!e || "function" !== typeof e.validateFields) throw "form 参数需要的是一个form对象,而传入的却是".concat(a(e));
- var n = {};
+ if (!e || 'function' !== typeof e.validateFields) throw 'form 参数需要的是一个form对象,而传入的却是'.concat(a(e))
+ var n = {}
return new Promise((function(t, n) {
e.validateFields((function(e, r) {
e ? n({
@@ -71670,18 +72369,18 @@
}
function l(e, t) {
- if (!(e instanceof Array)) throw "'validateTables'函数的'cases'参数需要的是一个数组,而传入的却是".concat(a(e));
+ if (!(e instanceof Array)) throw '\'validateTables\'函数的\'cases\'参数需要的是一个数组,而传入的却是'.concat(a(e))
return new Promise((function(n, a) {
var i = [],
- s = 0;
+ s = 0
e && 0 !== e.length || n(),
function c() {
- var l = e[s];
+ var l = e[s]
l.getAll(!0, t).then((function(t) {
i[s] = t, ++s === e.length ? n(i) : c()
}), (function(e) {
if (e === o) {
- var t, n = Object(r["c"])(l, "ATabPane");
+ var t, n = Object(r['c'])(l, 'ATabPane')
n && (t = n.$vnode.key), a({
error: o,
index: s,
@@ -71695,26 +72394,28 @@
}
},
e2e4: function(e, t, n) {
- var r = n("6747"),
- a = n("f608"),
- i = n("18d8"),
- o = n("76dd");
+ var r = n('6747'),
+ a = n('f608'),
+ i = n('18d8'),
+ o = n('76dd')
function s(e, t) {
return r(e) ? e : a(e, t) ? [e] : i(o(e))
}
+
e.exports = s
},
e2ee: function(e, t, n) {
- "use strict";
+ 'use strict'
function r(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = c(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = c(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -71732,17 +72433,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -71759,9 +72460,9 @@
}
function a(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -71771,7 +72472,7 @@
function i(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? a(Object(n), !0).forEach((function(t) {
p(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : a(
@@ -71788,21 +72489,21 @@
function s() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function c(e, t) {
if (e) {
- if ("string" === typeof e) return d(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? d(e, t) : void 0
+ if ('string' === typeof e) return d(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? d(e, t) : void 0
}
}
function l(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function u(e) {
@@ -71810,19 +72511,19 @@
}
function d(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
function h(e, t) {
- if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function")
+ if (!(e instanceof t)) throw new TypeError('Cannot call a class as a function')
}
function f(e, t) {
for (var n = 0; n < t.length; n++) {
- var r = t[n];
- r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(
+ var r = t[n]
+ r.enumerable = r.enumerable || !1, r.configurable = !0, 'value' in r && (r.writable = !0), Object.defineProperty(
e, r.key, r)
}
}
@@ -71839,17 +72540,19 @@
writable: !0
}) : e[t] = n, e
}
- n.d(t, "a", (function() {
+
+ n.d(t, 'a', (function() {
return _
- }));
+ }))
var _ = function() {
function e(t, n, r, a, i) {
- h(this, e), p(this, "_formData", {}), p(this, "sub_key", ""), p(this, "_onlyInteger", !1), p(this,
- "check_only_method", ""), this._propertyId = t, this._formSchem = n, this._uiSchema = r, this._required =
- a || [], this._commonItemattrs = i, this.sub_key = ""
+ h(this, e), p(this, '_formData', {}), p(this, 'sub_key', ''), p(this, '_onlyInteger', !1), p(this,
+ 'check_only_method', ''), this._propertyId = t, this._formSchem = n, this._uiSchema = r, this._required =
+ a || [], this._commonItemattrs = i, this.sub_key = ''
}
+
return m(e, [{
- key: "formData",
+ key: 'formData',
get: function() {
return this._formData
},
@@ -71857,12 +72560,12 @@
this._formData = e
}
}]), m(e, [{
- key: "initOptions",
+ key: 'initOptions',
value: function(e) {
this._formSchem.enum = o(e)
}
}, {
- key: "subKey",
+ key: 'subKey',
get: function() {
return this.sub_key
},
@@ -71870,84 +72573,84 @@
this.sub_key = e
}
}, {
- key: "key",
+ key: 'key',
get: function() {
return this._propertyId
}
}, {
- key: "id",
+ key: 'id',
get: function() {
- return "$$".concat(this._propertyId)
+ return '$$'.concat(this._propertyId)
}
}, {
- key: "popupCode",
+ key: 'popupCode',
get: function() {
return this.formSchema.code
}
}, {
- key: "destFields",
+ key: 'destFields',
get: function() {
return this.formSchema.destFields
}
}, {
- key: "orgFields",
+ key: 'orgFields',
get: function() {
return this.formSchema.orgFields
}
}, {
- key: "dictCode",
+ key: 'dictCode',
get: function() {
return this.formSchema.dictCode
}
}, {
- key: "dictTable",
+ key: 'dictTable',
get: function() {
return this.formSchema.dictTable
}
}, {
- key: "dictText",
+ key: 'dictText',
get: function() {
return this.formSchema.dictText
}
}, {
- key: "dict",
+ key: 'dict',
get: function() {
return this.formSchema.dict
}
}, {
- key: "pidField",
+ key: 'pidField',
get: function() {
return this.formSchema.pidField
}
}, {
- key: "pidValue",
+ key: 'pidValue',
get: function() {
return this.formSchema.pidValue
}
}, {
- key: "hasChildField",
+ key: 'hasChildField',
get: function() {
return this.formSchema.hasChildField
}
}, {
- key: "textField",
+ key: 'textField',
get: function() {
return this.formSchema.textField
}
}, {
- key: "formSchema",
+ key: 'formSchema',
get: function() {
return null == this._formSchem ? {} : this._formSchem
}
}, {
- key: "uiSchema",
+ key: 'uiSchema',
get: function() {
var e = this.formSchema.ui,
- t = this._uiSchema;
+ t = this._uiSchema
return i(i({}, e), t)
}
}, {
- key: "onlyInteger",
+ key: 'onlyInteger',
get: function() {
return this._onlyInteger
},
@@ -71955,75 +72658,75 @@
this._onlyInteger = e
}
}, {
- key: "type",
+ key: 'type',
get: function() {
return this.uiSchema.view ? this.uiSchema.view : this.formSchema.view
}
}, {
- key: "formitemAttrs",
+ key: 'formitemAttrs',
get: function() {
- var e = this.itemAttrs;
+ var e = this.itemAttrs
return e.fieldDecoratorId = this.key, e.fieldDecoratorOptions = this.fieldDecoratorOptions, e
}
}, {
- key: "itemAttrs",
+ key: 'itemAttrs',
get: function() {
return i(i({}, this.commonItemattrs), this.ui.itemattrs)
}
}, {
- key: "widgetAttrs",
+ key: 'widgetAttrs',
get: function() {
return this.ui.widgetattrs
}
}, {
- key: "ui",
+ key: 'ui',
get: function() {
return i(i({}, this.formSchema.ui), this.uiSchema)
}
}, {
- key: "label",
+ key: 'label',
get: function() {
return this.formSchema.title ? this.formSchema.title : this.uiSchema.widgetattrs && this.uiSchema.widgetattrs
.label ? this.uiSchema.widgetattrs.label : this.key
}
}, {
- key: "listSource",
+ key: 'listSource',
get: function() {
- if (!this.formSchema.enum) return [];
+ if (!this.formSchema.enum) return []
for (var e = this.formSchema.enum, t = 0; t < e.length; t++) e[t].label || (e[t].label = e[t].text),
- "number" == this.formSchema.type && (e[t].value = parseInt(e[t].value));
+ 'number' == this.formSchema.type && (e[t].value = parseInt(e[t].value))
return e
}
}, {
- key: "placeholder",
+ key: 'placeholder',
get: function() {
var e = this.type,
- t = this.label;
- return e.indexOf("date") >= 0 || e.indexOf("select") >= 0 ? "请选择" + t : e.indexOf("upload") >= 0 || e.indexOf(
- "file") >= 0 || e.indexOf("image") >= 0 ? "请上传" + t : "请输入" + t
+ t = this.label
+ return e.indexOf('date') >= 0 || e.indexOf('select') >= 0 ? '请选择' + t : e.indexOf('upload') >= 0 || e.indexOf(
+ 'file') >= 0 || e.indexOf('image') >= 0 ? '请上传' + t : '请输入' + t
}
}, {
- key: "span24",
+ key: 'span24',
get: function() {
- var e = this.type;
- return e.indexOf("markdown") >= 0 || e.indexOf("upload") >= 0 || e.indexOf("file") >= 0 || e.indexOf(
- "image") >= 0 || e.indexOf("textarea") >= 0 || e.indexOf("umeditor") >= 0
+ var e = this.type
+ return e.indexOf('markdown') >= 0 || e.indexOf('upload') >= 0 || e.indexOf('file') >= 0 || e.indexOf(
+ 'image') >= 0 || e.indexOf('textarea') >= 0 || e.indexOf('umeditor') >= 0
}
}, {
- key: "colAttrs",
+ key: 'colAttrs',
get: function() {
return this.span24 ? {
span: 24
- } : "1" == this._commonItemattrs ? {
+ } : '1' == this._commonItemattrs ? {
xs: 24,
md: 24
- } : "2" == this._commonItemattrs ? {
+ } : '2' == this._commonItemattrs ? {
xs: 24,
md: 12
- } : "3" == this._commonItemattrs ? {
+ } : '3' == this._commonItemattrs ? {
xs: 24,
md: 8
- } : "4" == this._commonItemattrs ? {
+ } : '4' == this._commonItemattrs ? {
xs: 24,
md: 6
} : {
@@ -72036,10 +72739,10 @@
}
}
}, {
- key: "commonItemattrs",
+ key: 'commonItemattrs',
get: function() {
- var e = this.span24;
- return "1" == this._commonItemattrs ? {
+ var e = this.span24
+ return '1' == this._commonItemattrs ? {
labelCol: {
xs: 24,
sm: 4,
@@ -72056,7 +72759,7 @@
xl: 18,
xxl: 18
}
- } : "2" == this._commonItemattrs ? e ? {
+ } : '2' == this._commonItemattrs ? e ? {
labelCol: {
sm: 2,
md: 2,
@@ -72090,7 +72793,7 @@
xl: 19,
xxl: 19
}
- } : "3" == this._commonItemattrs ? e ? {
+ } : '3' == this._commonItemattrs ? e ? {
labelCol: {
sm: 2,
md: 2,
@@ -72124,7 +72827,7 @@
xxl: 17,
xs: 24
}
- } : "4" == this._commonItemattrs ? e ? {
+ } : '4' == this._commonItemattrs ? e ? {
labelCol: {
xs: 24,
sm: 1,
@@ -72195,63 +72898,63 @@
}
}
}, {
- key: "rules",
+ key: 'rules',
get: function() {
var e = [],
t = this.type,
- n = this._required.includes(this.key);
+ n = this._required.includes(this.key)
if (n) {
- var r = "必填项";
+ var r = '必填项'
r = this.ui && this.ui.errors ? this.ui.errors.required : this.placeholder, e.push({
required: !0,
message: r
})
}
- if ("list" === t || "radio" === t || "markdown" === t || "pca" === t || t.indexOf("sel") >= 0 || "time" ===
- t) return e;
- if (t.indexOf("upload") >= 0 || t.indexOf("file") >= 0 || t.indexOf("image") >= 0) return e;
+ if ('list' === t || 'radio' === t || 'markdown' === t || 'pca' === t || t.indexOf('sel') >= 0 || 'time' ===
+ t) return e
+ if (t.indexOf('upload') >= 0 || t.indexOf('file') >= 0 || t.indexOf('image') >= 0) return e
if (this.formSchema.maxLength) {
- var a = "超过最大长度";
+ var a = '超过最大长度'
this.ui.errors && (a = this.ui.errors.maxLength), e.push({
max: this.formSchema.maxLength,
message: a
})
}
if (this.formSchema.minLength) {
- var i = "最小长度";
+ var i = '最小长度'
this.ui.errors && (i = this.ui.errors.minLength), e.push({
min: this.formSchema.minLength,
message: i
})
}
if (this.formSchema.pattern)
- if ("only" === this.formSchema.pattern) e.push({
+ if ('only' === this.formSchema.pattern) e.push({
validator: this.checkOnlyMethod
- });
- else if ("z" === this.formSchema.pattern) "number" == this.formSchema.type || "integer" == this.formSchema
+ })
+ else if ('z' === this.formSchema.pattern) 'number' == this.formSchema.type || 'integer' == this.formSchema
.type ? this.onlyInteger = !0 : e.push({
- pattern: "^-?\\d+$",
- message: "请输入整数"
- });
+ pattern: '^-?\\d+$',
+ message: '请输入整数'
+ })
else {
- var o = this.formSchema.errorInfo || "正则表达式不正确";
+ var o = this.formSchema.errorInfo || '正则表达式不正确'
e.push({
pattern: this.formSchema.pattern,
message: o
})
}
if (this.formSchema.maximum) {
- var s = "最大数";
+ var s = '最大数'
this.ui.errors && (s = this.ui.errors.maximum), e.push({
- type: "number",
+ type: 'number',
max: this.formSchema.maximum,
message: s
})
}
if (this.formSchema.minimum) {
- var c = "最小数";
+ var c = '最小数'
this.ui.errors && (c = this.ui.errors.minimum), e.push({
- type: "number",
+ type: 'number',
min: this.formSchema.minimum,
message: c
})
@@ -72259,26 +72962,26 @@
return e
}
}, {
- key: "fieldDecoratorOptions",
+ key: 'fieldDecoratorOptions',
get: function() {
return {
rules: this.rules
}
}
}, {
- key: "isPidComponent",
+ key: 'isPidComponent',
get: function() {
- return "sel_tree" === this.type && 1 === this.formSchema.pidComponent
+ return 'sel_tree' === this.type && 1 === this.formSchema.pidComponent
}
}, {
- key: "hiddenProp",
+ key: 'hiddenProp',
get: function() {
- return "hidden" == this.type ? {
+ return 'hidden' == this.type ? {
initialValue: this._formSchem.value
} : {}
}
}, {
- key: "checkOnlyMethod",
+ key: 'checkOnlyMethod',
get: function() {
return this.check_only_method
},
@@ -72286,27 +72989,27 @@
this.check_only_method = e
}
}, {
- key: "linkDownConfig",
+ key: 'linkDownConfig',
get: function() {
return this._formSchem.config
}
}, {
- key: "linkDownOthers",
+ key: 'linkDownOthers',
get: function() {
return this._formSchem.others
}
}, {
- key: "switchOptions",
+ key: 'switchOptions',
get: function() {
- if ("switch" === this.type) {
- var e = this._formSchem.extendOption;
+ if ('switch' === this.type) {
+ var e = this._formSchem.extendOption
if (e && e.length > 0) {
var t, n = [],
- a = r(e);
+ a = r(e)
try {
for (a.s(); !(t = a.n()).done;) {
- var i = t.value;
- n.push(i + "")
+ var i = t.value
+ n.push(i + '')
}
} catch (o) {
a.e(o)
@@ -72315,166 +73018,167 @@
}
return n
}
- return ["Y", "N"]
+ return ['Y', 'N']
}
}
}]), e
}()
},
e369: function(e, t, n) {
- "use strict";
- var r = n("76b4"),
- a = n.n(r);
+ 'use strict'
+ var r = n('76b4'),
+ a = n.n(r)
a.a
},
e380: function(e, t, n) {
- var r = n("7b83"),
- a = "Expected a function";
+ var r = n('7b83'),
+ a = 'Expected a function'
function i(e, t) {
- if ("function" != typeof e || null != t && "function" != typeof t) throw new TypeError(a);
+ if ('function' != typeof e || null != t && 'function' != typeof t) throw new TypeError(a)
var n = function() {
var r = arguments,
a = t ? t.apply(this, r) : r[0],
- i = n.cache;
- if (i.has(a)) return i.get(a);
- var o = e.apply(this, r);
+ i = n.cache
+ if (i.has(a)) return i.get(a)
+ var o = e.apply(this, r)
return n.cache = i.set(a, o) || i, o
- };
- return n.cache = new(i.Cache || r), n
+ }
+ return n.cache = new (i.Cache || r), n
}
+
i.Cache = r, e.exports = i
},
e3a7: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
+ n = e._self._c || t
+ return n('a-card', {
attrs: {
bordered: !1
}
- }, [n("div", {
- staticClass: "table-page-search-wrapper"
- }, [n("a-form", {
+ }, [n('div', {
+ staticClass: 'table-page-search-wrapper'
+ }, [n('a-form', {
attrs: {
- layout: "inline"
+ layout: 'inline'
},
nativeOn: {
keyup: function(t) {
- return !t.type.indexOf("key") && e._k(t.keyCode, "enter", 13, t.key, "Enter") ? null : e.searchQuery(
+ return !t.type.indexOf('key') && e._k(t.keyCode, 'enter', 13, t.key, 'Enter') ? null : e.searchQuery(
t)
}
}
- }, [n("a-row", {
+ }, [n('a-row', {
attrs: {
gutter: 24
}
- }, [n("a-col", {
+ }, [n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "表名"
+ label: '表名'
}
- }, [n("a-input", {
+ }, [n('a-input', {
attrs: {
- placeholder: "请输入表名"
+ placeholder: '请输入表名'
},
model: {
value: e.queryParam.tableName,
callback: function(t) {
- e.$set(e.queryParam, "tableName", t)
+ e.$set(e.queryParam, 'tableName', t)
},
- expression: "queryParam.tableName"
+ expression: 'queryParam.tableName'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "表类型"
+ label: '表类型'
}
- }, [n("j-multi-select-tag", {
+ }, [n('j-multi-select-tag', {
attrs: {
- dictCode: "cgform_table_type",
- placeholder: "请选择"
+ dictCode: 'cgform_table_type',
+ placeholder: '请选择'
},
model: {
value: e.queryParam.tableType_MultiString,
callback: function(t) {
- e.$set(e.queryParam, "tableType_MultiString", t)
+ e.$set(e.queryParam, 'tableType_MultiString', t)
},
- expression: "queryParam.tableType_MultiString"
+ expression: 'queryParam.tableType_MultiString'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("a-form-item", {
+ }, [n('a-form-item', {
attrs: {
- label: "表描述"
+ label: '表描述'
}
- }, [n("a-input", {
+ }, [n('a-input', {
attrs: {
- placeholder: "请输入表描述"
+ placeholder: '请输入表描述'
},
model: {
value: e.queryParam.tableTxt,
callback: function(t) {
- e.$set(e.queryParam, "tableTxt", t)
+ e.$set(e.queryParam, 'tableTxt', t)
},
- expression: "queryParam.tableTxt"
+ expression: 'queryParam.tableTxt'
}
- })], 1)], 1), n("a-col", {
+ })], 1)], 1), n('a-col', {
attrs: {
xl: 6,
lg: 7,
md: 8,
sm: 24
}
- }, [n("span", {
- staticClass: "table-page-search-submitButtons",
+ }, [n('span', {
+ staticClass: 'table-page-search-submitButtons',
staticStyle: {
- float: "left",
- overflow: "hidden"
+ float: 'left',
+ overflow: 'hidden'
}
- }, [n("a-button", {
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "search"
+ type: 'primary',
+ icon: 'search'
},
on: {
click: e.searchQuery
}
- }, [e._v("查询")]), n("a-button", {
+ }, [e._v('查询')]), n('a-button', {
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
attrs: {
- type: "primary",
- icon: "reload"
+ type: 'primary',
+ icon: 'reload'
},
on: {
click: e.searchReset
}
- }, [e._v("重置")]), n("j-super-query", {
- ref: "superQueryModal",
+ }, [e._v('重置')]), n('j-super-query', {
+ ref: 'superQueryModal',
staticStyle: {
- "margin-left": "8px"
+ 'margin-left': '8px'
},
attrs: {
fieldList: e.superQueryFieldList
@@ -72482,106 +73186,106 @@
on: {
handleSuperQuery: e.handleSuperQuery
}
- })], 1)])], 1)], 1)], 1), n("div", {
- staticClass: "table-operator"
- }, [n("a-button", {
+ })], 1)])], 1)], 1)], 1), n('div', {
+ staticClass: 'table-operator'
+ }, [n('a-button', {
attrs: {
- type: "primary",
- icon: "plus"
+ type: 'primary',
+ icon: 'plus'
},
on: {
click: e.handleAdd
}
- }, [e._v("新增")]), n("a-button", {
+ }, [e._v('新增')]), n('a-button', {
attrs: {
- type: "primary",
- icon: "highlight"
+ type: 'primary',
+ icon: 'highlight'
},
on: {
click: e.doCgformButton
}
- }, [e._v("自定义按钮")]), n("a-button", {
+ }, [e._v('自定义按钮')]), n('a-button', {
attrs: {
- type: "primary",
- icon: "strikethrough"
+ type: 'primary',
+ icon: 'strikethrough'
},
on: {
click: e.doEnhanceJs
}
- }, [e._v("JS增强")]), n("a-button", {
+ }, [e._v('JS增强')]), n('a-button', {
attrs: {
- type: "primary",
- icon: "filter"
+ type: 'primary',
+ icon: 'filter'
},
on: {
click: e.doEnhanceSql
}
- }, [e._v("SQL增强")]), n("a-button", {
+ }, [e._v('SQL增强')]), n('a-button', {
attrs: {
- type: "primary",
- icon: "tool"
+ type: 'primary',
+ icon: 'tool'
},
on: {
click: e.doEnhanceJava
}
- }, [e._v("JAVA增强")]), n("a-button", {
+ }, [e._v('JAVA增强')]), n('a-button', {
attrs: {
- type: "primary",
- icon: "database"
+ type: 'primary',
+ icon: 'database'
},
on: {
click: e.importOnlineForm
}
- }, [e._v("导入数据库表")]), n("a-button", {
+ }, [e._v('导入数据库表')]), n('a-button', {
attrs: {
- type: "primary",
- icon: "database"
+ type: 'primary',
+ icon: 'database'
},
on: {
click: e.goGenerateCode
}
- }, [e._v("代码生成")]), e.selectedRowKeys.length > 0 ? n("a-dropdown", [n("a-menu", {
+ }, [e._v('代码生成')]), e.selectedRowKeys.length > 0 ? n('a-dropdown', [n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, [n("a-menu-item", {
- key: "1",
+ slot: 'overlay'
+ }, [n('a-menu-item', {
+ key: '1',
on: {
click: e.batchDeleteCust
}
- }, [n("a-icon", {
+ }, [n('a-icon', {
attrs: {
- type: "delete"
+ type: 'delete'
}
- }), e._v("\n 删除\n ")], 1)], 1), n("a-button", [e._v(" 批量操作\n "), n("a-icon", {
+ }), e._v('\n 删除\n ')], 1)], 1), n('a-button', [e._v(' 批量操作\n '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1)], 1) : e._e()], 1), n("div", [n("div", {
- staticClass: "ant-alert ant-alert-info",
+ })], 1)], 1) : e._e()], 1), n('div', [n('div', {
+ staticClass: 'ant-alert ant-alert-info',
staticStyle: {
- "margin-bottom": "16px"
+ 'margin-bottom': '16px'
}
- }, [n("i", {
- staticClass: "anticon anticon-info-circle ant-alert-icon"
- }), e._v("\n 已选择\n "), n("a", {
+ }, [n('i', {
+ staticClass: 'anticon anticon-info-circle ant-alert-icon'
+ }), e._v('\n 已选择\n '), n('a', {
staticStyle: {
- "font-weight": "600"
+ 'font-weight': '600'
}
- }, [e._v(e._s(e.selectedRowKeys.length))]), e._v("\n 项\n "), n("a", {
+ }, [e._v(e._s(e.selectedRowKeys.length))]), e._v('\n 项\n '), n('a', {
staticStyle: {
- "margin-left": "24px"
+ 'margin-left': '24px'
},
on: {
click: e.onClearSelected
}
- }, [e._v("清空")])]), n("a-table", {
- ref: "table",
+ }, [e._v('清空')])]), n('a-table', {
+ ref: 'table',
attrs: {
- size: "middle",
- bordered: "",
- rowKey: "id",
+ size: 'middle',
+ bordered: '',
+ rowKey: 'id',
columns: e.columns,
dataSource: e.dataSource,
pagination: e.ipagination,
@@ -72595,167 +73299,167 @@
change: e.handleTableChange
},
scopedSlots: e._u([{
- key: "action",
+ key: 'action',
fn: function(t, r) {
- return [n("a", {
+ return [n('a', {
on: {
click: function(t) {
return e.handleEdit(r)
}
}
- }, [e._v("编辑")]), n("a-divider", {
+ }, [e._v('编辑')]), n('a-divider', {
attrs: {
- type: "vertical"
+ type: 'vertical'
}
- }), n("a-dropdown", [n("a", {
- staticClass: "ant-dropdown-link"
- }, [e._v("更多\n "), n("a-icon", {
+ }), n('a-dropdown', [n('a', {
+ staticClass: 'ant-dropdown-link'
+ }, [e._v('更多\n '), n('a-icon', {
attrs: {
- type: "down"
+ type: 'down'
}
- })], 1), n("a-menu", {
+ })], 1), n('a-menu', {
attrs: {
- slot: "overlay"
+ slot: 'overlay'
},
- slot: "overlay"
- }, ["Y" != r.isDbSynch ? n("a-menu-item", [n("a", {
+ slot: 'overlay'
+ }, ['Y' != r.isDbSynch ? n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.openSyncModal(r.id)
}
}
- }, [e._v("同步数据库")])]) : e._e(), "Y" == r.isDbSynch && 3 !== r.tableType ? [n("a-menu-item",
- [n("a", {
+ }, [e._v('同步数据库')])]) : e._e(), 'Y' == r.isDbSynch && 3 !== r.tableType ? [n('a-menu-item',
+ [n('a', {
on: {
click: function(t) {
return e.goPageOnline(r)
}
}
- }, [e._v("功能测试")])]), n("a-menu-item", [n("a", {
+ }, [e._v('功能测试')])]), n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.handleOnlineUrlShow(r)
}
}
- }, [e._v("配置地址")])])] : e._e(), n("a-menu-item", [n("a", {
+ }, [e._v('配置地址')])])] : e._e(), n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.goAuthConfig(r.id)
}
}
- }, [e._v("权限控制")])]), n("a-menu-item", [n("a", {
+ }, [e._v('权限控制')])]), n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.doAuthConfig(r.id)
}
}
- }, [e._v("角色授权")])]), n("a-menu-item", [n("a-popconfirm", {
+ }, [e._v('角色授权')])]), n('a-menu-item', [n('a-popconfirm', {
attrs: {
- title: "确定生成视图吗?"
+ title: '确定生成视图吗?'
},
on: {
confirm: function() {
return e.copyConfig(r.id)
}
}
- }, [n("a", [e._v("生成视图")])])], 1), 1 == r.hascopy ? n("a-menu-item", [n("a", {
+ }, [n('a', [e._v('生成视图')])])], 1), 1 == r.hascopy ? n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.showMyCopyInfo(r.id)
}
}
- }, [e._v("视图管理")])]) : e._e(), n("a-menu-item", [n("a", {
+ }, [e._v('视图管理')])]) : e._e(), n('a-menu-item', [n('a', {
on: {
click: function(t) {
return e.handleRemoveRecord(r.id)
}
}
- }, [e._v("移除")])]), n("a-menu-item", [n("a-popconfirm", {
+ }, [e._v('移除')])]), n('a-menu-item', [n('a-popconfirm', {
attrs: {
- title: "确定删除吗?",
- placement: "left"
+ title: '确定删除吗?',
+ placement: 'left'
},
on: {
confirm: function() {
return e.handleDelete(r.id)
}
}
- }, [n("a", [e._v("删除")])])], 1)], 2)], 1)]
+ }, [n('a', [e._v('删除')])])], 1)], 2)], 1)]
}
}, {
- key: "dbsync",
+ key: 'dbsync',
fn: function(t) {
- return ["Y" === t ? n("span", {
+ return ['Y' === t ? n('span', {
staticStyle: {
- color: "limegreen"
+ color: 'limegreen'
}
- }, [e._v("已同步")]) : e._e(), "N" === t ? n("span", {
+ }, [e._v('已同步')]) : e._e(), 'N' === t ? n('span', {
staticStyle: {
- color: "red"
+ color: 'red'
}
- }, [e._v("未同步")]) : e._e()]
+ }, [e._v('未同步')]) : e._e()]
}
}])
- })], 1), n("onl-cgform-head-modal", {
- ref: "modalForm",
+ })], 1), n('onl-cgform-head-modal', {
+ ref: 'modalForm',
on: {
ok: e.modalFormOk
}
- }), n("a-modal", {
+ }), n('a-modal', {
staticStyle: {
- top: "5%",
- height: "95%"
+ top: '5%',
+ height: '95%'
},
attrs: {
width: 500,
height: 300,
- title: "同步数据库",
+ title: '同步数据库',
visible: e.syncModalVisible
},
on: {
cancel: e.handleCancleDbSync
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
on: {
click: e.handleCancleDbSync
}
- }, [e._v("关闭")]), n("a-button", {
+ }, [e._v('关闭')]), n('a-button', {
attrs: {
- type: "primary",
+ type: 'primary',
loading: e.syncLoading
},
on: {
click: e.handleDbSync
}
- }, [e._v("\n 确定\n ")])], 1), n("a-radio-group", {
+ }, [e._v('\n 确定\n ')])], 1), n('a-radio-group', {
model: {
value: e.synMethod,
callback: function(t) {
e.synMethod = t
},
- expression: "synMethod"
+ expression: 'synMethod'
}
- }, [n("a-radio", {
+ }, [n('a-radio', {
staticStyle: {
- display: "block",
- width: "30px",
- height: "30px"
+ display: 'block',
+ width: '30px',
+ height: '30px'
},
attrs: {
- value: "normal"
+ value: 'normal'
}
- }, [e._v("普通同步(保留表数据)")]), n("a-radio", {
+ }, [e._v('普通同步(保留表数据)')]), n('a-radio', {
staticStyle: {
- display: "block",
- width: "30px",
- height: "30px"
+ display: 'block',
+ width: '30px',
+ height: '30px'
},
attrs: {
- value: "force"
+ value: 'force'
}
- }, [e._v("强制同步(删除表,重新生成)")])], 1)], 2), n("a-modal", {
+ }, [e._v('强制同步(删除表,重新生成)')])], 1)], 2), n('a-modal', {
attrs: {
title: e.onlineUrlTitle,
visible: e.onlineUrlVisible
@@ -72763,37 +73467,37 @@
on: {
cancel: e.handleOnlineUrlClose
}
- }, [n("template", {
- slot: "footer"
- }, [n("a-button", {
+ }, [n('template', {
+ slot: 'footer'
+ }, [n('a-button', {
on: {
click: e.handleOnlineUrlClose
}
- }, [e._v("关闭")]), n("a-button", {
- staticClass: "copy-this-text",
+ }, [e._v('关闭')]), n('a-button', {
+ staticClass: 'copy-this-text',
attrs: {
- type: "primary",
- "data-clipboard-text": e.onlineUrl
+ type: 'primary',
+ 'data-clipboard-text': e.onlineUrl
},
on: {
click: e.onCopyUrl
}
- }, [e._v("复制")])], 1), n("p", [e._v(e._s(e.onlineUrl))])], 2), n("enhance-js", {
- ref: "ehjs"
- }), n("trans-db2-online", {
- ref: "transd2o",
+ }, [e._v('复制')])], 1), n('p', [e._v(e._s(e.onlineUrl))])], 2), n('enhance-js', {
+ ref: 'ehjs'
+ }), n('trans-db2-online', {
+ ref: 'transd2o',
on: {
ok: e.transOk
}
- }), n("code-generator", {
- ref: "cg"
- }), n("onl-cgform-button-list", {
- ref: "btnList"
- }), n("onl-enhance-java-list", {
- ref: "ehjava"
- }), n("onl-enhance-sql-list", {
- ref: "ehsql"
- }), n("a-modal", {
+ }), n('code-generator', {
+ ref: 'cg'
+ }), n('onl-cgform-button-list', {
+ ref: 'btnList'
+ }), n('onl-enhance-java-list', {
+ ref: 'ehjava'
+ }), n('onl-enhance-sql-list', {
+ ref: 'ehsql'
+ }), n('a-modal', {
attrs: {
closable: !1,
footer: null,
@@ -72804,312 +73508,313 @@
callback: function(t) {
e.confirmVisible = t
},
- expression: "confirmVisible"
+ expression: 'confirmVisible'
}
- }, [n("div", {
- staticClass: "ant-modal-confirm-body"
- }, [n("a-icon", {
+ }, [n('div', {
+ staticClass: 'ant-modal-confirm-body'
+ }, [n('a-icon', {
staticStyle: {
- color: "#faad14"
+ color: '#faad14'
},
attrs: {
- type: "question-circle"
+ type: 'question-circle'
}
- }), n("span", {
+ }), n('span', {
staticStyle: {
- color: "rgba(0, 0, 0, 0.85)",
- "font-weight": "500",
- "font-size": "18px"
+ color: 'rgba(0, 0, 0, 0.85)',
+ 'font-weight': '500',
+ 'font-size': '18px'
}
- }, [e._v("提示")]), n("div", {
- staticClass: "ant-modal-confirm-content"
- }, [e._v("\n 移除只会删除表单配置、删除会删除对应的数据库表。"), n("br"), e._v("请确认?\n ")])], 1), n("div", {
+ }, [e._v('提示')]), n('div', {
+ staticClass: 'ant-modal-confirm-content'
+ }, [e._v('\n 移除只会删除表单配置、删除会删除对应的数据库表。'), n('br'), e._v('请确认?\n ')])], 1), n('div', {
staticStyle: {
- height: "50px",
- width: "100%"
+ height: '50px',
+ width: '100%'
}
- }, [n("div", {
+ }, [n('div', {
staticStyle: {
- float: "right",
- "margin-top": "24px"
+ float: 'right',
+ 'margin-top': '24px'
}
- }, [n("a-button", {
+ }, [n('a-button', {
on: {
click: function(t) {
e.confirmVisible = !1
}
}
- }, [e._v("取消")]), n("a-button", {
+ }, [e._v('取消')]), n('a-button', {
staticStyle: {
- "margin-bottom": "0",
- "margin-left": "8px"
+ 'margin-bottom': '0',
+ 'margin-left': '8px'
},
attrs: {
- type: "primary"
+ type: 'primary'
},
on: {
click: function(t) {
return e.doBatchDelete(0)
}
}
- }, [e._v("移除")]), n("a-button", {
+ }, [e._v('移除')]), n('a-button', {
staticStyle: {
- "margin-bottom": "0",
- "margin-left": "8px"
+ 'margin-bottom': '0',
+ 'margin-left': '8px'
},
attrs: {
- type: "primary"
+ type: 'primary'
},
on: {
click: function(t) {
return e.doBatchDelete(1)
}
}
- }, [e._v("删除")])], 1)])]), n("auth-manager", {
- ref: "authManager"
- }), n("auth-setter", {
- ref: "authSetter"
+ }, [e._v('删除')])], 1)])]), n('auth-manager', {
+ ref: 'authManager'
+ }), n('auth-setter', {
+ ref: 'authSetter'
})], 1)
},
a = [],
- i = n("5f63"),
- o = n("0fea"),
- s = n("b65a"),
- c = n("b311"),
+ i = n('5f63'),
+ o = n('0fea'),
+ s = n('b65a'),
+ c = n('b311'),
l = n.n(c),
- u = n("36f0"),
- d = n("48ee"),
- h = n("1e3b"),
- f = n("26bb"),
- m = n("b898"),
- p = n("48b7"),
- _ = n("0ad7"),
- v = n("1671"),
- b = n("ca00"),
- y = n("ecd7"),
- g = n("5ba2"),
+ u = n('36f0'),
+ d = n('48ee'),
+ h = n('1e3b'),
+ f = n('26bb'),
+ m = n('b898'),
+ p = n('48b7'),
+ _ = n('0ad7'),
+ v = n('1671'),
+ b = n('ca00'),
+ y = n('ecd7'),
+ g = n('5ba2'),
M = {
- name: "OnlCgformHeadList",
- mixins: [s["a"]],
+ name: 'OnlCgformHeadList',
+ mixins: [s['a']],
components: {
- OnlCgformHeadModal: i["default"],
- EnhanceJs: u["default"],
- EnhanceSql: d["default"],
- EnhanceJava: h["default"],
- TransDb2Online: f["default"],
- CodeGenerator: m["default"],
- OnlCgformButtonList: p["default"],
- AuthManager: y["default"],
- AuthSetter: g["default"],
- OnlEnhanceJavaList: _["default"],
- OnlEnhanceSqlList: v["default"]
+ OnlCgformHeadModal: i['default'],
+ EnhanceJs: u['default'],
+ EnhanceSql: d['default'],
+ EnhanceJava: h['default'],
+ TransDb2Online: f['default'],
+ CodeGenerator: m['default'],
+ OnlCgformButtonList: p['default'],
+ AuthManager: y['default'],
+ AuthSetter: g['default'],
+ OnlEnhanceJavaList: _['default'],
+ OnlEnhanceSqlList: v['default']
},
data: function() {
- var e = this;
+ var e = this
return {
- description: "Online表单开发管理页面",
+ description: 'Online表单开发管理页面',
columns: [{
- title: "#",
- dataIndex: "",
- key: "rowIndex",
+ title: '#',
+ dataIndex: '',
+ key: 'rowIndex',
width: 60,
- align: "center",
+ align: 'center',
customRender: function(e, t, n) {
return parseInt(n) + 1
}
}, {
- title: "表类型",
- align: "center",
+ title: '表类型',
+ align: 'center',
sorter: !0,
- dataIndex: "tableType",
+ dataIndex: 'tableType',
customRender: function(t, n) {
- var r = e.$filterDictText(e.tableTypeDictOptions, t);
- return "Y" === n.isTree && (r += "(树)"), "innerTable" === n.themeTemplate ? r += "(内嵌)" : "erp" ===
- n.themeTemplate ? r += "(ERP)" : "tab" === n.themeTemplate && (r += "(TAB)"), r
+ var r = e.$filterDictText(e.tableTypeDictOptions, t)
+ return 'Y' === n.isTree && (r += '(树)'), 'innerTable' === n.themeTemplate ? r += '(内嵌)' : 'erp' ===
+ n.themeTemplate ? r += '(ERP)' : 'tab' === n.themeTemplate && (r += '(TAB)'), r
}
}, {
- title: "表名",
+ title: '表名',
sorter: !0,
- align: "center",
- dataIndex: "tableName"
+ align: 'center',
+ dataIndex: 'tableName'
}, {
- title: "表描述",
- align: "center",
- dataIndex: "tableTxt"
+ title: '表描述',
+ align: 'center',
+ dataIndex: 'tableTxt'
}, {
- title: "版本",
- align: "center",
- dataIndex: "tableVersion"
+ title: '版本',
+ align: 'center',
+ dataIndex: 'tableVersion'
}, {
- title: "同步状态",
- align: "center",
+ title: '同步状态',
+ align: 'center',
sorter: !0,
- dataIndex: "isDbSynch",
+ dataIndex: 'isDbSynch',
scopedSlots: {
- customRender: "dbsync"
+ customRender: 'dbsync'
}
}, {
- title: "创建时间",
- align: "center",
+ title: '创建时间',
+ align: 'center',
sorter: !0,
- dataIndex: "createTime"
+ dataIndex: 'createTime'
}, {
- title: "操作",
- dataIndex: "action",
- align: "center",
+ title: '操作',
+ dataIndex: 'action',
+ align: 'center',
scopedSlots: {
- customRender: "action"
+ customRender: 'action'
}
}],
superQueryFlag: !1,
- superQueryParams: "",
+ superQueryParams: '',
superQueryFieldList: [{
- type: "input",
- value: "tableName",
- text: "表名"
+ type: 'input',
+ value: 'tableName',
+ text: '表名'
}, {
- type: "select",
- value: "tableType",
- text: "表类型",
- dictCode: "cgform_table_type"
+ type: 'select',
+ value: 'tableType',
+ text: '表类型',
+ dictCode: 'cgform_table_type'
}, {
- type: "select",
- value: "formCategory",
- text: "表单业务分类",
- dictCode: "ol_form_biz_type"
+ type: 'select',
+ value: 'formCategory',
+ text: '表单业务分类',
+ dictCode: 'ol_form_biz_type'
}, {
- type: "select",
- value: "isDbSynch",
- text: "同步状态",
+ type: 'select',
+ value: 'isDbSynch',
+ text: '同步状态',
options: [{
- label: "已同步",
- value: "Y"
+ label: '已同步',
+ value: 'Y'
}, {
- label: "未同步",
- value: "N"
+ label: '未同步',
+ value: 'N'
}]
}, {
- type: "date",
- value: "createTime",
- text: "创建时间"
+ type: 'date',
+ value: 'createTime',
+ text: '创建时间'
}, {
- type: "input",
- value: "tableTxt",
- text: "表描述"
+ type: 'input',
+ value: 'tableTxt',
+ text: '表描述'
}],
url: {
- list: "/online/cgform/head/list",
- delete: "/online/cgform/head/delete",
- deleteBatch: "/online/cgform/head/deleteBatch",
- doDbSynch: "/online/cgform/api/doDbSynch/",
- removeRecord: "/online/cgform/head/removeRecord",
- copyOnline: "/online/cgform/head/copyOnline"
+ list: '/online/cgform/head/list',
+ delete: '/online/cgform/head/delete',
+ deleteBatch: '/online/cgform/head/deleteBatch',
+ doDbSynch: '/online/cgform/api/doDbSynch/',
+ removeRecord: '/online/cgform/head/removeRecord',
+ copyOnline: '/online/cgform/head/copyOnline'
},
tableTypeDictOptions: [],
sexDictOptions: [],
syncModalVisible: !1,
- syncFormId: "",
- synMethod: "normal",
+ syncFormId: '',
+ synMethod: 'normal',
syncLoading: !1,
- onlineUrlTitle: "",
+ onlineUrlTitle: '',
onlineUrlVisible: !1,
- onlineUrl: "",
+ onlineUrl: '',
selectedRowKeys: [],
selectedRows: [],
confirmVisible: !1
}
},
created: function() {
- var e = this;
- this.$initDictOptions("cgform_table_type").then((function(t) {
+ var e = this
+ this.$initDictOptions('cgform_table_type').then((function(t) {
t.success && (e.tableTypeDictOptions = t.result)
}))
},
methods: {
doDbSynch: function(e) {
- var t = this;
- Object(o["f"])(this.url.doDbSynch + e, {
- synMethod: "1"
+ var t = this
+ Object(o['f'])(this.url.doDbSynch + e, {
+ synMethod: '1'
}).then((function(e) {
e.success ? (t.$message.success(e.message), t.loadData()) : t.$message.warning(e.message)
}))
},
getQueryParams: function() {
- var e = {};
- this.superQueryParams && (e["superQueryParams"] = encodeURI(this.superQueryParams), e[
- "superQueryMatchType"] = this.superQueryMatchType);
- var t = Object.assign(e, this.queryParam, this.isorter, this.filters);
+ var e = {}
+ this.superQueryParams && (e['superQueryParams'] = encodeURI(this.superQueryParams), e[
+ 'superQueryMatchType'] = this.superQueryMatchType)
+ var t = Object.assign(e, this.queryParam, this.isorter, this.filters)
return t.field = this.getQueryField(), t.pageNo = this.ipagination.current, t.pageSize = this.ipagination.pageSize,
- t.copyType = 0, Object(b["a"])(t)
+ t.copyType = 0, Object(b['a'])(t)
},
handleCancleDbSync: function() {
this.syncModalVisible = !1
},
handleDbSync: function() {
- var e = this;
- this.syncLoading = !0, Object(o["f"])(this.url.doDbSynch + this.syncFormId + "/" + this.synMethod).then((
+ var e = this
+ this.syncLoading = !0, Object(o['f'])(this.url.doDbSynch + this.syncFormId + '/' + this.synMethod).then((
function(t) {
e.syncModalVisible = !1, e.syncLoading = !1, t.success ? (e.$message.success(t.message), e.loadData()) :
e.$message.warning(t.message)
})), setTimeout((function() {
- e.syncLoading && (e.syncModalVisible = !1, e.syncLoading = !1, e.$message.success("网络延迟,已自动刷新!"), e.loadData())
+ e.syncLoading && (e.syncModalVisible = !1, e.syncLoading = !1, e.$message.success('网络延迟,已自动刷新!'), e.loadData())
}), 1e4)
},
openSyncModal: function(e) {
this.syncModalVisible = !0, this.syncLoading = !1, this.syncFormId = e
},
goPageOnline: function(e) {
- "erp" === e.themeTemplate ? this.$router.push({
- path: "/online/cgformErpList/" + e.id
- }) : "innerTable" === e.themeTemplate ? this.$router.push({
- path: "/online/cgformInnerTableList/" + e.id
- }) : "tab" === e.themeTemplate ? this.$router.push({
- path: "/online/cgformTabList/" + e.id
- }) : "Y" == e.isTree ? this.$router.push({
- path: "/online/cgformTreeList/" + e.id
+ 'erp' === e.themeTemplate ? this.$router.push({
+ path: '/online/cgformErpList/' + e.id
+ }) : 'innerTable' === e.themeTemplate ? this.$router.push({
+ path: '/online/cgformInnerTableList/' + e.id
+ }) : 'tab' === e.themeTemplate ? this.$router.push({
+ path: '/online/cgformTabList/' + e.id
+ }) : 'Y' == e.isTree ? this.$router.push({
+ path: '/online/cgformTreeList/' + e.id
}) : this.$router.push({
- path: "/online/cgformList/" + e.id
+ path: '/online/cgformList/' + e.id
})
},
handleOnlineUrlClose: function() {
- this.onlineUrlTitle = "", this.onlineUrlVisible = !1
+ this.onlineUrlTitle = '', this.onlineUrlVisible = !1
},
handleOnlineUrlShow: function(e) {
- "erp" === e.themeTemplate ? this.onlineUrl = "/online/cgformErpList/".concat(e.id) : "innerTable" === e.themeTemplate ?
- this.onlineUrl = "/online/cgformInnerTableList/".concat(e.id) : "tab" === e.themeTemplate ? this.onlineUrl =
- "/online/cgformTabList/".concat(e.id) : "Y" == e.isTree ? this.onlineUrl = "/online/cgformTreeList/".concat(
- e.id) : this.onlineUrl = "/online/cgformList/".concat(e.id), this.onlineUrlVisible = !0, this.onlineUrlTitle =
- "菜单链接[" + e.tableTxt + "]"
+ 'erp' === e.themeTemplate ? this.onlineUrl = '/online/cgformErpList/'.concat(e.id) : 'innerTable' === e.themeTemplate ?
+ this.onlineUrl = '/online/cgformInnerTableList/'.concat(e.id) : 'tab' === e.themeTemplate ? this.onlineUrl =
+ '/online/cgformTabList/'.concat(e.id) : 'Y' == e.isTree ? this.onlineUrl = '/online/cgformTreeList/'.concat(
+ e.id) : this.onlineUrl = '/online/cgformList/'.concat(e.id), this.onlineUrlVisible = !0, this.onlineUrlTitle =
+ '菜单链接[' + e.tableTxt + ']'
},
handleRemoveRecord: function(e) {
- var t = this;
+ var t = this
this.$confirm({
- title: "确认要移除此记录?",
+ title: '确认要移除此记录?',
onOk: function() {
- Object(o["a"])(t.url.removeRecord, {
+ Object(o['a'])(t.url.removeRecord, {
id: e
}).then((function(e) {
- e.success ? (t.$message.success("移除成功"), t.loadData()) : t.$message.warning(e.message)
+ e.success ? (t.$message.success('移除成功'), t.loadData()) : t.$message.warning(e.message)
}))
},
- onCancel: function() {}
+ onCancel: function() {
+ }
})
},
doEnhanceJs: function() {
this.selectedRowKeys && 1 == this.selectedRowKeys.length ? this.$refs.ehjs.show(this.selectedRows[0]) :
- this.$message.warning("请先选中一条记录")
+ this.$message.warning('请先选中一条记录')
},
doEnhanceSql: function() {
this.selectedRowKeys && 1 == this.selectedRowKeys.length ? this.$refs.ehsql.show(this.selectedRows[0]) :
- this.$message.warning("请先选中一条记录")
+ this.$message.warning('请先选中一条记录')
},
doEnhanceJava: function() {
this.selectedRowKeys && 1 == this.selectedRowKeys.length ? this.$refs.ehjava.show(this.selectedRowKeys[0]) :
- this.$message.warning("请先选中一条记录")
+ this.$message.warning('请先选中一条记录')
},
doCgformButton: function() {
this.selectedRowKeys && 1 == this.selectedRowKeys.length ? this.$refs.btnList.show(this.selectedRowKeys[0]) :
- this.$message.warning("请先选中一条记录")
+ this.$message.warning('请先选中一条记录')
},
importOnlineForm: function() {
this.$refs.transd2o.show()
@@ -73119,43 +73824,43 @@
},
goGenerateCode: function() {
if (this.selectedRowKeys && 1 == this.selectedRowKeys.length) {
- var e = this.selectedRows[0];
- e ? e.isDbSynch && "N" != e.isDbSynch ? 3 != e.tableType ? this.$refs.cg.show(this.selectedRowKeys[0]) :
- this.$message.warning("请选中该表对应的主表生成代码") : this.$message.warning("请先同步数据库!") : this.$message.warning(
- "请选择当前页数据!")
- } else this.$message.warning("请先选中一条记录")
+ var e = this.selectedRows[0]
+ e ? e.isDbSynch && 'N' != e.isDbSynch ? 3 != e.tableType ? this.$refs.cg.show(this.selectedRowKeys[0]) :
+ this.$message.warning('请选中该表对应的主表生成代码') : this.$message.warning('请先同步数据库!') : this.$message.warning(
+ '请选择当前页数据!')
+ } else this.$message.warning('请先选中一条记录')
},
onSelectChange: function(e, t) {
this.selectedRowKeys = e, this.selectedRows = t
},
onCopyUrl: function() {
var e = this,
- t = new l.a(".copy-this-text");
- t.on("success", (function() {
- t.destroy(), e.$message.success("复制成功"), e.handleOnlineUrlClose()
- })), t.on("error", (function() {
- e.$message.error("该浏览器不支持自动复制"), t.destroy()
+ t = new l.a('.copy-this-text')
+ t.on('success', (function() {
+ t.destroy(), e.$message.success('复制成功'), e.handleOnlineUrlClose()
+ })), t.on('error', (function() {
+ e.$message.error('该浏览器不支持自动复制'), t.destroy()
}))
},
showMyCopyInfo: function(e) {
this.$router.push({
- path: "/online/copyform/" + e
+ path: '/online/copyform/' + e
})
},
copyConfig: function(e) {
- var t = this;
- Object(o["f"])("".concat(this.url.copyOnline, "?code=").concat(e)).then((function(e) {
- e.success ? (t.$message.success("复制成功"), t.loadData()) : t.$message.error("复制失败>>" + e.message)
+ var t = this
+ Object(o['f'])(''.concat(this.url.copyOnline, '?code=').concat(e)).then((function(e) {
+ e.success ? (t.$message.success('复制成功'), t.loadData()) : t.$message.error('复制失败>>' + e.message)
}))
},
batchDeleteCust: function() {
- this.url.deleteBatch ? this.selectedRowKeys.length <= 0 ? this.$message.warning("请选择一条记录!") : this.confirmVisible = !
- 0 : this.$message.error("请设置url.deleteBatch属性!")
+ this.url.deleteBatch ? this.selectedRowKeys.length <= 0 ? this.$message.warning('请选择一条记录!') : this.confirmVisible = !
+ 0 : this.$message.error('请设置url.deleteBatch属性!')
},
doBatchDelete: function(e) {
- for (var t = this, n = "", r = 0; r < this.selectedRowKeys.length; r++) n += this.selectedRowKeys[r] + ",";
- var a = this;
- this.loading = !0, Object(o["a"])(a.url.deleteBatch, {
+ for (var t = this, n = '', r = 0; r < this.selectedRowKeys.length; r++) n += this.selectedRowKeys[r] + ','
+ var a = this
+ this.loading = !0, Object(o['a'])(a.url.deleteBatch, {
ids: n,
flag: e
}).then((function(e) {
@@ -73173,53 +73878,55 @@
}
},
w = M,
- L = (n("d60c"), n("0101"), n("2877")),
- O = Object(L["a"])(w, r, a, !1, null, "125d8be6", null);
- t["default"] = O.exports
+ L = (n('d60c'), n('0101'), n('2877')),
+ O = Object(L['a'])(w, r, a, !1, null, '125d8be6', null)
+ t['default'] = O.exports
},
e4ae: function(e, t, n) {
- var r = n("f772");
+ var r = n('f772')
e.exports = function(e) {
- if (!r(e)) throw TypeError(e + " is not an object!");
+ if (!r(e)) throw TypeError(e + ' is not an object!')
return e
}
},
e538: function(e, t, n) {
(function(e) {
- var r = n("2b3e"),
+ var r = n('2b3e'),
a = t && !t.nodeType && t,
- i = a && "object" == typeof e && e && !e.nodeType && e,
+ i = a && 'object' == typeof e && e && !e.nodeType && e,
o = i && i.exports === a,
s = o ? r.Buffer : void 0,
- c = s ? s.allocUnsafe : void 0;
+ c = s ? s.allocUnsafe : void 0
function l(e, t) {
- if (t) return e.slice();
+ if (t) return e.slice()
var n = e.length,
- r = c ? c(n) : new e.constructor(n);
+ r = c ? c(n) : new e.constructor(n)
return e.copy(r), r
}
+
e.exports = l
- }).call(this, n("62e4")(e))
+ }).call(this, n('62e4')(e))
},
e53d: function(e, t) {
- var n = e.exports = "undefined" != typeof window && window.Math == Math ? window : "undefined" != typeof self &&
- self.Math == Math ? self : Function("return this")();
- "number" == typeof __g && (__g = n)
+ var n = e.exports = 'undefined' != typeof window && window.Math == Math ? window : 'undefined' != typeof self &&
+ self.Math == Math ? self : Function('return this')()
+ 'number' == typeof __g && (__g = n)
+ },
+ e59d: function(e, t, n) {
},
- e59d: function(e, t, n) {},
e5cd: function(e, t, n) {
- "use strict";
- var r = n("41b2"),
+ 'use strict'
+ var r = n('41b2'),
a = n.n(r),
- i = n("4d91"),
- o = n("02ea");
- t["a"] = {
- name: "LocaleReceiver",
+ i = n('4d91'),
+ o = n('02ea')
+ t['a'] = {
+ name: 'LocaleReceiver',
props: {
- componentName: i["a"].string.def("global"),
- defaultLocale: i["a"].oneOfType([i["a"].object, i["a"].func]),
- children: i["a"].func
+ componentName: i['a'].string.def('global'),
+ defaultLocale: i['a'].oneOfType([i['a'].object, i['a'].func]),
+ children: i['a'].func
},
inject: {
localeData: {
@@ -73232,124 +73939,125 @@
getLocale: function() {
var e = this.componentName,
t = this.defaultLocale,
- n = t || o["a"][e || "global"],
+ n = t || o['a'][e || 'global'],
r = this.localeData.antLocale,
- i = e && r ? r[e] : {};
- return a()({}, "function" === typeof n ? n() : n, i || {})
+ i = e && r ? r[e] : {}
+ return a()({}, 'function' === typeof n ? n() : n, i || {})
},
getLocaleCode: function() {
var e = this.localeData.antLocale,
- t = e && e.locale;
- return e && e.exist && !t ? o["a"].locale : t
+ t = e && e.locale
+ return e && e.exist && !t ? o['a'].locale : t
}
},
render: function() {
var e = this.$scopedSlots,
- t = this.children || e["default"],
- n = this.localeData.antLocale;
+ t = this.children || e['default'],
+ n = this.localeData.antLocale
return t(this.getLocale(), this.getLocaleCode(), n)
}
}
},
e683: function(e, t, n) {
- "use strict";
+ 'use strict'
e.exports = function(e, t) {
- return t ? e.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : e
+ return t ? e.replace(/\/+$/, '') + '/' + t.replace(/^\/+/, '') : e
}
},
e6f3: function(e, t, n) {
- var r = n("07e3"),
- a = n("36c3"),
- i = n("5b4e")(!1),
- o = n("5559")("IE_PROTO");
+ var r = n('07e3'),
+ a = n('36c3'),
+ i = n('5b4e')(!1),
+ o = n('5559')('IE_PROTO')
e.exports = function(e, t) {
var n, s = a(e),
c = 0,
- l = [];
- for (n in s) n != o && r(s, n) && l.push(n);
- while (t.length > c) r(s, n = t[c++]) && (~i(l, n) || l.push(n));
+ l = []
+ for (n in s) n != o && r(s, n) && l.push(n)
+ while (t.length > c) r(s, n = t[c++]) && (~i(l, n) || l.push(n))
return l
}
},
- e703: function(e, t, n) {},
+ e703: function(e, t, n) {
+ },
e81d: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "១",
- 2: "២",
- 3: "៣",
- 4: "៤",
- 5: "៥",
- 6: "៦",
- 7: "៧",
- 8: "៨",
- 9: "៩",
- 0: "០"
+ 1: '១',
+ 2: '២',
+ 3: '៣',
+ 4: '៤',
+ 5: '៥',
+ 6: '៦',
+ 7: '៧',
+ 8: '៨',
+ 9: '៩',
+ 0: '០'
},
n = {
- "១": "1",
- "២": "2",
- "៣": "3",
- "៤": "4",
- "៥": "5",
- "៦": "6",
- "៧": "7",
- "៨": "8",
- "៩": "9",
- "០": "0"
+ '១': '1',
+ '២': '2',
+ '៣': '3',
+ '៤': '4',
+ '៥': '5',
+ '៦': '6',
+ '៧': '7',
+ '៨': '8',
+ '៩': '9',
+ '០': '0'
},
- r = e.defineLocale("km", {
- months: "មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),
- monthsShort: "មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),
- weekdays: "អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),
- weekdaysShort: "អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),
- weekdaysMin: "អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),
+ r = e.defineLocale('km', {
+ months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split('_'),
+ monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split('_'),
+ weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),
+ weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),
+ weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
meridiemParse: /ព្រឹក|ល្ងាច/,
isPM: function(e) {
- return "ល្ងាច" === e
+ return 'ល្ងាច' === e
},
meridiem: function(e, t, n) {
- return e < 12 ? "ព្រឹក" : "ល្ងាច"
+ return e < 12 ? 'ព្រឹក' : 'ល្ងាច'
},
calendar: {
- sameDay: "[ថ្ងៃនេះ ម៉ោង] LT",
- nextDay: "[ស្អែក ម៉ោង] LT",
- nextWeek: "dddd [ម៉ោង] LT",
- lastDay: "[ម្សិលមិញ ម៉ោង] LT",
- lastWeek: "dddd [សប្តាហ៍មុន] [ម៉ោង] LT",
- sameElse: "L"
+ sameDay: '[ថ្ងៃនេះ ម៉ោង] LT',
+ nextDay: '[ស្អែក ម៉ោង] LT',
+ nextWeek: 'dddd [ម៉ោង] LT',
+ lastDay: '[ម្សិលមិញ ម៉ោង] LT',
+ lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%sទៀត",
- past: "%sមុន",
- s: "ប៉ុន្មានវិនាទី",
- ss: "%d វិនាទី",
- m: "មួយនាទី",
- mm: "%d នាទី",
- h: "មួយម៉ោង",
- hh: "%d ម៉ោង",
- d: "មួយថ្ងៃ",
- dd: "%d ថ្ងៃ",
- M: "មួយខែ",
- MM: "%d ខែ",
- y: "មួយឆ្នាំ",
- yy: "%d ឆ្នាំ"
+ future: '%sទៀត',
+ past: '%sមុន',
+ s: 'ប៉ុន្មានវិនាទី',
+ ss: '%d វិនាទី',
+ m: 'មួយនាទី',
+ mm: '%d នាទី',
+ h: 'មួយម៉ោង',
+ hh: '%d ម៉ោង',
+ d: 'មួយថ្ងៃ',
+ dd: '%d ថ្ងៃ',
+ M: 'មួយខែ',
+ MM: '%d ខែ',
+ y: 'មួយឆ្នាំ',
+ yy: '%d ឆ្នាំ'
},
dayOfMonthOrdinalParse: /ទី\d{1,2}/,
- ordinal: "ទី%d",
+ ordinal: 'ទី%d',
preparse: function(e) {
return e.replace(/[១២៣៤៥៦៧៨៩០]/g, (function(e) {
return n[e]
@@ -73364,19 +74072,19 @@
dow: 1,
doy: 4
}
- });
+ })
return r
}))
},
e8c2: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-modal", {
- class: "jeecg-online-modal",
+ n = e._self._c || t
+ return n('j-modal', {
+ class: 'jeecg-online-modal',
style: e.modalStyle,
attrs: {
title: e.titleText,
@@ -73388,58 +74096,58 @@
disabled: e.disableSubmit
}
},
- cancelText: "关闭",
- "switch-fullscreen": "",
+ cancelText: '关闭',
+ 'switch-fullscreen': '',
destroyOnClose: !0
},
on: {
ok: e.handleSubmit,
cancel: e.handleCancel
}
- }, [!e.disableSubmit && e.hasOwnButton(1) ? n("div", [n("a-button", {
- class: e.single ? "cust-button-switch-single" : "cust-button-switch-many",
+ }, [!e.disableSubmit && e.hasOwnButton(1) ? n('div', [n('a-button', {
+ class: e.single ? 'cust-button-switch-single' : 'cust-button-switch-many',
on: {
click: e.openDoor
}
- }, [n("a-icon", {
+ }, [n('a-icon', {
attrs: {
- type: "fast-backward"
+ type: 'fast-backward'
}
- })], 1)], 1) : e._e(), !e.disableSubmit && e.hasOwnButton(1) ? n("div", {
- class: e.btnBoxVisible ? "show-drawer" : "hide-drawer"
- }, [n("div", {
- staticClass: "jeecg-mask-cust",
+ })], 1)], 1) : e._e(), !e.disableSubmit && e.hasOwnButton(1) ? n('div', {
+ class: e.btnBoxVisible ? 'show-drawer' : 'hide-drawer'
+ }, [n('div', {
+ staticClass: 'jeecg-mask-cust',
on: {
click: e.closeDoor
}
- }), n("div", {
- staticClass: "jeecg-drawer-content",
- class: e.btnBoxVisible ? "drawer-open" : "drawer-close"
- }, [n("div", {
- staticClass: "jeecg-drawer-header"
- }, [e._v("自定义按钮")]), n("div", {
- staticClass: "jeecg-drawer-body"
+ }), n('div', {
+ staticClass: 'jeecg-drawer-content',
+ class: e.btnBoxVisible ? 'drawer-open' : 'drawer-close'
+ }, [n('div', {
+ staticClass: 'jeecg-drawer-header'
+ }, [e._v('自定义按钮')]), n('div', {
+ staticClass: 'jeecg-drawer-body'
}, [e._l(e.cgButtonList, (function(t) {
- return ["1" == t.optPosition ? n("a-button", {
+ return ['1' == t.optPosition ? n('a-button', {
key: t.id,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon,
- block: ""
+ block: ''
},
on: {
click: function(n) {
return e.handleCgButtonClick(t.optType, t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : e._e()]
- }))], 2)])]) : e._e(), n("template", {
- slot: "footer"
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : e._e()]
+ }))], 2)])]) : e._e(), n('template', {
+ slot: 'footer'
}, [e._l(e.cgButtonList, (function(t) {
- return !e.disableSubmit && e.hasOwnButton(2) ? ["2" == t.optPosition ? n("a-button", {
+ return !e.disableSubmit && e.hasOwnButton(2) ? ['2' == t.optPosition ? n('a-button', {
key: t.id,
attrs: {
- type: "primary",
+ type: 'primary',
icon: t.buttonIcon
},
on: {
@@ -73447,27 +74155,27 @@
return e.handleCgButtonClick(t.optType, t.buttonCode)
}
}
- }, [e._v("\n " + e._s(t.buttonName) + "\n ")]) : e._e()] : e._e()
- })), e.disableSubmit ? e._e() : n("a-button", {
- key: "submit",
+ }, [e._v('\n ' + e._s(t.buttonName) + '\n ')]) : e._e()] : e._e()
+ })), e.disableSubmit ? e._e() : n('a-button', {
+ key: 'submit',
attrs: {
- type: "primary",
+ type: 'primary',
loading: e.submitLoading
},
on: {
click: e.handleSubmit
}
- }, [e._v("确定")]), n("a-button", {
- key: "back",
+ }, [e._v('确定')]), n('a-button', {
+ key: 'back',
on: {
click: e.handleCancel
}
- }, [e._v("关闭")])], 2), n("a-spin", {
+ }, [e._v('关闭')])], 2), n('a-spin', {
attrs: {
spinning: e.confirmLoading
}
- }, [n("online-form", {
- ref: "onlineForm",
+ }, [n('online-form', {
+ ref: 'onlineForm',
attrs: {
formSchema: e.schema,
uiSchema: e.uiSchema,
@@ -73481,13 +74189,13 @@
})], 1)], 2)
},
a = [],
- i = n("c468"),
- o = n("0fea");
+ i = n('c468'),
+ o = n('0fea')
function s(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -73497,7 +74205,7 @@
function c(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? s(Object(n), !0).forEach((function(t) {
l(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : s(
@@ -73516,34 +74224,35 @@
writable: !0
}) : e[t] = n, e
}
+
var u = 800,
d = 1100,
h = {
- name: "OnlCgformAutoModal",
+ name: 'OnlCgformAutoModal',
components: {
- OnlineForm: i["a"]
+ OnlineForm: i['a']
},
data: function() {
return {
visible: !1,
confirmLoading: !1,
disableSubmit: !1,
- titleText: "操作",
- optMethod: "post",
+ titleText: '操作',
+ optMethod: 'post',
url: {
- loadFormItems: "/online/cgform/api/getFormItem/",
- loadEnhanceJs: "/online/cgform/api/getEnhanceJs/",
- optPre: "/online/cgform/api/form/"
+ loadFormItems: '/online/cgform/api/getFormItem/',
+ loadEnhanceJs: '/online/cgform/api/getEnhanceJs/',
+ optPre: '/online/cgform/api/form/'
},
schema: {},
uiSchema: {
- itemattrs: ""
+ itemattrs: ''
},
single: !0,
treeForm: !1,
- enhanceStr: "",
+ enhanceStr: '',
modalStyle: {
- position: "relative"
+ position: 'relative'
},
cgButtonList: [],
btnBoxVisible: !1,
@@ -73555,17 +74264,18 @@
code: {
type: String,
required: !0,
- default: ""
+ default: ''
}
},
computed: {
modalWidth: function() {
- var e = 1;
+ var e = 1
if (this.uiSchema.formTemplate) try {
e = Number.parseInt(this.uiSchema.formTemplate)
- } catch (r) {}
+ } catch (r) {
+ }
var t = 200 * (e - 1),
- n = (this.single ? u : d) + t;
+ n = (this.single ? u : d) + t
return n
}
},
@@ -73579,11 +74289,11 @@
},
methods: {
loadFormItems: function() {
- var e = this;
- this.code && Object(o["c"])("".concat(this.url.loadFormItems).concat(this.code)).then((function(t) {
- t.success && (e.single = 1 == t.result.head.tableType, e.schema = t.result.schema, e.$emit("schema", e
- .schema), e.treeForm = "Y" == t.result.head.isTree, e.cgButtonList = t.result.cgButtonList ? t.result
- .cgButtonList : [], t.result.enhanceJs ? e.enhanceStr = t.result.enhanceJs : e.enhanceStr = "", e.$nextTick(
+ var e = this
+ this.code && Object(o['c'])(''.concat(this.url.loadFormItems).concat(this.code)).then((function(t) {
+ t.success && (e.single = 1 == t.result.head.tableType, e.schema = t.result.schema, e.$emit('schema', e
+ .schema), e.treeForm = 'Y' == t.result.head.isTree, e.cgButtonList = t.result.cgButtonList ? t.result
+ .cgButtonList : [], t.result.enhanceJs ? e.enhanceStr = t.result.enhanceJs : e.enhanceStr = '', e.$nextTick(
(function() {
e.$refs.onlineForm && e.$refs.onlineForm.createRootProperties()
})))
@@ -73593,42 +74303,43 @@
this.visible = !1, this.submitLoading = !1
},
handleSubmit: function() {
- var e = this;
+ var e = this
this.submitLoading = !0, this.$refs.onlineForm.handleSubmit(), setTimeout((function() {
e.submitLoading = !1
}), 3500)
},
handleSuccess: function(e, t) {
- this.close(), !0 === this.treeForm ? this.$emit("success", e, t) : this.$emit("success")
+ this.close(), !0 === this.treeForm ? this.$emit('success', e, t) : this.$emit('success')
},
handleCancel: function() {
this.close()
},
add: function(e, t) {
- var n = this;
- this.titleText = "新增", this.uiSchema.method = "post", this.uiSchema.formTemplate = e, this.uiSchema.url =
+ var n = this
+ debugger
+ this.titleText = '新增', this.uiSchema.method = 'post', this.uiSchema.formTemplate = e, this.uiSchema.url =
this.url.optPre + this.code, this.uiSchema = c({}, this.uiSchema), this.visible = !0, this.disableSubmit = !
1, this.$nextTick((function() {
n.$refs.onlineForm.add(t)
}))
},
edit: function(e, t) {
- var n = this;
- this.titleText = "编辑", this.uiSchema.method = "put", this.uiSchema.formTemplate = e, this.uiSchema.url =
+ var n = this
+ this.titleText = '编辑', this.uiSchema.method = 'put', this.uiSchema.formTemplate = e, this.uiSchema.url =
this.url.optPre + this.code, this.uiSchema = c({}, this.uiSchema), this.visible = !0, this.disableSubmit = !
- 1, Object(o["c"])(this.url.optPre + this.code + "/" + t).then((function(e) {
+ 1, Object(o['c'])(this.url.optPre + this.code + '/' + t).then((function(e) {
if (e.success) {
- var t = e.result;
+ var t = e.result
n.$refs.onlineForm.edit(t)
} else n.$message.warning(e.message)
}))
},
detail: function(e, t) {
- var n = this;
- this.titleText = "详情", this.visible = !0, this.uiSchema.formTemplate = e, this.uiSchema = c({}, this.uiSchema),
- this.disableSubmit = !0, Object(o["c"])(this.url.optPre + this.code + "/" + t).then((function(e) {
+ var n = this
+ this.titleText = '详情', this.visible = !0, this.uiSchema.formTemplate = e, this.uiSchema = c({}, this.uiSchema),
+ this.disableSubmit = !0, Object(o['c'])(this.url.optPre + this.code + '/' + t).then((function(e) {
if (e.success) {
- var t = e.result;
+ var t = e.result
n.$refs.onlineForm.detail(t)
} else n.$message.warning(e.message)
}))
@@ -73637,7 +74348,7 @@
this.$refs.onlineForm.handleCgButtonClick(e, t, this.code)
},
openDoor: function() {
- var e = this;
+ var e = this
this.btnBoxVisible2 ? setTimeout((function() {
e.btnBoxVisible2 = !e.btnBoxVisible2
}), 1e3) : this.btnBoxVisible2 = !this.btnBoxVisible2, this.btnBoxVisible = !this.btnBoxVisible
@@ -73649,7 +74360,7 @@
if (this.cgButtonList && 0 != this.cgButtonList.length) {
var t = this.cgButtonList.filter((function(t) {
return t.optPosition == e
- }));
+ }))
return t && t.length > 0
}
return !1
@@ -73657,113 +74368,114 @@
}
},
f = h,
- m = (n("f7d3"), n("2877")),
- p = Object(m["a"])(f, r, a, !1, null, "7750c39d", null);
- t["default"] = p.exports
+ m = (n('f7d3'), n('2877')),
+ p = Object(m['a'])(f, r, a, !1, null, '7750c39d', null)
+ t['default'] = p.exports
},
eac5: function(e, t) {
- var n = Object.prototype;
+ var n = Object.prototype
function r(e) {
var t = e && e.constructor,
- r = "function" == typeof t && t.prototype || n;
+ r = 'function' == typeof t && t.prototype || n
return e === r
}
+
e.exports = r
},
ebe4: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("ms", {
- months: "Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),
- monthsShort: "Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),
- weekdays: "Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),
- weekdaysShort: "Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),
- weekdaysMin: "Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),
+ var t = e.defineLocale('ms', {
+ months: 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),
+ monthsShort: 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),
+ weekdays: 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),
+ weekdaysShort: 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),
+ weekdaysMin: 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),
longDateFormat: {
- LT: "HH.mm",
- LTS: "HH.mm.ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY [pukul] HH.mm",
- LLLL: "dddd, D MMMM YYYY [pukul] HH.mm"
+ LT: 'HH.mm',
+ LTS: 'HH.mm.ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY [pukul] HH.mm',
+ LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm'
},
meridiemParse: /pagi|tengahari|petang|malam/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "pagi" === t ? e : "tengahari" === t ? e >= 11 ? e : e + 12 : "petang" ===
- t || "malam" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'pagi' === t ? e : 'tengahari' === t ? e >= 11 ? e : e + 12 : 'petang' ===
+ t || 'malam' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 11 ? "pagi" : e < 15 ? "tengahari" : e < 19 ? "petang" : "malam"
+ return e < 11 ? 'pagi' : e < 15 ? 'tengahari' : e < 19 ? 'petang' : 'malam'
},
calendar: {
- sameDay: "[Hari ini pukul] LT",
- nextDay: "[Esok pukul] LT",
- nextWeek: "dddd [pukul] LT",
- lastDay: "[Kelmarin pukul] LT",
- lastWeek: "dddd [lepas pukul] LT",
- sameElse: "L"
+ sameDay: '[Hari ini pukul] LT',
+ nextDay: '[Esok pukul] LT',
+ nextWeek: 'dddd [pukul] LT',
+ lastDay: '[Kelmarin pukul] LT',
+ lastWeek: 'dddd [lepas pukul] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "dalam %s",
- past: "%s yang lepas",
- s: "beberapa saat",
- ss: "%d saat",
- m: "seminit",
- mm: "%d minit",
- h: "sejam",
- hh: "%d jam",
- d: "sehari",
- dd: "%d hari",
- M: "sebulan",
- MM: "%d bulan",
- y: "setahun",
- yy: "%d tahun"
+ future: 'dalam %s',
+ past: '%s yang lepas',
+ s: 'beberapa saat',
+ ss: '%d saat',
+ m: 'seminit',
+ mm: '%d minit',
+ h: 'sejam',
+ hh: '%d jam',
+ d: 'sehari',
+ dd: '%d hari',
+ M: 'sebulan',
+ MM: '%d bulan',
+ y: 'setahun',
+ yy: '%d tahun'
},
week: {
dow: 1,
doy: 7
}
- });
+ })
return t
}))
},
ebfd: function(e, t, n) {
- var r = n("62a0")("meta"),
- a = n("f772"),
- i = n("07e3"),
- o = n("d9f6").f,
+ var r = n('62a0')('meta'),
+ a = n('f772'),
+ i = n('07e3'),
+ o = n('d9f6').f,
s = 0,
c = Object.isExtensible || function() {
return !0
},
- l = !n("294c")((function() {
+ l = !n('294c')((function() {
return c(Object.preventExtensions({}))
})),
u = function(e) {
o(e, r, {
value: {
- i: "O" + ++s,
+ i: 'O' + ++s,
w: {}
}
})
},
d = function(e, t) {
- if (!a(e)) return "symbol" == typeof e ? e : ("string" == typeof e ? "S" : "P") + e;
+ if (!a(e)) return 'symbol' == typeof e ? e : ('string' == typeof e ? 'S' : 'P') + e
if (!i(e, r)) {
- if (!c(e)) return "F";
- if (!t) return "E";
+ if (!c(e)) return 'F'
+ if (!t) return 'E'
u(e)
}
return e[r].i
},
h = function(e, t) {
if (!i(e, r)) {
- if (!c(e)) return !0;
- if (!t) return !1;
+ if (!c(e)) return !0
+ if (!t) return !1
u(e)
}
return e[r].w
@@ -73781,52 +74493,54 @@
},
ec18: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
+
//! moment.js locale configuration
function t(e, t, n, r) {
var a = {
- s: ["mõne sekundi", "mõni sekund", "paar sekundit"],
- ss: [e + "sekundi", e + "sekundit"],
- m: ["ühe minuti", "üks minut"],
- mm: [e + " minuti", e + " minutit"],
- h: ["ühe tunni", "tund aega", "üks tund"],
- hh: [e + " tunni", e + " tundi"],
- d: ["ühe päeva", "üks päev"],
- M: ["kuu aja", "kuu aega", "üks kuu"],
- MM: [e + " kuu", e + " kuud"],
- y: ["ühe aasta", "aasta", "üks aasta"],
- yy: [e + " aasta", e + " aastat"]
- };
+ s: ['mõne sekundi', 'mõni sekund', 'paar sekundit'],
+ ss: [e + 'sekundi', e + 'sekundit'],
+ m: ['ühe minuti', 'üks minut'],
+ mm: [e + ' minuti', e + ' minutit'],
+ h: ['ühe tunni', 'tund aega', 'üks tund'],
+ hh: [e + ' tunni', e + ' tundi'],
+ d: ['ühe päeva', 'üks päev'],
+ M: ['kuu aja', 'kuu aega', 'üks kuu'],
+ MM: [e + ' kuu', e + ' kuud'],
+ y: ['ühe aasta', 'aasta', 'üks aasta'],
+ yy: [e + ' aasta', e + ' aastat']
+ }
return t ? a[n][2] ? a[n][2] : a[n][1] : r ? a[n][0] : a[n][1]
}
- var n = e.defineLocale("et", {
- months: "jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split(
- "_"),
- monthsShort: "jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),
- weekdays: "pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),
- weekdaysShort: "P_E_T_K_N_R_L".split("_"),
- weekdaysMin: "P_E_T_K_N_R_L".split("_"),
+
+ var n = e.defineLocale('et', {
+ months: 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split(
+ '_'),
+ monthsShort: 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split('_'),
+ weekdays: 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split('_'),
+ weekdaysShort: 'P_E_T_K_N_R_L'.split('_'),
+ weekdaysMin: 'P_E_T_K_N_R_L'.split('_'),
longDateFormat: {
- LT: "H:mm",
- LTS: "H:mm:ss",
- L: "DD.MM.YYYY",
- LL: "D. MMMM YYYY",
- LLL: "D. MMMM YYYY H:mm",
- LLLL: "dddd, D. MMMM YYYY H:mm"
+ LT: 'H:mm',
+ LTS: 'H:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'D. MMMM YYYY',
+ LLL: 'D. MMMM YYYY H:mm',
+ LLLL: 'dddd, D. MMMM YYYY H:mm'
},
calendar: {
- sameDay: "[Täna,] LT",
- nextDay: "[Homme,] LT",
- nextWeek: "[Järgmine] dddd LT",
- lastDay: "[Eile,] LT",
- lastWeek: "[Eelmine] dddd LT",
- sameElse: "L"
+ sameDay: '[Täna,] LT',
+ nextDay: '[Homme,] LT',
+ nextWeek: '[Järgmine] dddd LT',
+ lastDay: '[Eile,] LT',
+ lastWeek: '[Eelmine] dddd LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s pärast",
- past: "%s tagasi",
+ future: '%s pärast',
+ past: '%s tagasi',
s: t,
ss: t,
m: t,
@@ -73834,109 +74548,111 @@
h: t,
hh: t,
d: t,
- dd: "%d päeva",
+ dd: '%d päeva',
M: t,
MM: t,
y: t,
yy: t
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return n
}))
},
ec2e: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("en-in", {
- months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
- monthsShort: "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
- weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
- weekdaysShort: "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
- weekdaysMin: "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
+ var t = e.defineLocale('en-in', {
+ months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
+ monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
+ weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
+ weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
+ weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
longDateFormat: {
- LT: "h:mm A",
- LTS: "h:mm:ss A",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY h:mm A",
- LLLL: "dddd, D MMMM YYYY h:mm A"
+ LT: 'h:mm A',
+ LTS: 'h:mm:ss A',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY h:mm A',
+ LLLL: 'dddd, D MMMM YYYY h:mm A'
},
calendar: {
- sameDay: "[Today at] LT",
- nextDay: "[Tomorrow at] LT",
- nextWeek: "dddd [at] LT",
- lastDay: "[Yesterday at] LT",
- lastWeek: "[Last] dddd [at] LT",
- sameElse: "L"
+ sameDay: '[Today at] LT',
+ nextDay: '[Tomorrow at] LT',
+ nextWeek: 'dddd [at] LT',
+ lastDay: '[Yesterday at] LT',
+ lastWeek: '[Last] dddd [at] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "in %s",
- past: "%s ago",
- s: "a few seconds",
- ss: "%d seconds",
- m: "a minute",
- mm: "%d minutes",
- h: "an hour",
- hh: "%d hours",
- d: "a day",
- dd: "%d days",
- M: "a month",
- MM: "%d months",
- y: "a year",
- yy: "%d years"
+ future: 'in %s',
+ past: '%s ago',
+ s: 'a few seconds',
+ ss: '%d seconds',
+ m: 'a minute',
+ mm: '%d minutes',
+ h: 'an hour',
+ hh: '%d hours',
+ d: 'a day',
+ dd: '%d days',
+ M: 'a month',
+ MM: '%d months',
+ y: 'a year',
+ yy: '%d years'
},
dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === ~~(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return t
}))
},
ec69: function(e, t, n) {
- var r = n("6fcd"),
- a = n("03dd"),
- i = n("30c9");
+ var r = n('6fcd'),
+ a = n('03dd'),
+ i = n('30c9')
function o(e) {
return i(e) ? r(e) : a(e)
}
+
e.exports = o
},
ec8c: function(e, t) {
function n(e) {
- var t = [];
+ var t = []
if (null != e)
- for (var n in Object(e)) t.push(n);
+ for (var n in Object(e)) t.push(n)
return t
}
+
e.exports = n
},
ecd7: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-drawer", {
+ n = e._self._c || t
+ return n('a-drawer', {
attrs: {
- title: "权限管理",
+ title: '权限管理',
width: 800,
visible: e.visible
},
@@ -73945,63 +74661,63 @@
return e.close()
}
}
- }, [n("a-tabs", {
+ }, [n('a-tabs', {
model: {
value: e.activeKey,
callback: function(t) {
e.activeKey = t
},
- expression: "activeKey"
+ expression: 'activeKey'
}
- }, [n("a-tab-pane", {
- key: "a",
+ }, [n('a-tab-pane', {
+ key: 'a',
attrs: {
- tab: "字段权限",
- forceRender: ""
+ tab: '字段权限',
+ forceRender: ''
}
- }, [n("auth-column-config", {
+ }, [n('auth-column-config', {
attrs: {
- "head-id": e.headId
+ 'head-id': e.headId
}
- })], 1), n("a-tab-pane", {
- key: "b",
+ })], 1), n('a-tab-pane', {
+ key: 'b',
attrs: {
- tab: "按钮权限",
- forceRender: ""
+ tab: '按钮权限',
+ forceRender: ''
}
- }, [n("auth-button-config", {
+ }, [n('auth-button-config', {
attrs: {
- "head-id": e.headId
+ 'head-id': e.headId
}
- })], 1), n("a-tab-pane", {
- key: "c",
+ })], 1), n('a-tab-pane', {
+ key: 'c',
attrs: {
- tab: "数据权限",
- forceRender: ""
+ tab: '数据权限',
+ forceRender: ''
}
- }, [n("auth-data-config", {
+ }, [n('auth-data-config', {
attrs: {
- "cgform-id": e.cgformId
+ 'cgform-id': e.cgformId
}
})], 1)], 1)], 1)
},
a = [],
- i = n("46cb"),
- o = n("6b9b"),
- s = n("7a58"),
+ i = n('46cb'),
+ o = n('6b9b'),
+ s = n('7a58'),
c = {
- name: "AuthManager",
+ name: 'AuthManager',
components: {
- AuthColumnConfig: s["default"],
- AuthDataConfig: i["default"],
- AuthButtonConfig: o["default"]
+ AuthColumnConfig: s['default'],
+ AuthDataConfig: i['default'],
+ AuthButtonConfig: o['default']
},
data: function() {
return {
visible: !1,
- cgformId: "",
- headId: "",
- activeKey: "a",
+ cgformId: '',
+ headId: '',
+ activeKey: 'a',
bpmStatus: !1
}
},
@@ -74010,134 +74726,137 @@
this.visible = !1
},
show: function(e) {
- this.cgformId = e, this.headId = e + "?" + (new Date).getTime(), this.visible = !0, this.activeKey = "a"
+ this.cgformId = e, this.headId = e + '?' + (new Date).getTime(), this.visible = !0, this.activeKey = 'a'
}
}
},
l = c,
- u = n("2877"),
- d = Object(u["a"])(l, r, a, !1, null, "395181d7", null);
- t["default"] = d.exports
+ u = n('2877'),
+ d = Object(u['a'])(l, r, a, !1, null, '395181d7', null)
+ t['default'] = d.exports
},
ed3b: function(e, t, n) {
- "use strict";
- var r = n("41b2"),
+ 'use strict'
+ var r = n('41b2'),
a = n.n(r),
- i = n("6042"),
+ i = n('6042'),
o = n.n(i),
- s = n("4d26"),
+ s = n('4d26'),
c = n.n(s),
- l = n("92fa"),
+ l = n('92fa'),
u = n.n(l),
- d = n("daa3"),
- h = n("18a7"),
- f = n("6bb4"),
- m = n("4d91"),
+ d = n('daa3'),
+ h = n('18a7'),
+ f = n('6bb4'),
+ m = n('4d91'),
p = {
- visible: m["a"].bool,
- hiddenClassName: m["a"].string,
- forceRender: m["a"].bool
+ visible: m['a'].bool,
+ hiddenClassName: m['a'].string,
+ forceRender: m['a'].bool
},
_ = {
props: p,
render: function() {
- var e = arguments[0];
- return e("div", {
- on: Object(d["j"])(this)
- }, [this.$slots["default"]])
+ var e = arguments[0]
+ return e('div', {
+ on: Object(d['j'])(this)
+ }, [this.$slots['default']])
}
},
- v = n("b488"),
- b = n("94eb"),
- y = void 0;
+ v = n('b488'),
+ b = n('94eb'),
+ y = void 0
function g(e) {
if (e || void 0 === y) {
- var t = document.createElement("div");
- t.style.width = "100%", t.style.height = "200px";
- var n = document.createElement("div"),
- r = n.style;
- r.position = "absolute", r.top = 0, r.left = 0, r.pointerEvents = "none", r.visibility = "hidden", r.width =
- "200px", r.height = "150px", r.overflow = "hidden", n.appendChild(t), document.body.appendChild(n);
- var a = t.offsetWidth;
- n.style.overflow = "scroll";
- var i = t.offsetWidth;
+ var t = document.createElement('div')
+ t.style.width = '100%', t.style.height = '200px'
+ var n = document.createElement('div'),
+ r = n.style
+ r.position = 'absolute', r.top = 0, r.left = 0, r.pointerEvents = 'none', r.visibility = 'hidden', r.width =
+ '200px', r.height = '150px', r.overflow = 'hidden', n.appendChild(t), document.body.appendChild(n)
+ var a = t.offsetWidth
+ n.style.overflow = 'scroll'
+ var i = t.offsetWidth
a === i && (i = n.clientWidth), document.body.removeChild(n), y = a - i
}
return y
}
+
var M = function(e) {
var t = document.body.scrollHeight > (window.innerHeight || document.documentElement.clientHeight) && window.innerWidth >
- document.body.offsetWidth;
+ document.body.offsetWidth
if (t) {
- if (e) return document.body.style.position = "", void(document.body.style.width = "");
- var n = g();
- n && (document.body.style.position = "relative", document.body.style.width = "calc(100% - " + n + "px)")
+ if (e) return document.body.style.position = '', void (document.body.style.width = '')
+ var n = g()
+ n && (document.body.style.position = 'relative', document.body.style.width = 'calc(100% - ' + n + 'px)')
}
- };
+ }
function w() {
return {
- keyboard: m["a"].bool,
- mask: m["a"].bool,
- afterClose: m["a"].func,
- closable: m["a"].bool,
- maskClosable: m["a"].bool,
- visible: m["a"].bool,
- destroyOnClose: m["a"].bool,
- mousePosition: m["a"].shape({
- x: m["a"].number,
- y: m["a"].number
+ keyboard: m['a'].bool,
+ mask: m['a'].bool,
+ afterClose: m['a'].func,
+ closable: m['a'].bool,
+ maskClosable: m['a'].bool,
+ visible: m['a'].bool,
+ destroyOnClose: m['a'].bool,
+ mousePosition: m['a'].shape({
+ x: m['a'].number,
+ y: m['a'].number
}).loose,
- title: m["a"].any,
- footer: m["a"].any,
- transitionName: m["a"].string,
- maskTransitionName: m["a"].string,
- animation: m["a"].any,
- maskAnimation: m["a"].any,
- wrapStyle: m["a"].object,
- bodyStyle: m["a"].object,
- maskStyle: m["a"].object,
- prefixCls: m["a"].string,
- wrapClassName: m["a"].string,
- width: m["a"].oneOfType([m["a"].string, m["a"].number]),
- height: m["a"].oneOfType([m["a"].string, m["a"].number]),
- zIndex: m["a"].number,
- bodyProps: m["a"].any,
- maskProps: m["a"].any,
- wrapProps: m["a"].any,
- getContainer: m["a"].any,
- dialogStyle: m["a"].object.def((function() {
+ title: m['a'].any,
+ footer: m['a'].any,
+ transitionName: m['a'].string,
+ maskTransitionName: m['a'].string,
+ animation: m['a'].any,
+ maskAnimation: m['a'].any,
+ wrapStyle: m['a'].object,
+ bodyStyle: m['a'].object,
+ maskStyle: m['a'].object,
+ prefixCls: m['a'].string,
+ wrapClassName: m['a'].string,
+ width: m['a'].oneOfType([m['a'].string, m['a'].number]),
+ height: m['a'].oneOfType([m['a'].string, m['a'].number]),
+ zIndex: m['a'].number,
+ bodyProps: m['a'].any,
+ maskProps: m['a'].any,
+ wrapProps: m['a'].any,
+ getContainer: m['a'].any,
+ dialogStyle: m['a'].object.def((function() {
return {}
})),
- dialogClass: m["a"].string.def(""),
- closeIcon: m["a"].any,
- forceRender: m["a"].bool,
- getOpenCount: m["a"].func,
- focusTriggerAfterClose: m["a"].bool
+ dialogClass: m['a'].string.def(''),
+ closeIcon: m['a'].any,
+ forceRender: m['a'].bool,
+ getOpenCount: m['a'].func,
+ focusTriggerAfterClose: m['a'].bool
}
}
+
var L = w,
O = L(),
- S = 0;
+ S = 0
- function k() {}
+ function k() {
+ }
function C(e, t) {
- var n = e["page" + (t ? "Y" : "X") + "Offset"],
- r = "scroll" + (t ? "Top" : "Left");
- if ("number" !== typeof n) {
- var a = e.document;
- n = a.documentElement[r], "number" !== typeof n && (n = a.body[r])
+ var n = e['page' + (t ? 'Y' : 'X') + 'Offset'],
+ r = 'scroll' + (t ? 'Top' : 'Left')
+ if ('number' !== typeof n) {
+ var a = e.document
+ n = a.documentElement[r], 'number' !== typeof n && (n = a.body[r])
}
return n
}
function T(e, t) {
var n = e.style;
- ["Webkit", "Moz", "Ms", "ms"].forEach((function(e) {
- n[e + "TransformOrigin"] = t
- })), n["transformOrigin"] = t
+ ['Webkit', 'Moz', 'Ms', 'ms'].forEach((function(e) {
+ n[e + 'TransformOrigin'] = t
+ })), n['transformOrigin'] = t
}
function x(e) {
@@ -74147,20 +74866,21 @@
top: t.top
},
r = e.ownerDocument,
- a = r.defaultView || r.parentWindow;
+ a = r.defaultView || r.parentWindow
return n.left += C(a), n.top += C(a, !0), n
}
+
var z = {},
D = {
- mixins: [v["a"]],
- props: Object(d["s"])(O, {
+ mixins: [v['a']],
+ props: Object(d['s'])(O, {
mask: !0,
visible: !1,
keyboard: !0,
closable: !0,
maskClosable: !0,
destroyOnClose: !1,
- prefixCls: "rc-dialog",
+ prefixCls: 'rc-dialog',
getOpenCount: function() {
return null
},
@@ -74178,25 +74898,25 @@
},
watch: {
visible: function(e) {
- var t = this;
+ var t = this
e && (this.destroyPopup = !1), this.$nextTick((function() {
t.updatedCallback(!e)
}))
}
},
beforeMount: function() {
- this.inTransition = !1, this.titleId = "rcDialogTitle" + S++
+ this.inTransition = !1, this.titleId = 'rcDialogTitle' + S++
},
mounted: function() {
- var e = this;
+ var e = this
this.$nextTick((function() {
e.updatedCallback(!1), (e.forceRender || !1 === e.getContainer && !e.visible) && e.$refs.wrap && (e.$refs
- .wrap.style.display = "none")
+ .wrap.style.display = 'none')
}))
},
beforeDestroy: function() {
var e = this.visible,
- t = this.getOpenCount;
+ t = this.getOpenCount
!e && !this.inTransition || t() || this.switchScrollingEffect(), clearTimeout(this.timeoutId)
},
methods: {
@@ -74206,15 +74926,15 @@
updatedCallback: function(e) {
var t = this.mousePosition,
n = this.mask,
- r = this.focusTriggerAfterClose;
+ r = this.focusTriggerAfterClose
if (this.visible) {
if (!e) {
- this.openTime = Date.now(), this.switchScrollingEffect(), this.tryFocus();
- var a = this.$refs.dialog.$el;
+ this.openTime = Date.now(), this.switchScrollingEffect(), this.tryFocus()
+ var a = this.$refs.dialog.$el
if (t) {
- var i = x(a);
- T(a, t.x - i.left + "px " + (t.y - i.top) + "px")
- } else T(a, "")
+ var i = x(a)
+ T(a, t.x - i.left + 'px ' + (t.y - i.top) + 'px')
+ } else T(a, '')
}
} else if (e && (this.inTransition = !0, n && this.lastOutSideFocusNode && r)) {
try {
@@ -74226,20 +74946,20 @@
}
},
tryFocus: function() {
- Object(f["a"])(this.$refs.wrap, document.activeElement) || (this.lastOutSideFocusNode = document.activeElement,
+ Object(f['a'])(this.$refs.wrap, document.activeElement) || (this.lastOutSideFocusNode = document.activeElement,
this.$refs.sentinelStart.focus())
},
onAnimateLeave: function() {
var e = this.afterClose,
- t = this.destroyOnClose;
- this.$refs.wrap && (this.$refs.wrap.style.display = "none"), t && (this.destroyPopup = !0), this.inTransition = !
+ t = this.destroyOnClose
+ this.$refs.wrap && (this.$refs.wrap.style.display = 'none'), t && (this.destroyPopup = !0), this.inTransition = !
1, this.switchScrollingEffect(), e && e()
},
onDialogMouseDown: function() {
this.dialogMouseDown = !0
},
onMaskMouseUp: function() {
- var e = this;
+ var e = this
this.dialogMouseDown && (this.timeoutId = setTimeout((function() {
e.dialogMouseDown = !1
}), 0))
@@ -74248,11 +74968,11 @@
Date.now() - this.openTime < 300 || e.target !== e.currentTarget || this.dialogMouseDown || this.close(e)
},
onKeydown: function(e) {
- var t = this.$props;
- if (t.keyboard && e.keyCode === h["a"].ESC) return e.stopPropagation(), void this.close(e);
- if (t.visible && e.keyCode === h["a"].TAB) {
+ var t = this.$props
+ if (t.keyboard && e.keyCode === h['a'].ESC) return e.stopPropagation(), void this.close(e)
+ if (t.visible && e.keyCode === h['a'].TAB) {
var n = document.activeElement,
- r = this.$refs.sentinelStart;
+ r = this.$refs.sentinelStart
e.shiftKey ? n === r && this.$refs.sentinelEnd.focus() : n === this.$refs.sentinelEnd && r.focus()
}
},
@@ -74270,99 +74990,99 @@
m = this.forceRender,
p = this.dialogStyle,
v = this.dialogClass,
- y = a()({}, p);
- void 0 !== r && (y.width = "number" === typeof r ? r + "px" : r), void 0 !== i && (y.height = "number" ===
- typeof i ? i + "px" : i);
- var g = void 0;
- c && (g = e("div", {
- key: "footer",
- class: n + "-footer",
- ref: "footer"
- }, [c]));
- var M = void 0;
- s && (M = e("div", {
- key: "header",
- class: n + "-header",
- ref: "header"
- }, [e("div", {
- class: n + "-title",
+ y = a()({}, p)
+ void 0 !== r && (y.width = 'number' === typeof r ? r + 'px' : r), void 0 !== i && (y.height = 'number' ===
+ typeof i ? i + 'px' : i)
+ var g = void 0
+ c && (g = e('div', {
+ key: 'footer',
+ class: n + '-footer',
+ ref: 'footer'
+ }, [c]))
+ var M = void 0
+ s && (M = e('div', {
+ key: 'header',
+ class: n + '-header',
+ ref: 'header'
+ }, [e('div', {
+ class: n + '-title',
attrs: {
id: this.titleId
}
- }, [s])]));
- var w = void 0;
+ }, [s])]))
+ var w = void 0
if (t) {
- var L = Object(d["f"])(this, "closeIcon");
- w = e("button", {
+ var L = Object(d['f'])(this, 'closeIcon')
+ w = e('button', {
attrs: {
- type: "button",
- "aria-label": "Close"
+ type: 'button',
+ 'aria-label': 'Close'
},
- key: "close",
+ key: 'close',
on: {
click: this.close || k
},
- class: n + "-close"
- }, [L || e("span", {
- class: n + "-close-x"
+ class: n + '-close'
+ }, [L || e('span', {
+ class: n + '-close-x'
})])
}
var O = y,
S = {
width: 0,
height: 0,
- overflow: "hidden"
+ overflow: 'hidden'
},
C = o()({}, n, !0),
T = this.getTransitionName(),
x = e(_, {
directives: [{
- name: "show",
+ name: 'show',
value: h
}],
- key: "dialog-element",
+ key: 'dialog-element',
attrs: {
- role: "document",
+ role: 'document',
forceRender: m
},
- ref: "dialog",
+ ref: 'dialog',
style: O,
class: [C, v],
on: {
mousedown: this.onDialogMouseDown
}
- }, [e("div", {
+ }, [e('div', {
attrs: {
tabIndex: 0,
- "aria-hidden": "true"
+ 'aria-hidden': 'true'
},
- ref: "sentinelStart",
+ ref: 'sentinelStart',
style: S
- }), e("div", {
- class: n + "-content"
- }, [w, M, e("div", u()([{
- key: "body",
- class: n + "-body",
+ }), e('div', {
+ class: n + '-content'
+ }, [w, M, e('div', u()([{
+ key: 'body',
+ class: n + '-body',
style: l,
- ref: "body"
- }, f]), [this.$slots["default"]]), g]), e("div", {
+ ref: 'body'
+ }, f]), [this.$slots['default']]), g]), e('div', {
attrs: {
tabIndex: 0,
- "aria-hidden": "true"
+ 'aria-hidden': 'true'
},
- ref: "sentinelEnd",
+ ref: 'sentinelEnd',
style: S
})]),
- z = Object(b["a"])(T, {
+ z = Object(b['a'])(T, {
afterLeave: this.onAnimateLeave
- });
- return e("transition", u()([{
- key: "dialog"
+ })
+ return e('transition', u()([{
+ key: 'dialog'
}, z]), [h || !this.destroyPopup ? x : null])
},
getZIndexStyle: function() {
var e = {},
- t = this.$props;
+ t = this.$props
return void 0 !== t.zIndex && (e.zIndex = t.zIndex), e
},
getWrapStyle: function() {
@@ -74374,21 +75094,21 @@
getMaskElement: function() {
var e = this.$createElement,
t = this.$props,
- n = void 0;
+ n = void 0
if (t.mask) {
- var r = this.getMaskTransitionName();
+ var r = this.getMaskTransitionName()
if (n = e(_, u()([{
directives: [{
- name: "show",
+ name: 'show',
value: t.visible
}],
style: this.getMaskStyle(),
- key: "mask",
- class: t.prefixCls + "-mask"
+ key: 'mask',
+ class: t.prefixCls + '-mask'
}, t.maskProps])), r) {
- var a = Object(b["a"])(r);
- n = e("transition", u()([{
- key: "mask"
+ var a = Object(b['a'])(r)
+ n = e('transition', u()([{
+ key: 'mask'
}, a]), [n])
}
}
@@ -74397,31 +75117,31 @@
getMaskTransitionName: function() {
var e = this.$props,
t = e.maskTransitionName,
- n = e.maskAnimation;
- return !t && n && (t = e.prefixCls + "-" + n), t
+ n = e.maskAnimation
+ return !t && n && (t = e.prefixCls + '-' + n), t
},
getTransitionName: function() {
var e = this.$props,
t = e.transitionName,
- n = e.animation;
- return !t && n && (t = e.prefixCls + "-" + n), t
+ n = e.animation
+ return !t && n && (t = e.prefixCls + '-' + n), t
},
switchScrollingEffect: function() {
var e = this.getOpenCount,
- t = e();
+ t = e()
if (1 === t) {
- if (z.hasOwnProperty("overflowX")) return;
+ if (z.hasOwnProperty('overflowX')) return
z = {
overflowX: document.body.style.overflowX,
overflowY: document.body.style.overflowY,
overflow: document.body.style.overflow
- }, M(), document.body.style.overflow = "hidden"
+ }, M(), document.body.style.overflow = 'hidden'
} else t || (void 0 !== z.overflow && (document.body.style.overflow = z.overflow), void 0 !== z.overflowX &&
(document.body.style.overflowX = z.overflowX), void 0 !== z.overflowY && (document.body.style.overflowY =
z.overflowY), z = {}, M(!0))
},
close: function(e) {
- this.__emit("close", e)
+ this.__emit('close', e)
}
},
render: function() {
@@ -74432,56 +75152,57 @@
a = this.wrapClassName,
i = this.title,
o = this.wrapProps,
- s = this.getWrapStyle();
- return r && (s.display = null), e("div", {
- class: t + "-root"
- }, [this.getMaskElement(), e("div", u()([{
+ s = this.getWrapStyle()
+ return r && (s.display = null), e('div', {
+ class: t + '-root'
+ }, [this.getMaskElement(), e('div', u()([{
attrs: {
tabIndex: -1,
- role: "dialog",
- "aria-labelledby": i ? this.titleId : null
+ role: 'dialog',
+ 'aria-labelledby': i ? this.titleId : null
},
on: {
keydown: this.onKeydown,
click: n ? this.onMaskClick : k,
mouseup: n ? this.onMaskMouseUp : k
},
- class: t + "-wrap " + (a || ""),
- ref: "wrap",
+ class: t + '-wrap ' + (a || ''),
+ ref: 'wrap',
style: s
}, o]), [this.getDialogElement()])])
}
},
- j = n("1098"),
- H = n.n(j);
+ j = n('1098'),
+ H = n.n(j)
function E(e) {
var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},
n = t.element,
r = void 0 === n ? document.body : n,
a = {},
- i = Object.keys(e);
+ i = Object.keys(e)
return i.forEach((function(e) {
a[e] = r.style[e]
})), i.forEach((function(t) {
r.style[t] = e[t]
})), a
}
+
var P = E,
- A = n("7b05"),
+ A = n('7b05'),
Y = {
- name: "Portal",
+ name: 'Portal',
props: {
- getContainer: m["a"].func.isRequired,
- children: m["a"].any.isRequired,
- didUpdate: m["a"].func
+ getContainer: m['a'].func.isRequired,
+ children: m['a'].any.isRequired,
+ didUpdate: m['a'].func
},
mounted: function() {
this.createContainer()
},
updated: function() {
var e = this,
- t = this.$props.didUpdate;
+ t = this.$props.didUpdate
t && this.$nextTick((function() {
t(e.$props)
}))
@@ -74498,28 +75219,28 @@
}
},
render: function() {
- return this._container ? Object(A["a"])(this.$props.children, {
+ return this._container ? Object(A['a'])(this.$props.children, {
directives: [{
- name: "ant-portal",
+ name: 'ant-portal',
value: this._container
}]
}) : null
}
},
V = 0,
- I = !("undefined" !== typeof window && window.document && window.document.createElement),
+ I = !('undefined' !== typeof window && window.document && window.document.createElement),
R = {},
F = {
- name: "PortalWrapper",
+ name: 'PortalWrapper',
props: {
- wrapperClassName: m["a"].string,
- forceRender: m["a"].bool,
- getContainer: m["a"].any,
- children: m["a"].func,
- visible: m["a"].bool
+ wrapperClassName: m['a'].string,
+ forceRender: m['a'].bool,
+ getContainer: m['a'].any,
+ children: m['a'].func,
+ visible: m['a'].bool
},
data: function() {
- var e = this.$props.visible;
+ var e = this.$props.visible
return V = e ? V + 1 : V, {}
},
updated: function() {
@@ -74530,36 +75251,36 @@
V = e ? V + 1 : V - 1
},
getContainer: function(e, t) {
- var n = "function" === typeof e && "function" === typeof t;
+ var n = 'function' === typeof e && 'function' === typeof t;
(n ? e.toString() !== t.toString() : e !== t) && this.removeCurrentContainer(!1)
}
},
beforeDestroy: function() {
- var e = this.$props.visible;
+ var e = this.$props.visible
V = e && V ? V - 1 : V, this.removeCurrentContainer(e)
},
methods: {
getParent: function() {
- var e = this.$props.getContainer;
+ var e = this.$props.getContainer
if (e) {
- if ("string" === typeof e) return document.querySelectorAll(e)[0];
- if ("function" === typeof e) return e();
- if ("object" === ("undefined" === typeof e ? "undefined" : H()(e)) && e instanceof window.HTMLElement)
+ if ('string' === typeof e) return document.querySelectorAll(e)[0]
+ if ('function' === typeof e) return e()
+ if ('object' === ('undefined' === typeof e ? 'undefined' : H()(e)) && e instanceof window.HTMLElement)
return e
}
return document.body
},
getDomContainer: function() {
- if (I) return null;
+ if (I) return null
if (!this.container) {
- this.container = document.createElement("div");
- var e = this.getParent();
+ this.container = document.createElement('div')
+ var e = this.getParent()
e && e.appendChild(this.container)
}
return this.setWrapperClassName(), this.container
},
setWrapperClassName: function() {
- var e = this.$props.wrapperClassName;
+ var e = this.$props.wrapperClassName
this.container && e && e !== this.container.className && (this.container.className = e)
},
savePortal: function(e) {
@@ -74570,9 +75291,9 @@
},
switchScrollingEffect: function() {
1 !== V || Object.keys(R).length ? V || (P(R), R = {}, M(!0)) : (M(), R = P({
- overflow: "hidden",
- overflowX: "hidden",
- overflowY: "hidden"
+ overflow: 'hidden',
+ overflowX: 'hidden',
+ overflowY: 'hidden'
}))
}
},
@@ -74589,7 +75310,7 @@
},
getContainer: this.getDomContainer,
switchScrollingEffect: this.switchScrollingEffect
- };
+ }
return (r || a || this._component) && (i = e(Y, u()([{
attrs: {
getContainer: this.getDomContainer,
@@ -74597,7 +75318,7 @@
}
}, {
directives: [{
- name: "ant-ref",
+ name: 'ant-ref',
value: this.savePortal
}]
}]))), i
@@ -74619,23 +75340,23 @@
s = {
props: this.$props,
attrs: this.$attrs,
- ref: "_component",
- key: "dialog",
- on: Object(d["j"])(this)
- };
+ ref: '_component',
+ key: 'dialog',
+ on: Object(d['j'])(this)
+ }
return !1 === i ? t(D, u()([s, {
attrs: {
getOpenCount: function() {
return 2
}
}
- }]), [this.$slots["default"]]) : t(F, {
+ }]), [this.$slots['default']]) : t(F, {
attrs: {
visible: r,
forceRender: o,
getContainer: i,
children: function(n) {
- return s.props = a()({}, s.props, n), t(D, s, [e.$slots["default"]])
+ return s.props = a()({}, s.props, n), t(D, s, [e.$slots['default']])
}
}
})
@@ -74643,14 +75364,14 @@
},
B = N,
K = B,
- W = n("c8c6"),
- q = n("97e1"),
- U = n("0c63"),
- J = n("5efb"),
- G = n("b92b"),
- Q = n("e5cd"),
- X = n("4df5"),
- Z = Object(G["a"])().type,
+ W = n('c8c6'),
+ q = n('97e1'),
+ U = n('0c63'),
+ J = n('5efb'),
+ G = n('b92b'),
+ Q = n('e5cd'),
+ X = n('4df5'),
+ Z = Object(G['a'])().type,
ee = null,
te = function(e) {
ee = {
@@ -74659,62 +75380,64 @@
}, setTimeout((function() {
return ee = null
}), 100)
- };
+ }
- function ne() {}
- "undefined" !== typeof window && window.document && window.document.documentElement && Object(W["a"])(document.documentElement,
- "click", te, !0);
+ function ne() {
+ }
+
+ 'undefined' !== typeof window && window.document && window.document.documentElement && Object(W['a'])(document.documentElement,
+ 'click', te, !0)
var re = function() {
var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
t = {
- prefixCls: m["a"].string,
- visible: m["a"].bool,
- confirmLoading: m["a"].bool,
- title: m["a"].any,
- closable: m["a"].bool,
- closeIcon: m["a"].any,
- afterClose: m["a"].func.def(ne),
- centered: m["a"].bool,
- width: m["a"].oneOfType([m["a"].string, m["a"].number]),
- footer: m["a"].any,
- okText: m["a"].any,
+ prefixCls: m['a'].string,
+ visible: m['a'].bool,
+ confirmLoading: m['a'].bool,
+ title: m['a'].any,
+ closable: m['a'].bool,
+ closeIcon: m['a'].any,
+ afterClose: m['a'].func.def(ne),
+ centered: m['a'].bool,
+ width: m['a'].oneOfType([m['a'].string, m['a'].number]),
+ footer: m['a'].any,
+ okText: m['a'].any,
okType: Z,
- cancelText: m["a"].any,
- icon: m["a"].any,
- maskClosable: m["a"].bool,
- forceRender: m["a"].bool,
- okButtonProps: m["a"].object,
- cancelButtonProps: m["a"].object,
- destroyOnClose: m["a"].bool,
- wrapClassName: m["a"].string,
- maskTransitionName: m["a"].string,
- transitionName: m["a"].string,
- getContainer: m["a"].func,
- zIndex: m["a"].number,
- bodyStyle: m["a"].object,
- maskStyle: m["a"].object,
- mask: m["a"].bool,
- keyboard: m["a"].bool,
- wrapProps: m["a"].object,
- focusTriggerAfterClose: m["a"].bool
- };
- return Object(d["s"])(t, e)
+ cancelText: m['a'].any,
+ icon: m['a'].any,
+ maskClosable: m['a'].bool,
+ forceRender: m['a'].bool,
+ okButtonProps: m['a'].object,
+ cancelButtonProps: m['a'].object,
+ destroyOnClose: m['a'].bool,
+ wrapClassName: m['a'].string,
+ maskTransitionName: m['a'].string,
+ transitionName: m['a'].string,
+ getContainer: m['a'].func,
+ zIndex: m['a'].number,
+ bodyStyle: m['a'].object,
+ maskStyle: m['a'].object,
+ mask: m['a'].bool,
+ keyboard: m['a'].bool,
+ wrapProps: m['a'].object,
+ focusTriggerAfterClose: m['a'].bool
+ }
+ return Object(d['s'])(t, e)
},
ae = [],
ie = {
- name: "AModal",
+ name: 'AModal',
inheritAttrs: !1,
model: {
- prop: "visible",
- event: "change"
+ prop: 'visible',
+ event: 'change'
},
props: re({
width: 520,
- transitionName: "zoom",
- maskTransitionName: "fade",
+ transitionName: 'zoom',
+ maskTransitionName: 'fade',
confirmLoading: !1,
visible: !1,
- okType: "primary"
+ okType: 'primary'
}),
data: function() {
return {
@@ -74729,27 +75452,27 @@
inject: {
configProvider: {
default: function() {
- return X["a"]
+ return X['a']
}
}
},
methods: {
handleCancel: function(e) {
- this.$emit("cancel", e), this.$emit("change", !1)
+ this.$emit('cancel', e), this.$emit('change', !1)
},
handleOk: function(e) {
- this.$emit("ok", e)
+ this.$emit('ok', e)
},
renderFooter: function(e) {
var t = this.$createElement,
n = this.okType,
r = this.confirmLoading,
- a = Object(d["u"])({
+ a = Object(d['u'])({
on: {
click: this.handleCancel
}
}, this.cancelButtonProps || {}),
- i = Object(d["u"])({
+ i = Object(d['u'])({
on: {
click: this.handleOk
},
@@ -74757,9 +75480,9 @@
type: n,
loading: r
}
- }, this.okButtonProps || {});
- return t("div", [t(J["a"], a, [Object(d["f"])(this, "cancelText") || e.cancelText]), t(J["a"], i, [Object(
- d["f"])(this, "okText") || e.okText])])
+ }, this.okButtonProps || {})
+ return t('div', [t(J['a'], a, [Object(d['f'])(this, 'cancelText') || e.cancelText]), t(J['a'], i, [Object(
+ d['f'])(this, 'okText') || e.okText])])
}
},
render: function() {
@@ -74772,64 +75495,64 @@
l = this.$slots,
u = this.$scopedSlots,
h = this.$attrs,
- f = u["default"] ? u["default"]() : l["default"],
+ f = u['default'] ? u['default']() : l['default'],
m = this.configProvider,
p = m.getPrefixCls,
_ = m.getPopupContainer,
- v = p("modal", t),
- b = e(Q["a"], {
+ v = p('modal', t),
+ b = e(Q['a'], {
attrs: {
- componentName: "Modal",
- defaultLocale: Object(q["b"])()
+ componentName: 'Modal',
+ defaultLocale: Object(q['b'])()
},
scopedSlots: {
default: this.renderFooter
}
}),
- y = Object(d["f"])(this, "closeIcon"),
- g = e("span", {
- class: v + "-close-x"
- }, [y || e(U["a"], {
- class: v + "-close-icon",
+ y = Object(d['f'])(this, 'closeIcon'),
+ g = e('span', {
+ class: v + '-close-x'
+ }, [y || e(U['a'], {
+ class: v + '-close-icon',
attrs: {
- type: "close"
+ type: 'close'
}
})]),
- M = Object(d["f"])(this, "footer"),
- w = Object(d["f"])(this, "title"),
+ M = Object(d['f'])(this, 'footer'),
+ w = Object(d['f'])(this, 'title'),
L = {
props: a()({}, this.$props, {
getContainer: void 0 === s ? _ : s,
prefixCls: v,
- wrapClassName: c()(o()({}, v + "-centered", !!i), r),
+ wrapClassName: c()(o()({}, v + '-centered', !!i), r),
title: w,
footer: void 0 === M ? b : M,
visible: n,
mousePosition: ee,
closeIcon: g
}),
- on: a()({}, Object(d["j"])(this), {
+ on: a()({}, Object(d['j'])(this), {
close: this.handleCancel
}),
- class: Object(d["e"])(this),
- style: Object(d["p"])(this),
+ class: Object(d['e'])(this),
+ style: Object(d['p'])(this),
attrs: h
- };
+ }
return e(K, L, [f])
}
},
- oe = n("8bbf"),
+ oe = n('8bbf'),
se = n.n(oe),
- ce = Object(G["a"])().type,
+ ce = Object(G['a'])().type,
le = {
type: ce,
- actionFn: m["a"].func,
- closeModal: m["a"].func,
- autoFocus: m["a"].bool,
- buttonProps: m["a"].object
+ actionFn: m['a'].func,
+ closeModal: m['a'].func,
+ autoFocus: m['a'].bool,
+ buttonProps: m['a'].object
},
ue = {
- mixins: [v["a"]],
+ mixins: [v['a']],
props: le,
data: function() {
return {
@@ -74837,7 +75560,7 @@
}
},
mounted: function() {
- var e = this;
+ var e = this
this.autoFocus && (this.timeoutId = setTimeout((function() {
return e.$el.focus()
})))
@@ -74849,9 +75572,9 @@
onClick: function() {
var e = this,
t = this.actionFn,
- n = this.closeModal;
+ n = this.closeModal
if (t) {
- var r = void 0;
+ var r = void 0
t.length ? r = t(n) : (r = t(), r || n()), r && r.then && (this.setState({
loading: !0
}), r.then((function() {
@@ -74869,8 +75592,8 @@
t = this.type,
n = this.$slots,
r = this.loading,
- a = this.buttonProps;
- return e(J["a"], u()([{
+ a = this.buttonProps
+ return e(J['a'], u()([{
attrs: {
type: t,
loading: r
@@ -74878,10 +75601,10 @@
on: {
click: this.onClick
}
- }, a]), [n["default"]])
+ }, a]), [n['default']])
}
},
- de = n("6a21"),
+ de = n('6a21'),
he = {
functional: !0,
render: function(e, t) {
@@ -74899,49 +75622,49 @@
p = n.okButtonProps,
_ = n.cancelButtonProps,
v = n.iconType,
- b = void 0 === v ? "question-circle" : v,
+ b = void 0 === v ? 'question-circle' : v,
y = n.closable,
- g = void 0 !== y && y;
- Object(de["a"])(!("iconType" in n), "Modal",
- "The property 'iconType' is deprecated. Use the property 'icon' instead.");
+ g = void 0 !== y && y
+ Object(de['a'])(!('iconType' in n), 'Modal',
+ 'The property \'iconType\' is deprecated. Use the property \'icon\' instead.')
var M = n.icon ? n.icon : b,
- w = n.okType || "primary",
- L = n.prefixCls || "ant-modal",
- O = L + "-confirm",
- S = !("okCancel" in n) || n.okCancel,
+ w = n.okType || 'primary',
+ L = n.prefixCls || 'ant-modal',
+ O = L + '-confirm',
+ S = !('okCancel' in n) || n.okCancel,
k = n.width || 416,
C = n.style || {},
T = void 0 === n.mask || n.mask,
x = void 0 !== n.maskClosable && n.maskClosable,
- z = Object(q["b"])(),
+ z = Object(q['b'])(),
D = n.okText || (S ? z.okText : z.justOkText),
j = n.cancelText || z.cancelText,
- H = null !== n.autoFocusButton && (n.autoFocusButton || "ok"),
- E = n.transitionName || "zoom",
- P = n.maskTransitionName || "fade",
- A = c()(O, O + "-" + n.type, L + "-" + n.type, n["class"]),
+ H = null !== n.autoFocusButton && (n.autoFocusButton || 'ok'),
+ E = n.transitionName || 'zoom',
+ P = n.maskTransitionName || 'fade',
+ A = c()(O, O + '-' + n.type, L + '-' + n.type, n['class']),
Y = S && e(ue, {
attrs: {
actionFn: r,
closeModal: i,
- autoFocus: "cancel" === H,
+ autoFocus: 'cancel' === H,
buttonProps: _
}
}, [j]),
- V = "string" === typeof M ? e(U["a"], {
+ V = 'string' === typeof M ? e(U['a'], {
attrs: {
type: M
}
- }) : M(e);
+ }) : M(e)
return e(ie, {
attrs: {
prefixCls: L,
- wrapClassName: c()(o()({}, O + "-centered", !!h)),
+ wrapClassName: c()(o()({}, O + '-centered', !!h)),
visible: u,
closable: g,
- title: "",
+ title: '',
transitionName: E,
- footer: "",
+ footer: '',
maskTransitionName: P,
mask: T,
maskClosable: x,
@@ -74962,42 +75685,42 @@
}
},
style: C
- }, [e("div", {
- class: O + "-body-wrapper"
- }, [e("div", {
- class: O + "-body"
- }, [V, void 0 === n.title ? null : e("span", {
- class: O + "-title"
- }, ["function" === typeof n.title ? n.title(e) : n.title]), e("div", {
- class: O + "-content"
- }, ["function" === typeof n.content ? n.content(e) : n.content])]), e("div", {
- class: O + "-btns"
+ }, [e('div', {
+ class: O + '-body-wrapper'
+ }, [e('div', {
+ class: O + '-body'
+ }, [V, void 0 === n.title ? null : e('span', {
+ class: O + '-title'
+ }, ['function' === typeof n.title ? n.title(e) : n.title]), e('div', {
+ class: O + '-content'
+ }, ['function' === typeof n.content ? n.content(e) : n.content])]), e('div', {
+ class: O + '-btns'
}, [Y, e(ue, {
attrs: {
type: w,
actionFn: a,
closeModal: i,
- autoFocus: "ok" === H,
+ autoFocus: 'ok' === H,
buttonProps: p
}
}, [D])])])])
}
},
- fe = n("db14"),
- me = n("0464");
+ fe = n('db14'),
+ me = n('0464')
function pe(e) {
- var t = document.createElement("div"),
- n = document.createElement("div");
- t.appendChild(n), document.body.appendChild(t);
- var r = a()({}, Object(me["a"])(e, ["parentContext"]), {
+ var t = document.createElement('div'),
+ n = document.createElement('div')
+ t.appendChild(n), document.body.appendChild(t)
+ var r = a()({}, Object(me['a'])(e, ['parentContext']), {
close: s,
visible: !0
}),
i = null,
o = {
props: {}
- };
+ }
function s() {
l.apply(void 0, arguments)
@@ -75008,24 +75731,24 @@
}
function l() {
- i && t.parentNode && (i.$destroy(), i = null, t.parentNode.removeChild(t));
- for (var n = arguments.length, r = Array(n), a = 0; a < n; a++) r[a] = arguments[a];
+ i && t.parentNode && (i.$destroy(), i = null, t.parentNode.removeChild(t))
+ for (var n = arguments.length, r = Array(n), a = 0; a < n; a++) r[a] = arguments[a]
var o = r.some((function(e) {
return e && e.triggerCancel
- }));
- e.onCancel && o && e.onCancel.apply(e, r);
+ }))
+ e.onCancel && o && e.onCancel.apply(e, r)
for (var c = 0; c < ae.length; c++) {
- var l = ae[c];
+ var l = ae[c]
if (l === s) {
- ae.splice(c, 1);
+ ae.splice(c, 1)
break
}
}
}
function u(t) {
- o.props = t;
- var r = fe["a"].Vue || se.a;
+ o.props = t
+ var r = fe['a'].Vue || se.a
return new r({
el: n,
parent: e.parentContext,
@@ -75036,217 +75759,220 @@
},
render: function() {
var e = arguments[0],
- t = a()({}, this.confirmDialogProps);
+ t = a()({}, this.confirmDialogProps)
return e(he, t)
}
})
}
+
return i = u(r), ae.push(s), {
destroy: s,
update: c
}
}
+
var _e = function(e) {
var t = a()({
- type: "info",
+ type: 'info',
icon: function(e) {
- return e(U["a"], {
+ return e(U['a'], {
attrs: {
- type: "info-circle"
+ type: 'info-circle'
}
})
},
okCancel: !1
- }, e);
+ }, e)
return pe(t)
},
ve = function(e) {
var t = a()({
- type: "success",
+ type: 'success',
icon: function(e) {
- return e(U["a"], {
+ return e(U['a'], {
attrs: {
- type: "check-circle"
+ type: 'check-circle'
}
})
},
okCancel: !1
- }, e);
+ }, e)
return pe(t)
},
be = function(e) {
var t = a()({
- type: "error",
+ type: 'error',
icon: function(e) {
- return e(U["a"], {
+ return e(U['a'], {
attrs: {
- type: "close-circle"
+ type: 'close-circle'
}
})
},
okCancel: !1
- }, e);
+ }, e)
return pe(t)
},
ye = function(e) {
var t = a()({
- type: "warning",
+ type: 'warning',
icon: function(e) {
- return e(U["a"], {
+ return e(U['a'], {
attrs: {
- type: "exclamation-circle"
+ type: 'exclamation-circle'
}
})
},
okCancel: !1
- }, e);
+ }, e)
return pe(t)
},
ge = ye,
Me = function(e) {
var t = a()({
- type: "confirm",
+ type: 'confirm',
okCancel: !0
- }, e);
+ }, e)
return pe(t)
- };
+ }
ie.info = _e, ie.success = ve, ie.error = be, ie.warning = ye, ie.warn = ge, ie.confirm = Me, ie.destroyAll =
function() {
while (ae.length) {
- var e = ae.pop();
+ var e = ae.pop()
e && e()
}
}, ie.install = function(e) {
- e.use(fe["a"]), e.component(ie.name, ie)
- };
- t["a"] = ie
+ e.use(fe['a']), e.component(ie.name, ie)
+ }
+ t['a'] = ie
},
eda5: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("si", {
- months: "ජනවාරි_පෙබරවාරි_මාර්තු_අප්රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්"
- .split("_"),
- monthsShort: "ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),
- weekdays: "ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),
- weekdaysShort: "ඉරි_සඳු_අඟ_බදා_බ්රහ_සිකු_සෙන".split("_"),
- weekdaysMin: "ඉ_ස_අ_බ_බ්ර_සි_සෙ".split("_"),
+ var t = e.defineLocale('si', {
+ months: 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'
+ .split('_'),
+ monthsShort: 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split('_'),
+ weekdays: 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split('_'),
+ weekdaysShort: 'ඉරි_සඳු_අඟ_බදා_බ්රහ_සිකු_සෙන'.split('_'),
+ weekdaysMin: 'ඉ_ස_අ_බ_බ්ර_සි_සෙ'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "a h:mm",
- LTS: "a h:mm:ss",
- L: "YYYY/MM/DD",
- LL: "YYYY MMMM D",
- LLL: "YYYY MMMM D, a h:mm",
- LLLL: "YYYY MMMM D [වැනි] dddd, a h:mm:ss"
+ LT: 'a h:mm',
+ LTS: 'a h:mm:ss',
+ L: 'YYYY/MM/DD',
+ LL: 'YYYY MMMM D',
+ LLL: 'YYYY MMMM D, a h:mm',
+ LLLL: 'YYYY MMMM D [වැනි] dddd, a h:mm:ss'
},
calendar: {
- sameDay: "[අද] LT[ට]",
- nextDay: "[හෙට] LT[ට]",
- nextWeek: "dddd LT[ට]",
- lastDay: "[ඊයේ] LT[ට]",
- lastWeek: "[පසුගිය] dddd LT[ට]",
- sameElse: "L"
+ sameDay: '[අද] LT[ට]',
+ nextDay: '[හෙට] LT[ට]',
+ nextWeek: 'dddd LT[ට]',
+ lastDay: '[ඊයේ] LT[ට]',
+ lastWeek: '[පසුගිය] dddd LT[ට]',
+ sameElse: 'L'
},
relativeTime: {
- future: "%sකින්",
- past: "%sකට පෙර",
- s: "තත්පර කිහිපය",
- ss: "තත්පර %d",
- m: "මිනිත්තුව",
- mm: "මිනිත්තු %d",
- h: "පැය",
- hh: "පැය %d",
- d: "දිනය",
- dd: "දින %d",
- M: "මාසය",
- MM: "මාස %d",
- y: "වසර",
- yy: "වසර %d"
+ future: '%sකින්',
+ past: '%sකට පෙර',
+ s: 'තත්පර කිහිපය',
+ ss: 'තත්පර %d',
+ m: 'මිනිත්තුව',
+ mm: 'මිනිත්තු %d',
+ h: 'පැය',
+ hh: 'පැය %d',
+ d: 'දිනය',
+ dd: 'දින %d',
+ M: 'මාසය',
+ MM: 'මාස %d',
+ y: 'වසර',
+ yy: 'වසර %d'
},
dayOfMonthOrdinalParse: /\d{1,2} වැනි/,
ordinal: function(e) {
- return e + " වැනි"
+ return e + ' වැනි'
},
meridiemParse: /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,
isPM: function(e) {
- return "ප.ව." === e || "පස් වරු" === e
+ return 'ප.ව.' === e || 'පස් වරු' === e
},
meridiem: function(e, t, n) {
- return e > 11 ? n ? "ප.ව." : "පස් වරු" : n ? "පෙ.ව." : "පෙර වරු"
+ return e > 11 ? n ? 'ප.ව.' : 'පස් වරු' : n ? 'පෙ.ව.' : 'පෙර වරු'
}
- });
+ })
return t
}))
},
efb6: function(e, t, n) {
- var r = n("5e2e");
+ var r = n('5e2e')
function a() {
this.__data__ = new r, this.size = 0
}
+
e.exports = a
},
f09d: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("a-card", {
+ n = e._self._c || t
+ return n('a-card', {
staticStyle: {
- height: "100%"
+ height: '100%'
},
attrs: {
bordered: !1
}
- }, [n("onldf-component", {
- ref: "onldf",
+ }, [n('onldf-component', {
+ ref: 'onldf',
attrs: {
- "tb-name": e.tbName,
- "data-id": e.dataId,
- "show-footer": !1
+ 'tb-name': e.tbName,
+ 'data-id': e.dataId,
+ 'show-footer': !1
}
})], 1)
},
a = [],
- i = n("39c7"),
+ i = n('39c7'),
o = {
- name: "OnlineDynamicViewForm",
+ name: 'OnlineDynamicViewForm',
components: {
- OnldfComponent: i["default"]
+ OnldfComponent: i['default']
},
data: function() {
return {
- tbName: "",
- dataId: ""
+ tbName: '',
+ dataId: ''
}
},
created: function() {
- var e = this;
+ var e = this
this.tbName = this.$route.params.table, this.dataId = this.$route.params.id, this.$nextTick((function() {
e.$refs.onldf.loadFormItems()
}))
}
},
s = o,
- c = n("2877"),
- l = Object(c["a"])(s, r, a, !1, null, null, null);
- t["default"] = l.exports
+ c = n('2877'),
+ l = Object(c['a'])(s, r, a, !1, null, null, null)
+ t['default'] = l.exports
},
f12d: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("j-editable-table", {
- ref: "editableTable",
+ n = e._self._c || t
+ return n('j-editable-table', {
+ ref: 'editableTable',
attrs: {
loading: e.loading,
columns: e.columns,
@@ -75255,16 +75981,16 @@
maxHeight: 340,
disabled: !e.actionButton,
disabledRows: {
- dbFieldName: "id"
+ dbFieldName: 'id'
}
}
})
},
a = [],
- i = n("a34a"),
+ i = n('a34a'),
o = n.n(i),
- s = n("e2e0"),
- c = n("addb");
+ s = n('e2e0'),
+ c = n('addb')
function l(e, t, n, r, a, i, o) {
try {
@@ -75279,23 +76005,25 @@
function u(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- l(i, r, a, o, s, "next", e)
+ l(i, r, a, o, s, 'next', e)
}
function s(e) {
- l(i, r, a, o, s, "throw", e)
+ l(i, r, a, o, s, 'throw', e)
}
+
o(void 0)
}))
}
}
+
var d = {
- name: "ForeignKeyTable",
+ name: 'ForeignKeyTable',
components: {},
props: {
actionButton: {
@@ -75309,37 +76037,37 @@
loading: !1,
dataSource: [],
columns: [{
- title: "字段名称",
- key: "dbFieldName",
- width: "160px",
- type: s["a"].input,
- defaultValue: "",
- placeholder: "",
+ title: '字段名称',
+ key: 'dbFieldName',
+ width: '160px',
+ type: s['a'].input,
+ defaultValue: '',
+ placeholder: '',
props: {
disabled: !0
}
}, {
- title: "字段备注",
- key: "dbFieldTxt",
- width: "160px",
- type: s["a"].input,
- defaultValue: "",
- placeholder: "",
+ title: '字段备注',
+ key: 'dbFieldTxt',
+ width: '160px',
+ type: s['a'].input,
+ defaultValue: '',
+ placeholder: '',
props: {
disabled: !0
}
}, {
- title: "主表名",
- key: "mainTable",
- width: "120px",
- type: s["a"].input,
- defaultValue: ""
+ title: '主表名',
+ key: 'mainTable',
+ width: '120px',
+ type: s['a'].input,
+ defaultValue: ''
}, {
- title: "主表字段",
- key: "mainField",
- width: "120px",
- type: s["a"].input,
- defaultValue: ""
+ title: '主表字段',
+ key: 'mainField',
+ width: '120px',
+ type: s['a'].input,
+ defaultValue: ''
}]
}
},
@@ -75349,81 +76077,82 @@
return o.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
- return e.next = 2, Object(c["syncAllTable"])(this, t);
+ return e.next = 2, Object(c['syncAllTable'])(this, t)
case 2:
- case "end":
+ case 'end':
return e.stop()
}
}), e, this)
- })));
+ })))
function t(t) {
return e.apply(this, arguments)
}
+
return t
}()
}
},
h = d,
- f = n("2877"),
- m = Object(f["a"])(h, r, a, !1, null, "8295d37a", null);
- t["default"] = m.exports
+ f = n('2877'),
+ m = Object(f['a'])(h, r, a, !1, null, '8295d37a', null)
+ t['default'] = m.exports
},
f260: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("pt", {
- months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split(
- "_"),
- monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),
- weekdays: "Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),
- weekdaysShort: "Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),
- weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),
+ var t = e.defineLocale('pt', {
+ months: 'janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro'.split(
+ '_'),
+ monthsShort: 'jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez'.split('_'),
+ weekdays: 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'),
+ weekdaysShort: 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),
+ weekdaysMin: 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D [de] MMMM [de] YYYY",
- LLL: "D [de] MMMM [de] YYYY HH:mm",
- LLLL: "dddd, D [de] MMMM [de] YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D [de] MMMM [de] YYYY',
+ LLL: 'D [de] MMMM [de] YYYY HH:mm',
+ LLLL: 'dddd, D [de] MMMM [de] YYYY HH:mm'
},
calendar: {
- sameDay: "[Hoje às] LT",
- nextDay: "[Amanhã às] LT",
- nextWeek: "dddd [às] LT",
- lastDay: "[Ontem às] LT",
+ sameDay: '[Hoje às] LT',
+ nextDay: '[Amanhã às] LT',
+ nextWeek: 'dddd [às] LT',
+ lastDay: '[Ontem às] LT',
lastWeek: function() {
- return 0 === this.day() || 6 === this.day() ? "[Último] dddd [às] LT" : "[Última] dddd [às] LT"
+ return 0 === this.day() || 6 === this.day() ? '[Último] dddd [às] LT' : '[Última] dddd [às] LT'
},
- sameElse: "L"
+ sameElse: 'L'
},
relativeTime: {
- future: "em %s",
- past: "há %s",
- s: "segundos",
- ss: "%d segundos",
- m: "um minuto",
- mm: "%d minutos",
- h: "uma hora",
- hh: "%d horas",
- d: "um dia",
- dd: "%d dias",
- M: "um mês",
- MM: "%d meses",
- y: "um ano",
- yy: "%d anos"
+ future: 'em %s',
+ past: 'há %s',
+ s: 'segundos',
+ ss: '%d segundos',
+ m: 'um minuto',
+ mm: '%d minutos',
+ h: 'uma hora',
+ hh: '%d horas',
+ d: 'um dia',
+ dd: '%d dias',
+ M: 'um mês',
+ MM: '%d meses',
+ y: 'um ano',
+ yy: '%d anos'
},
dayOfMonthOrdinalParse: /\d{1,2}º/,
- ordinal: "%dº",
+ ordinal: '%dº',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
@@ -75431,16 +76160,16 @@
var n, r, a = e.exports = {};
function i() {
- throw new Error("setTimeout has not been defined")
+ throw new Error('setTimeout has not been defined')
}
function o() {
- throw new Error("clearTimeout has not been defined")
+ throw new Error('clearTimeout has not been defined')
}
function s(e) {
- if (n === setTimeout) return setTimeout(e, 0);
- if ((n === i || !n) && setTimeout) return n = setTimeout, setTimeout(e, 0);
+ if (n === setTimeout) return setTimeout(e, 0)
+ if ((n === i || !n) && setTimeout) return n = setTimeout, setTimeout(e, 0)
try {
return n(e, 0)
} catch (t) {
@@ -75453,8 +76182,8 @@
}
function c(e) {
- if (r === clearTimeout) return clearTimeout(e);
- if ((r === o || !r) && clearTimeout) return r = clearTimeout, clearTimeout(e);
+ if (r === clearTimeout) return clearTimeout(e)
+ if ((r === o || !r) && clearTimeout) return r = clearTimeout, clearTimeout(e)
try {
return r(e)
} catch (t) {
@@ -75464,21 +76193,23 @@
return r.call(this, e)
}
}
- }(function() {
+ }
+
+ (function() {
try {
- n = "function" === typeof setTimeout ? setTimeout : i
+ n = 'function' === typeof setTimeout ? setTimeout : i
} catch (e) {
n = i
}
try {
- r = "function" === typeof clearTimeout ? clearTimeout : o
+ r = 'function' === typeof clearTimeout ? clearTimeout : o
} catch (e) {
r = o
}
- })();
+ })()
var l, u = [],
d = !1,
- h = -1;
+ h = -1
function f() {
d && l && (d = !1, l.length ? u = l.concat(u) : h = -1, u.length && m())
@@ -75486,12 +76217,12 @@
function m() {
if (!d) {
- var e = s(f);
- d = !0;
- var t = u.length;
+ var e = s(f)
+ d = !0
+ var t = u.length
while (t) {
- l = u, u = [];
- while (++h < t) l && l[h].run();
+ l = u, u = []
+ while (++h < t) l && l[h].run()
h = -1, t = u.length
}
l = null, d = !1, c(e)
@@ -75502,115 +76233,119 @@
this.fun = e, this.array = t
}
- function _() {}
+ function _() {
+ }
+
a.nextTick = function(e) {
- var t = new Array(arguments.length - 1);
+ var t = new Array(arguments.length - 1)
if (arguments.length > 1)
- for (var n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
+ for (var n = 1; n < arguments.length; n++) t[n - 1] = arguments[n]
u.push(new p(e, t)), 1 !== u.length || d || s(m)
}, p.prototype.run = function() {
this.fun.apply(null, this.array)
- }, a.title = "browser", a.browser = !0, a.env = {}, a.argv = [], a.version = "", a.versions = {}, a.on = _, a.addListener =
+ }, a.title = 'browser', a.browser = !0, a.env = {}, a.argv = [], a.version = '', a.versions = {}, a.on = _, a.addListener =
_, a.once = _, a.off = _, a.removeListener = _, a.removeAllListeners = _, a.emit = _, a.prependListener = _, a
.prependOnceListener = _, a.listeners = function(e) {
return []
}, a.binding = function(e) {
- throw new Error("process.binding is not supported")
+ throw new Error('process.binding is not supported')
}, a.cwd = function() {
- return "/"
+ return '/'
}, a.chdir = function(e) {
- throw new Error("process.chdir is not supported")
+ throw new Error('process.chdir is not supported')
}, a.umask = function() {
return 0
}
},
- f394: function(e, t, n) {},
+ f394: function(e, t, n) {
+ },
f3c1: function(e, t) {
var n = 800,
r = 16,
- a = Date.now;
+ a = Date.now
function i(e) {
var t = 0,
- i = 0;
+ i = 0
return function() {
var o = a(),
- s = r - (o - i);
+ s = r - (o - i)
if (i = o, s > 0) {
if (++t >= n) return arguments[0]
- } else t = 0;
+ } else t = 0
return e.apply(void 0, arguments)
}
}
+
e.exports = i
},
f3ff: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
var t = {
- 1: "੧",
- 2: "੨",
- 3: "੩",
- 4: "੪",
- 5: "੫",
- 6: "੬",
- 7: "੭",
- 8: "੮",
- 9: "੯",
- 0: "੦"
+ 1: '੧',
+ 2: '੨',
+ 3: '੩',
+ 4: '੪',
+ 5: '੫',
+ 6: '੬',
+ 7: '੭',
+ 8: '੮',
+ 9: '੯',
+ 0: '੦'
},
n = {
- "੧": "1",
- "੨": "2",
- "੩": "3",
- "੪": "4",
- "੫": "5",
- "੬": "6",
- "੭": "7",
- "੮": "8",
- "੯": "9",
- "੦": "0"
+ '੧': '1',
+ '੨': '2',
+ '੩': '3',
+ '੪': '4',
+ '੫': '5',
+ '੬': '6',
+ '੭': '7',
+ '੮': '8',
+ '੯': '9',
+ '੦': '0'
},
- r = e.defineLocale("pa-in", {
- months: "ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),
- monthsShort: "ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),
- weekdays: "ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),
- weekdaysShort: "ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),
- weekdaysMin: "ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),
+ r = e.defineLocale('pa-in', {
+ months: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split('_'),
+ monthsShort: 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split('_'),
+ weekdays: 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split('_'),
+ weekdaysShort: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),
+ weekdaysMin: 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),
longDateFormat: {
- LT: "A h:mm ਵਜੇ",
- LTS: "A h:mm:ss ਵਜੇ",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY, A h:mm ਵਜੇ",
- LLLL: "dddd, D MMMM YYYY, A h:mm ਵਜੇ"
+ LT: 'A h:mm ਵਜੇ',
+ LTS: 'A h:mm:ss ਵਜੇ',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY, A h:mm ਵਜੇ',
+ LLLL: 'dddd, D MMMM YYYY, A h:mm ਵਜੇ'
},
calendar: {
- sameDay: "[ਅਜ] LT",
- nextDay: "[ਕਲ] LT",
- nextWeek: "[ਅਗਲਾ] dddd, LT",
- lastDay: "[ਕਲ] LT",
- lastWeek: "[ਪਿਛਲੇ] dddd, LT",
- sameElse: "L"
+ sameDay: '[ਅਜ] LT',
+ nextDay: '[ਕਲ] LT',
+ nextWeek: '[ਅਗਲਾ] dddd, LT',
+ lastDay: '[ਕਲ] LT',
+ lastWeek: '[ਪਿਛਲੇ] dddd, LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s ਵਿੱਚ",
- past: "%s ਪਿਛਲੇ",
- s: "ਕੁਝ ਸਕਿੰਟ",
- ss: "%d ਸਕਿੰਟ",
- m: "ਇਕ ਮਿੰਟ",
- mm: "%d ਮਿੰਟ",
- h: "ਇੱਕ ਘੰਟਾ",
- hh: "%d ਘੰਟੇ",
- d: "ਇੱਕ ਦਿਨ",
- dd: "%d ਦਿਨ",
- M: "ਇੱਕ ਮਹੀਨਾ",
- MM: "%d ਮਹੀਨੇ",
- y: "ਇੱਕ ਸਾਲ",
- yy: "%d ਸਾਲ"
+ future: '%s ਵਿੱਚ',
+ past: '%s ਪਿਛਲੇ',
+ s: 'ਕੁਝ ਸਕਿੰਟ',
+ ss: '%d ਸਕਿੰਟ',
+ m: 'ਇਕ ਮਿੰਟ',
+ mm: '%d ਮਿੰਟ',
+ h: 'ਇੱਕ ਘੰਟਾ',
+ hh: '%d ਘੰਟੇ',
+ d: 'ਇੱਕ ਦਿਨ',
+ dd: '%d ਦਿਨ',
+ M: 'ਇੱਕ ਮਹੀਨਾ',
+ MM: '%d ਮਹੀਨੇ',
+ y: 'ਇੱਕ ਸਾਲ',
+ yy: '%d ਸਾਲ'
},
preparse: function(e) {
return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, (function(e) {
@@ -75624,96 +76359,98 @@
},
meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,
meridiemHour: function(e, t) {
- return 12 === e && (e = 0), "ਰਾਤ" === t ? e < 4 ? e : e + 12 : "ਸਵੇਰ" === t ? e : "ਦੁਪਹਿਰ" === t ? e >=
- 10 ? e : e + 12 : "ਸ਼ਾਮ" === t ? e + 12 : void 0
+ return 12 === e && (e = 0), 'ਰਾਤ' === t ? e < 4 ? e : e + 12 : 'ਸਵੇਰ' === t ? e : 'ਦੁਪਹਿਰ' === t ? e >=
+ 10 ? e : e + 12 : 'ਸ਼ਾਮ' === t ? e + 12 : void 0
},
meridiem: function(e, t, n) {
- return e < 4 ? "ਰਾਤ" : e < 10 ? "ਸਵੇਰ" : e < 17 ? "ਦੁਪਹਿਰ" : e < 20 ? "ਸ਼ਾਮ" : "ਰਾਤ"
+ return e < 4 ? 'ਰਾਤ' : e < 10 ? 'ਸਵੇਰ' : e < 17 ? 'ਦੁਪਹਿਰ' : e < 20 ? 'ਸ਼ਾਮ' : 'ਰਾਤ'
},
week: {
dow: 0,
doy: 6
}
- });
+ })
return r
}))
},
f4d6: function(e, t, n) {
- var r = n("ffd6"),
- a = 1 / 0;
+ var r = n('ffd6'),
+ a = 1 / 0
function i(e) {
- if ("string" == typeof e || r(e)) return e;
- var t = e + "";
- return "0" == t && 1 / e == -a ? "-0" : t
+ if ('string' == typeof e || r(e)) return e
+ var t = e + ''
+ return '0' == t && 1 / e == -a ? '-0' : t
}
+
e.exports = i
},
- f4fc: function(e, t, n) {},
+ f4fc: function(e, t, n) {
+ },
f5b0: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [n("div", {
- staticClass: "onl-auth-tree-btns"
- }, [n("a-button", {
+ n = e._self._c || t
+ return n('div', [n('div', {
+ staticClass: 'onl-auth-tree-btns'
+ }, [n('a-button', {
attrs: {
- size: "small",
- type: "primary",
- icon: "redo",
- ghost: ""
+ size: 'small',
+ type: 'primary',
+ icon: 'redo',
+ ghost: ''
},
on: {
click: e.onRefresh
}
- }, [e._v("刷新")]), n("a-button", {
+ }, [e._v('刷新')]), n('a-button', {
attrs: {
- size: "small",
- type: "primary",
- icon: "down-circle",
- ghost: ""
+ size: 'small',
+ type: 'primary',
+ icon: 'down-circle',
+ ghost: ''
},
on: {
click: e.onExpandAll
}
- }, [e._v("展开")]), n("a-button", {
+ }, [e._v('展开')]), n('a-button', {
attrs: {
- size: "small",
- type: "primary",
- icon: "up-circle",
- ghost: ""
+ size: 'small',
+ type: 'primary',
+ icon: 'up-circle',
+ ghost: ''
},
on: {
click: e.onCloseAll
}
- }, [e._v("折叠")]), n("a-button", {
+ }, [e._v('折叠')]), n('a-button', {
attrs: {
- size: "small",
- type: "primary",
- icon: "save",
- ghost: ""
+ size: 'small',
+ type: 'primary',
+ icon: 'save',
+ ghost: ''
},
on: {
click: e.onSave
}
- }, [e._v("保存")])], 1), e.empty ? n("a-empty", {
+ }, [e._v('保存')])], 1), e.empty ? n('a-empty', {
attrs: {
- description: "请先选中左侧角色/部门/用户"
+ description: '请先选中左侧角色/部门/用户'
}
- }) : 0 == e.treeData.length ? n("a-empty", {
+ }) : 0 == e.treeData.length ? n('a-empty', {
attrs: {
- description: "无权限信息"
+ description: '无权限信息'
}
- }) : [n("a-tree", {
+ }) : [n('a-tree', {
attrs: {
- checkable: "",
- "expanded-keys": e.expandedKeys,
- "auto-expand-parent": e.autoExpandParent,
- "selected-keys": e.selectedKeys,
- "tree-data": e.treeData
+ checkable: '',
+ 'expanded-keys': e.expandedKeys,
+ 'auto-expand-parent': e.autoExpandParent,
+ 'selected-keys': e.selectedKeys,
+ 'tree-data': e.treeData
},
on: {
expand: e.onExpand,
@@ -75724,12 +76461,12 @@
callback: function(t) {
e.checkedKeys = t
},
- expression: "checkedKeys"
+ expression: 'checkedKeys'
}
})]], 2)
},
a = [],
- i = n("0fea");
+ i = n('0fea')
function o(e) {
return l(e) || c(e) || d(e) || s()
@@ -75737,12 +76474,12 @@
function s() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function c(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function l(e) {
@@ -75750,12 +76487,13 @@
}
function u(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = d(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = d(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -75773,17 +76511,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -75801,33 +76539,34 @@
function d(e, t) {
if (e) {
- if ("string" === typeof e) return h(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
+ if ('string' === typeof e) return h(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
}
}
function h(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var f = {
- name: "AuthColumnTree",
+ name: 'AuthColumnTree',
props: {
cgformId: {
type: String,
- default: "",
+ default: '',
required: !0
}
},
data: function() {
return {
- roleId: "",
- url: "/online/cgform/api/authPage",
- roleAuthUrl: "/online/cgform/api/roleAuth",
- saveUrl: "/online/cgform/api/roleColumnAuth",
+ roleId: '',
+ url: '/online/cgform/api/authPage',
+ roleAuthUrl: '/online/cgform/api/roleAuth',
+ saveUrl: '/online/cgform/api/roleColumnAuth',
authType: 1,
empty: !1,
expandedKeys: [],
@@ -75846,33 +76585,34 @@
}
}
},
- created: function() {},
+ created: function() {
+ },
methods: {
loadTree: function() {
- var e = this;
- this.empty = !1, Object(i["c"])("".concat(this.url, "/").concat(this.cgformId, "/").concat(this.authType))
+ var e = this
+ this.empty = !1, Object(i['c'])(''.concat(this.url, '/').concat(this.cgformId, '/').concat(this.authType))
.then((function(t) {
t.success && e.initTree(t.result)
}))
},
initTree: function(e) {
var t = [],
- n = [];
+ n = []
e.map((function(e) {
n.indexOf(e.code) < 0 && (n.push(e.code), t.push({
key: e.code,
title: e.title
}))
- }));
+ }))
for (var r = 0, a = t; r < a.length; r++) {
var i, o = a[r],
s = [],
- c = u(e);
+ c = u(e)
try {
for (c.s(); !(i = c.n()).done;) {
- var l = i.value;
+ var l = i.value
if (o.key === l.code) {
- var d = this.getTreeNodeTitle(l);
+ var d = this.getTreeNodeTitle(l)
s.push({
key: l.id,
title: d
@@ -75889,25 +76629,25 @@
this.treeData = t, this.expandedKeys = [].concat(n), this.allCode = [].concat(n)
},
getTreeNodeTitle: function(e) {
- var t = "";
- return 3 == e.page ? t += "列表" : 5 == e.page && (t += "表单"), 3 == e.control ? t += "可编辑" : 5 == e.control &&
- (t += "可见"), t
+ var t = ''
+ return 3 == e.page ? t += '列表' : 5 == e.page && (t += '表单'), 3 == e.control ? t += '可编辑' : 5 == e.control &&
+ (t += '可见'), t
},
loadChecked: function(e) {
- var t = this;
- this.roleId = e;
+ var t = this
+ this.roleId = e
var n = {
roleId: e,
cgformId: this.cgformId,
type: this.authType
- };
- this.checkedKeys = [], Object(i["c"])(this.roleAuthUrl, n).then((function(e) {
+ }
+ this.checkedKeys = [], Object(i['c'])(this.roleAuthUrl, n).then((function(e) {
if (e.success) {
var n, r = [],
- a = u(e.result);
+ a = u(e.result)
try {
for (a.s(); !(n = a.n()).done;) {
- var i = n.value;
+ var i = n.value
r.push(i.authId)
}
} catch (o) {
@@ -75923,19 +76663,19 @@
this.loadTree()
},
onSave: function() {
- var e = this;
+ var e = this
if (this.roleId) {
var t = this.checkedKeys.filter((function(t) {
return e.allCode.indexOf(t) < 0
})),
n = {
authId: JSON.stringify(t)
- };
- Object(i["f"])("".concat(this.saveUrl, "/").concat(this.roleId, "/").concat(this.cgformId), n).then((
+ }
+ Object(i['f'])(''.concat(this.saveUrl, '/').concat(this.roleId, '/').concat(this.cgformId), n).then((
function(t) {
- t.success ? e.$message.success("保存成功") : e.$message.warning(t.message)
+ t.success ? e.$message.success('保存成功') : e.$message.warning(t.message)
}))
- } else this.$message.warning("请先选中左侧角色")
+ } else this.$message.warning('请先选中左侧角色')
},
onExpandAll: function() {
this.expandedKeys = o(this.allCode)
@@ -75953,34 +76693,35 @@
this.selectedKeys = e
},
clear: function() {
- this.roleId = "", this.checkedKeys = []
+ this.roleId = '', this.checkedKeys = []
}
}
},
m = f,
- p = (n("1df4"), n("2877")),
- _ = Object(p["a"])(m, r, a, !1, null, null, null);
- t["default"] = _.exports
+ p = (n('1df4'), n('2877')),
+ _ = Object(p['a'])(m, r, a, !1, null, null, null)
+ t['default'] = _.exports
},
f608: function(e, t, n) {
- var r = n("6747"),
- a = n("ffd6"),
+ var r = n('6747'),
+ a = n('ffd6'),
i = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,
- o = /^\w*$/;
+ o = /^\w*$/
function s(e, t) {
- if (r(e)) return !1;
- var n = typeof e;
- return !("number" != n && "symbol" != n && "boolean" != n && null != e && !a(e)) || (o.test(e) || !i.test(e) ||
+ if (r(e)) return !1
+ var n = typeof e
+ return !('number' != n && 'symbol' != n && 'boolean' != n && null != e && !a(e)) || (o.test(e) || !i.test(e) ||
null != t && e in Object(t))
}
+
e.exports = s
},
f654: function(e, t, n) {
- "use strict";
- n.r(t), n.d(t, "AiTestOnlineMixin", (function() {
+ 'use strict'
+ n.r(t), n.d(t, 'AiTestOnlineMixin', (function() {
return r
- }));
+ }))
var r = Object.assign({
data: function() {
return {
@@ -75989,34 +76730,44 @@
aiTableList: []
}
},
- create: function() {},
+ create: function() {
+ },
methods: {
- initVirtualData: function() {},
- genButtons: function() {},
- genEnhanceJavaData: function() {},
- genEnhanceJsData: function() {},
- genEnhanceSqlData: function() {},
- setTaleConfig: function() {},
- tableJsonGetHelper: function() {},
- fieldsJsonGetHelper: function() {},
- refreshCacheTableName: function() {}
+ initVirtualData: function() {
+ },
+ genButtons: function() {
+ },
+ genEnhanceJavaData: function() {
+ },
+ genEnhanceJsData: function() {
+ },
+ genEnhanceSqlData: function() {
+ },
+ setTaleConfig: function() {
+ },
+ tableJsonGetHelper: function() {
+ },
+ fieldsJsonGetHelper: function() {
+ },
+ refreshCacheTableName: function() {
+ }
}
})
},
f6b4: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = ["Am Faoilleach", "An Gearran", "Am Màrt", "An Giblean", "An Cèitean", "An t-Ògmhios", "An t-Iuchar",
- "An Lùnastal", "An t-Sultain", "An Dàmhair", "An t-Samhain", "An Dùbhlachd"
+ var t = ['Am Faoilleach', 'An Gearran', 'Am Màrt', 'An Giblean', 'An Cèitean', 'An t-Ògmhios', 'An t-Iuchar',
+ 'An Lùnastal', 'An t-Sultain', 'An Dàmhair', 'An t-Samhain', 'An Dùbhlachd'
],
- n = ["Faoi", "Gear", "Màrt", "Gibl", "Cèit", "Ògmh", "Iuch", "Lùn", "Sult", "Dàmh", "Samh", "Dùbh"],
- r = ["Didòmhnaich", "Diluain", "Dimàirt", "Diciadain", "Diardaoin", "Dihaoine", "Disathairne"],
- a = ["Did", "Dil", "Dim", "Dic", "Dia", "Dih", "Dis"],
- i = ["Dò", "Lu", "Mà", "Ci", "Ar", "Ha", "Sa"],
- o = e.defineLocale("gd", {
+ n = ['Faoi', 'Gear', 'Màrt', 'Gibl', 'Cèit', 'Ògmh', 'Iuch', 'Lùn', 'Sult', 'Dàmh', 'Samh', 'Dùbh'],
+ r = ['Didòmhnaich', 'Diluain', 'Dimàirt', 'Diciadain', 'Diardaoin', 'Dihaoine', 'Disathairne'],
+ a = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'],
+ i = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa'],
+ o = e.defineLocale('gd', {
months: t,
monthsShort: n,
monthsParseExact: !0,
@@ -76024,57 +76775,58 @@
weekdaysShort: a,
weekdaysMin: i,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[An-diugh aig] LT",
- nextDay: "[A-màireach aig] LT",
- nextWeek: "dddd [aig] LT",
- lastDay: "[An-dè aig] LT",
- lastWeek: "dddd [seo chaidh] [aig] LT",
- sameElse: "L"
+ sameDay: '[An-diugh aig] LT',
+ nextDay: '[A-màireach aig] LT',
+ nextWeek: 'dddd [aig] LT',
+ lastDay: '[An-dè aig] LT',
+ lastWeek: 'dddd [seo chaidh] [aig] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "ann an %s",
- past: "bho chionn %s",
- s: "beagan diogan",
- ss: "%d diogan",
- m: "mionaid",
- mm: "%d mionaidean",
- h: "uair",
- hh: "%d uairean",
- d: "latha",
- dd: "%d latha",
- M: "mìos",
- MM: "%d mìosan",
- y: "bliadhna",
- yy: "%d bliadhna"
+ future: 'ann an %s',
+ past: 'bho chionn %s',
+ s: 'beagan diogan',
+ ss: '%d diogan',
+ m: 'mionaid',
+ mm: '%d mionaidean',
+ h: 'uair',
+ hh: '%d uairean',
+ d: 'latha',
+ dd: '%d latha',
+ M: 'mìos',
+ MM: '%d mìosan',
+ y: 'bliadhna',
+ yy: '%d bliadhna'
},
dayOfMonthOrdinalParse: /\d{1,2}(d|na|mh)/,
ordinal: function(e) {
- var t = 1 === e ? "d" : e % 10 === 2 ? "na" : "mh";
+ var t = 1 === e ? 'd' : e % 10 === 2 ? 'na' : 'mh'
return e + t
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return o
}))
},
f6b49: function(e, t, n) {
- "use strict";
- var r = n("c532");
+ 'use strict'
+ var r = n('c532')
function a() {
this.handlers = []
}
+
a.prototype.use = function(e, t) {
return this.handlers.push({
fulfilled: e,
@@ -76090,16 +76842,16 @@
},
f6fd: function(e, t) {
(function(e) {
- var t = "currentScript",
- n = e.getElementsByTagName("script");
+ var t = 'currentScript',
+ n = e.getElementsByTagName('script')
t in e || Object.defineProperty(e, t, {
get: function() {
try {
throw new Error
} catch (r) {
- var e, t = (/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(r.stack) || [!1])[1];
+ var e, t = (/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(r.stack) || [!1])[1]
for (e in n)
- if (n[e].src == t || "interactive" == n[e].readyState) return n[e];
+ if (n[e].src == t || 'interactive' == n[e].readyState) return n[e]
return null
}
}
@@ -76108,85 +76860,88 @@
},
f772: function(e, t) {
e.exports = function(e) {
- return "object" === typeof e ? null !== e : "function" === typeof e
+ return 'object' === typeof e ? null !== e : 'function' === typeof e
}
},
f7d3: function(e, t, n) {
- "use strict";
- var r = n("ff2e"),
- a = n.n(r);
+ 'use strict'
+ var r = n('ff2e'),
+ a = n.n(r)
a.a
},
f881: function(e, t, n) {
- "use strict";
- var r = n("8d7f"),
- a = n.n(r);
+ 'use strict'
+ var r = n('8d7f'),
+ a = n.n(r)
a.a
},
f893: function(e, t, n) {
e.exports = {
- default: n("f921"),
+ default: n('f921'),
__esModule: !0
}
},
f8af: function(e, t, n) {
- var r = n("2474");
+ var r = n('2474')
function a(e) {
- var t = new e.constructor(e.byteLength);
+ var t = new e.constructor(e.byteLength)
return new r(t).set(new r(e)), t
}
+
e.exports = a
},
f909: function(e, t, n) {
- var r = n("7e64"),
- a = n("b760"),
- i = n("72af"),
- o = n("4f50"),
- s = n("1a8c"),
- c = n("9934"),
- l = n("8adb");
+ var r = n('7e64'),
+ a = n('b760'),
+ i = n('72af'),
+ o = n('4f50'),
+ s = n('1a8c'),
+ c = n('9934'),
+ l = n('8adb')
function u(e, t, n, d, h) {
e !== t && i(t, (function(i, c) {
- if (h || (h = new r), s(i)) o(e, t, c, n, u, d, h);
+ if (h || (h = new r), s(i)) o(e, t, c, n, u, d, h)
else {
- var f = d ? d(l(e, c), i, c + "", e, t, h) : void 0;
+ var f = d ? d(l(e, c), i, c + '', e, t, h) : void 0
void 0 === f && (f = i), a(e, c, f)
}
}), c)
}
+
e.exports = u
},
f921: function(e, t, n) {
- n("014b"), n("c207"), n("69d3"), n("765d"), e.exports = n("584a").Symbol
+ n('014b'), n('c207'), n('69d3'), n('765d'), e.exports = n('584a').Symbol
},
fa21: function(e, t, n) {
- var r = n("7530"),
- a = n("2dcb"),
- i = n("eac5");
+ var r = n('7530'),
+ a = n('2dcb'),
+ i = n('eac5')
function o(e) {
- return "function" != typeof e.constructor || i(e) ? {} : r(a(e))
+ return 'function' != typeof e.constructor || i(e) ? {} : r(a(e))
}
+
e.exports = o
},
facd: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = "jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),
- n = "jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),
+ var t = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),
+ n = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_'),
r = [/^jan/i, /^feb/i, /^maart|mrt.?$/i, /^apr/i, /^mei$/i, /^jun[i.]?$/i, /^jul[i.]?$/i, /^aug/i, /^sep/i,
/^okt/i, /^nov/i, /^dec/i
],
a =
/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,
- i = e.defineLocale("nl", {
- months: "januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split(
- "_"),
+ i = e.defineLocale('nl', {
+ months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split(
+ '_'),
monthsShort: function(e, r) {
return e ? /-MMM-/.test(r) ? n[e.month()] : t[e.month()] : t
},
@@ -76197,78 +76952,78 @@
monthsParse: r,
longMonthsParse: r,
shortMonthsParse: r,
- weekdays: "zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),
- weekdaysShort: "zo._ma._di._wo._do._vr._za.".split("_"),
- weekdaysMin: "zo_ma_di_wo_do_vr_za".split("_"),
+ weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),
+ weekdaysShort: 'zo._ma._di._wo._do._vr._za.'.split('_'),
+ weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD-MM-YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD-MM-YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[vandaag om] LT",
- nextDay: "[morgen om] LT",
- nextWeek: "dddd [om] LT",
- lastDay: "[gisteren om] LT",
- lastWeek: "[afgelopen] dddd [om] LT",
- sameElse: "L"
+ sameDay: '[vandaag om] LT',
+ nextDay: '[morgen om] LT',
+ nextWeek: 'dddd [om] LT',
+ lastDay: '[gisteren om] LT',
+ lastWeek: '[afgelopen] dddd [om] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "over %s",
- past: "%s geleden",
- s: "een paar seconden",
- ss: "%d seconden",
- m: "één minuut",
- mm: "%d minuten",
- h: "één uur",
- hh: "%d uur",
- d: "één dag",
- dd: "%d dagen",
- M: "één maand",
- MM: "%d maanden",
- y: "één jaar",
- yy: "%d jaar"
+ future: 'over %s',
+ past: '%s geleden',
+ s: 'een paar seconden',
+ ss: '%d seconden',
+ m: 'één minuut',
+ mm: '%d minuten',
+ h: 'één uur',
+ hh: '%d uur',
+ d: 'één dag',
+ dd: '%d dagen',
+ M: 'één maand',
+ MM: '%d maanden',
+ y: 'één jaar',
+ yy: '%d jaar'
},
dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/,
ordinal: function(e) {
- return e + (1 === e || 8 === e || e >= 20 ? "ste" : "de")
+ return e + (1 === e || 8 === e || e >= 20 ? 'ste' : 'de')
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return i
}))
},
fb15: function(e, t, n) {
- "use strict";
+ 'use strict'
var r;
- (n.r(t), "undefined" !== typeof window) && (n("f6fd"), (r = window.document.currentScript) && (r = r.src.match(
- /(.+\/)[^/]+\.js(\?.*)?$/)) && (n.p = r[1]));
- var a = n("8bbf"),
+ (n.r(t), 'undefined' !== typeof window) && (n('f6fd'), (r = window.document.currentScript) && (r = r.src.match(
+ /(.+\/)[^/]+\.js(\?.*)?$/)) && (n.p = r[1]))
+ var a = n('8bbf'),
i = n.n(a),
- o = n("5af5"),
+ o = n('5af5'),
s = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return e.loadItem ? n("a-col", e._b({
+ n = e._self._c || t
+ return e.loadItem ? n('a-col', e._b({
directives: [{
- name: "show",
- rawName: "v-show",
+ name: 'show',
+ rawName: 'v-show',
value: e.showItem,
- expression: "showItem"
+ expression: 'showItem'
}]
- }, "a-col", e.colAttrs, !1), [n("a-form-item", e._b({
+ }, 'a-col', e.colAttrs, !1), [n('a-form-item', e._b({
attrs: {
label: e.label
}
- }, "a-form-item", e.itemAttrs, !1), [e._t("default")], 2)], 1) : e._e()
+ }, 'a-form-item', e.itemAttrs, !1), [e._t('default')], 2)], 1) : e._e()
},
c = [],
l = {
@@ -76279,13 +77034,14 @@
placeholder: this.formitem.placeholder,
formitemAttrs: this.formitem.formitemAttrs,
colAttrs: this.formitem.colAttrs,
- popContainerString: ".jeecg-online-modal .ant-modal-content"
+ popContainerString: '.jeecg-online-modal .ant-modal-content'
}
},
props: {
formitem: {
type: Object,
- default: function() {},
+ default: function() {
+ },
required: !1
},
isTabProp: {
@@ -76300,12 +77056,12 @@
},
tabKey: {
type: String,
- default: "",
+ default: '',
required: !1
},
otherLabel: {
type: String,
- default: "",
+ default: '',
required: !1
}
},
@@ -76316,11 +77072,11 @@
},
methods: {
getVdecorator: function() {
- var e = this.tabKey + "[" + this.tabDataIndex + "]." + this.formitem.key;
+ var e = this.tabKey + '[' + this.tabDataIndex + '].' + this.formitem.key
return [e, {
rules: [{
required: !0,
- message: "Please select your country!"
+ message: 'Please select your country!'
}]
}]
},
@@ -76331,24 +77087,25 @@
return document.querySelector(this.popContainerString)
}
},
- mounted: function() {}
+ mounted: function() {
+ }
},
u = {
- name: "FormitemWapper",
+ name: 'FormitemWapper',
mixins: [l],
- inject: ["sh"],
+ inject: ['sh'],
computed: {
showItem: {
get: function() {
- return "hidden" != this.formitem.type && (this.formitem.subKey ? this.sh[this.formitem.subKey][this.formitem
+ return 'hidden' != this.formitem.type && (this.formitem.subKey ? this.sh[this.formitem.subKey][this.formitem
.key
] : this.sh[this.formitem.key])
}
},
loadItem: {
get: function() {
- return this.formitem.subKey ? this.sh[this.formitem.subKey][this.formitem.key + "_load"] : this.sh[this.formitem
- .key + "_load"]
+ return this.formitem.subKey ? this.sh[this.formitem.subKey][this.formitem.key + '_load'] : this.sh[this.formitem
+ .key + '_load']
}
}
},
@@ -76357,68 +77114,68 @@
}
},
d = u,
- h = n("2877"),
- f = Object(h["a"])(d, s, c, !1, null, "5a46debf", null),
+ h = n('2877'),
+ f = Object(h['a'])(d, s, c, !1, null, '5a46debf', null),
m = f.exports,
- p = n("d252"),
- _ = n("5ecc"),
+ p = n('d252'),
+ _ = n('5ecc'),
v = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("a-input", e._b({
+ }, [n('a-input', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
placeholder: e.placeholder
}
- }, "a-input", e.widgetAttrs, !1))], 1)
+ }, 'a-input', e.widgetAttrs, !1))], 1)
},
b = [],
y = {
- name: "InputWidget",
+ name: 'InputWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
g = y,
- M = Object(h["a"])(g, v, b, !1, null, "ff6e5c3a", null),
+ M = Object(h['a'])(g, v, b, !1, null, 'ff6e5c3a', null),
w = M.exports,
L = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("a-input-number", e._b({
+ }, [n('a-input-number', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
placeholder: e.placeholder
}
- }, "a-input-number", e.getAttrs(), !1))], 1)
+ }, 'a-input-number', e.getAttrs(), !1))], 1)
},
- O = [];
+ O = []
function S(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -76428,7 +77185,7 @@
function k(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? S(Object(n), !0).forEach((function(t) {
C(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : S(
@@ -76447,8 +77204,9 @@
writable: !0
}) : e[t] = n, e
}
+
var T = {
- name: "NumberWidget",
+ name: 'NumberWidget',
mixins: [l],
components: {
FormitemWapper: m
@@ -76458,77 +77216,77 @@
var e = this.widgetAttrs,
t = k({
style: {
- width: "100%"
+ width: '100%'
}
- }, e);
- return this.formitem.onlyInteger ? t["precision"] = 0 : t["precision"] = this.formitem.formSchema.dbPointLength,
+ }, e)
+ return this.formitem.onlyInteger ? t['precision'] = 0 : t['precision'] = this.formitem.formSchema.dbPointLength,
t
}
}
},
x = T,
- z = Object(h["a"])(x, L, O, !1, null, "b2d0935c", null),
+ z = Object(h['a'])(x, L, O, !1, null, 'b2d0935c', null),
D = z.exports,
j = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("a-input", e._b({
+ }, [n('a-input', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
placeholder: e.placeholder,
- type: "password"
+ type: 'password'
}
- }, "a-input", e.widgetAttrs, !1))], 1)
+ }, 'a-input', e.widgetAttrs, !1))], 1)
},
H = [],
E = {
- name: "PasswordWidget",
+ name: 'PasswordWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
P = E,
- A = Object(h["a"])(P, j, H, !1, null, "c41d1710", null),
+ A = Object(h['a'])(P, j, H, !1, null, 'c41d1710', null),
Y = A.exports,
V = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-date", e._b({
+ }, [n('j-date', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
placeholder: e.placeholder,
- "trigger-change": !0,
+ 'trigger-change': !0,
getCalendarContainer: e.getModalAsContainer
}
- }, "j-date", e.getAttrs(), !1))], 1)
+ }, 'j-date', e.getAttrs(), !1))], 1)
},
- I = [];
+ I = []
function R(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -76538,7 +77296,7 @@
function F(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? R(Object(n), !0).forEach((function(t) {
$(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : R(
@@ -76557,61 +77315,62 @@
writable: !0
}) : e[t] = n, e
}
+
var N = {
- name: "DateWidget",
+ name: 'DateWidget',
mixins: [l],
components: {
FormitemWapper: m
},
methods: {
getAttrs: function() {
- var e = this.widgetAttrs;
+ var e = this.widgetAttrs
return e ? F({
style: {
- width: "100%"
+ width: '100%'
},
readOnly: !!e.disabled
}, e) : {
style: {
- width: "100%"
+ width: '100%'
}
}
}
}
},
B = N,
- K = Object(h["a"])(B, V, I, !1, null, "cc24715c", null),
+ K = Object(h['a'])(B, V, I, !1, null, 'cc24715c', null),
W = K.exports,
q = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-date", e._b({
+ }, [n('j-date', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
placeholder: e.placeholder,
- "trigger-change": !0,
- "show-time": !0,
- "date-format": "YYYY-MM-DD HH:mm:ss",
+ 'trigger-change': !0,
+ 'show-time': !0,
+ 'date-format': 'YYYY-MM-DD HH:mm:ss',
getCalendarContainer: e.getModalAsContainer
}
- }, "j-date", e.getAttrs(), !1))], 1)
+ }, 'j-date', e.getAttrs(), !1))], 1)
},
- U = [];
+ U = []
function J(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -76621,7 +77380,7 @@
function G(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? J(Object(n), !0).forEach((function(t) {
Q(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : J(
@@ -76640,57 +77399,58 @@
writable: !0
}) : e[t] = n, e
}
+
var X = {
- name: "DatetimeWidget",
+ name: 'DatetimeWidget',
mixins: [l],
components: {
FormitemWapper: m
},
methods: {
getAttrs: function() {
- var e = this.widgetAttrs;
+ var e = this.widgetAttrs
return e ? G({
style: {
- width: "100%"
+ width: '100%'
},
readOnly: !!e.disabled
}, e) : {
style: {
- width: "100%"
+ width: '100%'
}
}
}
}
},
Z = X,
- ee = Object(h["a"])(Z, q, U, !1, null, "0b82d984", null),
+ ee = Object(h['a'])(Z, q, U, !1, null, '0b82d984', null),
te = ee.exports,
ne = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("a-textarea", e._b({
+ }, [n('a-textarea', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
placeholder: e.placeholder
}
- }, "a-textarea", e.getAttrs(), !1))], 1)
+ }, 'a-textarea', e.getAttrs(), !1))], 1)
},
- re = [];
+ re = []
function ae(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -76700,7 +77460,7 @@
function ie(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? ae(Object(n), !0).forEach((function(t) {
oe(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -76719,15 +77479,16 @@
writable: !0
}) : e[t] = n, e
}
+
var se = {
- name: "TextareaWidget",
+ name: 'TextareaWidget',
mixins: [l],
components: {
FormitemWapper: m
},
methods: {
getAttrs: function() {
- var e = this.widgetAttrs;
+ var e = this.widgetAttrs
return ie({
rows: 4
}, e)
@@ -76735,119 +77496,119 @@
}
},
ce = se,
- le = Object(h["a"])(ce, ne, re, !1, null, "01c3f913", null),
+ le = Object(h['a'])(ce, ne, re, !1, null, '01c3f913', null),
ue = le.exports,
de = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("a-select", e._b({
+ }, [n('a-select', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
getPopupContainer: e.getModalAsContainer,
placeholder: e.placeholder,
- allowClear: ""
+ allowClear: ''
}
- }, "a-select", e.widgetAttrs, !1), e._l(e.formitem.listSource, (function(t, r) {
- return n("a-select-option", {
+ }, 'a-select', e.widgetAttrs, !1), e._l(e.formitem.listSource, (function(t, r) {
+ return n('a-select-option', {
key: r,
attrs: {
value: t.value
}
- }, [n("span", {
+ }, [n('span', {
staticStyle: {
- display: "inline-block",
- width: "100%"
+ display: 'inline-block',
+ width: '100%'
},
attrs: {
title: t.label
}
- }, [e._v("\n " + e._s(t.label) + "\n ")])])
+ }, [e._v('\n ' + e._s(t.label) + '\n ')])])
})), 1)], 1)
},
he = [],
fe = {
- name: "InputWidget",
+ name: 'InputWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
me = fe,
- pe = Object(h["a"])(me, de, he, !1, null, "30a08f06", null),
+ pe = Object(h['a'])(me, de, he, !1, null, '30a08f06', null),
_e = pe.exports,
ve = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("a-radio-group", e._b({
+ }, [n('a-radio-group', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}]
- }, "a-radio-group", e.widgetAttrs, !1), [e._l(e.formitem.listSource, (function(t, r) {
- return e.formitem.ui.button ? e._e() : n("a-radio", {
+ }, 'a-radio-group', e.widgetAttrs, !1), [e._l(e.formitem.listSource, (function(t, r) {
+ return e.formitem.ui.button ? e._e() : n('a-radio', {
key: r,
attrs: {
value: t.value
}
- }, [e._v("\n " + e._s(t.label) + "\n ")])
+ }, [e._v('\n ' + e._s(t.label) + '\n ')])
})), e._l(e.formitem.listSource, (function(t, r) {
- return e.formitem.ui.button ? n("a-radio-button", {
+ return e.formitem.ui.button ? n('a-radio-button', {
key: r,
attrs: {
value: t.value
}
- }, [e._v("\n " + e._s(t.label) + "\n ")]) : e._e()
+ }, [e._v('\n ' + e._s(t.label) + '\n ')]) : e._e()
}))], 2)], 1)
},
be = [],
ye = {
- name: "RadioWidget",
+ name: 'RadioWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
ge = ye,
- Me = Object(h["a"])(ge, ve, be, !1, null, "392ff02b", null),
+ Me = Object(h['a'])(ge, ve, be, !1, null, '392ff02b', null),
we = Me.exports,
Le = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("a-upload", e._b({
+ }, [n('a-upload', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, {
- valuePropName: "fileList",
+ valuePropName: 'fileList',
getValueFromEvent: e.normFile,
rules: e.formitem.rules
}],
- expression: "[formitem.key, {valuePropName: 'fileList',getValueFromEvent: normFile,rules:formitem.rules}]"
+ expression: '[formitem.key, {valuePropName: \'fileList\',getValueFromEvent: normFile,rules:formitem.rules}]'
}],
attrs: {
- name: "file",
+ name: 'file',
multiple: !0,
action: e.uploadAction,
data: {
@@ -76859,24 +77620,24 @@
on: {
change: e.handleChange
}
- }, "a-upload", e.getAttrs(), !1), [n("a-button", {
+ }, 'a-upload', e.getAttrs(), !1), [n('a-button', {
attrs: {
disabled: e.btn_status
}
- }, [n("a-icon", {
+ }, [n('a-icon', {
attrs: {
- type: "upload"
+ type: 'upload'
}
- }), e._v(e._s(e.text) + "\n ")], 1)], 1)], 1)
+ }), e._v(e._s(e.text) + '\n ')], 1)], 1)], 1)
},
Oe = [],
- Se = n("9fb0"),
- ke = n("ca00");
+ Se = n('9fb0'),
+ ke = n('ca00')
function Ce(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -76886,7 +77647,7 @@
function Te(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? Ce(Object(n), !0).forEach((function(t) {
xe(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -76905,11 +77666,12 @@
writable: !0
}) : e[t] = n, e
}
- var ze = "all",
- De = "image",
- je = "file",
+
+ var ze = 'all',
+ De = 'image',
+ je = 'file',
He = {
- name: "UploadWidget",
+ name: 'UploadWidget',
mixins: [l],
components: {
FormitemWapper: m
@@ -76918,27 +77680,27 @@
text: {
type: String,
required: !1,
- default: "点击上传"
+ default: '点击上传'
},
bizPath: {
type: String,
required: !1,
- default: "temp"
+ default: 'temp'
}
},
created: function() {
if (this.formitem.formSchema.fieldExtendJson) {
- var e = JSON.parse(this.formitem.formSchema.fieldExtendJson);
+ var e = JSON.parse(this.formitem.formSchema.fieldExtendJson)
this.number = e.uploadnum ? e.uploadnum : 0
}
- var t = i.a.ls.get(Se["a"]);
+ var t = i.a.ls.get(Se['a'])
this.headers = {
- "X-Access-Token": t
+ 'X-Access-Token': t
}, this.widgetAttrs && (this.widgetAttrs.disabled ? this.btn_status = !0 : this.btn_status = !1)
},
data: function() {
return {
- uploadAction: window._CONFIG["domianURL"] + "/sys/common/upload",
+ uploadAction: window._CONFIG['domianURL'] + '/sys/common/upload',
headers: {},
btn_status: !1,
fileType: ze,
@@ -76947,61 +77709,62 @@
},
methods: {
beforeUpload: function(e) {
- var t = e.type;
+ var t = e.type
if (t === De) {
- if (t.indexOf("image") < 0) return this.$message.warning("请上传图片"), !1
- } else if (t === je && t.indexOf("image") >= 0) return this.$message.warning("请上传文件"), !1;
+ if (t.indexOf('image') < 0) return this.$message.warning('请上传图片'), !1
+ } else if (t === je && t.indexOf('image') >= 0) return this.$message.warning('请上传文件'), !1
return !0
},
handleChange: function(e) {
- this.number > 0 && (e.fileList = e.fileList.slice(-this.number)), e.file.status, "done" === e.file.status ?
- 0 == e.file.response.success && (this.$message.error(e.file.response.message), Object(ke["e"])(e.fileList,
- "uid", e.file["uid"])) : "error" === e.file.status ? this.$message.error("".concat(e.file.name,
- " file upload failed.")) : "removed" === e.file.status && this.handleDelete(e.file)
+ this.number > 0 && (e.fileList = e.fileList.slice(-this.number)), e.file.status, 'done' === e.file.status ?
+ 0 == e.file.response.success && (this.$message.error(e.file.response.message), Object(ke['e'])(e.fileList,
+ 'uid', e.file['uid'])) : 'error' === e.file.status ? this.$message.error(''.concat(e.file.name,
+ ' file upload failed.')) : 'removed' === e.file.status && this.handleDelete(e.file)
+ },
+ handleDelete: function(e) {
},
- handleDelete: function(e) {},
normFile: function(e) {
return Array.isArray(e) ? e : e && e.fileList
},
getAttrs: function() {
var e = this.widgetAttrs,
- t = this.formitem.type;
+ t = this.formitem.type
return De == t ? (this.fileType = De, Te({
- listType: "picture"
+ listType: 'picture'
}, e)) : e
}
}
},
Ee = He,
- Pe = Object(h["a"])(Ee, Le, Oe, !1, null, "4d164016", null),
+ Pe = Object(h['a'])(Ee, Le, Oe, !1, null, '4d164016', null),
Ae = Pe.exports,
Ye = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-checkbox", e._b({
+ }, [n('j-checkbox', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
- "trigger-change": !0,
+ 'trigger-change': !0,
options: e.formitem.listSource
}
- }, "j-checkbox", e.widgetAttrs, !1))], 1)
+ }, 'j-checkbox', e.widgetAttrs, !1))], 1)
},
- Ve = [];
+ Ve = []
function Ie(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -77011,7 +77774,7 @@
function Re(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? Ie(Object(n), !0).forEach((function(t) {
Fe(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -77030,169 +77793,172 @@
writable: !0
}) : e[t] = n, e
}
+
var $e = {
- name: "CheckboxWidget",
+ name: 'CheckboxWidget',
mixins: [l],
components: {
FormitemWapper: m
},
methods: {
getAttrs: function() {
- var e = this.widgetAttrs;
+ var e = this.widgetAttrs
return Re({}, e)
}
}
},
Ne = $e,
- Be = Object(h["a"])(Ne, Ye, Ve, !1, null, "213d506e", null),
+ Be = Object(h['a'])(Ne, Ye, Ve, !1, null, '213d506e', null),
Ke = Be.exports,
We = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("a-rate", e._b({
+ }, [n('a-rate', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}]
- }, "a-rate", e.widgetAttrs, !1))], 1)
+ }, 'a-rate', e.widgetAttrs, !1))], 1)
},
qe = [],
Ue = {
- name: "RateWidget",
+ name: 'RateWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
Je = Ue,
- Ge = Object(h["a"])(Je, We, qe, !1, null, "431b29c1", null),
+ Ge = Object(h['a'])(Je, We, qe, !1, null, '431b29c1', null),
Qe = Ge.exports,
Xe = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-switch", e._b({
+ }, [n('j-switch', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key],
- expression: "[formitem.key]"
+ expression: '[formitem.key]'
}],
attrs: {
options: e.formitem.switchOptions
}
- }, "j-switch", e.widgetAttrs, !1))], 1)
+ }, 'j-switch', e.widgetAttrs, !1))], 1)
},
Ze = [],
et = {
- name: "SwitchWidget",
+ name: 'SwitchWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
tt = et,
- nt = Object(h["a"])(tt, Xe, Ze, !1, null, "65c59635", null),
+ nt = Object(h['a'])(tt, Xe, Ze, !1, null, '65c59635', null),
rt = nt.exports,
at = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-editor", {
+ }, [n('j-editor', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, {
rules: e.formitem.rules,
- trigger: "input"
+ trigger: 'input'
}],
- expression: "[formitem.key,{rules:formitem.rules,trigger:'input'}]"
+ expression: '[formitem.key,{rules:formitem.rules,trigger:\'input\'}]'
}]
}, [e._v('\n :disabled="disabled"\n @onClick="onClick"\n ref="editor">')])], 1)
},
it = [],
ot = {
- name: "EditorWidget",
+ name: 'EditorWidget',
mixins: [l],
components: {
FormitemWapper: m
},
data: function() {
return {
- msg: "Welcome to Use Tinymce Editor",
+ msg: 'Welcome to Use Tinymce Editor',
disabled: !1
}
},
- mounted: function() {},
+ mounted: function() {
+ },
methods: {
- onClick: function(e, t) {},
+ onClick: function(e, t) {
+ },
clear: function() {
this.$refs.editor.clear()
}
}
},
st = ot,
- ct = Object(h["a"])(st, at, it, !1, null, "cf023cbe", null),
+ ct = Object(h['a'])(st, at, it, !1, null, 'cf023cbe', null),
lt = ct.exports,
ut = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [e.avalid ? n("div", {
- staticClass: "components-input-demo-presuffix"
- }, [n("a-input", {
+ }, [e.avalid ? n('div', {
+ staticClass: 'components-input-demo-presuffix'
+ }, [n('a-input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
- readOnly: "",
+ readOnly: '',
placeholder: e.placeholder,
disabled: e.input_status
},
on: {
click: e.openModal
}
- }, [n("a-icon", {
+ }, [n('a-icon', {
attrs: {
- slot: "prefix",
- type: "cluster",
+ slot: 'prefix',
+ type: 'cluster',
title: e.placeholder
},
- slot: "prefix"
- }), e.input_status ? e._e() : n("a-icon", {
+ slot: 'prefix'
+ }), e.input_status ? e._e() : n('a-icon', {
attrs: {
- slot: "suffix",
- type: "close-circle",
- title: "清空"
+ slot: 'suffix',
+ type: 'close-circle',
+ title: '清空'
},
on: {
click: e.handleEmpty
},
- slot: "suffix"
- })], 1), n("j-popup-onl-report", {
- ref: "popup_" + e.formitem.key,
+ slot: 'suffix'
+ })], 1), n('j-popup-onl-report', {
+ ref: 'popup_' + e.formitem.key,
attrs: {
multi: !0,
code: e.formitem.popupCode
@@ -77202,15 +77968,16 @@
}
})], 1) : e._e()])
},
- dt = [];
+ dt = []
function ht(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = ft(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = ft(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -77228,17 +77995,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -77256,20 +78023,21 @@
function ft(e, t) {
if (e) {
- if ("string" === typeof e) return mt(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? mt(e, t) : void 0
+ if ('string' === typeof e) return mt(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? mt(e, t) : void 0
}
}
function mt(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var pt = {
- name: "PopupWidget",
+ name: 'PopupWidget',
mixins: [l],
components: {
FormitemWapper: m
@@ -77282,171 +78050,171 @@
},
mounted: function() {
this.formitem.orgFields && this.formitem.destFields && this.formitem.popupCode || (this.$message.error(
- "popup参数未正确配置!"), this.avalid = !1), this.formitem.destFields.split(",").length != this.formitem.orgFields
- .split(",").length && (this.$message.error("popup参数未正确配置,原始值和目标值数量不一致!"), this.avalid = !1), this.widgetAttrs &&
+ 'popup参数未正确配置!'), this.avalid = !1), this.formitem.destFields.split(',').length != this.formitem.orgFields
+ .split(',').length && (this.$message.error('popup参数未正确配置,原始值和目标值数量不一致!'), this.avalid = !1), this.widgetAttrs &&
(this.widgetAttrs.disabled ? this.input_status = !0 : this.input_status = !1)
},
methods: {
openModal: function() {
- this.$refs["popup_" + this.formitem.key].show()
+ this.$refs['popup_' + this.formitem.key].show()
},
callBack: function(e) {
- for (var t = {}, n = this.formitem.orgFields.split(","), r = this.formitem.destFields.split(","), a = 0; a <
+ for (var t = {}, n = this.formitem.orgFields.split(','), r = this.formitem.destFields.split(','), a = 0; a <
n.length; a++) {
var i, o = [],
- s = ht(e);
+ s = ht(e)
try {
for (s.s(); !(i = s.n()).done;) {
var c = i.value,
- l = c[n[a]];
- l || (l = ""), o.push(l)
+ l = c[n[a]]
+ l || (l = ''), o.push(l)
}
} catch (u) {
s.e(u)
} finally {
s.f()
}
- t[r[a]] = o.join(",")
+ t[r[a]] = o.join(',')
}
- this.formitem.subKey ? this.$bus.$emit("pcm" + this.formitem.subKey, t) : this.$bus.$emit(
- "popupCallbackMinitor", t)
+ this.formitem.subKey ? this.$bus.$emit('pcm' + this.formitem.subKey, t) : this.$bus.$emit(
+ 'popupCallbackMinitor', t)
},
handleEmpty: function() {
- for (var e = {}, t = this.formitem.destFields.split(","), n = 0; n < t.length; n++) e[t[n]] = "";
- this.formitem.subKey ? this.$bus.$emit("pcm" + this.formitem.subKey, e) : this.$bus.$emit(
- "popupCallbackMinitor", e)
+ for (var e = {}, t = this.formitem.destFields.split(','), n = 0; n < t.length; n++) e[t[n]] = ''
+ this.formitem.subKey ? this.$bus.$emit('pcm' + this.formitem.subKey, e) : this.$bus.$emit(
+ 'popupCallbackMinitor', e)
}
}
},
_t = pt,
- vt = (n("23c7"), Object(h["a"])(_t, ut, dt, !1, null, "cfc0d5ee", null)),
+ vt = (n('23c7'), Object(h['a'])(_t, ut, dt, !1, null, 'cfc0d5ee', null)),
bt = vt.exports,
yt = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-multi-select-tag", e._b({
+ }, [n('j-multi-select-tag', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
- "trigger-change": !0,
+ 'trigger-change': !0,
placeholder: e.placeholder,
popContainer: e.popContainerString,
options: e.formitem.listSource
}
- }, "j-multi-select-tag", e.widgetAttrs, !1))], 1)
+ }, 'j-multi-select-tag', e.widgetAttrs, !1))], 1)
},
gt = [],
Mt = {
- name: "SelectMultiWidget",
+ name: 'SelectMultiWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
wt = Mt,
- Lt = Object(h["a"])(wt, yt, gt, !1, null, "fd41318a", null),
+ Lt = Object(h['a'])(wt, yt, gt, !1, null, 'fd41318a', null),
Ot = Lt.exports,
St = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-select-depart", e._b({
+ }, [n('j-select-depart', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
multi: !0,
- "trigger-change": !0,
+ 'trigger-change': !0,
placeholder: e.placeholder
}
- }, "j-select-depart", e.widgetAttrs, !1))], 1)
+ }, 'j-select-depart', e.widgetAttrs, !1))], 1)
},
kt = [],
Ct = {
- name: "SelectDepartWidget",
+ name: 'SelectDepartWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
Tt = Ct,
- xt = Object(h["a"])(Tt, St, kt, !1, null, null, null),
+ xt = Object(h['a'])(Tt, St, kt, !1, null, null, null),
zt = xt.exports,
Dt = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-select-user-by-dep", e._b({
+ }, [n('j-select-user-by-dep', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
- "trigger-change": !0,
+ 'trigger-change': !0,
placeholder: e.placeholder
}
- }, "j-select-user-by-dep", e.widgetAttrs, !1))], 1)
+ }, 'j-select-user-by-dep', e.widgetAttrs, !1))], 1)
},
jt = [],
Ht = {
- name: "SelectUserWidget",
+ name: 'SelectUserWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
Et = Ht,
- Pt = Object(h["a"])(Et, Dt, jt, !1, null, null, null),
+ Pt = Object(h['a'])(Et, Dt, jt, !1, null, null, null),
At = Pt.exports,
Yt = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-search-select-tag", e._b({
+ }, [n('j-search-select-tag', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
- async: "",
+ async: '',
dict: e.getDictInfo,
- "trigger-change": !0,
+ 'trigger-change': !0,
popContainer: e.popContainerString,
placeholder: e.placeholder
}
- }, "j-search-select-tag", e.widgetAttrs, !1))], 1)
+ }, 'j-search-select-tag', e.widgetAttrs, !1))], 1)
},
Vt = [],
It = {
- name: "SelectSearchWidget",
+ name: 'SelectSearchWidget',
mixins: [l],
components: {
FormitemWapper: m
@@ -77454,37 +78222,37 @@
computed: {
getDictInfo: function() {
if (this.formitem.dictTable && this.formitem.dictCode && this.formitem.dictText) {
- var e = "",
- t = "";
- if (this.formitem.dictTable.indexOf("where") > 0) {
- var n = this.formitem.dictTable.split("where");
- t = "," + encodeURIComponent(n[1]), e = n[0].trim()
- } else e = this.formitem.dictTable;
- return e + "," + this.formitem.dictText + "," + this.formitem.dictCode + t
+ var e = '',
+ t = ''
+ if (this.formitem.dictTable.indexOf('where') > 0) {
+ var n = this.formitem.dictTable.split('where')
+ t = ',' + encodeURIComponent(n[1]), e = n[0].trim()
+ } else e = this.formitem.dictTable
+ return e + ',' + this.formitem.dictText + ',' + this.formitem.dictCode + t
}
- this.$message.warning("表字典搜索组件参数接收有误,请检查字典配置!")
+ this.$message.warning('表字典搜索组件参数接收有误,请检查字典配置!')
}
}
},
Rt = It,
- Ft = Object(h["a"])(Rt, Yt, Vt, !1, null, null, null),
+ Ft = Object(h['a'])(Rt, Yt, Vt, !1, null, null, null),
$t = Ft.exports,
Nt = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-tree-select", e._b({
+ }, [n('j-tree-select', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
- ref: "jTreeSelect",
+ ref: 'jTreeSelect',
attrs: {
placeholder: e.placeholder,
dict: e.formitem.dict,
@@ -77495,11 +78263,11 @@
on: {
change: e.handleTreeChange
}
- }, "j-tree-select", e.widgetAttrs, !1))], 1)
+ }, 'j-tree-select', e.widgetAttrs, !1))], 1)
},
Bt = [],
Kt = {
- name: "TreeSelectWidget",
+ name: 'TreeSelectWidget',
mixins: [l],
components: {
FormitemWapper: m
@@ -77515,156 +78283,156 @@
methods: {
handleTreeChange: function(e) {
if (!0 === this.formitem.isPidComponent) {
- var t = this.$refs.jTreeSelect.getCurrTreeData();
- this.expandedRowKeys = [], this.getExpandKeysByPid(e, t, t);
+ var t = this.$refs.jTreeSelect.getCurrTreeData()
+ this.expandedRowKeys = [], this.getExpandKeysByPid(e, t, t)
var n = {
- type: "treeListAddEvent",
+ type: 'treeListAddEvent',
expandedRowKeys: this.expandedRowKeys.reverse()
- };
- this.$bus.$emit("popupCallbackMinitor", n)
+ }
+ this.$bus.$emit('popupCallbackMinitor', n)
}
},
getExpandKeysByPid: function(e, t, n) {
if (e && t && t.length > 0)
for (var r = 0; r < t.length; r++) t[r].key == e ? (this.expandedRowKeys.push(t[r].key), this.getExpandKeysByPid(
- t[r]["parentId"], n, n)) : this.getExpandKeysByPid(e, t[r].children, n)
+ t[r]['parentId'], n, n)) : this.getExpandKeysByPid(e, t[r].children, n)
}
}
},
Wt = Kt,
- qt = Object(h["a"])(Wt, Nt, Bt, !1, null, null, null),
+ qt = Object(h['a'])(Wt, Nt, Bt, !1, null, null, null),
Ut = qt.exports,
Jt = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-tree-select", e._b({
+ }, [n('j-tree-select', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
pidValue: e.formitem.pidValue,
placeholder: e.placeholder,
- dict: "SYS_CATEGORY,NAME,ID",
- pidField: "PID",
- hasChildField: "HAS_CHILD",
- "load-triggle-change": ""
+ dict: 'SYS_CATEGORY,NAME,ID',
+ pidField: 'PID',
+ hasChildField: 'HAS_CHILD',
+ 'load-triggle-change': ''
},
on: {
change: e.handCatTreeChange
}
- }, "j-tree-select", e.widgetAttrs, !1))], 1)
+ }, 'j-tree-select', e.widgetAttrs, !1))], 1)
},
Gt = [],
Qt = {
- name: "TreeCategoryWidget",
+ name: 'TreeCategoryWidget',
mixins: [l],
components: {
FormitemWapper: m
},
methods: {
handCatTreeChange: function(e, t) {
- var n = {};
- n[this.formitem.textField] = t, this.$bus.$emit("popupCallbackMinitor", n)
+ var n = {}
+ n[this.formitem.textField] = t, this.$bus.$emit('popupCallbackMinitor', n)
}
}
},
Xt = Qt,
- Zt = Object(h["a"])(Xt, Jt, Gt, !1, null, null, null),
+ Zt = Object(h['a'])(Xt, Jt, Gt, !1, null, null, null),
en = Zt.exports,
tn = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("input", {
+ }, [n('input', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.hiddenProp],
- expression: "[formitem.key,formitem.hiddenProp]"
+ expression: '[formitem.key,formitem.hiddenProp]'
}]
})])
},
nn = [],
rn = {
- name: "InputWidget",
+ name: 'InputWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
an = rn,
- on = Object(h["a"])(an, tn, nn, !1, null, "85c24a60", null),
+ on = Object(h['a'])(an, tn, nn, !1, null, '85c24a60', null),
sn = on.exports,
cn = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", {
- staticClass: "online-link-down"
- }, [n("a-spin", {
+ n = e._self._c || t
+ return n('div', {
+ staticClass: 'online-link-down'
+ }, [n('a-spin', {
attrs: {
spinning: e.formLoading
}
}, e._l(e.compList, (function(t, r) {
- return n("formitem-wapper", {
- key: "linkdown" + r,
+ return n('formitem-wapper', {
+ key: 'linkdown' + r,
attrs: {
- "other-label": t.title,
+ 'other-label': t.title,
formitem: e.formitem
}
- }, [n("a-select", e._b({
+ }, [n('a-select', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [t.key, e.formitem.fieldDecoratorOptions],
- expression: "[comp.key,formitem.fieldDecoratorOptions]"
+ expression: '[comp.key,formitem.fieldDecoratorOptions]'
}],
- ref: "onl-comp" + r,
+ ref: 'onl-comp' + r,
refInFor: !0,
attrs: {
getPopupContainer: e.getPopupContainer,
placeholder: e.getLinkDownPlaceholder(t),
- allowClear: ""
+ allowClear: ''
},
on: {
change: function(t) {
e.handleChangeSelect(t, r)
}
}
- }, "a-select", e.widgetAttrs, !1), e._l(t.options, (function(t, r) {
- return n("a-select-option", {
+ }, 'a-select', e.widgetAttrs, !1), e._l(t.options, (function(t, r) {
+ return n('a-select-option', {
key: r,
attrs: {
value: t.store
}
- }, [n("span", {
+ }, [n('span', {
staticStyle: {
- display: "inline-block",
- width: "100%"
+ display: 'inline-block',
+ width: '100%'
},
attrs: {
title: t.label
}
- }, [e._v("\n " + e._s(t.label) + "\n ")])])
+ }, [e._v('\n ' + e._s(t.label) + '\n ')])])
})), 1)], 1)
})), 1)], 1)
},
ln = [],
- un = n("a34a"),
+ un = n('a34a'),
dn = n.n(un),
- hn = n("0fea");
+ hn = n('0fea')
function fn(e) {
return _n(e) || pn(e) || bn(e) || mn()
@@ -77672,12 +78440,12 @@
function mn() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function pn(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function _n(e) {
@@ -77685,12 +78453,13 @@
}
function vn(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = bn(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = bn(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -77708,17 +78477,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -77736,23 +78505,23 @@
function bn(e, t) {
if (e) {
- if ("string" === typeof e) return yn(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? yn(e, t) : void 0
+ if ('string' === typeof e) return yn(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? yn(e, t) : void 0
}
}
function yn(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
function gn(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -77762,7 +78531,7 @@
function Mn(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? gn(Object(n), !0).forEach((function(t) {
wn(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -77795,90 +78564,93 @@
function On(e) {
return function() {
var t = this,
- n = arguments;
+ n = arguments
return new Promise((function(r, a) {
- var i = e.apply(t, n);
+ var i = e.apply(t, n)
function o(e) {
- Ln(i, r, a, o, s, "next", e)
+ Ln(i, r, a, o, s, 'next', e)
}
function s(e) {
- Ln(i, r, a, o, s, "throw", e)
+ Ln(i, r, a, o, s, 'throw', e)
}
+
o(void 0)
}))
}
}
+
var Sn = {
- name: "InputWidget",
+ name: 'InputWidget',
mixins: [l],
components: {
FormitemWapper: m
},
data: function() {
return {
- url: "/online/cgform/api/querySelectOptions",
+ url: '/online/cgform/api/querySelectOptions',
compList: [],
formLoading: !1
}
},
created: function() {
- var e = this;
+ var e = this
this.initCompList().then((function() {
e.queryOptions(1)
- })), this.$bus.$on("formInitDataSuccess", (function(t) {
+ })), this.$bus.$on('formInitDataSuccess', (function(t) {
e.formLoading = !0, e.initSelectPerLevel(t).catch((function() {
e.formLoading = !1
}))
}))
},
beforeDestroy: function() {
- this.$bus.$off("formInitDataSuccess")
+ this.$bus.$off('formInitDataSuccess')
},
methods: {
initSelectPerLevel: function() {
var e = On(dn.a.mark((function e(t) {
- var n, r, a, i, o;
+ var n, r, a, i, o
return dn.a.wrap((function(e) {
while (1) switch (e.prev = e.next) {
case 0:
- return n = this, e.next = 3, this.queryOptions(1);
+ return n = this, e.next = 3, this.queryOptions(1)
case 3:
- r = {}, a = 0;
+ r = {}, a = 0
case 5:
if (!(a < this.compList.length)) {
- e.next = 18;
+ e.next = 18
break
}
- if (i = this.compList[a]["key"], o = t[i], r[i] = o, o && 0 != o.length) {
- e.next = 13;
+ if (i = this.compList[a]['key'], o = t[i], r[i] = o, o && 0 != o.length) {
+ e.next = 13
break
}
- return e.abrupt("continue", 15);
+ return e.abrupt('continue', 15)
case 13:
- return e.next = 15, n.initSubSelect(o, a);
+ return e.next = 15, n.initSubSelect(o, a)
case 15:
- a++, e.next = 5;
- break;
+ a++, e.next = 5
+ break
case 18:
- this.$bus.$emit("popupCallbackMinitor", r), this.formLoading = !1;
+ this.$bus.$emit('popupCallbackMinitor', r), this.formLoading = !1
case 20:
- case "end":
+ case 'end':
return e.stop()
}
}), e, this)
- })));
+ })))
function t(t) {
return e.apply(this, arguments)
}
+
return t
}(),
initSubSelect: function(e, t) {
- var n = this;
+ var n = this
return new Promise((function(r, a) {
- var i = n.getSelectedIdByStore(e, t);
+ var i = n.getSelectedIdByStore(e, t)
n.queryOptions(t + 2, i).then((function() {
r()
})).catch((function() {
@@ -77887,29 +78659,29 @@
}))
},
getLinkDownFormItem: function(e, t) {
- var n = Mn({}, e);
+ var n = Mn({}, e)
return n.label = t.title, n
},
getLinkDownPlaceholder: function(e) {
- return "请选择" + e.title
+ return '请选择' + e.title
},
initCompList: function() {
- var e = this;
+ var e = this
return new Promise((function(t) {
var n = [],
- r = 1;
+ r = 1
n.push({
key: e.formitem.key,
options: [],
seq: r,
title: e.formitem.label
- });
- var a = e.formitem.linkDownOthers;
+ })
+ var a = e.formitem.linkDownOthers
if (a && a.length > 0) {
- var i, o = vn(a);
+ var i, o = vn(a)
try {
for (o.s(); !(i = o.n()).done;) {
- var s = i.value;
+ var s = i.value
r += 1, n.push({
key: s.field,
options: [],
@@ -77928,22 +78700,22 @@
},
handleChangeSelect: function(e, t) {
var n = this.getSelectedIdByStore(e, t),
- r = t + 2;
+ r = t + 2
this.queryOptions(r, n), this.resetNextLevelField(t)
},
resetNextLevelField: function(e) {
- if (e < 0 || e >= this.compList.length - 1) return "";
- var t = {};
- t[this.compList[e + 1].key] = [], this.$bus.$emit("popupCallbackMinitor", t)
+ if (e < 0 || e >= this.compList.length - 1) return ''
+ var t = {}
+ t[this.compList[e + 1].key] = [], this.$bus.$emit('popupCallbackMinitor', t)
},
getSelectedIdByStore: function(e, t) {
- var n, r = "",
- a = vn(this.compList[t].options);
+ var n, r = '',
+ a = vn(this.compList[t].options)
try {
for (a.s(); !(n = a.n()).done;) {
- var i = n.value;
+ var i = n.value
if (i.store == e) {
- r = i.id;
+ r = i.id
break
}
}
@@ -77955,15 +78727,15 @@
return r
},
queryOptions: function(e, t) {
- var n = this;
+ var n = this
return new Promise((function(r, a) {
- var i = n.getQueryParam(e, t);
- Object(hn["c"])(n.url, i).then((function(t) {
+ var i = n.getQueryParam(e, t)
+ Object(hn['c'])(n.url, i).then((function(t) {
if (t.success) {
- var i, o = vn(n.compList);
+ var i, o = vn(n.compList)
try {
for (o.s(); !(i = o.n()).done;) {
- var s = i.value;
+ var s = i.value
s.seq === e && (s.options = fn(t.result))
}
} catch (c) {
@@ -77986,35 +78758,35 @@
key: n.key,
idField: n.idField,
pidField: n.pidField
- };
- return 1 == e ? r["condition"] = n.condition : r["pidValue"] = t, r
+ }
+ return 1 == e ? r['condition'] = n.condition : r['pidValue'] = t, r
}
}
},
kn = Sn,
- Cn = Object(h["a"])(kn, cn, ln, !1, null, "bcb4fef2", null),
+ Cn = Object(h['a'])(kn, cn, ln, !1, null, 'bcb4fef2', null),
Tn = Cn.exports,
xn = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("a-upload", e._b({
+ }, [n('a-upload', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, {
- valuePropName: "fileList",
+ valuePropName: 'fileList',
getValueFromEvent: e.normFile,
rules: e.formitem.rules
}],
- expression: "[formitem.key, {valuePropName: 'fileList',getValueFromEvent: normFile,rules:formitem.rules}]"
+ expression: '[formitem.key, {valuePropName: \'fileList\',getValueFromEvent: normFile,rules:formitem.rules}]'
}],
attrs: {
- name: "file",
+ name: 'file',
multiple: !0,
action: e.uploadAction,
data: {
@@ -78027,13 +78799,13 @@
change: e.handleChange,
preview: e.handlePreview
}
- }, "a-upload", e.getAttrs(), !1), [!1 === e.btn_status ? n("div", [n("a-icon", {
+ }, 'a-upload', e.getAttrs(), !1), [!1 === e.btn_status ? n('div', [n('a-icon', {
attrs: {
- type: "plus"
+ type: 'plus'
}
- }), n("div", {
- staticClass: "ant-upload-text"
- }, [e._v(e._s(e.text))])], 1) : e._e()]), n("a-modal", {
+ }), n('div', {
+ staticClass: 'ant-upload-text'
+ }, [e._v(e._s(e.text))])], 1) : e._e()]), n('a-modal', {
attrs: {
visible: e.previewVisible,
footer: null
@@ -78041,22 +78813,22 @@
on: {
cancel: e.handleCancel
}
- }, [n("img", {
+ }, [n('img', {
staticStyle: {
- width: "100%"
+ width: '100%'
},
attrs: {
- alt: "example",
+ alt: 'example',
src: e.previewImage
}
})])], 1)
},
- zn = [];
+ zn = []
function Dn(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -78066,7 +78838,7 @@
function jn(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? Dn(Object(n), !0).forEach((function(t) {
Hn(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -78085,9 +78857,10 @@
writable: !0
}) : e[t] = n, e
}
- var En = "image",
+
+ var En = 'image',
Pn = {
- name: "ImageWidget",
+ name: 'ImageWidget',
mixins: [l],
components: {
FormitemWapper: m
@@ -78096,57 +78869,58 @@
text: {
type: String,
required: !1,
- default: "点击上传"
+ default: '点击上传'
},
bizPath: {
type: String,
required: !1,
- default: "temp"
+ default: 'temp'
}
},
created: function() {
if (this.formitem.formSchema.fieldExtendJson) {
- var e = JSON.parse(this.formitem.formSchema.fieldExtendJson);
+ var e = JSON.parse(this.formitem.formSchema.fieldExtendJson)
this.number = e.uploadnum ? e.uploadnum : 0
}
- var t = i.a.ls.get(Se["a"]);
+ var t = i.a.ls.get(Se['a'])
this.headers = {
- "X-Access-Token": t
+ 'X-Access-Token': t
}, this.widgetAttrs && (this.widgetAttrs.disabled ? this.btn_status = !0 : this.btn_status = !1)
},
data: function() {
return {
- uploadAction: window._CONFIG["domianURL"] + "/sys/common/upload",
+ uploadAction: window._CONFIG['domianURL'] + '/sys/common/upload',
headers: {},
btn_status: !1,
fileType: En,
previewVisible: !1,
- previewImage: "",
+ previewImage: '',
uploadGoOn: !0,
number: 0
}
},
methods: {
beforeUpload: function(e) {
- this.uploadGoOn = !0;
- var t = e.type;
- return t.indexOf("image") < 0 && (this.$message.warning("请上传图片"), this.uploadGoOn = !1), this.uploadGoOn
+ this.uploadGoOn = !0
+ var t = e.type
+ return t.indexOf('image') < 0 && (this.$message.warning('请上传图片'), this.uploadGoOn = !1), this.uploadGoOn
},
handleChange: function(e) {
this.number > 0 && (e.fileList = e.fileList.slice(-this.number)), e.file.status || !1 !== this.uploadGoOn ||
- e.fileList.pop(), e.file.status, "done" === e.file.status ? 0 == e.file.response.success && (this.$message
- .error(e.file.response.message), Object(ke["e"])(e.fileList, "uid", e.file["uid"])) : "error" === e.file
- .status ? this.$message.error("".concat(e.file.name, " file upload failed.")) : "removed" === e.file.status &&
+ e.fileList.pop(), e.file.status, 'done' === e.file.status ? 0 == e.file.response.success && (this.$message
+ .error(e.file.response.message), Object(ke['e'])(e.fileList, 'uid', e.file['uid'])) : 'error' === e.file
+ .status ? this.$message.error(''.concat(e.file.name, ' file upload failed.')) : 'removed' === e.file.status &&
this.handleDelete(e.file)
},
- handleDelete: function(e) {},
+ handleDelete: function(e) {
+ },
normFile: function(e) {
return Array.isArray(e) ? e : e && e.fileList
},
getAttrs: function() {
- var e = this.widgetAttrs;
+ var e = this.widgetAttrs
return jn({
- listType: "picture-card"
+ listType: 'picture-card'
}, e)
},
handlePreview: function(e) {
@@ -78158,56 +78932,56 @@
}
},
An = Pn,
- Yn = Object(h["a"])(An, xn, zn, !1, null, null, null),
+ Yn = Object(h['a'])(An, xn, zn, !1, null, null, null),
Vn = Yn.exports,
In = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-area-linkage", e._b({
+ }, [n('j-area-linkage', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
- type: "cascader",
+ type: 'cascader',
placeholder: e.placeholder
}
- }, "j-area-linkage", e.widgetAttrs, !1))], 1)
+ }, 'j-area-linkage', e.widgetAttrs, !1))], 1)
},
Rn = [],
Fn = {
- name: "PcaWidget",
+ name: 'PcaWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
$n = Fn,
- Nn = Object(h["a"])($n, In, Rn, !1, null, null, null),
+ Nn = Object(h['a'])($n, In, Rn, !1, null, null, null),
Bn = Nn.exports,
Kn = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-markdown-editor", {
+ }, [n('j-markdown-editor', {
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, {
- initialValue: ""
+ initialValue: ''
}],
- expression: "[formitem.key,{initialValue:''}]"
+ expression: '[formitem.key,{initialValue:\'\'}]'
}],
attrs: {
id: e.formitem.key
@@ -78216,43 +78990,43 @@
},
Wn = [],
qn = {
- name: "MarkdownWidget",
+ name: 'MarkdownWidget',
mixins: [l],
components: {
FormitemWapper: m
}
},
Un = qn,
- Jn = Object(h["a"])(Un, Kn, Wn, !1, null, null, null),
+ Jn = Object(h['a'])(Un, Kn, Wn, !1, null, null, null),
Gn = Jn.exports,
- Qn = n("2441"),
+ Qn = n('2441'),
Xn = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("formitem-wapper", {
+ n = e._self._c || t
+ return n('formitem-wapper', {
attrs: {
formitem: e.formitem
}
- }, [n("j-time", e._b({
+ }, [n('j-time', e._b({
directives: [{
- name: "decorator",
- rawName: "v-decorator",
+ name: 'decorator',
+ rawName: 'v-decorator',
value: [e.formitem.key, e.formitem.fieldDecoratorOptions],
- expression: "[formitem.key,formitem.fieldDecoratorOptions]"
+ expression: '[formitem.key,formitem.fieldDecoratorOptions]'
}],
attrs: {
placeholder: e.placeholder,
getCalendarContainer: e.getModalAsContainer
}
- }, "j-time", e.getAttrs(), !1))], 1)
+ }, 'j-time', e.getAttrs(), !1))], 1)
},
- Zn = [];
+ Zn = []
function er(e, t) {
- var n = Object.keys(e);
+ var n = Object.keys(e)
if (Object.getOwnPropertySymbols) {
- var r = Object.getOwnPropertySymbols(e);
+ var r = Object.getOwnPropertySymbols(e)
t && (r = r.filter((function(t) {
return Object.getOwnPropertyDescriptor(e, t).enumerable
}))), n.push.apply(n, r)
@@ -78262,7 +79036,7 @@
function tr(e) {
for (var t = 1; t < arguments.length; t++) {
- var n = null != arguments[t] ? arguments[t] : {};
+ var n = null != arguments[t] ? arguments[t] : {}
t % 2 ? er(Object(n), !0).forEach((function(t) {
nr(e, t, n[t])
})) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
@@ -78281,169 +79055,171 @@
writable: !0
}) : e[t] = n, e
}
+
var rr = {
- name: "TimeWidget",
+ name: 'TimeWidget',
mixins: [l],
components: {
FormitemWapper: m
},
methods: {
getAttrs: function() {
- var e = this.widgetAttrs;
+ var e = this.widgetAttrs
return e ? tr({
style: {
- width: "100%"
+ width: '100%'
},
readOnly: !!e.disabled
}, e) : {
style: {
- width: "100%"
+ width: '100%'
}
}
}
}
},
ar = rr,
- ir = Object(h["a"])(ar, Xn, Zn, !1, null, "59f8aa34", null),
+ ir = Object(h['a'])(ar, Xn, Zn, !1, null, '59f8aa34', null),
or = ir.exports,
sr = {
install: function(e) {
- Qn["a"].register(_["a"] + "text", w), Qn["a"].register(_["a"] + "number", D), Qn["a"].register(_["a"] +
- "integer", D), Qn["a"].register(_["a"] + "password", Y), Qn["a"].register(_["a"] + "date", W), Qn["a"].register(
- _["a"] + "datetime", te), Qn["a"].register(_["a"] + "textarea", ue), Qn["a"].register(_["a"] + "list", _e),
- Qn["a"].register(_["a"] + "radio", we), Qn["a"].register(_["a"] + "file", Ae), Qn["a"].register(_["a"] +
- "image", Vn), Qn["a"].register(_["a"] + "checkbox", Ke), Qn["a"].register(_["a"] + "rate", Qe), Qn["a"].register(
- _["a"] + "switch", rt), Qn["a"].register(_["a"] + "umeditor", lt), Qn["a"].register(_["a"] + "popup", bt),
- Qn["a"].register(_["a"] + "list_multi", Ot), Qn["a"].register(_["a"] + "sel_depart", zt), Qn["a"].register(
- _["a"] + "sel_user", At), Qn["a"].register(_["a"] + "sel_search", $t), Qn["a"].register(_["a"] +
- "sel_tree", Ut), Qn["a"].register(_["a"] + "cat_tree", en), Qn["a"].register(_["a"] + "hidden", sn), Qn[
- "a"].register(_["a"] + "link_down", Tn), Qn["a"].register(_["a"] + "pca", Bn), Qn["a"].register(_["a"] +
- "markdown", Gn), Qn["a"].register(_["a"] + "time", or)
+ Qn['a'].register(_['a'] + 'text', w), Qn['a'].register(_['a'] + 'number', D), Qn['a'].register(_['a'] +
+ 'integer', D), Qn['a'].register(_['a'] + 'password', Y), Qn['a'].register(_['a'] + 'date', W), Qn['a'].register(
+ _['a'] + 'datetime', te), Qn['a'].register(_['a'] + 'textarea', ue), Qn['a'].register(_['a'] + 'list', _e),
+ Qn['a'].register(_['a'] + 'radio', we), Qn['a'].register(_['a'] + 'file', Ae), Qn['a'].register(_['a'] +
+ 'image', Vn), Qn['a'].register(_['a'] + 'checkbox', Ke), Qn['a'].register(_['a'] + 'rate', Qe), Qn['a'].register(
+ _['a'] + 'switch', rt), Qn['a'].register(_['a'] + 'umeditor', lt), Qn['a'].register(_['a'] + 'popup', bt),
+ Qn['a'].register(_['a'] + 'list_multi', Ot), Qn['a'].register(_['a'] + 'sel_depart', zt), Qn['a'].register(
+ _['a'] + 'sel_user', At), Qn['a'].register(_['a'] + 'sel_search', $t), Qn['a'].register(_['a'] +
+ 'sel_tree', Ut), Qn['a'].register(_['a'] + 'cat_tree', en), Qn['a'].register(_['a'] + 'hidden', sn), Qn[
+ 'a'].register(_['a'] + 'link_down', Tn), Qn['a'].register(_['a'] + 'pca', Bn), Qn['a'].register(_['a'] +
+ 'markdown', Gn), Qn['a'].register(_['a'] + 'time', or)
}
},
- cr = n("48b7"),
- lr = n("9937"),
- ur = n("725c"),
- dr = n("e3a7"),
- hr = n("c954"),
- fr = n("d87f"),
- mr = n("1e9d"),
- pr = n("5341"),
- _r = n("5fd1"),
- vr = n("b22c"),
- br = n("e8c2"),
- yr = n("662b"),
- gr = n("f09d"),
- Mr = n("b898"),
- wr = n("1e3b"),
- Lr = n("36f0"),
- Or = n("48ee"),
- Sr = n("0ad7"),
- kr = n("8d20"),
- Cr = n("1671"),
- Tr = n("94c9"),
- xr = n("30b9"),
- zr = n("5f63"),
- Dr = n("26bb"),
- jr = n("be9c"),
- Hr = n("3e57"),
- Er = n("a60b"),
- Pr = n("ca7e"),
- Ar = n("7de4"),
- Yr = n("82a6"),
+ cr = n('48b7'),
+ lr = n('9937'),
+ ur = n('725c'),
+ dr = n('e3a7'),
+ hr = n('c954'),
+ fr = n('d87f'),
+ mr = n('1e9d'),
+ pr = n('5341'),
+ _r = n('5fd1'),
+ vr = n('b22c'),
+ br = n('e8c2'),
+ yr = n('662b'),
+ gr = n('f09d'),
+ Mr = n('b898'),
+ wr = n('1e3b'),
+ Lr = n('36f0'),
+ Or = n('48ee'),
+ Sr = n('0ad7'),
+ kr = n('8d20'),
+ Cr = n('1671'),
+ Tr = n('94c9'),
+ xr = n('30b9'),
+ zr = n('5f63'),
+ Dr = n('26bb'),
+ jr = n('be9c'),
+ Hr = n('3e57'),
+ Er = n('a60b'),
+ Pr = n('ca7e'),
+ Ar = n('7de4'),
+ Yr = n('82a6'),
Vr = {
- OnlineForm: o["a"],
+ OnlineForm: o['a'],
FormitemWapper: m,
- OnlineQueryFormItem: p["a"],
- CodeGenerator: Mr["default"],
- EnhanceJava: wr["default"],
- EnhanceJs: Lr["default"],
- EnhanceSql: Or["default"],
- OnlEnhanceJavaList: Sr["default"],
- OnlEnhanceJavaModal: kr["default"],
- OnlEnhanceSqlList: Cr["default"],
- OnlEnhanceSqlModal: Tr["default"],
- FileSelectModal: xr["default"],
- TransDb2Online: Dr["default"],
- OnlCgformButtonList: cr["default"],
- OnlCgformHeadModal: zr["default"],
- OnlCgformCopyList: hr["default"],
- OnlCgformAutoModal: br["default"],
- OnlineDynamicForm: yr["default"],
- OnlineDynamicViewForm: gr["default"],
- OnlCgformErpList: fr["default"],
- OnlineCommonModal: mr["default"],
- OnlineCommonList: pr["default"],
- OnlCgformInnerTableList: _r["default"],
- AutoInnerSubTable: vr["default"],
- OnlCgformAutoList: lr["default"],
- OnlCgformTreeList: ur["default"],
- OnlCgformHeadList: dr["default"],
- OnlCgreportHeadModal: Hr["default"],
- OnlCgreportQueryFormItem: jr["default"],
- OnlCgreportHeadList: Er["default"],
- OnlCgreportAutoList: Pr["default"],
- OnlCgformTabList: Ar["default"],
- OnlCgformTabModal: Yr["default"]
- };
+ OnlineQueryFormItem: p['a'],
+ CodeGenerator: Mr['default'],
+ EnhanceJava: wr['default'],
+ EnhanceJs: Lr['default'],
+ EnhanceSql: Or['default'],
+ OnlEnhanceJavaList: Sr['default'],
+ OnlEnhanceJavaModal: kr['default'],
+ OnlEnhanceSqlList: Cr['default'],
+ OnlEnhanceSqlModal: Tr['default'],
+ FileSelectModal: xr['default'],
+ TransDb2Online: Dr['default'],
+ OnlCgformButtonList: cr['default'],
+ OnlCgformHeadModal: zr['default'],
+ OnlCgformCopyList: hr['default'],
+ OnlCgformAutoModal: br['default'],
+ OnlineDynamicForm: yr['default'],
+ OnlineDynamicViewForm: gr['default'],
+ OnlCgformErpList: fr['default'],
+ OnlineCommonModal: mr['default'],
+ OnlineCommonList: pr['default'],
+ OnlCgformInnerTableList: _r['default'],
+ AutoInnerSubTable: vr['default'],
+ OnlCgformAutoList: lr['default'],
+ OnlCgformTreeList: ur['default'],
+ OnlCgformHeadList: dr['default'],
+ OnlCgreportHeadModal: Hr['default'],
+ OnlCgreportQueryFormItem: jr['default'],
+ OnlCgreportHeadList: Er['default'],
+ OnlCgreportAutoList: Pr['default'],
+ OnlCgformTabList: Ar['default'],
+ OnlCgformTabModal: Yr['default']
+ }
Object.keys(Vr).forEach((function(e) {
i.a.component(e, Vr[e])
- })), i.a.use(sr);
- var Ir = Vr;
- t["default"] = Ir
+ })), i.a.use(sr)
+ var Ir = Vr
+ t['default'] = Ir
},
fba5: function(e, t, n) {
- var r = n("cb5a");
+ var r = n('cb5a')
function a(e) {
return r(this.__data__, e) > -1
}
+
e.exports = a
},
fbc7: function(e, t, n) {
- "use strict";
- n.r(t);
+ 'use strict'
+ n.r(t)
var r = function() {
var e = this,
t = e.$createElement,
- n = e._self._c || t;
- return n("div", [n("div", {
- staticClass: "onl-auth-tree-btns"
- }, [n("a-button", {
+ n = e._self._c || t
+ return n('div', [n('div', {
+ staticClass: 'onl-auth-tree-btns'
+ }, [n('a-button', {
attrs: {
- size: "small",
- type: "primary",
- icon: "redo",
- ghost: ""
+ size: 'small',
+ type: 'primary',
+ icon: 'redo',
+ ghost: ''
},
on: {
click: e.onRefresh
}
- }, [e._v("刷新")]), n("a-button", {
+ }, [e._v('刷新')]), n('a-button', {
attrs: {
- size: "small",
- type: "primary",
- icon: "save",
- ghost: ""
+ size: 'small',
+ type: 'primary',
+ icon: 'save',
+ ghost: ''
},
on: {
click: e.onSave
}
- }, [e._v("保存")])], 1), e.empty ? n("a-empty", {
+ }, [e._v('保存')])], 1), e.empty ? n('a-empty', {
attrs: {
- description: "请先选中左侧角色/部门/用户"
+ description: '请先选中左侧角色/部门/用户'
}
- }) : 0 == e.treeData.length ? n("a-empty", {
+ }) : 0 == e.treeData.length ? n('a-empty', {
attrs: {
- description: "无权限信息"
+ description: '无权限信息'
}
- }) : n("a-tree", {
+ }) : n('a-tree', {
attrs: {
- checkable: "",
- "expanded-keys": e.expandedKeys,
- "auto-expand-parent": e.autoExpandParent,
- "selected-keys": e.selectedKeys,
- "tree-data": e.treeData
+ checkable: '',
+ 'expanded-keys': e.expandedKeys,
+ 'auto-expand-parent': e.autoExpandParent,
+ 'selected-keys': e.selectedKeys,
+ 'tree-data': e.treeData
},
on: {
expand: e.onExpand,
@@ -78454,12 +79230,12 @@
callback: function(t) {
e.checkedKeys = t
},
- expression: "checkedKeys"
+ expression: 'checkedKeys'
}
})], 1)
},
a = [],
- i = n("0fea");
+ i = n('0fea')
function o(e) {
return l(e) || c(e) || d(e) || s()
@@ -78467,12 +79243,12 @@
function s() {
throw new TypeError(
- "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
function c(e) {
- if ("undefined" !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
+ if ('undefined' !== typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e)
}
function l(e) {
@@ -78480,12 +79256,13 @@
}
function u(e, t) {
- var n;
- if ("undefined" === typeof Symbol || null == e[Symbol.iterator]) {
- if (Array.isArray(e) || (n = d(e)) || t && e && "number" === typeof e.length) {
- n && (e = n);
+ var n
+ if ('undefined' === typeof Symbol || null == e[Symbol.iterator]) {
+ if (Array.isArray(e) || (n = d(e)) || t && e && 'number' === typeof e.length) {
+ n && (e = n)
var r = 0,
- a = function() {};
+ a = function() {
+ }
return {
s: a,
n: function() {
@@ -78503,17 +79280,17 @@
}
}
throw new TypeError(
- "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
+ 'Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.'
)
}
var i, o = !0,
- s = !1;
+ s = !1
return {
s: function() {
n = e[Symbol.iterator]()
},
n: function() {
- var e = n.next();
+ var e = n.next()
return o = e.done, e
},
e: function(e) {
@@ -78531,66 +79308,67 @@
function d(e, t) {
if (e) {
- if ("string" === typeof e) return h(e, t);
- var n = Object.prototype.toString.call(e).slice(8, -1);
- return "Object" === n && e.constructor && (n = e.constructor.name), "Map" === n || "Set" === n ? Array.from(e) :
- "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
+ if ('string' === typeof e) return h(e, t)
+ var n = Object.prototype.toString.call(e).slice(8, -1)
+ return 'Object' === n && e.constructor && (n = e.constructor.name), 'Map' === n || 'Set' === n ? Array.from(e) :
+ 'Arguments' === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? h(e, t) : void 0
}
}
function h(e, t) {
- (null == t || t > e.length) && (t = e.length);
- for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n];
+ (null == t || t > e.length) && (t = e.length)
+ for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]
return r
}
+
var f = [{
- code: "add",
- title: "新增",
+ code: 'add',
+ title: '新增',
status: 0
}, {
- code: "update",
- title: "编辑",
+ code: 'update',
+ title: '编辑',
status: 0
}, {
- code: "delete",
- title: "删除",
+ code: 'delete',
+ title: '删除',
status: 0
}, {
- code: "batch_delete",
- title: "批量删除",
+ code: 'batch_delete',
+ title: '批量删除',
status: 0
}, {
- code: "export",
- title: "导出",
+ code: 'export',
+ title: '导出',
status: 0
}, {
- code: "import",
- title: "导入",
+ code: 'import',
+ title: '导入',
status: 0
}, {
- code: "bpm",
- title: "提交流程",
+ code: 'bpm',
+ title: '提交流程',
status: 0
}, {
- code: "super_query",
- title: "高级查询",
+ code: 'super_query',
+ title: '高级查询',
status: 0
}],
m = {
- name: "AuthButtonTree",
+ name: 'AuthButtonTree',
props: {
cgformId: {
type: String,
- default: "",
+ default: '',
required: !0
}
},
data: function() {
return {
- roleId: "",
- url: "/online/cgform/api/authPage",
- roleAuthUrl: "/online/cgform/api/roleAuth",
- saveUrl: "/online/cgform/api/roleButtonAuth",
+ roleId: '',
+ url: '/online/cgform/api/authPage',
+ roleAuthUrl: '/online/cgform/api/roleAuth',
+ saveUrl: '/online/cgform/api/roleButtonAuth',
authType: 2,
empty: !1,
expandedKeys: [],
@@ -78613,26 +79391,26 @@
},
methods: {
loadTree: function() {
- var e = this;
- this.empty = !1, Object(i["c"])("".concat(this.url, "/").concat(this.cgformId, "/").concat(this.authType))
+ var e = this
+ this.empty = !1, Object(i['c'])(''.concat(this.url, '/').concat(this.cgformId, '/').concat(this.authType))
.then((function(t) {
t.success && e.initTree(t.result)
}))
},
initTree: function(e) {
- var t = [];
+ var t = []
e.map((function(e) {
for (var t = 0; t < f.length; t++)
if (e.code == f[t].code) {
- e["title"] = f[t].title;
+ e['title'] = f[t].title
break
}
- }));
- var n, r = u(e);
+ }))
+ var n, r = u(e)
try {
for (r.s(); !(n = r.n()).done;) {
var a = n.value,
- i = this.getTreeNodeTitle(a);
+ i = this.getTreeNodeTitle(a)
t.push({
key: a.id,
title: i
@@ -78646,24 +79424,24 @@
this.treeData = t
},
getTreeNodeTitle: function(e) {
- var t = e.title + "-";
- return 3 == e.page ? t += "列表可见" : 5 == e.page && (t += "表单可见"), t
+ var t = e.title + '-'
+ return 3 == e.page ? t += '列表可见' : 5 == e.page && (t += '表单可见'), t
},
loadChecked: function(e) {
- var t = this;
- this.roleId = e;
+ var t = this
+ this.roleId = e
var n = {
roleId: e,
cgformId: this.cgformId,
type: this.authType
- };
- this.checkedKeys = [], Object(i["c"])(this.roleAuthUrl, n).then((function(e) {
+ }
+ this.checkedKeys = [], Object(i['c'])(this.roleAuthUrl, n).then((function(e) {
if (e.success) {
var n, r = [],
- a = u(e.result);
+ a = u(e.result)
try {
for (a.s(); !(n = a.n()).done;) {
- var i = n.value;
+ var i = n.value
r.push(i.authId)
}
} catch (o) {
@@ -78679,16 +79457,16 @@
this.loadTree()
},
onSave: function() {
- var e = this;
+ var e = this
if (this.roleId) {
var t = {
authId: JSON.stringify(this.checkedKeys)
- };
- Object(i["f"])("".concat(this.saveUrl, "/").concat(this.roleId, "/").concat(this.cgformId), t).then((
+ }
+ Object(i['f'])(''.concat(this.saveUrl, '/').concat(this.roleId, '/').concat(this.cgformId), t).then((
function(t) {
- t.success ? e.$message.success("保存成功") : e.$message.warning(t.message)
+ t.success ? e.$message.success('保存成功') : e.$message.warning(t.message)
}))
- } else this.$message.warning("请先选中左侧角色")
+ } else this.$message.warning('请先选中左侧角色')
},
onExpandAll: function() {
this.expandedKeys = o(this.allCode)
@@ -78706,140 +79484,142 @@
this.selectedKeys = e
},
clear: function() {
- this.roleId = "", this.checkedKeys = []
+ this.roleId = '', this.checkedKeys = []
}
}
},
p = m,
- _ = (n("8cfe"), n("2877")),
- v = Object(_["a"])(p, r, a, !1, null, null, null);
- t["default"] = v.exports
+ _ = (n('8cfe'), n('2877')),
+ v = Object(_['a'])(p, r, a, !1, null, null, null)
+ t['default'] = v.exports
},
fd7e: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("x-pseudo", {
- months: "J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér"
- .split("_"),
- monthsShort: "J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),
+ var t = e.defineLocale('x-pseudo', {
+ months: 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'
+ .split('_'),
+ monthsShort: 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split('_'),
monthsParseExact: !0,
- weekdays: "S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),
- weekdaysShort: "S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),
- weekdaysMin: "S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),
+ weekdays: 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split('_'),
+ weekdaysShort: 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),
+ weekdaysMin: 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),
weekdaysParseExact: !0,
longDateFormat: {
- LT: "HH:mm",
- L: "DD/MM/YYYY",
- LL: "D MMMM YYYY",
- LLL: "D MMMM YYYY HH:mm",
- LLLL: "dddd, D MMMM YYYY HH:mm"
+ LT: 'HH:mm',
+ L: 'DD/MM/YYYY',
+ LL: 'D MMMM YYYY',
+ LLL: 'D MMMM YYYY HH:mm',
+ LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
- sameDay: "[T~ódá~ý át] LT",
- nextDay: "[T~ómó~rró~w át] LT",
- nextWeek: "dddd [át] LT",
- lastDay: "[Ý~ést~érdá~ý át] LT",
- lastWeek: "[L~ást] dddd [át] LT",
- sameElse: "L"
+ sameDay: '[T~ódá~ý át] LT',
+ nextDay: '[T~ómó~rró~w át] LT',
+ nextWeek: 'dddd [át] LT',
+ lastDay: '[Ý~ést~érdá~ý át] LT',
+ lastWeek: '[L~ást] dddd [át] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "í~ñ %s",
- past: "%s á~gó",
- s: "á ~féw ~sécó~ñds",
- ss: "%d s~écóñ~ds",
- m: "á ~míñ~úté",
- mm: "%d m~íñú~tés",
- h: "á~ñ hó~úr",
- hh: "%d h~óúrs",
- d: "á ~dáý",
- dd: "%d d~áýs",
- M: "á ~móñ~th",
- MM: "%d m~óñt~hs",
- y: "á ~ýéár",
- yy: "%d ý~éárs"
+ future: 'í~ñ %s',
+ past: '%s á~gó',
+ s: 'á ~féw ~sécó~ñds',
+ ss: '%d s~écóñ~ds',
+ m: 'á ~míñ~úté',
+ mm: '%d m~íñú~tés',
+ h: 'á~ñ hó~úr',
+ hh: '%d h~óúrs',
+ d: 'á ~dáý',
+ dd: '%d d~áýs',
+ M: 'á ~móñ~th',
+ MM: '%d m~óñt~hs',
+ y: 'á ~ýéár',
+ yy: '%d ý~éárs'
},
dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
ordinal: function(e) {
var t = e % 10,
- n = 1 === ~~(e % 100 / 10) ? "th" : 1 === t ? "st" : 2 === t ? "nd" : 3 === t ? "rd" : "th";
+ n = 1 === ~~(e % 100 / 10) ? 'th' : 1 === t ? 'st' : 2 === t ? 'nd' : 3 === t ? 'rd' : 'th'
return e + n
},
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
},
- ff2e: function(e, t, n) {},
+ ff2e: function(e, t, n) {
+ },
ffd6: function(e, t, n) {
- var r = n("3729"),
- a = n("1310"),
- i = "[object Symbol]";
+ var r = n('3729'),
+ a = n('1310'),
+ i = '[object Symbol]'
function o(e) {
- return "symbol" == typeof e || a(e) && r(e) == i
+ return 'symbol' == typeof e || a(e) && r(e) == i
}
+
e.exports = o
},
ffff: function(e, t, n) {
(function(e, t) {
- t(n("c1df"))
+ t(n('c1df'))
})(0, (function(e) {
- "use strict";
+ 'use strict'
//! moment.js locale configuration
- var t = e.defineLocale("se", {
- months: "ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu"
- .split("_"),
- monthsShort: "ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),
- weekdays: "sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),
- weekdaysShort: "sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),
- weekdaysMin: "s_v_m_g_d_b_L".split("_"),
+ var t = e.defineLocale('se', {
+ months: 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'
+ .split('_'),
+ monthsShort: 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split('_'),
+ weekdays: 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split('_'),
+ weekdaysShort: 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'),
+ weekdaysMin: 's_v_m_g_d_b_L'.split('_'),
longDateFormat: {
- LT: "HH:mm",
- LTS: "HH:mm:ss",
- L: "DD.MM.YYYY",
- LL: "MMMM D. [b.] YYYY",
- LLL: "MMMM D. [b.] YYYY [ti.] HH:mm",
- LLLL: "dddd, MMMM D. [b.] YYYY [ti.] HH:mm"
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
+ L: 'DD.MM.YYYY',
+ LL: 'MMMM D. [b.] YYYY',
+ LLL: 'MMMM D. [b.] YYYY [ti.] HH:mm',
+ LLLL: 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm'
},
calendar: {
- sameDay: "[otne ti] LT",
- nextDay: "[ihttin ti] LT",
- nextWeek: "dddd [ti] LT",
- lastDay: "[ikte ti] LT",
- lastWeek: "[ovddit] dddd [ti] LT",
- sameElse: "L"
+ sameDay: '[otne ti] LT',
+ nextDay: '[ihttin ti] LT',
+ nextWeek: 'dddd [ti] LT',
+ lastDay: '[ikte ti] LT',
+ lastWeek: '[ovddit] dddd [ti] LT',
+ sameElse: 'L'
},
relativeTime: {
- future: "%s geažes",
- past: "maŋit %s",
- s: "moadde sekunddat",
- ss: "%d sekunddat",
- m: "okta minuhta",
- mm: "%d minuhtat",
- h: "okta diimmu",
- hh: "%d diimmut",
- d: "okta beaivi",
- dd: "%d beaivvit",
- M: "okta mánnu",
- MM: "%d mánut",
- y: "okta jahki",
- yy: "%d jagit"
+ future: '%s geažes',
+ past: 'maŋit %s',
+ s: 'moadde sekunddat',
+ ss: '%d sekunddat',
+ m: 'okta minuhta',
+ mm: '%d minuhtat',
+ h: 'okta diimmu',
+ hh: '%d diimmut',
+ d: 'okta beaivi',
+ dd: '%d beaivvit',
+ M: 'okta mánnu',
+ MM: '%d mánut',
+ y: 'okta jahki',
+ yy: '%d jagit'
},
dayOfMonthOrdinalParse: /\d{1,2}\./,
- ordinal: "%d.",
+ ordinal: '%d.',
week: {
dow: 1,
doy: 4
}
- });
+ })
return t
}))
}
})
-}));
+}))
diff --git a/jero-web/src/main.js b/jero-web/src/main.js
index 6e3670c3..9fee6c73 100644
--- a/jero-web/src/main.js
+++ b/jero-web/src/main.js
@@ -8,8 +8,11 @@ import router from './router'
import store from './store/'
import { VueAxios } from "@/utils/request"
-require('@jeecg/antd-online-mini')
-require('@jeecg/antd-online-mini/dist/OnlineForm.css')
+// require('@jeecg/antd-online-mini')
+// require('@jeecg/antd-online-mini/dist/OnlineForm.css')
+
+require ('@/components/onlineForm/onlineForm')
+require ('@/components/onlineForm/onlineForm.css')
import Antd, { version } from 'ant-design-vue'
console.log('ant-design-vue version:', version)
diff --git a/jero-web/src/utils/util.js b/jero-web/src/utils/util.js
index 35826deb..5dee8577 100644
--- a/jero-web/src/utils/util.js
+++ b/jero-web/src/utils/util.js
@@ -1,6 +1,7 @@
import * as api from '@/api/api'
import { isURL } from '@/utils/validate'
-import onlineCommons from '@jeecg/antd-online-mini'
+// import onlineCommons from '@jeecg/antd-online-mini'
+import onlineCommons from '@/components/onlineForm/onlineForm'
export function timeFix() {
const time = new Date()
diff --git a/jero-web/src/views/system/demo2.vue b/jero-web/src/views/system/demo2.vue
new file mode 100644
index 00000000..10768a28
--- /dev/null
+++ b/jero-web/src/views/system/demo2.vue
@@ -0,0 +1,5 @@
+
+ 四级菜单
+
+
+
\ No newline at end of file