@opentinyvue/vue-runtime 3.23.0 → 3.24.0
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/tailwind.css +37 -44
- package/dist2/tiny-vue-all.mjs +30582 -30867
- package/dist2/tiny-vue-common.mjs +714 -699
- package/dist2/tiny-vue-directive.mjs +1 -1
- package/dist2/tiny-vue-huicharts.mjs +1 -1
- package/dist2/tiny-vue-icon-saas.mjs +286 -286
- package/dist2/tiny-vue-icon.mjs +4 -4
- package/dist2/tiny-vue-locale.mjs +1 -1
- package/dist2/tiny-vue-mobile-first.mjs +17828 -18079
- package/dist2/tiny-vue-pc.mjs +23237 -23415
- package/dist2/tiny-vue-saas-common.mjs +916 -901
- package/dist2/tiny-vue-simple.mjs +15813 -15942
- package/dist3/tailwind.css +37 -44
- package/dist3/tiny-vue-all.mjs +31181 -31359
- package/dist3/tiny-vue-common.mjs +726 -711
- package/dist3/tiny-vue-directive.mjs +1 -1
- package/dist3/tiny-vue-huicharts.mjs +1 -1
- package/dist3/tiny-vue-icon-saas.mjs +2923 -2978
- package/dist3/tiny-vue-icon.mjs +6 -24
- package/dist3/tiny-vue-locale.mjs +1 -1
- package/dist3/tiny-vue-mobile-first.mjs +18737 -18882
- package/dist3/tiny-vue-pc.mjs +26053 -26230
- package/dist3/tiny-vue-saas-common.mjs +967 -952
- package/dist3/tiny-vue-simple.mjs +16731 -16859
- package/package.json +1 -1
package/dist2/tiny-vue-icon.mjs
CHANGED
|
@@ -2053,7 +2053,7 @@ const Vn = {
|
|
|
2053
2053
|
};
|
|
2054
2054
|
var Sn = function() {
|
|
2055
2055
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
2056
|
-
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("defs", [e("clipPath", { attrs: { id: "fullscreen-right_svg__a" } }, [e("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h16v16H0z" } })])]), e("g", { attrs: { "clip-path": "url(#fullscreen-right_svg__a)" } }, [e("path", { attrs: { d: "M9 3.5c-.28 0-.5.22-.5.5 0 .27.22.5.5.5h1.81L8.31 7c-.18.16-.21.44-.06.65.21.18.57.25.76.06l2.49-2.49V7c0 .24.16.44.41.49.27 0 .59-.23.59-.5V4.4c0-.5-.41-.9-.91-.9H9ZM7.68 8.28a.501.501 0 0 0-.7 0L4.5 10.77V9c0-.25-.17-.45-.42-.5-.27 0-.58.23-.58.5v2.6c0 .5.4.9.9.9H7c.27 0 .5-.22.5-.5 0-.27-.23-.5-.5-.5H5.18L7.68 9c.16-.19.16-.52 0-.72ZM4 2.5h8c.83 0 1.5.66 1.5 1.5v8c0 .83-.67 1.5-1.5 1.5H4c-.84 0-1.5-.67-1.5-1.5V4c0-.84.66-1.5 1.5-1.5Zm0-1C2.61 1.5 1.5 2.61 1.5 4v8c0 1.38 1.11 2.5 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5V4c0-1.39-1.12-2.5-2.5-2.5H4Z"
|
|
2056
|
+
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("defs", [e("clipPath", { attrs: { id: "fullscreen-right_svg__a" } }, [e("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h16v16H0z" } })])]), e("g", { attrs: { "clip-path": "url(#fullscreen-right_svg__a)" } }, [e("path", { attrs: { d: "M9 3.5c-.28 0-.5.22-.5.5 0 .27.22.5.5.5h1.81L8.31 7c-.18.16-.21.44-.06.65.21.18.57.25.76.06l2.49-2.49V7c0 .24.16.44.41.49.27 0 .59-.23.59-.5V4.4c0-.5-.41-.9-.91-.9H9ZM7.68 8.28a.501.501 0 0 0-.7 0L4.5 10.77V9c0-.25-.17-.45-.42-.5-.27 0-.58.23-.58.5v2.6c0 .5.4.9.9.9H7c.27 0 .5-.22.5-.5 0-.27-.23-.5-.5-.5H5.18L7.68 9c.16-.19.16-.52 0-.72ZM4 2.5h8c.83 0 1.5.66 1.5 1.5v8c0 .83-.67 1.5-1.5 1.5H4c-.84 0-1.5-.67-1.5-1.5V4c0-.84.66-1.5 1.5-1.5Zm0-1C2.61 1.5 1.5 2.61 1.5 4v8c0 1.38 1.11 2.5 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5V4c0-1.39-1.12-2.5-2.5-2.5H4Z" } })])]);
|
|
2057
2057
|
};
|
|
2058
2058
|
const Bn = {
|
|
2059
2059
|
render: Sn
|
|
@@ -3109,7 +3109,7 @@ const $8 = {
|
|
|
3109
3109
|
};
|
|
3110
3110
|
var H8 = function() {
|
|
3111
3111
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
3112
|
-
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("defs", [e("clipPath", { attrs: { id: "pushpin_svg__a" } }, [e("path", { attrs: {
|
|
3112
|
+
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("defs", [e("clipPath", { attrs: { id: "pushpin_svg__a" } }, [e("path", { attrs: { d: "M0 0h16v16H0z" } })])]), e("g", { attrs: { "clip-path": "url(#pushpin_svg__a)" } }, [e("path", { attrs: { d: "M10.68 1.86c.42-.35 1.04-.32 1.42.06l1.97 1.97c.38.38.41 1 .06 1.41L11.3 8.66l.38.38c.38.38.4.97.08 1.39l-.08.09-1.93 1.93c-.41.41-1.08.41-1.49 0l-2.01-2.01-3.32 3.33c-.2.2-.52.2-.71 0-.2-.19-.2-.51 0-.71l3.33-3.32-2.01-2.02c-.39-.38-.41-.99-.07-1.41l.07-.07 1.92-1.93c.41-.41 1.08-.41 1.49 0l.38.38 3.35-2.83Zm.67.76L7.27 6.05 6.24 5.02a.048.048 0 0 0-.07 0L4.24 6.95c-.02.02-.02.05 0 .07l4.73 4.73c.02.01.05.01.07 0l1.93-1.93c.02-.02.02-.05 0-.07L9.94 8.72l3.42-4.06c.02-.02.02-.05 0-.07l-2.01-1.97Z" } })])]);
|
|
3113
3113
|
};
|
|
3114
3114
|
const z8 = {
|
|
3115
3115
|
render: H8
|
|
@@ -3121,7 +3121,7 @@ const z8 = {
|
|
|
3121
3121
|
};
|
|
3122
3122
|
var C8 = function() {
|
|
3123
3123
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
3124
|
-
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("defs", [e("clipPath", { attrs: { id: "pushpin-solid_svg__a" } }, [e("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h16v16H0z" } })])]), e("g", { attrs: { "clip-path": "url(#pushpin-solid_svg__a)" } }, [e("mask", { attrs: { id: "pushpin-solid_svg__b", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "16", height: "16" } }, [e("path", { attrs: {
|
|
3124
|
+
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("defs", [e("clipPath", { attrs: { id: "pushpin-solid_svg__a" } }, [e("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h16v16H0z" } })])]), e("g", { attrs: { "clip-path": "url(#pushpin-solid_svg__a)" } }, [e("mask", { attrs: { id: "pushpin-solid_svg__b", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "16", height: "16" } }, [e("path", { attrs: { d: "M0 0h16v16H0z" } })]), e("g", { attrs: { mask: "url(#pushpin-solid_svg__b)" } }, [e("path", { attrs: { d: "M10.68 1.86c.42-.35 1.04-.32 1.42.06l1.97 1.97c.38.38.41 1 .06 1.41L11.3 8.66l.38.38c.38.38.4.97.08 1.39l-2.02 2.02c-.41.41-1.08.41-1.49 0l-2.01-2.01-3.32 3.33c-.2.2-.52.2-.71 0-.2-.19-.2-.51 0-.71l3.33-3.32-2.01-2.02c-.39-.38-.41-.99-.07-1.41l1.99-2c.41-.41 1.08-.41 1.49 0l.38.38 3.36-2.83Z" } })])])]);
|
|
3125
3125
|
};
|
|
3126
3126
|
const E8 = {
|
|
3127
3127
|
render: C8
|
|
@@ -5183,7 +5183,7 @@ const Z_ = {
|
|
|
5183
5183
|
};
|
|
5184
5184
|
var E_ = function() {
|
|
5185
5185
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5186
|
-
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("defs", [e("clipPath", { attrs: { id: "minscreen-right_svg__a" } }, [e("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h16v16H0z" } })])]), e("g", { attrs: { "clip-path": "url(#minscreen-right_svg__a)" } }, [e("path", { attrs: { d: "M11.66 7.85c.27 0 .5-.21.5-.5 0-.27-.23-.5-.5-.5H9.84l2.5-2.51a.49.49 0 0 0 .06-.65c-.18-.19-.55-.25-.74-.06l-2.5 2.5V4.35c0-.24-.17-.44-.41-.5-.28 0-.59.23-.59.5V7c0 .5.4.9.9.9l2.6-.05Zm-8 4.49c.17.19.49.21.67.02l2.5-2.5v1.78c0 .24.17.44.42.5.27 0 .58-.23.58-.5V9c0-.5-.4-.91-.9-.91h-2.6c-.27 0-.5.23-.5.5 0 .29.23.5.5.5h1.82l-2.5 2.51c-.16.2-.15.56.01.74ZM4 2.5h8c.83 0 1.5.66 1.5 1.5v8c0 .83-.67 1.5-1.5 1.5H4c-.84 0-1.5-.67-1.5-1.5V4c0-.84.66-1.5 1.5-1.5Zm0-1C2.61 1.5 1.5 2.61 1.5 4v8c0 1.38 1.11 2.5 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5V4c0-1.39-1.12-2.5-2.5-2.5H4Z"
|
|
5186
|
+
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("defs", [e("clipPath", { attrs: { id: "minscreen-right_svg__a" } }, [e("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h16v16H0z" } })])]), e("g", { attrs: { "clip-path": "url(#minscreen-right_svg__a)" } }, [e("path", { attrs: { d: "M11.66 7.85c.27 0 .5-.21.5-.5 0-.27-.23-.5-.5-.5H9.84l2.5-2.51a.49.49 0 0 0 .06-.65c-.18-.19-.55-.25-.74-.06l-2.5 2.5V4.35c0-.24-.17-.44-.41-.5-.28 0-.59.23-.59.5V7c0 .5.4.9.9.9l2.6-.05Zm-8 4.49c.17.19.49.21.67.02l2.5-2.5v1.78c0 .24.17.44.42.5.27 0 .58-.23.58-.5V9c0-.5-.4-.91-.9-.91h-2.6c-.27 0-.5.23-.5.5 0 .29.23.5.5.5h1.82l-2.5 2.51c-.16.2-.15.56.01.74ZM4 2.5h8c.83 0 1.5.66 1.5 1.5v8c0 .83-.67 1.5-1.5 1.5H4c-.84 0-1.5-.67-1.5-1.5V4c0-.84.66-1.5 1.5-1.5Zm0-1C2.61 1.5 1.5 2.61 1.5 4v8c0 1.38 1.11 2.5 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5V4c0-1.39-1.12-2.5-2.5-2.5H4Z" } })])]);
|
|
5187
5187
|
};
|
|
5188
5188
|
const V_ = {
|
|
5189
5189
|
render: E_
|
|
@@ -5940,7 +5940,7 @@ const pn = {
|
|
|
5940
5940
|
},
|
|
5941
5941
|
whitespace: "Este campo não pode ficar em branco."
|
|
5942
5942
|
}
|
|
5943
|
-
}, gn = "3.
|
|
5943
|
+
}, gn = "3.24.0";
|
|
5944
5944
|
var vn = dt, dn = be, bn = ut, yn = mt, Sn = Ye, Tn = me, wn = Be, un = tn, mn = /* @__PURE__ */ cn(dn), xn = /* @__PURE__ */ Object.assign({}, nn, {
|
|
5945
5945
|
language: un,
|
|
5946
5946
|
globalization: mn
|