@aures5g/vue-component-library 3.26.0 → 3.41.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.
Files changed (33) hide show
  1. package/dist/TableSelectionCheckbox-Bd72Q-xQ.js +36 -0
  2. package/dist/TableSelectionFilter-DoENxTY_.js +61 -0
  3. package/dist/UICheckbox-CO51kllT.js +77 -0
  4. package/dist/UIMenu-DSRikXGe.js +1683 -0
  5. package/dist/src/components/datePicker/CalendarMenuDropdown.vue.d.ts +21 -0
  6. package/dist/src/components/datePicker/CalendarMenuDropdownList.vue.d.ts +18 -0
  7. package/dist/src/components/datePicker/UIDatePicker.vue.d.ts +16 -0
  8. package/dist/src/components/dropdown/UIDropdown.vue.d.ts +5 -4
  9. package/dist/src/components/iconButton/UIIconButton.vue.d.ts +1 -1
  10. package/dist/src/components/labelValueList/UILabelSubValue.vue.d.ts +18 -0
  11. package/dist/src/components/labelValueList/UILabelSubValueList.vue.d.ts +13 -0
  12. package/dist/src/components/menu/UIMenu.vue.d.ts +16 -1
  13. package/dist/src/components/segmentedButton/SegmentedButtonCore.vue.d.ts +1 -1
  14. package/dist/src/components/slider/UISlider.vue.d.ts +14 -0
  15. package/dist/src/components/table/TableHeaderCell.vue.d.ts +1 -1
  16. package/dist/src/components/table/TableHeaderRow.vue.d.ts +1 -1
  17. package/dist/src/components/table/TableSelectionCheckbox.vue.d.ts +1 -1
  18. package/dist/src/components/table/UITable.vue.d.ts +15 -3
  19. package/dist/src/components/table/UITableCard.vue.d.ts +3 -3
  20. package/dist/src/components/table/uiTable.types.d.ts +2 -2
  21. package/dist/src/components/table/uiTable.utils.d.ts +3 -4
  22. package/dist/src/components/tag/UITag.vue.d.ts +1 -1
  23. package/dist/src/config/acbs.d.ts +10 -7
  24. package/dist/src/index.d.ts +5 -1
  25. package/dist/src/utils/array.d.ts +1 -0
  26. package/dist/vue-component-library.css +3 -1
  27. package/dist/vue-component-library.js +9242 -7488
  28. package/dist/vue-component-library.umd.cjs +68 -77
  29. package/package.json +55 -44
  30. package/dist/TableSelectionCheckbox-SJcj9lTW.js +0 -42
  31. package/dist/TableSelectionFilter-DMPQAER-.js +0 -70
  32. package/dist/UIBadge-CC6Xl4yz.js +0 -4
  33. package/dist/UITag-D-L9r4Bf.js +0 -4
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@aures5g/vue-component-library",
3
- "version": "3.26.0",
3
+ "version": "3.41.0",
4
4
  "type": "module",
5
+ "engines": {
6
+ "node": ">=24.5.0"
7
+ },
5
8
  "files": [
6
9
  "dist",
7
10
  "src/assets/theme.css",
@@ -26,55 +29,60 @@
26
29
  "./tailwind/components.css": "./src/assets/components.css"
27
30
  },
28
31
  "devDependencies": {
29
- "@awesome.me/kit-bccbe657bb": "^1.0.186",
30
- "@chromatic-com/storybook": "^4.1.3",
31
- "@fortawesome/fontawesome-common-types": "^7.2.0",
32
- "@fortawesome/fontawesome-svg-core": "^7.2.0",
33
- "@fortawesome/vue-fontawesome": "^3.1.3",
34
- "@storybook/addon-docs": "^9.1.20",
35
- "@storybook/addon-links": "^9.1.20",
36
- "@storybook/vue3-vite": "^9.1.20",
37
- "@tailwindcss/vite": "^4.2.1",
32
+ "@awesome.me/kit-bccbe657bb": "^1.0.191",
33
+ "@chromatic-com/storybook": "^5.2.1",
34
+ "@fortawesome/fontawesome-common-types": "^7.3.0",
35
+ "@fortawesome/fontawesome-svg-core": "^7.3.0",
36
+ "@fortawesome/vue-fontawesome": "3.3.1",
37
+ "@storybook/addon-docs": "^10.5.0",
38
+ "@storybook/addon-links": "^10.5.0",
39
+ "@storybook/vue3-vite": "^10.5.0",
40
+ "@tailwindcss/vite": "^4.3.2",
38
41
  "@tsconfig/node24": "^24.0.4",
39
- "@types/jsdom": "^21.1.7",
40
- "@types/node": "^24.12.0",
41
- "@vitejs/plugin-vue": "^6.0.5",
42
- "@vitejs/plugin-vue-jsx": "^5.1.5",
42
+ "@types/jsdom": "^28.0.3",
43
+ "@types/luxon": "^3.7.2",
44
+ "@types/node": "^24.13.3",
45
+ "@vitejs/plugin-vue": "^6.0.7",
46
+ "@vitejs/plugin-vue-jsx": "^5.1.6",
43
47
  "@vue/eslint-config-prettier": "^10.2.0",
44
- "@vue/eslint-config-typescript": "^14.7.0",
45
- "@vue/test-utils": "^2.4.6",
46
- "@vue/tsconfig": "^0.9.0",
47
- "@vueuse/components": "^14.2.1",
48
- "@vueuse/core": "^14.2.1",
49
- "cross-env": "^7.0.3",
50
- "eslint": "^10.0.3",
51
- "eslint-plugin-storybook": "^9.1.20",
52
- "eslint-plugin-vue": "^10.8.0",
53
- "jsdom": "^26.1.0",
54
- "npm-run-all2": "^8.0.4",
55
- "prettier": "^3.8.1",
56
- "primevue": "^4.3.6",
57
- "storybook": "^9.1.20",
58
- "storybook-addon-tag-badges": "^2.0.4",
59
- "storybook-addon-vue-mdx": "^2.0.2",
60
- "tailwindcss": "^4.2.1",
61
- "typescript": "~5.9.3",
62
- "vite": "^7.3.1",
63
- "vitest": "^3.2.4",
64
- "vue": "^3.5.30",
65
- "vue-router": "^5.0.3",
48
+ "@vue/eslint-config-typescript": "^14.9.0",
49
+ "@vue/test-utils": "^2.4.11",
50
+ "@vue/tsconfig": "^0.9.1",
51
+ "@vueuse/components": "^14.3.0",
52
+ "@vueuse/core": "^14.3.0",
53
+ "cross-env": "^10.1.0",
54
+ "eslint": "^10.7.0",
55
+ "eslint-plugin-storybook": "^10.5.0",
56
+ "eslint-plugin-vue": "^10.9.2",
57
+ "jsdom": "^29.1.1",
58
+ "luxon": "^3.7.2",
59
+ "npm-run-all2": "^9.0.2",
60
+ "prettier": "^3.9.5",
61
+ "primevue": "^4.5.5",
62
+ "storybook": "^10.5.0",
63
+ "storybook-addon-tag-badges": "^3.1.0",
64
+ "storybook-addon-vue-mdx": "^3.0.0",
65
+ "tailwindcss": "^4.3.2",
66
+ "typescript": "^6.0.3",
67
+ "vite": "^8.1.4",
68
+ "vitest": "^4.1.10",
69
+ "vue": "^3.5.39",
70
+ "vue-router": "^5.1.0",
66
71
  "vue-tippy": "6.3.1",
67
- "vue-tsc": "^3.2.6",
72
+ "vue-tsc": "^3.3.7",
73
+ "vue-virtual-scroller": "^3.0.4",
68
74
  "@aures5g/style-guide": "^3.2.2"
69
75
  },
70
76
  "peerDependencies": {
71
- "@awesome.me/kit-bccbe657bb": "^1.0.186",
72
- "@fortawesome/vue-fontawesome": "^3.1.3",
73
- "@vueuse/components": "^14.2.1",
74
- "@vueuse/core": "^14.2.1",
75
- "vue": "^3.5.30",
76
- "vue-router": "^5.0.3",
77
- "vue-tippy": "^6.3.1"
77
+ "@awesome.me/kit-bccbe657bb": "^1.0.191",
78
+ "@fortawesome/vue-fontawesome": "3.3.1",
79
+ "@vueuse/components": "^14.3.0",
80
+ "@vueuse/core": "^14.3.0",
81
+ "luxon": "^3.7.2",
82
+ "vue": "^3.5.39",
83
+ "vue-router": "^5.1.0",
84
+ "vue-tippy": "^6.3.1",
85
+ "vue-virtual-scroller": "^3.0.4"
78
86
  },
79
87
  "peerDependenciesMeta": {
80
88
  "@awesome.me/kit-bccbe657bb": {
@@ -89,6 +97,9 @@
89
97
  "@vueuse/core": {
90
98
  "optional": true
91
99
  },
100
+ "luxon": {
101
+ "optional": true
102
+ },
92
103
  "vue-router": {
93
104
  "optional": true
94
105
  },
@@ -1,42 +0,0 @@
1
- import { defineComponent as d, useModel as n, computed as u, openBlock as s, createBlock as p, unref as f, withModifiers as a, mergeModels as v } from "vue";
2
- import { UICheckbox as c } from "./vue-component-library.js";
3
- import "@fortawesome/vue-fontawesome";
4
- import "@awesome.me/kit-bccbe657bb/icons/sharp/solid";
5
- import "@awesome.me/kit-bccbe657bb/icons/kit/custom";
6
- import "vue-router";
7
- import "@vueuse/core";
8
- import "@awesome.me/kit-bccbe657bb/icons/sharp/regular";
9
- import "vue-tippy";
10
- const B = /* @__PURE__ */ d({
11
- __name: "TableSelectionCheckbox",
12
- props: /* @__PURE__ */ v({
13
- value: {}
14
- }, {
15
- modelValue: { default: [] },
16
- modelModifiers: {}
17
- }),
18
- emits: ["update:modelValue"],
19
- setup(t) {
20
- const l = n(t, "modelValue"), r = u({
21
- get() {
22
- return l.value === "all" ? !0 : l.value;
23
- },
24
- set(o) {
25
- Array.isArray(o) && (l.value = o);
26
- }
27
- }), i = u(() => l.value === "all");
28
- return (o, e) => (s(), p(f(c), {
29
- modelValue: r.value,
30
- "onUpdate:modelValue": e[0] || (e[0] = (m) => r.value = m),
31
- value: t.value,
32
- disabled: i.value,
33
- onClick: e[1] || (e[1] = a(() => {
34
- }, ["stop"])),
35
- onDblclick: e[2] || (e[2] = a(() => {
36
- }, ["stop"]))
37
- }, null, 8, ["modelValue", "value", "disabled"]));
38
- }
39
- });
40
- export {
41
- B as default
42
- };
@@ -1,70 +0,0 @@
1
- import { defineComponent as k, useModel as v, ref as u, watch as b, computed as C, openBlock as m, createElementBlock as _, createVNode as g, unref as i, createBlock as x, createCommentVNode as M, mergeModels as V } from "vue";
2
- import { faChevronDown as y } from "@awesome.me/kit-bccbe657bb/icons/sharp/solid";
3
- import { useACBSConfig as A, UIIconButton as B, UIMenu as z } from "./vue-component-library.js";
4
- import "@fortawesome/vue-fontawesome";
5
- import "@awesome.me/kit-bccbe657bb/icons/kit/custom";
6
- import "vue-router";
7
- import "@vueuse/core";
8
- import "@awesome.me/kit-bccbe657bb/icons/sharp/regular";
9
- import "vue-tippy";
10
- const F = { class: "flex justify-center" }, D = /* @__PURE__ */ k({
11
- __name: "TableSelectionFilter",
12
- props: /* @__PURE__ */ V({
13
- dataKey: {},
14
- items: {}
15
- }, {
16
- selection: {},
17
- selectionModifiers: {}
18
- }),
19
- emits: ["update:selection"],
20
- setup(r) {
21
- const a = r, n = v(r, "selection"), s = A();
22
- function f() {
23
- n.value = [];
24
- }
25
- function d() {
26
- n.value = "all";
27
- }
28
- const t = u(null), o = u(!1);
29
- b(t, (e) => {
30
- e && (e === "reset" ? f() : e === "check-all" ? n.value = a.items.reduce((l, c) => (c[a.dataKey] && l.push(c[a.dataKey]), l), []) : e === "check-filtered" && d(), o.value = !1, t.value = null);
31
- });
32
- function p() {
33
- o.value = !o.value;
34
- }
35
- const h = C(() => [
36
- {
37
- value: "check-filtered",
38
- label: s.locale?.tableCheckFiltered || "tableCheckFiltered"
39
- },
40
- {
41
- value: "check-all",
42
- label: s.locale?.tableCheckAll || "tableCheckAll"
43
- },
44
- {
45
- value: "reset",
46
- label: s.locale?.tableCheckReset || "tableCheckReset"
47
- }
48
- ]);
49
- return (e, l) => (m(), _("div", F, [
50
- g(i(B), {
51
- color: "tonal",
52
- icon: i(y),
53
- size: "32x32",
54
- class: "[anchor-name:--checkbox-filter]",
55
- onClick: p
56
- }, null, 8, ["icon"]),
57
- o.value ? (m(), x(i(z), {
58
- key: 0,
59
- modelValue: t.value,
60
- "onUpdate:modelValue": l[0] || (l[0] = (c) => t.value = c),
61
- items: h.value,
62
- class: "[position-anchor:--checkbox-filter] absolute top-[anchor(top)] left-[calc(anchor(right)+0.31rem)] z-5",
63
- size: "small"
64
- }, null, 8, ["modelValue", "items"])) : M("", !0)
65
- ]));
66
- }
67
- });
68
- export {
69
- D as default
70
- };
@@ -1,4 +0,0 @@
1
- import { UIBadge as e } from "./vue-component-library.js";
2
- export {
3
- e as default
4
- };
@@ -1,4 +0,0 @@
1
- import { UITag as f } from "./vue-component-library.js";
2
- export {
3
- f as default
4
- };