command-center-v3-common 0.0.9 → 0.0.11
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/dist/assets/img/login/login-bg.jpg +0 -0
- package/dist/{box-border-demo-Damlyd-W.js → box-border-demo-Ey36v51_.js} +8 -8
- package/dist/{button-demo-CmL6kQua.js → button-demo-gxlxZBqo.js} +1 -1
- package/dist/command-center-v3-common-S8XoRtJh.js +49431 -0
- package/dist/command-center-v3-common.js +12 -11
- package/dist/command-center-v3-common.umd.cjs +59 -37
- package/dist/data-time-shortcuts-demo-WNnQuxdq.js +411 -0
- package/dist/{hy-table-demo-CIDV-efw.js → hy-table-demo-B9UmUZ0d.js} +1 -1
- package/dist/{hy-test-HdlLNBXB.js → hy-test-CIdjboWi.js} +1 -1
- package/dist/{image-viewer-demo-CFitBvcO.js → image-viewer-demo-Dzp0gY_q.js} +1 -1
- package/dist/index.d.ts +32 -2
- package/dist/style.css +1 -1
- package/dist/{svg-icon-demo-BHG9Os6G.js → svg-icon-demo-DwFnzUbr.js} +1 -1
- package/dist/{test-demo-CY-oRGMS.js → test-demo-DeeK8sFo.js} +1 -1
- package/dist/{tips-modal-demo-DtSXH5Ic.js → tips-modal-demo-BtYKa52F.js} +1 -1
- package/dist/{user-head-demo-DtcDAHp9.js → user-head-demo-CsrXUSoK.js} +1 -1
- package/dist/{vue-cropper-demo-Cnu1Pm9P.js → vue-cropper-demo-DzQDTbND.js} +1 -1
- package/package.json +5 -2
- package/dist/command-center-v3-common-Df3lMuk7.js +0 -45254
@@ -1,5 +1,5 @@
|
|
1
1
|
import { resolveComponent as s, openBlock as n, createElementBlock as c, createVNode as t } from "vue";
|
2
|
-
import { b as o } from "./command-center-v3-common-
|
2
|
+
import { b as o } from "./command-center-v3-common-S8XoRtJh.js";
|
3
3
|
const a = {}, i = { class: "flex items-center justify-center gap-x-3" };
|
4
4
|
function m(r, h) {
|
5
5
|
const e = s("SvgIcon");
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { resolveComponent as c, openBlock as i, createElementBlock as s, Fragment as a, createVNode as t, withCtx as e, createTextVNode as r } from "vue";
|
2
|
-
import { b as l } from "./command-center-v3-common-
|
2
|
+
import { b as l } from "./command-center-v3-common-S8XoRtJh.js";
|
3
3
|
const _ = {};
|
4
4
|
function m(p, d) {
|
5
5
|
const o = c("el-button"), n = c("el-popover");
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as p, ref as r, resolveComponent as a, openBlock as u, createElementBlock as m, Fragment as d, createElementVNode as T, createVNode as t, withCtx as s, createTextVNode as n } from "vue";
|
2
|
-
import { c as y, H as f } from "./command-center-v3-common-
|
2
|
+
import { c as y, H as f } from "./command-center-v3-common-S8XoRtJh.js";
|
3
3
|
const _ = { class: "flex items-center justify-center gap-x-3" }, w = /* @__PURE__ */ p({
|
4
4
|
__name: "tips-modal-demo",
|
5
5
|
setup(h) {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as o, ref as l, openBlock as r, createElementBlock as d, createVNode as t, normalizeStyle as n, unref as a, normalizeClass as c, withCtx as x, createElementVNode as p } from "vue";
|
2
|
-
import { e as s } from "./command-center-v3-common-
|
2
|
+
import { e as s } from "./command-center-v3-common-S8XoRtJh.js";
|
3
3
|
const h = { class: "flex items-center justify-center gap-x-3" }, y = /* @__PURE__ */ o({
|
4
4
|
__name: "user-head-demo",
|
5
5
|
setup(i) {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as _, ref as p, resolveComponent as i, openBlock as g, createElementBlock as v, Fragment as h, createElementVNode as r, unref as x, createVNode as t, withCtx as c, createTextVNode as s } from "vue";
|
2
|
-
import { f as C } from "./command-center-v3-common-
|
2
|
+
import { f as C } from "./command-center-v3-common-S8XoRtJh.js";
|
3
3
|
const w = { class: "flex flex-col items-center justify-center gap-6" }, y = ["src"], b = { class: "flex items-center gap-x-3" }, S = /* @__PURE__ */ _({
|
4
4
|
__name: "vue-cropper-demo",
|
5
5
|
setup(B) {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "command-center-v3-common",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.11",
|
5
5
|
"main": "dist/command-center-v3-common.js",
|
6
6
|
"module": "dist/command-center-v3-common.umd.cjs",
|
7
7
|
"types": "dist/index.d.ts",
|
@@ -34,7 +34,9 @@
|
|
34
34
|
"vue-cropper": "^1.1.1",
|
35
35
|
"vue-i18n": "^9.13.1",
|
36
36
|
"vue-router": "^4.2.5",
|
37
|
-
"vue3-virtual-scroll-list": "^0.2.1"
|
37
|
+
"vue3-virtual-scroll-list": "^0.2.1",
|
38
|
+
"wujie": "^1.0.22",
|
39
|
+
"wujie-vue3": "^1.0.22"
|
38
40
|
},
|
39
41
|
"devDependencies": {
|
40
42
|
"@antfu/eslint-config": "^2.6.3",
|
@@ -53,6 +55,7 @@
|
|
53
55
|
"commitlint": "^18.5.0",
|
54
56
|
"cross-env": "^7.0.3",
|
55
57
|
"cz-conventional-changelog": "^3.3.0",
|
58
|
+
"dayjs": "^1.11.13",
|
56
59
|
"eslint": "^8.49.0",
|
57
60
|
"eslint-plugin-vue": "^9.17.0",
|
58
61
|
"husky": "^8.0.3",
|