@zeturn/watercolor-vue 1.2.4 → 1.2.6
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Fragment as e, Teleport as t, Transition as n, computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createTextVNode as c, createVNode as l, defineAsyncComponent as u, defineComponent as d, getCurrentInstance as f, h as p, inject as m, mergeProps as h, nextTick as g, normalizeClass as _, normalizeStyle as v, onBeforeUnmount as y, onMounted as b, onUnmounted as x, openBlock as S, provide as C, ref as w, renderList as T, renderSlot as E, resolveComponent as D, resolveDynamicComponent as O, toDisplayString as k, toRefs as A, unref as j, useAttrs as M, useId as N, vModelText as P, watch as F, watchEffect as I, withCtx as L, withDirectives as R, withKeys as z, withModifiers as B } from "vue";
|
|
2
2
|
import { THEME_CONFIG_VERSION as ee, THEME_MODES as te, THEME_MODES as ne, THEME_STORAGE_KEY as re, applyFloatingPosition as ie, applyThemeConfig as ae, applyThemeConfig as oe, createOverlayLayer as se, createThemeController as ce, createThemeController as le, createThemeInitScript as ue, loadThemeConfig as de, resetThemeConfig as fe, resetThemeConfig as pe, resolveThemeMode as me, serializeThemeConfig as he, validateThemeConfig as ge } from "@zeturn/watercolor-core";
|
|
3
|
-
//#region
|
|
3
|
+
//#region src/components/Accordion/utils.js
|
|
4
4
|
var _e = [
|
|
5
5
|
"default",
|
|
6
6
|
"bordered",
|
|
@@ -104,7 +104,7 @@ var Se = ["aria-label"], Ce = [
|
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
106
|
//#endregion
|
|
107
|
-
//#region
|
|
107
|
+
//#region src/components/Alert/utils.js
|
|
108
108
|
function Oe(e, t) {
|
|
109
109
|
return [
|
|
110
110
|
"wc-alert",
|
|
@@ -1068,7 +1068,7 @@ var Gt = ["role", "tabindex"], Kt = {
|
|
|
1068
1068
|
}
|
|
1069
1069
|
};
|
|
1070
1070
|
//#endregion
|
|
1071
|
-
//#region
|
|
1071
|
+
//#region src/components/Blockquote/utils.js
|
|
1072
1072
|
function Zt(e = "", t = "default", n = !0, r = !0, i = "medium", a = "default") {
|
|
1073
1073
|
let o = ["wc-blockquote"];
|
|
1074
1074
|
return t && t !== "default" && t !== "card" && o.push(`wc-blockquote--${t}`), n && o.push("wc-blockquote--no-border"), r && o.push("wc-blockquote--interactive"), i && i !== "medium" && o.push(`wc-blockquote--${i}`), a && a !== "default" && o.push(`wc-blockquote--${a}`), e && o.push(e), o.filter(Boolean).join(" ");
|
|
@@ -2014,7 +2014,7 @@ var ar = [
|
|
|
2014
2014
|
}
|
|
2015
2015
|
};
|
|
2016
2016
|
//#endregion
|
|
2017
|
-
//#region
|
|
2017
|
+
//#region src/components/ColorPicker/utils.js
|
|
2018
2018
|
function _r(e) {
|
|
2019
2019
|
let { size: t = "md", shape: n = "circle", disabled: r = !1, className: i = "" } = e, a = ["wc-color-picker"];
|
|
2020
2020
|
return a.push(`wc-color-picker--${t}`), a.push(`wc-color-picker--${n}`), r && a.push("wc-color-picker--disabled"), i && a.push(i), a.filter(Boolean);
|
|
@@ -7310,7 +7310,7 @@ var Ol = /* @__PURE__ */ J(Cl, [["render", Dl], ["__scopeId", "data-v-22437f7e"]
|
|
|
7310
7310
|
}
|
|
7311
7311
|
});
|
|
7312
7312
|
//#endregion
|
|
7313
|
-
//#region
|
|
7313
|
+
//#region src/components/VideoPlayer/utils.js
|
|
7314
7314
|
function jl(e) {
|
|
7315
7315
|
return `${Math.floor(e / 60)}:${Math.floor(e % 60).toString().padStart(2, "0")}`;
|
|
7316
7316
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeturn/watercolor-vue",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/watercolor-vue.es.js",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"directory": "packages/vue"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@zeturn/watercolor-icons-feather": "1.2.
|
|
43
|
-
"@zeturn/watercolor-icons-heroicons-vue": "1.2.
|
|
44
|
-
"@zeturn/watercolor-icons-lucide-vue": "1.2.
|
|
45
|
-
"@zeturn/watercolor-icons-phosphor-vue": "1.2.
|
|
46
|
-
"@zeturn/watercolor-icons-tabler-vue": "1.2.
|
|
42
|
+
"@zeturn/watercolor-icons-feather": "1.2.6",
|
|
43
|
+
"@zeturn/watercolor-icons-heroicons-vue": "1.2.6",
|
|
44
|
+
"@zeturn/watercolor-icons-lucide-vue": "1.2.6",
|
|
45
|
+
"@zeturn/watercolor-icons-phosphor-vue": "1.2.6",
|
|
46
|
+
"@zeturn/watercolor-icons-tabler-vue": "1.2.6",
|
|
47
47
|
"vue": "^3.5.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@zeturn/watercolor-core": "1.2.
|
|
67
|
+
"@zeturn/watercolor-core": "1.2.6"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@vitejs/plugin-vue": "^6.0.5",
|