@opentinyvue/vue-runtime 3.30.0 → 3.31.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 +191 -123
- package/dist2/tiny-vue-all.mjs +24352 -23580
- package/dist2/tiny-vue-common.mjs +232 -218
- package/dist2/tiny-vue-directive.mjs +18 -4
- package/dist2/tiny-vue-huicharts.mjs +1237 -1237
- package/dist2/tiny-vue-icon-saas.mjs +2 -2
- package/dist2/tiny-vue-icon.mjs +562 -539
- package/dist2/tiny-vue-locale.mjs +32 -32
- package/dist2/tiny-vue-mobile-first.mjs +16268 -15879
- package/dist2/tiny-vue-pc.mjs +23778 -22572
- package/dist2/tiny-vue-saas-common.mjs +176 -162
- package/dist2/tiny-vue-simple.mjs +16480 -15284
- package/dist3/tailwind.css +191 -123
- package/dist3/tiny-vue-all.mjs +22749 -21932
- package/dist3/tiny-vue-common.mjs +1 -1
- package/dist3/tiny-vue-directive.mjs +18 -4
- package/dist3/tiny-vue-huicharts.mjs +1193 -1193
- package/dist3/tiny-vue-icon-saas.mjs +10106 -10097
- package/dist3/tiny-vue-icon.mjs +2795 -2748
- package/dist3/tiny-vue-locale.mjs +33 -33
- package/dist3/tiny-vue-mobile-first.mjs +17553 -17135
- package/dist3/tiny-vue-pc.mjs +26003 -24783
- package/dist3/tiny-vue-saas-common.mjs +2 -2
- package/dist3/tiny-vue-simple.mjs +16684 -15474
- package/package.json +1 -1
|
@@ -2001,7 +2001,7 @@ a6.__flag = {
|
|
|
2001
2001
|
};
|
|
2002
2002
|
var E_ = function() {
|
|
2003
2003
|
var a = this, t = a.$createElement, e = a._self._c || t;
|
|
2004
|
-
return e("svg", a._g({ attrs: { viewBox: "0 0
|
|
2004
|
+
return e("svg", a._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, a.$listeners), [e("path", { attrs: { d: "M5.84 3.75h12.31c1.16 0 2.1.93 2.1 2.09v12.31a2.1 2.1 0 0 1-2.1 2.1H5.84c-1.16 0-2.09-.94-2.09-2.1V5.84c0-1.16.93-2.09 2.09-2.09Z", fill: "var(--aui-second-color,#fff)", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M5.84 2.25h12.31c1.99 0 3.6 1.6 3.6 3.59v12.31c0 1.99-1.61 3.6-3.6 3.6H5.84a3.59 3.59 0 0 1-3.59-3.6V5.84c0-1.99 1.6-3.59 3.59-3.59Zm12.31 1.5H5.84c-1.16 0-2.09.93-2.09 2.09v12.31c0 1.16.93 2.1 2.09 2.1h12.31a2.1 2.1 0 0 0 2.1-2.1V5.84c0-1.16-.94-2.09-2.1-2.09Z", fill: "var(--aui-first-color)", "fill-rule": "evenodd" } })]);
|
|
2005
2005
|
};
|
|
2006
2006
|
const B_ = {
|
|
2007
2007
|
render: E_
|
|
@@ -9301,7 +9301,7 @@ Ae.__flag = {
|
|
|
9301
9301
|
};
|
|
9302
9302
|
var dT = function() {
|
|
9303
9303
|
var a = this, t = a.$createElement, e = a._self._c || t;
|
|
9304
|
-
return e("svg", a._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, a.$listeners), [e("path", { attrs: { d: "M12 1.25C6.06 1.25 1.25 6.06 1.25 12c0 5.93 4.81 10.75 10.75 10.75 5.93 0 10.75-4.82 10.75-10.75 0-5.94-4.82-10.75-10.75-10.75Z", fill: "var(--
|
|
9304
|
+
return e("svg", a._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, a.$listeners), [e("path", { attrs: { d: "M12 1.25C6.06 1.25 1.25 6.06 1.25 12c0 5.93 4.81 10.75 10.75 10.75 5.93 0 10.75-4.82 10.75-10.75 0-5.94-4.82-10.75-10.75-10.75Z", fill: "var(--aui-first-color)", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M12 2.75c5.1 0 9.25 4.14 9.25 9.25 0 5.1-4.15 9.25-9.25 9.25-5.11 0-9.25-4.15-9.25-9.25 0-5.11 4.14-9.25 9.25-9.25Z", fill: "var(--aui-second-color,#fff)", "fill-rule": "evenodd" } })]);
|
|
9305
9305
|
};
|
|
9306
9306
|
const fT = {
|
|
9307
9307
|
render: dT
|