@opentinyvue/vue-runtime 3.29.0 → 3.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist2/tiny-vue-all.mjs +145 -47
- package/dist2/tiny-vue-locale.mjs +88 -68
- package/dist2/tiny-vue-mobile-first.mjs +15 -6
- package/dist2/tiny-vue-pc.mjs +143 -45
- package/dist2/tiny-vue-saas-common.mjs +6 -1
- package/dist2/tiny-vue-simple.mjs +141 -43
- package/dist3/tiny-vue-all.mjs +14883 -14847
- package/dist3/tiny-vue-locale.mjs +89 -69
- package/dist3/tiny-vue-mobile-first.mjs +14 -5
- package/dist3/tiny-vue-pc.mjs +15243 -15207
- package/dist3/tiny-vue-saas-common.mjs +6 -1
- package/dist3/tiny-vue-simple.mjs +11957 -11921
- package/package.json +1 -1
|
@@ -464,7 +464,12 @@ const me = {
|
|
|
464
464
|
show: "显示侧边栏"
|
|
465
465
|
},
|
|
466
466
|
navMenu: {
|
|
467
|
-
moreText: "更多"
|
|
467
|
+
moreText: "更多",
|
|
468
|
+
navigation: "导航",
|
|
469
|
+
mainMenu: "主菜单",
|
|
470
|
+
subMenu: "子菜单",
|
|
471
|
+
expand: "展开菜单",
|
|
472
|
+
collapse: "收起菜单"
|
|
468
473
|
},
|
|
469
474
|
logout: {
|
|
470
475
|
in: "登录",
|
|
@@ -1311,7 +1316,12 @@ const me = {
|
|
|
1311
1316
|
show: "Show Sidebar"
|
|
1312
1317
|
},
|
|
1313
1318
|
navMenu: {
|
|
1314
|
-
moreText: "More"
|
|
1319
|
+
moreText: "More",
|
|
1320
|
+
navigation: "Navigation",
|
|
1321
|
+
mainMenu: "Main menu",
|
|
1322
|
+
subMenu: "Sub menu",
|
|
1323
|
+
expand: "Expand menu",
|
|
1324
|
+
collapse: "Collapse menu"
|
|
1315
1325
|
},
|
|
1316
1326
|
logout: {
|
|
1317
1327
|
in: "Login",
|
|
@@ -2158,7 +2168,12 @@ const me = {
|
|
|
2158
2168
|
show: "Mostrar barra lateral"
|
|
2159
2169
|
},
|
|
2160
2170
|
navMenu: {
|
|
2161
|
-
moreText: "Más"
|
|
2171
|
+
moreText: "Más",
|
|
2172
|
+
navigation: "Navegación",
|
|
2173
|
+
mainMenu: "Menú principal",
|
|
2174
|
+
subMenu: "Submenú",
|
|
2175
|
+
expand: "Expandir menú",
|
|
2176
|
+
collapse: "Colapsar menú"
|
|
2162
2177
|
},
|
|
2163
2178
|
logout: {
|
|
2164
2179
|
in: "Sesión iniciada",
|
|
@@ -3005,7 +3020,12 @@ const me = {
|
|
|
3005
3020
|
show: "Mostrar barra lateral"
|
|
3006
3021
|
},
|
|
3007
3022
|
navMenu: {
|
|
3008
|
-
moreText: "Mais"
|
|
3023
|
+
moreText: "Mais",
|
|
3024
|
+
navigation: "Navegação",
|
|
3025
|
+
mainMenu: "Menu principal",
|
|
3026
|
+
subMenu: "Submenu",
|
|
3027
|
+
expand: "Expandir menu",
|
|
3028
|
+
collapse: "Recolher menu"
|
|
3009
3029
|
},
|
|
3010
3030
|
logout: {
|
|
3011
3031
|
in: "Login",
|
|
@@ -3388,13 +3408,13 @@ const me = {
|
|
|
3388
3408
|
whitespace: "Este campo não pode ficar em branco."
|
|
3389
3409
|
}
|
|
3390
3410
|
};
|
|
3391
|
-
function
|
|
3411
|
+
function Me(e, r) {
|
|
3392
3412
|
(r == null || r > e.length) && (r = e.length);
|
|
3393
3413
|
for (var t = 0, a = Array(r); t < r; t++) a[t] = e[t];
|
|
3394
3414
|
return a;
|
|
3395
3415
|
}
|
|
3396
3416
|
function vt(e) {
|
|
3397
|
-
if (Array.isArray(e)) return
|
|
3417
|
+
if (Array.isArray(e)) return Me(e);
|
|
3398
3418
|
}
|
|
3399
3419
|
function fe(e, r) {
|
|
3400
3420
|
if (!(e instanceof r)) throw new TypeError("Cannot call a class as a function");
|
|
@@ -3473,9 +3493,9 @@ function ie(e) {
|
|
|
3473
3493
|
}
|
|
3474
3494
|
function wt(e, r) {
|
|
3475
3495
|
if (e) {
|
|
3476
|
-
if (typeof e == "string") return
|
|
3496
|
+
if (typeof e == "string") return Me(e, r);
|
|
3477
3497
|
var t = {}.toString.call(e).slice(8, -1);
|
|
3478
|
-
return t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set" ? Array.from(e) : t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ?
|
|
3498
|
+
return t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set" ? Array.from(e) : t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? Me(e, r) : void 0;
|
|
3479
3499
|
}
|
|
3480
3500
|
}
|
|
3481
3501
|
var xt = /(%|)\{([0-9a-zA-Z_]+)\}/g;
|
|
@@ -3487,7 +3507,7 @@ function Et(e) {
|
|
|
3487
3507
|
return e[s - 1] === "{" && e[s + o.length] === "}" ? i : (l = Object.prototype.hasOwnProperty.call(t, i) ? t[i] : null, l ?? "");
|
|
3488
3508
|
});
|
|
3489
3509
|
}
|
|
3490
|
-
var
|
|
3510
|
+
var ke = { exports: {} }, h = {}, Ne = { exports: {} }, O = {};
|
|
3491
3511
|
function Tr() {
|
|
3492
3512
|
var e = {};
|
|
3493
3513
|
return e["align-content"] = !1, e["align-items"] = !1, e["align-self"] = !1, e["alignment-adjust"] = !1, e["alignment-baseline"] = !1, e.all = !1, e["anchor-point"] = !1, e.animation = !1, e["animation-delay"] = !1, e["animation-direction"] = !1, e["animation-duration"] = !1, e["animation-fill-mode"] = !1, e["animation-iteration-count"] = !1, e["animation-name"] = !1, e["animation-play-state"] = !1, e["animation-timing-function"] = !1, e.azimuth = !1, e["backface-visibility"] = !1, e.background = !0, e["background-attachment"] = !0, e["background-clip"] = !0, e["background-color"] = !0, e["background-image"] = !0, e["background-origin"] = !0, e["background-position"] = !0, e["background-repeat"] = !0, e["background-size"] = !0, e["baseline-shift"] = !1, e.binding = !1, e.bleed = !1, e["bookmark-label"] = !1, e["bookmark-level"] = !1, e["bookmark-state"] = !1, e.border = !0, e["border-bottom"] = !0, e["border-bottom-color"] = !0, e["border-bottom-left-radius"] = !0, e["border-bottom-right-radius"] = !0, e["border-bottom-style"] = !0, e["border-bottom-width"] = !0, e["border-collapse"] = !0, e["border-color"] = !0, e["border-image"] = !0, e["border-image-outset"] = !0, e["border-image-repeat"] = !0, e["border-image-slice"] = !0, e["border-image-source"] = !0, e["border-image-width"] = !0, e["border-left"] = !0, e["border-left-color"] = !0, e["border-left-style"] = !0, e["border-left-width"] = !0, e["border-radius"] = !0, e["border-right"] = !0, e["border-right-color"] = !0, e["border-right-style"] = !0, e["border-right-width"] = !0, e["border-spacing"] = !0, e["border-style"] = !0, e["border-top"] = !0, e["border-top-color"] = !0, e["border-top-left-radius"] = !0, e["border-top-right-radius"] = !0, e["border-top-style"] = !0, e["border-top-width"] = !0, e["border-width"] = !0, e.bottom = !1, e["box-decoration-break"] = !0, e["box-shadow"] = !0, e["box-sizing"] = !0, e["box-snap"] = !0, e["box-suppress"] = !0, e["break-after"] = !0, e["break-before"] = !0, e["break-inside"] = !0, e["caption-side"] = !1, e.chains = !1, e.clear = !0, e.clip = !1, e["clip-path"] = !1, e["clip-rule"] = !1, e.color = !0, e["color-interpolation-filters"] = !0, e["column-count"] = !1, e["column-fill"] = !1, e["column-gap"] = !1, e["column-rule"] = !1, e["column-rule-color"] = !1, e["column-rule-style"] = !1, e["column-rule-width"] = !1, e["column-span"] = !1, e["column-width"] = !1, e.columns = !1, e.contain = !1, e.content = !1, e["counter-increment"] = !1, e["counter-reset"] = !1, e["counter-set"] = !1, e.crop = !1, e.cue = !1, e["cue-after"] = !1, e["cue-before"] = !1, e.cursor = !1, e.direction = !1, e.display = !0, e["display-inside"] = !0, e["display-list"] = !0, e["display-outside"] = !0, e["dominant-baseline"] = !1, e.elevation = !1, e["empty-cells"] = !1, e.filter = !1, e.flex = !1, e["flex-basis"] = !1, e["flex-direction"] = !1, e["flex-flow"] = !1, e["flex-grow"] = !1, e["flex-shrink"] = !1, e["flex-wrap"] = !1, e.float = !1, e["float-offset"] = !1, e["flood-color"] = !1, e["flood-opacity"] = !1, e["flow-from"] = !1, e["flow-into"] = !1, e.font = !0, e["font-family"] = !0, e["font-feature-settings"] = !0, e["font-kerning"] = !0, e["font-language-override"] = !0, e["font-size"] = !0, e["font-size-adjust"] = !0, e["font-stretch"] = !0, e["font-style"] = !0, e["font-synthesis"] = !0, e["font-variant"] = !0, e["font-variant-alternates"] = !0, e["font-variant-caps"] = !0, e["font-variant-east-asian"] = !0, e["font-variant-ligatures"] = !0, e["font-variant-numeric"] = !0, e["font-variant-position"] = !0, e["font-weight"] = !0, e.grid = !1, e["grid-area"] = !1, e["grid-auto-columns"] = !1, e["grid-auto-flow"] = !1, e["grid-auto-rows"] = !1, e["grid-column"] = !1, e["grid-column-end"] = !1, e["grid-column-start"] = !1, e["grid-row"] = !1, e["grid-row-end"] = !1, e["grid-row-start"] = !1, e["grid-template"] = !1, e["grid-template-areas"] = !1, e["grid-template-columns"] = !1, e["grid-template-rows"] = !1, e["hanging-punctuation"] = !1, e.height = !0, e.hyphens = !1, e.icon = !1, e["image-orientation"] = !1, e["image-resolution"] = !1, e["ime-mode"] = !1, e["initial-letters"] = !1, e["inline-box-align"] = !1, e["justify-content"] = !1, e["justify-items"] = !1, e["justify-self"] = !1, e.left = !1, e["letter-spacing"] = !0, e["lighting-color"] = !0, e["line-box-contain"] = !1, e["line-break"] = !1, e["line-grid"] = !1, e["line-height"] = !1, e["line-snap"] = !1, e["line-stacking"] = !1, e["line-stacking-ruby"] = !1, e["line-stacking-shift"] = !1, e["line-stacking-strategy"] = !1, e["list-style"] = !0, e["list-style-image"] = !0, e["list-style-position"] = !0, e["list-style-type"] = !0, e.margin = !0, e["margin-bottom"] = !0, e["margin-left"] = !0, e["margin-right"] = !0, e["margin-top"] = !0, e["marker-offset"] = !1, e["marker-side"] = !1, e.marks = !1, e.mask = !1, e["mask-box"] = !1, e["mask-box-outset"] = !1, e["mask-box-repeat"] = !1, e["mask-box-slice"] = !1, e["mask-box-source"] = !1, e["mask-box-width"] = !1, e["mask-clip"] = !1, e["mask-image"] = !1, e["mask-origin"] = !1, e["mask-position"] = !1, e["mask-repeat"] = !1, e["mask-size"] = !1, e["mask-source-type"] = !1, e["mask-type"] = !1, e["max-height"] = !0, e["max-lines"] = !1, e["max-width"] = !0, e["min-height"] = !0, e["min-width"] = !0, e["move-to"] = !1, e["nav-down"] = !1, e["nav-index"] = !1, e["nav-left"] = !1, e["nav-right"] = !1, e["nav-up"] = !1, e["object-fit"] = !1, e["object-position"] = !1, e.opacity = !1, e.order = !1, e.orphans = !1, e.outline = !1, e["outline-color"] = !1, e["outline-offset"] = !1, e["outline-style"] = !1, e["outline-width"] = !1, e.overflow = !1, e["overflow-wrap"] = !1, e["overflow-x"] = !1, e["overflow-y"] = !1, e.padding = !0, e["padding-bottom"] = !0, e["padding-left"] = !0, e["padding-right"] = !0, e["padding-top"] = !0, e.page = !1, e["page-break-after"] = !1, e["page-break-before"] = !1, e["page-break-inside"] = !1, e["page-policy"] = !1, e.pause = !1, e["pause-after"] = !1, e["pause-before"] = !1, e.perspective = !1, e["perspective-origin"] = !1, e.pitch = !1, e["pitch-range"] = !1, e["play-during"] = !1, e.position = !1, e["presentation-level"] = !1, e.quotes = !1, e["region-fragment"] = !1, e.resize = !1, e.rest = !1, e["rest-after"] = !1, e["rest-before"] = !1, e.richness = !1, e.right = !1, e.rotation = !1, e["rotation-point"] = !1, e["ruby-align"] = !1, e["ruby-merge"] = !1, e["ruby-position"] = !1, e["shape-image-threshold"] = !1, e["shape-outside"] = !1, e["shape-margin"] = !1, e.size = !1, e.speak = !1, e["speak-as"] = !1, e["speak-header"] = !1, e["speak-numeral"] = !1, e["speak-punctuation"] = !1, e["speech-rate"] = !1, e.stress = !1, e["string-set"] = !1, e["tab-size"] = !1, e["table-layout"] = !1, e["text-align"] = !0, e["text-align-last"] = !0, e["text-combine-upright"] = !0, e["text-decoration"] = !0, e["text-decoration-color"] = !0, e["text-decoration-line"] = !0, e["text-decoration-skip"] = !0, e["text-decoration-style"] = !0, e["text-emphasis"] = !0, e["text-emphasis-color"] = !0, e["text-emphasis-position"] = !0, e["text-emphasis-style"] = !0, e["text-height"] = !0, e["text-indent"] = !0, e["text-justify"] = !0, e["text-orientation"] = !0, e["text-overflow"] = !0, e["text-shadow"] = !0, e["text-space-collapse"] = !0, e["text-transform"] = !0, e["text-underline-position"] = !0, e["text-wrap"] = !0, e.top = !1, e.transform = !1, e["transform-origin"] = !1, e["transform-style"] = !1, e.transition = !1, e["transition-delay"] = !1, e["transition-duration"] = !1, e["transition-property"] = !1, e["transition-timing-function"] = !1, e["unicode-bidi"] = !1, e["vertical-align"] = !1, e.visibility = !1, e["voice-balance"] = !1, e["voice-duration"] = !1, e["voice-family"] = !1, e["voice-pitch"] = !1, e["voice-range"] = !1, e["voice-rate"] = !1, e["voice-stress"] = !1, e["voice-volume"] = !1, e.volume = !1, e["white-space"] = !1, e.widows = !1, e.width = !0, e["will-change"] = !1, e["word-break"] = !0, e["word-spacing"] = !0, e["word-wrap"] = !0, e["wrap-flow"] = !1, e["wrap-through"] = !1, e["writing-mode"] = !1, e["z-index"] = !1, e;
|
|
@@ -3497,15 +3517,15 @@ function At(e, r, t) {
|
|
|
3497
3517
|
function Ct(e, r, t) {
|
|
3498
3518
|
}
|
|
3499
3519
|
var Dt = /javascript\s*\:/img;
|
|
3500
|
-
function
|
|
3520
|
+
function Mt(e, r) {
|
|
3501
3521
|
return Dt.test(r) ? "" : r;
|
|
3502
3522
|
}
|
|
3503
3523
|
O.whiteList = Tr();
|
|
3504
3524
|
O.getDefaultWhiteList = Tr;
|
|
3505
3525
|
O.onAttr = At;
|
|
3506
3526
|
O.onIgnoreAttr = Ct;
|
|
3507
|
-
O.safeAttrValue =
|
|
3508
|
-
var
|
|
3527
|
+
O.safeAttrValue = Mt;
|
|
3528
|
+
var kt = {
|
|
3509
3529
|
indexOf: function(r, t) {
|
|
3510
3530
|
var a, o;
|
|
3511
3531
|
if (Array.prototype.indexOf)
|
|
@@ -3528,7 +3548,7 @@ var Mt = {
|
|
|
3528
3548
|
trimRight: function(r) {
|
|
3529
3549
|
return String.prototype.trimRight ? r.trimRight() : r.replace(/(\s*$)/g, "");
|
|
3530
3550
|
}
|
|
3531
|
-
}, H =
|
|
3551
|
+
}, H = kt;
|
|
3532
3552
|
function Nt(e, r) {
|
|
3533
3553
|
e = H.trimRight(e), e[e.length - 1] !== ";" && (e += ";");
|
|
3534
3554
|
var t = e.length, a = !1, o = 0, n = 0, i = "";
|
|
@@ -3627,7 +3647,7 @@ var Ue = Ne.exports, je = {
|
|
|
3627
3647
|
var t = /\s|\n|\t/, a = t.exec(r);
|
|
3628
3648
|
return a ? a.index : -1;
|
|
3629
3649
|
}
|
|
3630
|
-
},
|
|
3650
|
+
}, Rt = Ue.FilterCSS, Lt = Ue.getDefaultWhiteList, se = je;
|
|
3631
3651
|
function xr() {
|
|
3632
3652
|
return {
|
|
3633
3653
|
a: ["target", "href", "title"],
|
|
@@ -3699,7 +3719,7 @@ function xr() {
|
|
|
3699
3719
|
video: ["autoplay", "controls", "crossorigin", "loop", "muted", "playsinline", "poster", "preload", "src", "height", "width"]
|
|
3700
3720
|
};
|
|
3701
3721
|
}
|
|
3702
|
-
var Er = new
|
|
3722
|
+
var Er = new Rt();
|
|
3703
3723
|
function Pt(e, r, t) {
|
|
3704
3724
|
}
|
|
3705
3725
|
function qt(e, r, t) {
|
|
@@ -3733,12 +3753,12 @@ function Cr(e) {
|
|
|
3733
3753
|
function Dr(e) {
|
|
3734
3754
|
return e.replace(Gt, '"');
|
|
3735
3755
|
}
|
|
3736
|
-
function
|
|
3756
|
+
function Mr(e) {
|
|
3737
3757
|
return e.replace(Wt, function(t, a) {
|
|
3738
3758
|
return a[0] === "x" || a[0] === "X" ? String.fromCharCode(parseInt(a.substr(1), 16)) : String.fromCharCode(parseInt(a, 10));
|
|
3739
3759
|
});
|
|
3740
3760
|
}
|
|
3741
|
-
function
|
|
3761
|
+
function kr(e) {
|
|
3742
3762
|
return e.replace($t, ":").replace(Yt, " ");
|
|
3743
3763
|
}
|
|
3744
3764
|
function Nr(e) {
|
|
@@ -3747,7 +3767,7 @@ function Nr(e) {
|
|
|
3747
3767
|
return se.trim(r);
|
|
3748
3768
|
}
|
|
3749
3769
|
function Fr(e) {
|
|
3750
|
-
return e = Dr(e), e =
|
|
3770
|
+
return e = Dr(e), e = Mr(e), e = kr(e), e = Nr(e), e;
|
|
3751
3771
|
}
|
|
3752
3772
|
function zr(e) {
|
|
3753
3773
|
return e = Cr(e), e = Ar(e), e;
|
|
@@ -3814,8 +3834,8 @@ h.safeAttrValue = Ut;
|
|
|
3814
3834
|
h.escapeHtml = Ar;
|
|
3815
3835
|
h.escapeQuote = Cr;
|
|
3816
3836
|
h.unescapeQuote = Dr;
|
|
3817
|
-
h.escapeHtmlEntities =
|
|
3818
|
-
h.escapeDangerHtml5Entities =
|
|
3837
|
+
h.escapeHtmlEntities = Mr;
|
|
3838
|
+
h.escapeDangerHtml5Entities = kr;
|
|
3819
3839
|
h.clearNonPrintableCharacter = Nr;
|
|
3820
3840
|
h.friendlyAttrValue = Fr;
|
|
3821
3841
|
h.escapeAttrValue = zr;
|
|
@@ -3824,11 +3844,11 @@ h.StripTagBody = Kt;
|
|
|
3824
3844
|
h.stripCommentTag = Xt;
|
|
3825
3845
|
h.stripBlankChar = Qt;
|
|
3826
3846
|
h.cssFilter = Er;
|
|
3827
|
-
h.getDefaultCSSWhiteList =
|
|
3828
|
-
var he = {},
|
|
3847
|
+
h.getDefaultCSSWhiteList = Lt;
|
|
3848
|
+
var he = {}, k = je;
|
|
3829
3849
|
function Zt(e) {
|
|
3830
|
-
var r =
|
|
3831
|
-
return r === -1 ? t = e.slice(1, -1) : t = e.slice(1, r + 1), t =
|
|
3850
|
+
var r = k.spaceIndex(e), t;
|
|
3851
|
+
return r === -1 ? t = e.slice(1, -1) : t = e.slice(1, r + 1), t = k.trim(t).toLowerCase(), t.slice(0, 1) === "/" && (t = t.slice(1)), t.slice(-1) === "/" && (t = t.slice(0, -1)), t;
|
|
3832
3852
|
}
|
|
3833
3853
|
function ea(e) {
|
|
3834
3854
|
return e.slice(0, 2) === "</";
|
|
@@ -3870,7 +3890,7 @@ var ta = /[^a-zA-Z0-9\\_:.-]/gim;
|
|
|
3870
3890
|
function aa(e, r) {
|
|
3871
3891
|
var t = 0, a = 0, o = [], n = !1, i = e.length;
|
|
3872
3892
|
function s(m, f) {
|
|
3873
|
-
if (m =
|
|
3893
|
+
if (m = k.trim(m), m = m.replace(ta, "").toLowerCase(), !(m.length < 1)) {
|
|
3874
3894
|
var p = r(m, f || "");
|
|
3875
3895
|
p && o.push(p);
|
|
3876
3896
|
}
|
|
@@ -3884,25 +3904,25 @@ function aa(e, r) {
|
|
|
3884
3904
|
if (n !== !1 && l === a) {
|
|
3885
3905
|
if (c = e.indexOf(d, l + 1), c === -1)
|
|
3886
3906
|
break;
|
|
3887
|
-
u =
|
|
3907
|
+
u = k.trim(e.slice(a + 1, c)), s(n, u), n = !1, l = c, t = l + 1;
|
|
3888
3908
|
continue;
|
|
3889
3909
|
}
|
|
3890
3910
|
if (/\s|\n|\t/.test(d))
|
|
3891
3911
|
if (e = e.replace(/\s|\n|\t/g, " "), n === !1)
|
|
3892
3912
|
if (c = oa(e, l), c === -1) {
|
|
3893
|
-
u =
|
|
3913
|
+
u = k.trim(e.slice(t, l)), s(u), n = !1, t = l + 1;
|
|
3894
3914
|
continue;
|
|
3895
3915
|
} else {
|
|
3896
3916
|
l = c - 1;
|
|
3897
3917
|
continue;
|
|
3898
3918
|
}
|
|
3899
3919
|
else if (c = ia(e, l - 1), c === -1) {
|
|
3900
|
-
u =
|
|
3920
|
+
u = k.trim(e.slice(t, l)), u = rr(u), s(n, u), n = !1, t = l + 1;
|
|
3901
3921
|
continue;
|
|
3902
3922
|
} else
|
|
3903
3923
|
continue;
|
|
3904
3924
|
}
|
|
3905
|
-
return t < e.length && (n === !1 ? s(e.slice(t)) : s(n, rr(
|
|
3925
|
+
return t < e.length && (n === !1 ? s(e.slice(t)) : s(n, rr(k.trim(e.slice(t))))), k.trim(o.join(" "));
|
|
3906
3926
|
}
|
|
3907
3927
|
function oa(e, r) {
|
|
3908
3928
|
for (; r < e.length; r++) {
|
|
@@ -3985,9 +4005,9 @@ Or.prototype.process = function(e) {
|
|
|
3985
4005
|
if (K.isWhite) {
|
|
3986
4006
|
if (K.isClosing)
|
|
3987
4007
|
return "</" + b + ">";
|
|
3988
|
-
var Je = ua(g), gt = a[b], Ke = da(Je.html, function(
|
|
3989
|
-
var Se = oe.indexOf(gt,
|
|
3990
|
-
return Z(j) ? Se ? (
|
|
4008
|
+
var Je = ua(g), gt = a[b], Ke = da(Je.html, function(R, L) {
|
|
4009
|
+
var Se = oe.indexOf(gt, R) !== -1, j = i(b, R, L, Se);
|
|
4010
|
+
return Z(j) ? Se ? (L = l(b, R, L, u), L ? R + '="' + L + '"' : R) : (j = s(b, R, L, Se), Z(j) ? void 0 : j) : j;
|
|
3991
4011
|
});
|
|
3992
4012
|
return g = "<" + b, Ke && (g += " " + Ke), Je.closing && (g += " /"), g += ">", g;
|
|
3993
4013
|
} else
|
|
@@ -4012,8 +4032,8 @@ var pa = Or;
|
|
|
4012
4032
|
return typeof self < "u" && typeof DedicatedWorkerGlobalScope < "u" && self instanceof DedicatedWorkerGlobalScope;
|
|
4013
4033
|
}
|
|
4014
4034
|
i() && (self.filterXSS = e.exports);
|
|
4015
|
-
})(
|
|
4016
|
-
var Fe =
|
|
4035
|
+
})(ke, ke.exports);
|
|
4036
|
+
var Fe = ke.exports, ze = {
|
|
4017
4037
|
html: {
|
|
4018
4038
|
whiteList: {
|
|
4019
4039
|
a: ["class", "style", "contenteditable", "data-id", "data-title", "data-size", "href", "data-last-modified"],
|
|
@@ -4090,7 +4110,7 @@ var Fe = Me.exports, ze = {
|
|
|
4090
4110
|
}, ha = Fe.getDefaultWhiteList && Fe.getDefaultWhiteList() || {};
|
|
4091
4111
|
ze.html.whiteList = Object.assign(ha, ze.html.whiteList);
|
|
4092
4112
|
new Fe.FilterXSS(ze.html);
|
|
4093
|
-
var
|
|
4113
|
+
var Rr = Object.prototype.toString, Lr = Object.prototype.hasOwnProperty, ga = Object.getPrototypeOf, Pr = Lr.toString, va = Pr.call(Object), ba = {
|
|
4094
4114
|
"[object Error]": "error",
|
|
4095
4115
|
"[object Object]": "object",
|
|
4096
4116
|
"[object RegExp]": "regExp",
|
|
@@ -4104,16 +4124,16 @@ var Lr = Object.prototype.toString, Rr = Object.prototype.hasOwnProperty, ga = O
|
|
|
4104
4124
|
}, B = function(r) {
|
|
4105
4125
|
return r == null;
|
|
4106
4126
|
}, le = function(r) {
|
|
4107
|
-
return B(r) ? String(r) : ba[
|
|
4127
|
+
return B(r) ? String(r) : ba[Rr.call(r)] || "object";
|
|
4108
4128
|
}, tr = function(r) {
|
|
4109
4129
|
return le(r) === "object";
|
|
4110
4130
|
}, I = function(r) {
|
|
4111
|
-
if (!r ||
|
|
4131
|
+
if (!r || Rr.call(r) !== "[object Object]")
|
|
4112
4132
|
return !1;
|
|
4113
4133
|
var t = ga(r);
|
|
4114
4134
|
if (!t)
|
|
4115
4135
|
return !0;
|
|
4116
|
-
var a =
|
|
4136
|
+
var a = Lr.call(t, "constructor") && t.constructor;
|
|
4117
4137
|
return typeof a == "function" && Pr.call(a) === va;
|
|
4118
4138
|
}, He = function(r) {
|
|
4119
4139
|
return typeof r == "number" && isFinite(r);
|
|
@@ -4251,7 +4271,7 @@ function Ea(e, r) {
|
|
|
4251
4271
|
o = d;
|
|
4252
4272
|
}, n;
|
|
4253
4273
|
}
|
|
4254
|
-
var Aa = 20, Ca = ["top", "right", "bottom", "left", "width", "height", "size", "weight"], Da = typeof MutationObserver < "u",
|
|
4274
|
+
var Aa = 20, Ca = ["top", "right", "bottom", "left", "width", "height", "size", "weight"], Da = typeof MutationObserver < "u", Ma = (function() {
|
|
4255
4275
|
function e() {
|
|
4256
4276
|
this.observers_ = [], this.connected_ = !1, this.mutationEventsAdded_ = !1, this.mutationsObserver_ = null, this.onTransitionEnd_ = this.onTransitionEnd_.bind(this), this.refresh = Ea(this.refresh.bind(this), Aa);
|
|
4257
4277
|
}
|
|
@@ -4325,7 +4345,7 @@ var Aa = 20, Ca = ["top", "right", "bottom", "left", "width", "height", "size",
|
|
|
4325
4345
|
var i = r["border-".concat(n, "-width")];
|
|
4326
4346
|
return o + ue(i);
|
|
4327
4347
|
}, 0);
|
|
4328
|
-
},
|
|
4348
|
+
}, ka = function(r) {
|
|
4329
4349
|
for (var t = ["top", "right", "bottom", "left"], a = {}, o = 0, n = t; o < n.length; o++) {
|
|
4330
4350
|
var i = n[o], s = r["padding-".concat(i)];
|
|
4331
4351
|
a[i] = ue(s);
|
|
@@ -4340,7 +4360,7 @@ var Aa = 20, Ca = ["top", "right", "bottom", "left", "width", "height", "size",
|
|
|
4340
4360
|
var t = r.clientWidth, a = r.clientHeight;
|
|
4341
4361
|
if (!a && !t)
|
|
4342
4362
|
return Br;
|
|
4343
|
-
var o = _(r).getComputedStyle(r), n =
|
|
4363
|
+
var o = _(r).getComputedStyle(r), n = ka(o), i = n.top + n.bottom, s = n.left + n.right, l = ue(o.width), d = ue(o.height);
|
|
4344
4364
|
if (o.boxSizing === "border-box" && (Math.round(d + i) !== a && (d -= ar(o, "top", "bottom") + i), Math.round(l + s) !== t && (l -= ar(o, "left", "right") + s)), !Fa(r)) {
|
|
4345
4365
|
var u = Math.round(d + i) - a, c = Math.round(l + s) - t;
|
|
4346
4366
|
Math.abs(u) !== 1 && (d -= u), Math.abs(c) !== 1 && (l -= c);
|
|
@@ -4354,7 +4374,7 @@ var Aa = 20, Ca = ["top", "right", "bottom", "left", "width", "height", "size",
|
|
|
4354
4374
|
};
|
|
4355
4375
|
})(), Oa = function(r) {
|
|
4356
4376
|
return y ? Br : Ia(r) ? Na(r) : za(r);
|
|
4357
|
-
},
|
|
4377
|
+
}, Ra = function(r) {
|
|
4358
4378
|
var t = r.x, a = r.y, o = r.width, n = r.height, i = typeof DOMRectReadOnly < "u" ? DOMRectReadOnly : Object, s = Object.create(i.prototype);
|
|
4359
4379
|
return _r(s, {
|
|
4360
4380
|
x: t,
|
|
@@ -4366,7 +4386,7 @@ var Aa = 20, Ca = ["top", "right", "bottom", "left", "width", "height", "size",
|
|
|
4366
4386
|
bottom: n + a,
|
|
4367
4387
|
left: t
|
|
4368
4388
|
}), s;
|
|
4369
|
-
},
|
|
4389
|
+
}, La = (function() {
|
|
4370
4390
|
function e(r) {
|
|
4371
4391
|
this.broadcastWidth = 0, this.broadcastHeight = 0, this.contentRect_ = ge(0, 0, 0, 0), this.target = r;
|
|
4372
4392
|
}
|
|
@@ -4379,7 +4399,7 @@ var Aa = 20, Ca = ["top", "right", "bottom", "left", "width", "height", "size",
|
|
|
4379
4399
|
}, e;
|
|
4380
4400
|
})(), Pa = /* @__PURE__ */ (function() {
|
|
4381
4401
|
function e(r, t) {
|
|
4382
|
-
var a =
|
|
4402
|
+
var a = Ra(t);
|
|
4383
4403
|
_r(this, {
|
|
4384
4404
|
target: r,
|
|
4385
4405
|
contentRect: a
|
|
@@ -4399,7 +4419,7 @@ var Aa = 20, Ca = ["top", "right", "bottom", "left", "width", "height", "size",
|
|
|
4399
4419
|
if (!(r instanceof _(r).Element))
|
|
4400
4420
|
throw new TypeError('[TINY-Resize] parameter 1 is not of type "Element".');
|
|
4401
4421
|
var t = this.observations_;
|
|
4402
|
-
t.has(r) || (t.set(r, new
|
|
4422
|
+
t.has(r) || (t.set(r, new La(r)), this.controller_.addObserver(this), this.controller_.refresh());
|
|
4403
4423
|
}
|
|
4404
4424
|
}, e.prototype.unobserve = function(r) {
|
|
4405
4425
|
if (!arguments.length)
|
|
@@ -4435,7 +4455,7 @@ var Aa = 20, Ca = ["top", "right", "bottom", "left", "width", "height", "size",
|
|
|
4435
4455
|
throw new TypeError("[TINY-Resize] Cannot call a class as a function.");
|
|
4436
4456
|
if (!arguments.length)
|
|
4437
4457
|
throw new TypeError("[TINY-Resize] 1 argument required, but only 0 present.");
|
|
4438
|
-
var t =
|
|
4458
|
+
var t = Ma.getInstance(), a = new qa(r, t, this);
|
|
4439
4459
|
Ur.set(this, a);
|
|
4440
4460
|
}
|
|
4441
4461
|
return e;
|
|
@@ -4587,11 +4607,11 @@ function Ya(e) {
|
|
|
4587
4607
|
equals: e.isEqualTo
|
|
4588
4608
|
}), e;
|
|
4589
4609
|
}
|
|
4590
|
-
var
|
|
4610
|
+
var Re = {
|
|
4591
4611
|
CLS: null
|
|
4592
4612
|
};
|
|
4593
4613
|
function Ge(e, r) {
|
|
4594
|
-
return
|
|
4614
|
+
return Re.CLS || Xa(), Ya(new Re.CLS(e));
|
|
4595
4615
|
}
|
|
4596
4616
|
var Ja = /* @__PURE__ */ (function() {
|
|
4597
4617
|
function e(r) {
|
|
@@ -4861,7 +4881,7 @@ var Ja = /* @__PURE__ */ (function() {
|
|
|
4861
4881
|
}
|
|
4862
4882
|
}]);
|
|
4863
4883
|
})(), Xa = function(r) {
|
|
4864
|
-
|
|
4884
|
+
Re.CLS = Ie() ? Ja : Ka;
|
|
4865
4885
|
};
|
|
4866
4886
|
function Gr(e, r) {
|
|
4867
4887
|
var t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 5;
|
|
@@ -5000,7 +5020,7 @@ var Qa = function(r, t) {
|
|
|
5000
5020
|
DateFormats: {
|
|
5001
5021
|
date: "yyyy-MM-dd"
|
|
5002
5022
|
}
|
|
5003
|
-
}, A = {}, We = ["\\d\\d?", "\\d{3}", "\\d{4}"],
|
|
5023
|
+
}, A = {}, We = ["\\d\\d?", "\\d{3}", "\\d{4}"], M = We[0], bo = We[1], yo = We[2], V = "[^\\s]+", Kr = /\[([^]*?)\]/gm, sr = function() {
|
|
5004
5024
|
}, So = {
|
|
5005
5025
|
shortDate: "M/D/yy",
|
|
5006
5026
|
mediumDate: "MMM d, yyyy",
|
|
@@ -5120,26 +5140,26 @@ var cr = {
|
|
|
5120
5140
|
return (t > 0 ? "-" : "+") + w(Math.floor(Math.abs(t) / 60) * 100 + Math.abs(t) % 60, 4);
|
|
5121
5141
|
}
|
|
5122
5142
|
}, N = {
|
|
5123
|
-
d: [
|
|
5143
|
+
d: [M, function(e, r) {
|
|
5124
5144
|
e.day = r;
|
|
5125
5145
|
}],
|
|
5126
|
-
Do: [
|
|
5146
|
+
Do: [M + V, function(e, r) {
|
|
5127
5147
|
e.day = parseInt(r, 10);
|
|
5128
5148
|
}],
|
|
5129
|
-
M: [
|
|
5149
|
+
M: [M, function(e, r) {
|
|
5130
5150
|
e.month = r - 1;
|
|
5131
5151
|
}],
|
|
5132
|
-
yy: [
|
|
5152
|
+
yy: [M, function(e, r) {
|
|
5133
5153
|
var t = /* @__PURE__ */ new Date(), a = Number(String(t.getFullYear()).substr(0, 2));
|
|
5134
5154
|
e.year = String(r > 68 ? a - 1 : a) + r;
|
|
5135
5155
|
}],
|
|
5136
|
-
h: [
|
|
5156
|
+
h: [M, function(e, r) {
|
|
5137
5157
|
e.hour = r;
|
|
5138
5158
|
}],
|
|
5139
|
-
m: [
|
|
5159
|
+
m: [M, function(e, r) {
|
|
5140
5160
|
e.minute = r;
|
|
5141
5161
|
}],
|
|
5142
|
-
s: [
|
|
5162
|
+
s: [M, function(e, r) {
|
|
5143
5163
|
e.second = r;
|
|
5144
5164
|
}],
|
|
5145
5165
|
yyyy: [yo, function(e, r) {
|
|
@@ -5154,7 +5174,7 @@ var cr = {
|
|
|
5154
5174
|
SSS: [bo, function(e, r) {
|
|
5155
5175
|
e.millisecond = r;
|
|
5156
5176
|
}],
|
|
5157
|
-
D: [
|
|
5177
|
+
D: [M, sr],
|
|
5158
5178
|
ddd: [V, sr],
|
|
5159
5179
|
MMM: [V, lr("monthNamesShort")],
|
|
5160
5180
|
MMMM: [V, lr("monthNames")],
|
|
@@ -5226,7 +5246,7 @@ A.parse = function(e, r, t) {
|
|
|
5226
5246
|
n[l - 1](o, s[l], a);
|
|
5227
5247
|
return o.isPm === !0 && !B(o.hour) && Number(o.hour) !== 12 ? o.hour = Number(o.hour) + 12 : o.isPm === !1 && Number(o.hour) === 12 && (o.hour = 0), Do(o);
|
|
5228
5248
|
};
|
|
5229
|
-
var dr = J.Weeks, ur = J.MonhtList,
|
|
5249
|
+
var dr = J.Weeks, ur = J.MonhtList, Mo = J.DateFormats.date, ko = function(r) {
|
|
5230
5250
|
return {
|
|
5231
5251
|
dayNamesShort: dr.map(function(t) {
|
|
5232
5252
|
return r("ui.datepicker.weeks.".concat(t));
|
|
@@ -5247,14 +5267,14 @@ var dr = J.Weeks, ur = J.MonhtList, ko = J.DateFormats.date, Mo = function(r) {
|
|
|
5247
5267
|
}, Fo = function(r) {
|
|
5248
5268
|
return No(r) ? new Date(r) : null;
|
|
5249
5269
|
}, zo = function(r, t, a) {
|
|
5250
|
-
return r = Fo(r), r ? A.format(r, t ||
|
|
5270
|
+
return r = Fo(r), r ? A.format(r, t || Mo, ko(a)) : "";
|
|
5251
5271
|
}, Io = (function() {
|
|
5252
5272
|
return y ? function(e) {
|
|
5253
5273
|
setTimeout(function() {
|
|
5254
5274
|
return e(Date.now());
|
|
5255
5275
|
}, 1e3 / 60);
|
|
5256
5276
|
} : window.requestAnimationFrame.bind(window);
|
|
5257
|
-
})(),
|
|
5277
|
+
})(), Le = function(r) {
|
|
5258
5278
|
r.scheduled || (r.scheduled = !0, r.raf(Oo.bind(null, r)));
|
|
5259
5279
|
}, Oo = function(r) {
|
|
5260
5280
|
var t = r.reads, a = r.writes, o;
|
|
@@ -5263,7 +5283,7 @@ var dr = J.Weeks, ur = J.MonhtList, ko = J.DateFormats.date, Mo = function(r) {
|
|
|
5263
5283
|
} catch (n) {
|
|
5264
5284
|
o = n;
|
|
5265
5285
|
}
|
|
5266
|
-
if (r.scheduled = !1, (t.length || a.length) &&
|
|
5286
|
+
if (r.scheduled = !1, (t.length || a.length) && Le(r), o)
|
|
5267
5287
|
if (r.catch)
|
|
5268
5288
|
r.catch(o);
|
|
5269
5289
|
else
|
|
@@ -5271,10 +5291,10 @@ var dr = J.Weeks, ur = J.MonhtList, ko = J.DateFormats.date, Mo = function(r) {
|
|
|
5271
5291
|
}, mr = function(r, t) {
|
|
5272
5292
|
var a = r.indexOf(t);
|
|
5273
5293
|
return !!~a && !!r.splice(a, 1);
|
|
5274
|
-
},
|
|
5294
|
+
}, Ro = function(r, t) {
|
|
5275
5295
|
for (var a in t)
|
|
5276
5296
|
Object.hasOwnProperty.call(t, a) && (r[a] = t[a]);
|
|
5277
|
-
},
|
|
5297
|
+
}, Lo = /* @__PURE__ */ (function() {
|
|
5278
5298
|
function e() {
|
|
5279
5299
|
fe(this, e), this.reads = [], this.writes = [], this.raf = Io.bind(window);
|
|
5280
5300
|
}
|
|
@@ -5287,13 +5307,13 @@ var dr = J.Weeks, ur = J.MonhtList, ko = J.DateFormats.date, Mo = function(r) {
|
|
|
5287
5307
|
key: "measure",
|
|
5288
5308
|
value: function(t, a) {
|
|
5289
5309
|
var o = a ? t.bind(a) : t;
|
|
5290
|
-
return this.reads.push(o),
|
|
5310
|
+
return this.reads.push(o), Le(this), o;
|
|
5291
5311
|
}
|
|
5292
5312
|
}, {
|
|
5293
5313
|
key: "mutate",
|
|
5294
5314
|
value: function(t, a) {
|
|
5295
5315
|
var o = a ? t.bind(a) : t;
|
|
5296
|
-
return this.writes.push(o),
|
|
5316
|
+
return this.writes.push(o), Le(this), o;
|
|
5297
5317
|
}
|
|
5298
5318
|
}, {
|
|
5299
5319
|
key: "clear",
|
|
@@ -5305,10 +5325,10 @@ var dr = J.Weeks, ur = J.MonhtList, ko = J.DateFormats.date, Mo = function(r) {
|
|
|
5305
5325
|
value: function(t) {
|
|
5306
5326
|
if (!t || ie(t) !== "object") throw new Error("[TINY][FastDom] expected object");
|
|
5307
5327
|
var a = Object.create(this);
|
|
5308
|
-
return
|
|
5328
|
+
return Ro(a, t), a.fastdom = this, a.initialize && a.initialize(), a;
|
|
5309
5329
|
}
|
|
5310
5330
|
}]);
|
|
5311
|
-
})(), rt = new
|
|
5331
|
+
})(), rt = new Lo(), fr = function(r, t, a, o) {
|
|
5312
5332
|
var n = r._tasks, i = r.fastdom, s, l = new Promise(function(d, u) {
|
|
5313
5333
|
s = i[t](function() {
|
|
5314
5334
|
n.delete(l);
|
|
@@ -10430,7 +10430,7 @@ var G5 = ["blur", "showBox", "clear", "focus", "state", "select", "getInput", "h
|
|
|
10430
10430
|
nextTick: l,
|
|
10431
10431
|
state: u
|
|
10432
10432
|
}),
|
|
10433
|
-
resizeTextarea: Fe(200, g5({
|
|
10433
|
+
resizeTextarea: Fe(200, !0, g5({
|
|
10434
10434
|
api: r,
|
|
10435
10435
|
parent: c,
|
|
10436
10436
|
vm: d,
|
|
@@ -40591,7 +40591,8 @@ const tce = O({
|
|
|
40591
40591
|
"textField",
|
|
40592
40592
|
"showMore",
|
|
40593
40593
|
"showEdit",
|
|
40594
|
-
"border"
|
|
40594
|
+
"border",
|
|
40595
|
+
"displayMode"
|
|
40595
40596
|
],
|
|
40596
40597
|
components: {
|
|
40597
40598
|
TinyPopover: $t,
|
|
@@ -40608,7 +40609,7 @@ var nce = function() {
|
|
|
40608
40609
|
var n = this, e = n.$createElement, t = n._self._c || e;
|
|
40609
40610
|
return t("div", {
|
|
40610
40611
|
staticClass: "tiny-button-group",
|
|
40611
|
-
class: [n.size ? "tiny-button-group--" + n.size : "", n.border ? "" : "tiny-button-group--borderless"]
|
|
40612
|
+
class: [n.size ? "tiny-button-group--" + n.size : "", n.border ? "" : "tiny-button-group--borderless", n.displayMode === "merged" ? "tiny-button-group--merged" : ""]
|
|
40612
40613
|
}, [n._t("default", function() {
|
|
40613
40614
|
return [n.data.length > 0 ? [n.showMore && n.showMore > 0 ? t("ul", {
|
|
40614
40615
|
staticClass: "tiny-group-item show-more"
|
|
@@ -40776,6 +40777,13 @@ var sce = function(e) {
|
|
|
40776
40777
|
border: {
|
|
40777
40778
|
type: Boolean,
|
|
40778
40779
|
default: !0
|
|
40780
|
+
},
|
|
40781
|
+
displayMode: {
|
|
40782
|
+
type: String,
|
|
40783
|
+
default: "default",
|
|
40784
|
+
validator: function(e) {
|
|
40785
|
+
return ["default", "merged"].includes(e);
|
|
40786
|
+
}
|
|
40779
40787
|
}
|
|
40780
40788
|
});
|
|
40781
40789
|
const Bs = O({
|
|
@@ -76881,9 +76889,9 @@ var ROe = function() {
|
|
|
76881
76889
|
class: {
|
|
76882
76890
|
fullscreen: n.state.isFullscreen
|
|
76883
76891
|
},
|
|
76884
|
-
style: {
|
|
76892
|
+
style: n.state.isFullscreen ? {
|
|
76885
76893
|
"z-index": n.state.zIndex
|
|
76886
|
-
}
|
|
76894
|
+
} : null
|
|
76887
76895
|
}, [t("div", {
|
|
76888
76896
|
ref: "editor",
|
|
76889
76897
|
staticClass: "tiny-editor",
|
|
@@ -81902,7 +81910,8 @@ const Lb = O({
|
|
|
81902
81910
|
var r, a = n.filterStore, i = a.targetElemParentTr, o = a.id, s = i && i.querySelector("svg.tiny-grid-filter__btn.".concat(o)), l = n.$el;
|
|
81903
81911
|
l.style.zIndex = Ne.nextZIndex(), n.popperJS = new eE(s, l, T({
|
|
81904
81912
|
placement: "bottom-end",
|
|
81905
|
-
gpuAcceleration: !1
|
|
81913
|
+
gpuAcceleration: !1,
|
|
81914
|
+
bubbling: !0
|
|
81906
81915
|
}, ((r = n.$grid) === null || r === void 0 ? void 0 : r.filterPopperOptions) || {})), l.style.display = "block";
|
|
81907
81916
|
});
|
|
81908
81917
|
}),
|