@dolanske/vui 1.10.9 → 1.10.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/vui.js CHANGED
@@ -11364,7 +11364,7 @@ const Ls = /* @__PURE__ */ le({
11364
11364
  for (const [n, r] of t)
11365
11365
  a[n] = r;
11366
11366
  return a;
11367
- }, Ys = /* @__PURE__ */ En(bp, [["__scopeId", "data-v-583bcd75"]]), kp = { class: "vui-commands-input" }, xp = { class: "vui-commands-input-icon" }, Dp = ["placeholder"], Mp = { class: "vui-commands-group-buttons" }, Pp = ["onClick"], $p = {
11367
+ }, Ys = /* @__PURE__ */ En(bp, [["__scopeId", "data-v-42a4e7ed"]]), kp = { class: "vui-commands-input" }, xp = { class: "vui-commands-input-icon" }, Dp = ["placeholder"], Mp = { class: "vui-commands-group-buttons" }, Pp = ["onClick"], $p = {
11368
11368
  key: 0,
11369
11369
  class: "vui-commands-empty"
11370
11370
  }, Tp = {
@@ -11438,7 +11438,7 @@ const Ls = /* @__PURE__ */ le({
11438
11438
  f(c.value[y.value]);
11439
11439
  });
11440
11440
  function f(m) {
11441
- m.handler ? m.handler() : m.href && window.open(m.href, "_blank");
11441
+ a.open && (m.handler ? m.handler() : m.href && window.open(m.href, "_blank"));
11442
11442
  }
11443
11443
  xt(h.Escape, () => {
11444
11444
  n("close");
@@ -14280,7 +14280,7 @@ const t0 = /* @__PURE__ */ le({
14280
14280
  _: 1
14281
14281
  }, 16, ["modelValue"]));
14282
14282
  }
14283
- }), Yy = /* @__PURE__ */ En(D0, [["__scopeId", "data-v-268d824f"]]), M0 = ["id"], P0 = ["for"], Ny = /* @__PURE__ */ le({
14283
+ }), Yy = /* @__PURE__ */ En(D0, [["__scopeId", "data-v-449a3f73"]]), M0 = ["id"], P0 = ["for"], Ny = /* @__PURE__ */ le({
14284
14284
  __name: "Dropzone",
14285
14285
  props: {
14286
14286
  label: {},
@@ -14742,7 +14742,7 @@ const L0 = ["aria-describedby"], Y0 = /* @__PURE__ */ le({
14742
14742
  }, 16, ["id", "visible", "anchor", "enter-delay", "leave-delay", "placement"])
14743
14743
  ], 64));
14744
14744
  }
14745
- }), hn = /* @__PURE__ */ En(Y0, [["__scopeId", "data-v-29a25ee1"]]), Uy = /* @__PURE__ */ le({
14745
+ }), hn = /* @__PURE__ */ En(Y0, [["__scopeId", "data-v-21f7046d"]]), Uy = /* @__PURE__ */ le({
14746
14746
  __name: "Pagination",
14747
14747
  props: {
14748
14748
  numbers: { type: Boolean, default: !0 },
@@ -15184,7 +15184,7 @@ const L0 = ["aria-describedby"], Y0 = /* @__PURE__ */ le({
15184
15184
  emits: ["close"],
15185
15185
  setup(e, { emit: t }) {
15186
15186
  xi((d) => ({
15187
- e09274dc: s.value
15187
+ v21bad696: s.value
15188
15188
  }));
15189
15189
  const a = t, n = ya();
15190
15190
  function r() {
@@ -15275,7 +15275,7 @@ const L0 = ["aria-describedby"], Y0 = /* @__PURE__ */ le({
15275
15275
  }, 8, ["name"])
15276
15276
  ]));
15277
15277
  }
15278
- }), Zy = /* @__PURE__ */ En(Q0, [["__scopeId", "data-v-7c360224"]]), Z0 = {
15278
+ }), Zy = /* @__PURE__ */ En(Q0, [["__scopeId", "data-v-e2d61a34"]]), Z0 = {
15279
15279
  key: 0,
15280
15280
  class: "vui-sidebar-header"
15281
15281
  }, J0 = { class: "vui-sidebar-content" }, ey = { class: "vui-sidebar-content-wrap" }, ty = {
@@ -15842,7 +15842,7 @@ const by = {
15842
15842
  ], 2)
15843
15843
  ]));
15844
15844
  }
15845
- }), ig = /* @__PURE__ */ En(Dy, [["__scopeId", "data-v-a0ee459a"]]);
15845
+ }), ig = /* @__PURE__ */ En(Dy, [["__scopeId", "data-v-a34a3b84"]]);
15846
15846
  export {
15847
15847
  Py as Accordion,
15848
15848
  $y as AccordionGroup,
package/package.json CHANGED
@@ -1,76 +1,76 @@
1
- {
2
- "name": "@dolanske/vui",
3
- "type": "module",
4
- "version": "1.10.9",
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
- ],
21
- "exports": {
22
- ".": {
23
- "types": "./dist/index.d.ts",
24
- "import": "./dist/vui.js"
25
- },
26
- "./style": {
27
- "import": "./dist/vui.css",
28
- "require": "./dist/vui.css",
29
- "default": "./dist/vui.css"
30
- }
31
- },
32
- "main": "./dist/vui.js",
33
- "module": "./dist/vui.js",
34
- "browser": "./dist/vui.js",
35
- "unpkg": "./dist/vui.js",
36
- "types": "./dist/index.d.ts",
37
- "files": [
38
- "./dist/*",
39
- "LICENSE",
40
- "README.md"
41
- ],
42
- "scripts": {
43
- "dev": "vite",
44
- "dev:lan": "vite --host",
45
- "build": "vue-tsc -b && vite build",
46
- "build:pages": "vue-tsc -b && vite build --mode pages",
47
- "preview": "vite preview",
48
- "lint": "eslint .",
49
- "lint:fix": "eslint . --fix",
50
- "test": "vitest"
51
- },
52
- "dependencies": {
53
- "@floating-ui/vue": "^1.1.11",
54
- "@iconify-prerendered/vue-ph": "^0.28.1714973607",
55
- "@types/node": "^25.3.5",
56
- "@vuepic/vue-datepicker": "^12.1.0",
57
- "@vueuse/core": "^14.2.1",
58
- "sass": "^1.97.3",
59
- "vaul-vue": "^0.4.1",
60
- "vite-plugin-dts": "^4.5.4",
61
- "vue": "^3.5.29"
62
- },
63
- "devDependencies": {
64
- "@antfu/eslint-config": "^7.7.0",
65
- "@vitejs/plugin-vue": "^6.0.4",
66
- "@vue/test-utils": "^2.4.6",
67
- "baseline-browser-mapping": "^2.10.0",
68
- "eslint": "^10.0.3",
69
- "eslint-plugin-format": "^2.0.1",
70
- "jsdom": "^28.1.0",
71
- "typescript": "^5.9.3",
72
- "vite": "^7.3.1",
73
- "vitest": "^4.0.18",
74
- "vue-tsc": "^3.2.5"
75
- }
76
- }
1
+ {
2
+ "name": "@dolanske/vui",
3
+ "type": "module",
4
+ "version": "1.10.11",
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
+ ],
21
+ "exports": {
22
+ ".": {
23
+ "types": "./dist/index.d.ts",
24
+ "import": "./dist/vui.js"
25
+ },
26
+ "./style": {
27
+ "import": "./dist/vui.css",
28
+ "require": "./dist/vui.css",
29
+ "default": "./dist/vui.css"
30
+ }
31
+ },
32
+ "main": "./dist/vui.js",
33
+ "module": "./dist/vui.js",
34
+ "browser": "./dist/vui.js",
35
+ "unpkg": "./dist/vui.js",
36
+ "types": "./dist/index.d.ts",
37
+ "files": [
38
+ "./dist/*",
39
+ "LICENSE",
40
+ "README.md"
41
+ ],
42
+ "scripts": {
43
+ "dev": "vite",
44
+ "dev:lan": "vite --host",
45
+ "build": "vue-tsc -b && vite build",
46
+ "build:pages": "vue-tsc -b && vite build --mode pages",
47
+ "preview": "vite preview",
48
+ "lint": "eslint .",
49
+ "lint:fix": "eslint . --fix",
50
+ "test": "vitest"
51
+ },
52
+ "dependencies": {
53
+ "@floating-ui/vue": "^1.1.11",
54
+ "@iconify-prerendered/vue-ph": "^0.28.1714973607",
55
+ "@types/node": "^25.3.5",
56
+ "@vuepic/vue-datepicker": "^12.1.0",
57
+ "@vueuse/core": "^14.2.1",
58
+ "sass": "^1.97.3",
59
+ "vaul-vue": "^0.4.1",
60
+ "vite-plugin-dts": "^4.5.4",
61
+ "vue": "^3.5.29"
62
+ },
63
+ "devDependencies": {
64
+ "@antfu/eslint-config": "^7.7.0",
65
+ "@vitejs/plugin-vue": "^6.0.4",
66
+ "@vue/test-utils": "^2.4.6",
67
+ "baseline-browser-mapping": "^2.10.0",
68
+ "eslint": "^10.0.3",
69
+ "eslint-plugin-format": "^2.0.1",
70
+ "jsdom": "^28.1.0",
71
+ "typescript": "^5.9.3",
72
+ "vite": "^7.3.1",
73
+ "vitest": "^4.0.18",
74
+ "vue-tsc": "^3.2.5"
75
+ }
76
+ }