@quidgest/ui 0.14.1 → 0.14.3

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 (37) hide show
  1. package/dist/manifest/components.json +1 -0
  2. package/dist/ui.css +105 -0
  3. package/dist/ui.esm.js +762 -681
  4. package/dist/ui.js +3 -3
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +91 -90
  7. package/dist/ui.scss +101 -1
  8. package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
  9. package/esm/components/QButtonToggle/QButtonToggle.vue.js +26 -23
  10. package/esm/components/QCheckbox/QCheckbox.d.ts +20 -0
  11. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -0
  12. package/esm/components/QCheckbox/QCheckbox.vue.js +105 -0
  13. package/esm/components/QCheckbox/QCheckbox.vue2.js +4 -0
  14. package/esm/components/QCheckbox/index.d.ts +4 -0
  15. package/esm/components/QCheckbox/index.d.ts.map +1 -0
  16. package/esm/components/QCheckbox/index.js +6 -0
  17. package/esm/components/QCheckbox/types.d.ts +47 -0
  18. package/esm/components/QCheckbox/types.d.ts.map +1 -0
  19. package/esm/components/QCheckbox/types.js +11 -0
  20. package/esm/components/QCombobox/QCombobox.d.ts +1 -1
  21. package/esm/components/QPropertyList/QPropertyList.d.ts +1 -1
  22. package/esm/components/QPropertyList/QPropertyList.vue.js +1 -1
  23. package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
  24. package/esm/components/QPropertyList/QPropertyListRow.vue.js +28 -25
  25. package/esm/components/QPropertyList/types.d.ts +5 -9
  26. package/esm/components/QPropertyList/types.d.ts.map +1 -1
  27. package/esm/components/QSelect/QSelect.d.ts +1 -1
  28. package/esm/components/QTooltip/QTooltip.d.ts +1 -0
  29. package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
  30. package/esm/components/QTooltip/QTooltip.vue.js +1 -1
  31. package/esm/components/QTooltip/types.d.ts +1 -1
  32. package/esm/components/QTooltip/types.d.ts.map +1 -1
  33. package/esm/components/index.d.ts +1 -0
  34. package/esm/components/index.d.ts.map +1 -1
  35. package/esm/components/index.js +42 -40
  36. package/esm/index.d.ts +1 -0
  37. package/package.json +24 -22
@@ -2,6 +2,7 @@ export * from './QBadge';
2
2
  export * from './QButton';
3
3
  export * from './QButtonGroup';
4
4
  export * from './QButtonToggle';
5
+ export * from './QCheckbox';
5
6
  export * from './QCombobox';
6
7
  export * from './QDialog';
7
8
  export * from './QField';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA"}
@@ -2,49 +2,51 @@ import { QBadge as e } from "./QBadge/index.js";
2
2
  import { QButton as p } from "./QButton/index.js";
3
3
  import { QButtonGroup as m } from "./QButtonGroup/index.js";
4
4
  import { QButtonToggle as f } from "./QButtonToggle/index.js";
5
- import { QCombobox as n } from "./QCombobox/index.js";
6
- import { QDialog as l } from "./QDialog/index.js";
7
- import { QField as I } from "./QField/index.js";
8
- import { QIcon as d, QIconFont as s, QIconImg as P, QIconSvg as g } from "./QIcon/index.js";
9
- import { QInputGroup as y } from "./QInputGroup/index.js";
10
- import { QLineLoader as B } from "./QLineLoader/index.js";
11
- import { QList as S, QListItem as T, QListItemGroup as F } from "./QList/index.js";
12
- import { QOverlay as h } from "./QOverlay/index.js";
13
- import { QPopover as w } from "./QPopover/index.js";
14
- import { QPropertyList as D, QPropertyListGroup as O, QPropertyListPanel as R, QPropertyListRow as j } from "./QPropertyList/index.js";
15
- import { QSelect as z } from "./QSelect/index.js";
16
- import { QSkeletonLoader as E } from "./QSkeletonLoader/index.js";
17
- import { QSpinnerLoader as J } from "./QSpinnerLoader/index.js";
18
- import { QTextField as M } from "./QTextField/index.js";
19
- import { QThemeProvider as U } from "./QThemeProvider/index.js";
20
- import { QTooltip as W } from "./QTooltip/index.js";
5
+ import { QCheckbox as n } from "./QCheckbox/index.js";
6
+ import { QCombobox as l } from "./QCombobox/index.js";
7
+ import { QDialog as I } from "./QDialog/index.js";
8
+ import { QField as d } from "./QField/index.js";
9
+ import { QIcon as P, QIconFont as c, QIconImg as g, QIconSvg as y } from "./QIcon/index.js";
10
+ import { QInputGroup as B } from "./QInputGroup/index.js";
11
+ import { QLineLoader as S } from "./QLineLoader/index.js";
12
+ import { QList as b, QListItem as F, QListItemGroup as h } from "./QList/index.js";
13
+ import { QOverlay as C } from "./QOverlay/index.js";
14
+ import { QPopover as D } from "./QPopover/index.js";
15
+ import { QPropertyList as R, QPropertyListGroup as j, QPropertyListPanel as q, QPropertyListRow as z } from "./QPropertyList/index.js";
16
+ import { QSelect as E } from "./QSelect/index.js";
17
+ import { QSkeletonLoader as J } from "./QSkeletonLoader/index.js";
18
+ import { QSpinnerLoader as M } from "./QSpinnerLoader/index.js";
19
+ import { QTextField as U } from "./QTextField/index.js";
20
+ import { QThemeProvider as W } from "./QThemeProvider/index.js";
21
+ import { QTooltip as Y } from "./QTooltip/index.js";
21
22
  export {
22
23
  e as QBadge,
23
24
  p as QButton,
24
25
  m as QButtonGroup,
25
26
  f as QButtonToggle,
26
- n as QCombobox,
27
- l as QDialog,
28
- I as QField,
29
- d as QIcon,
30
- s as QIconFont,
31
- P as QIconImg,
32
- g as QIconSvg,
33
- y as QInputGroup,
34
- B as QLineLoader,
35
- S as QList,
36
- T as QListItem,
37
- F as QListItemGroup,
38
- h as QOverlay,
39
- w as QPopover,
40
- D as QPropertyList,
41
- O as QPropertyListGroup,
42
- R as QPropertyListPanel,
43
- j as QPropertyListRow,
44
- z as QSelect,
45
- E as QSkeletonLoader,
46
- J as QSpinnerLoader,
47
- M as QTextField,
48
- U as QThemeProvider,
49
- W as QTooltip
27
+ n as QCheckbox,
28
+ l as QCombobox,
29
+ I as QDialog,
30
+ d as QField,
31
+ P as QIcon,
32
+ c as QIconFont,
33
+ g as QIconImg,
34
+ y as QIconSvg,
35
+ B as QInputGroup,
36
+ S as QLineLoader,
37
+ b as QList,
38
+ F as QListItem,
39
+ h as QListItemGroup,
40
+ C as QOverlay,
41
+ D as QPopover,
42
+ R as QPropertyList,
43
+ j as QPropertyListGroup,
44
+ q as QPropertyListPanel,
45
+ z as QPropertyListRow,
46
+ E as QSelect,
47
+ J as QSkeletonLoader,
48
+ M as QSpinnerLoader,
49
+ U as QTextField,
50
+ W as QThemeProvider,
51
+ Y as QTooltip
50
52
  };
package/esm/index.d.ts CHANGED
@@ -11,6 +11,7 @@ declare module '@vue/runtime-core' {
11
11
  QButton: typeof import('@quidgest/ui/components')['QButton']
12
12
  QButtonGroup: typeof import('@quidgest/ui/components')['QButtonGroup']
13
13
  QButtonToggle: typeof import('@quidgest/ui/components')['QButtonToggle']
14
+ QCheckbox: typeof import('@quidgest/ui/components')['QCheckbox']
14
15
  QCombobox: typeof import('@quidgest/ui/components')['QCombobox']
15
16
  QDialog: typeof import('@quidgest/ui/components')['QDialog']
16
17
  QField: typeof import('@quidgest/ui/components')['QField']
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quidgest/ui",
3
3
  "description": "Quidgest's UI framework",
4
- "version": "0.14.1",
4
+ "version": "0.14.3",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "author": "Quidgest",
@@ -45,25 +45,25 @@
45
45
  "@fortawesome/fontawesome-free": "^6.6.0",
46
46
  "@rollup/plugin-node-resolve": "^15.3.0",
47
47
  "@rollup/plugin-terser": "^0.4.4",
48
- "@storybook/addon-essentials": "^8.4.2",
49
- "@storybook/addon-interactions": "^8.4.2",
50
- "@storybook/addon-links": "^8.4.2",
51
- "@storybook/blocks": "^8.4.2",
52
- "@storybook/manager-api": "^8.4.2",
53
- "@storybook/test": "^8.4.2",
54
- "@storybook/theming": "^8.4.2",
55
- "@storybook/vue3": "^8.4.2",
56
- "@storybook/vue3-vite": "^8.4.2",
48
+ "@storybook/addon-essentials": "^8.4.3",
49
+ "@storybook/addon-interactions": "^8.4.3",
50
+ "@storybook/addon-links": "^8.4.3",
51
+ "@storybook/blocks": "^8.4.3",
52
+ "@storybook/manager-api": "^8.4.3",
53
+ "@storybook/test": "^8.4.3",
54
+ "@storybook/theming": "^8.4.3",
55
+ "@storybook/vue3": "^8.4.3",
56
+ "@storybook/vue3-vite": "^8.4.3",
57
57
  "@tsconfig/node20": "^20.1.4",
58
58
  "@types/node": "^22.9.0",
59
59
  "@typescript-eslint/eslint-plugin": "^7.18.0",
60
60
  "@typescript-eslint/parser": "^7.18.0",
61
- "@vitejs/plugin-vue": "^5.1.4",
62
- "@vitest/coverage-v8": "^2.1.4",
63
- "@vitest/ui": "^2.1.4",
61
+ "@vitejs/plugin-vue": "^5.2.0",
62
+ "@vitest/coverage-v8": "^2.1.5",
63
+ "@vitest/ui": "^2.1.5",
64
64
  "@vue/eslint-config-typescript": "^12.0.0",
65
65
  "@vue/test-utils": "^2.4.6",
66
- "@vue/tsconfig": "^0.5.1",
66
+ "@vue/tsconfig": "^0.6.0",
67
67
  "acorn-walk": "^8.3.4",
68
68
  "autoprefixer": "^10.4.20",
69
69
  "cssnano": "^7.0.6",
@@ -71,22 +71,23 @@
71
71
  "eslint-config-prettier": "^9.1.0",
72
72
  "eslint-plugin-prettier": "^5.2.1",
73
73
  "eslint-plugin-storybook": "^0.8.0",
74
- "eslint-plugin-vue": "^9.30.0",
75
- "happy-dom": "^15.9.0",
74
+ "eslint-plugin-vue": "^9.31.0",
75
+ "happy-dom": "^15.11.4",
76
76
  "husky": "^9.1.6",
77
77
  "lint-staged": "^15.2.10",
78
- "postcss": "^8.4.47",
78
+ "postcss": "^8.4.49",
79
79
  "prettier": "^3.3.3",
80
80
  "rimraf": "^6.0.1",
81
- "sass": "^1.80.6",
82
- "storybook": "^8.4.2",
81
+ "sass": "^1.80.7",
82
+ "storybook": "^8.4.3",
83
83
  "stylelint": "^16.10.0",
84
84
  "stylelint-config-sass-guidelines": "^12.1.0",
85
85
  "typescript": "^5.6.3",
86
- "vite": "^5.4.10",
86
+ "vite": "^5.4.11",
87
87
  "vite-plugin-dts": "^4.3.0",
88
- "vitest": "^2.1.4",
89
- "vue-eslint-parser": "^9.4.3"
88
+ "vitest": "^2.1.5",
89
+ "vue-eslint-parser": "^9.4.3",
90
+ "vue-tsc": "^2.1.10"
90
91
  },
91
92
  "peerDependencies": {
92
93
  "vue": "^3.4.15"
@@ -97,6 +98,7 @@
97
98
  "build:dist": "vite build",
98
99
  "build:esm": "node build/esm.js",
99
100
  "build:css": "node build/css.js",
101
+ "type-check": "vue-tsc --noEmit -p tsconfig.dev.json --composite false",
100
102
  "format": "prettier . --check",
101
103
  "format:fix": "prettier . --write",
102
104
  "lint": "eslint --max-warnings 0 --ext .js,.ts,.vue .",