@dolanske/vui 1.14.14 → 1.14.16
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/LICENSE +673 -673
- package/README.md +12 -12
- package/dist/vui.css +1 -1
- package/dist/vui.js +7 -7
- package/package.json +78 -78
package/dist/vui.js
CHANGED
|
@@ -11105,7 +11105,7 @@ var Yd = /* @__PURE__ */ v({
|
|
|
11105
11105
|
let n = e.__vccOpts || e;
|
|
11106
11106
|
for (let [e, r] of t) n[e] = r;
|
|
11107
11107
|
return n;
|
|
11108
|
-
}, $d = /* @__PURE__ */ Qd(Zd, [["__scopeId", "data-v-
|
|
11108
|
+
}, $d = /* @__PURE__ */ Qd(Zd, [["__scopeId", "data-v-49a8931e"]]), ef = ["role", "onClick"], tf = /* @__PURE__ */ v({
|
|
11109
11109
|
__name: "Histogram",
|
|
11110
11110
|
props: {
|
|
11111
11111
|
data: {},
|
|
@@ -11328,7 +11328,7 @@ var Yd = /* @__PURE__ */ v({
|
|
|
11328
11328
|
_: 3
|
|
11329
11329
|
}, 8, ["class"])) : u("", !0)]));
|
|
11330
11330
|
}
|
|
11331
|
-
}), [["__scopeId", "data-v-
|
|
11331
|
+
}), [["__scopeId", "data-v-05a51881"]]), df = { class: "vui-commands-input" }, ff = { class: "vui-commands-input-icon" }, pf = ["placeholder"], mf = { class: "vui-commands-group-buttons" }, hf = ["onClick"], gf = {
|
|
11332
11332
|
key: 0,
|
|
11333
11333
|
class: "vui-commands-empty"
|
|
11334
11334
|
}, _f = {
|
|
@@ -14047,7 +14047,7 @@ var vh = { class: "vui-input" }, yh = ["for"], bh = {
|
|
|
14047
14047
|
_: 1
|
|
14048
14048
|
}, 16, ["modelValue"]));
|
|
14049
14049
|
}
|
|
14050
|
-
}), [["__scopeId", "data-v-
|
|
14050
|
+
}), [["__scopeId", "data-v-35590f1f"]]), Ah = ["id"], jh = ["for"], Mh = /* @__PURE__ */ v({
|
|
14051
14051
|
__name: "Dropzone",
|
|
14052
14052
|
props: {
|
|
14053
14053
|
label: {},
|
|
@@ -14554,7 +14554,7 @@ var vh = { class: "vui-input" }, yh = ["for"], bh = {
|
|
|
14554
14554
|
});
|
|
14555
14555
|
//#endregion
|
|
14556
14556
|
//#region src/components/Pagination/pagination.ts
|
|
14557
|
-
function og(e, t = 1, n = 15, r =
|
|
14557
|
+
function og(e, t = 1, n = 15, r = 3) {
|
|
14558
14558
|
let i = Math.ceil(e / n);
|
|
14559
14559
|
t < 1 ? t = 1 : t > i && (t = i);
|
|
14560
14560
|
let a, o;
|
|
@@ -15413,7 +15413,7 @@ var sg = /* @__PURE__ */ v({
|
|
|
15413
15413
|
},
|
|
15414
15414
|
emits: ["close"],
|
|
15415
15415
|
setup(e, { emit: t }) {
|
|
15416
|
-
de((e) => ({
|
|
15416
|
+
de((e) => ({ v968a9098: h.value }));
|
|
15417
15417
|
let n = t, a = ue(), o = B(e.open);
|
|
15418
15418
|
function s() {
|
|
15419
15419
|
e.canDismiss && n("close");
|
|
@@ -15483,7 +15483,7 @@ var sg = /* @__PURE__ */ v({
|
|
|
15483
15483
|
_: 3
|
|
15484
15484
|
})) : u("", !0)]));
|
|
15485
15485
|
}
|
|
15486
|
-
}), [["__scopeId", "data-v-
|
|
15486
|
+
}), [["__scopeId", "data-v-4962a573"]]), Bg = {
|
|
15487
15487
|
key: 0,
|
|
15488
15488
|
class: "vui-sidebar-header"
|
|
15489
15489
|
}, Vg = { class: "vui-sidebar-content" }, Hg = { class: "vui-sidebar-content-wrap" }, Ug = {
|
|
@@ -16055,7 +16055,7 @@ var S_ = {
|
|
|
16055
16055
|
_: 1
|
|
16056
16056
|
})], 2)]));
|
|
16057
16057
|
}
|
|
16058
|
-
}), [["__scopeId", "data-v-
|
|
16058
|
+
}), [["__scopeId", "data-v-a34a3b84"]]);
|
|
16059
16059
|
//#endregion
|
|
16060
16060
|
//#region src/shared/viewTransition.ts
|
|
16061
16061
|
function E_() {
|
package/package.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dolanske/vui",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "1.14.
|
|
5
|
-
"private": false,
|
|
6
|
-
"description": "Brother in Christ there's a new UI library",
|
|
7
|
-
"author": "dolanske",
|
|
8
|
-
"license": "GPL-3.0",
|
|
9
|
-
"sass": "src/index.scss",
|
|
10
|
-
"repository": {
|
|
11
|
-
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/dolanske/vui.git"
|
|
13
|
-
},
|
|
14
|
-
"keywords": [
|
|
15
|
-
"vue",
|
|
16
|
-
"vue3",
|
|
17
|
-
"component",
|
|
18
|
-
"component library",
|
|
19
|
-
"vue3 components",
|
|
20
|
-
"design system",
|
|
21
|
-
"ui library"
|
|
22
|
-
],
|
|
23
|
-
"exports": {
|
|
24
|
-
".": {
|
|
25
|
-
"types": "./dist/src/index.d.ts",
|
|
26
|
-
"import": "./dist/vui.js"
|
|
27
|
-
},
|
|
28
|
-
"./style": {
|
|
29
|
-
"import": "./dist/vui.css",
|
|
30
|
-
"require": "./dist/vui.css",
|
|
31
|
-
"default": "./dist/vui.css"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"main": "./dist/vui.js",
|
|
35
|
-
"module": "./dist/vui.js",
|
|
36
|
-
"browser": "./dist/vui.js",
|
|
37
|
-
"unpkg": "./dist/vui.js",
|
|
38
|
-
"types": "./dist/src/index.d.ts",
|
|
39
|
-
"files": [
|
|
40
|
-
"./dist/*",
|
|
41
|
-
"LICENSE",
|
|
42
|
-
"README.md"
|
|
43
|
-
],
|
|
44
|
-
"scripts": {
|
|
45
|
-
"dev": "vite",
|
|
46
|
-
"dev:lan": "vite --host",
|
|
47
|
-
"build": "vue-tsc -b && vite build",
|
|
48
|
-
"build:pages": "vue-tsc -b && vite build --mode pages",
|
|
49
|
-
"preview": "vite preview",
|
|
50
|
-
"lint": "eslint .",
|
|
51
|
-
"lint:fix": "eslint . --fix",
|
|
52
|
-
"test": "vitest"
|
|
53
|
-
},
|
|
54
|
-
"dependencies": {
|
|
55
|
-
"@floating-ui/vue": "^1.1.11",
|
|
56
|
-
"@iconify-prerendered/vue-ph": "^0.28.1714973607",
|
|
57
|
-
"@types/node": "^25.6.0",
|
|
58
|
-
"@vuepic/vue-datepicker": "^12.1.0",
|
|
59
|
-
"@vueuse/core": "^14.2.1",
|
|
60
|
-
"sass": "^1.99.0",
|
|
61
|
-
"vaul-vue": "^0.4.1",
|
|
62
|
-
"vite-plugin-dts": "^4.5.4",
|
|
63
|
-
"vue": "^3.5.33"
|
|
64
|
-
},
|
|
65
|
-
"devDependencies": {
|
|
66
|
-
"@antfu/eslint-config": "^8.2.0",
|
|
67
|
-
"@vitejs/plugin-vue": "^6.0.6",
|
|
68
|
-
"@vue/test-utils": "^2.4.9",
|
|
69
|
-
"baseline-browser-mapping": "^2.10.23",
|
|
70
|
-
"eslint": "^10.2.1",
|
|
71
|
-
"eslint-plugin-format": "^2.0.1",
|
|
72
|
-
"jsdom": "^29.1.0",
|
|
73
|
-
"typescript": "^6.0.3",
|
|
74
|
-
"vite": "^8.0.10",
|
|
75
|
-
"vitest": "^4.1.5",
|
|
76
|
-
"vue-tsc": "^3.2.7"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@dolanske/vui",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "1.14.16",
|
|
5
|
+
"private": false,
|
|
6
|
+
"description": "Brother in Christ there's a new UI library",
|
|
7
|
+
"author": "dolanske",
|
|
8
|
+
"license": "GPL-3.0",
|
|
9
|
+
"sass": "src/index.scss",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/dolanske/vui.git"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"vue",
|
|
16
|
+
"vue3",
|
|
17
|
+
"component",
|
|
18
|
+
"component library",
|
|
19
|
+
"vue3 components",
|
|
20
|
+
"design system",
|
|
21
|
+
"ui library"
|
|
22
|
+
],
|
|
23
|
+
"exports": {
|
|
24
|
+
".": {
|
|
25
|
+
"types": "./dist/src/index.d.ts",
|
|
26
|
+
"import": "./dist/vui.js"
|
|
27
|
+
},
|
|
28
|
+
"./style": {
|
|
29
|
+
"import": "./dist/vui.css",
|
|
30
|
+
"require": "./dist/vui.css",
|
|
31
|
+
"default": "./dist/vui.css"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"main": "./dist/vui.js",
|
|
35
|
+
"module": "./dist/vui.js",
|
|
36
|
+
"browser": "./dist/vui.js",
|
|
37
|
+
"unpkg": "./dist/vui.js",
|
|
38
|
+
"types": "./dist/src/index.d.ts",
|
|
39
|
+
"files": [
|
|
40
|
+
"./dist/*",
|
|
41
|
+
"LICENSE",
|
|
42
|
+
"README.md"
|
|
43
|
+
],
|
|
44
|
+
"scripts": {
|
|
45
|
+
"dev": "vite",
|
|
46
|
+
"dev:lan": "vite --host",
|
|
47
|
+
"build": "vue-tsc -b && vite build",
|
|
48
|
+
"build:pages": "vue-tsc -b && vite build --mode pages",
|
|
49
|
+
"preview": "vite preview",
|
|
50
|
+
"lint": "eslint .",
|
|
51
|
+
"lint:fix": "eslint . --fix",
|
|
52
|
+
"test": "vitest"
|
|
53
|
+
},
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"@floating-ui/vue": "^1.1.11",
|
|
56
|
+
"@iconify-prerendered/vue-ph": "^0.28.1714973607",
|
|
57
|
+
"@types/node": "^25.6.0",
|
|
58
|
+
"@vuepic/vue-datepicker": "^12.1.0",
|
|
59
|
+
"@vueuse/core": "^14.2.1",
|
|
60
|
+
"sass": "^1.99.0",
|
|
61
|
+
"vaul-vue": "^0.4.1",
|
|
62
|
+
"vite-plugin-dts": "^4.5.4",
|
|
63
|
+
"vue": "^3.5.33"
|
|
64
|
+
},
|
|
65
|
+
"devDependencies": {
|
|
66
|
+
"@antfu/eslint-config": "^8.2.0",
|
|
67
|
+
"@vitejs/plugin-vue": "^6.0.6",
|
|
68
|
+
"@vue/test-utils": "^2.4.9",
|
|
69
|
+
"baseline-browser-mapping": "^2.10.23",
|
|
70
|
+
"eslint": "^10.2.1",
|
|
71
|
+
"eslint-plugin-format": "^2.0.1",
|
|
72
|
+
"jsdom": "^29.1.0",
|
|
73
|
+
"typescript": "^6.0.3",
|
|
74
|
+
"vite": "^8.0.10",
|
|
75
|
+
"vitest": "^4.1.5",
|
|
76
|
+
"vue-tsc": "^3.2.7"
|
|
77
|
+
}
|
|
78
|
+
}
|