@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.
- package/dist/manifest/components.json +1 -0
- package/dist/ui.css +105 -0
- package/dist/ui.esm.js +762 -681
- package/dist/ui.js +3 -3
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +91 -90
- package/dist/ui.scss +101 -1
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +26 -23
- package/esm/components/QCheckbox/QCheckbox.d.ts +20 -0
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -0
- package/esm/components/QCheckbox/QCheckbox.vue.js +105 -0
- package/esm/components/QCheckbox/QCheckbox.vue2.js +4 -0
- package/esm/components/QCheckbox/index.d.ts +4 -0
- package/esm/components/QCheckbox/index.d.ts.map +1 -0
- package/esm/components/QCheckbox/index.js +6 -0
- package/esm/components/QCheckbox/types.d.ts +47 -0
- package/esm/components/QCheckbox/types.d.ts.map +1 -0
- package/esm/components/QCheckbox/types.js +11 -0
- package/esm/components/QCombobox/QCombobox.d.ts +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +28 -25
- package/esm/components/QPropertyList/types.d.ts +5 -9
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts +1 -0
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +1 -1
- package/esm/components/QTooltip/types.d.ts +1 -1
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/components/index.d.ts +1 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +42 -40
- package/esm/index.d.ts +1 -0
- package/package.json +24 -22
|
@@ -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"}
|
package/esm/components/index.js
CHANGED
|
@@ -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 {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
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
|
|
27
|
-
l as
|
|
28
|
-
I as
|
|
29
|
-
d as
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
g as
|
|
33
|
-
y as
|
|
34
|
-
B as
|
|
35
|
-
S as
|
|
36
|
-
|
|
37
|
-
F as
|
|
38
|
-
h as
|
|
39
|
-
|
|
40
|
-
D as
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
z as
|
|
45
|
-
E as
|
|
46
|
-
J as
|
|
47
|
-
M as
|
|
48
|
-
U as
|
|
49
|
-
W as
|
|
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.
|
|
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.
|
|
49
|
-
"@storybook/addon-interactions": "^8.4.
|
|
50
|
-
"@storybook/addon-links": "^8.4.
|
|
51
|
-
"@storybook/blocks": "^8.4.
|
|
52
|
-
"@storybook/manager-api": "^8.4.
|
|
53
|
-
"@storybook/test": "^8.4.
|
|
54
|
-
"@storybook/theming": "^8.4.
|
|
55
|
-
"@storybook/vue3": "^8.4.
|
|
56
|
-
"@storybook/vue3-vite": "^8.4.
|
|
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.
|
|
62
|
-
"@vitest/coverage-v8": "^2.1.
|
|
63
|
-
"@vitest/ui": "^2.1.
|
|
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.
|
|
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.
|
|
75
|
-
"happy-dom": "^15.
|
|
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.
|
|
78
|
+
"postcss": "^8.4.49",
|
|
79
79
|
"prettier": "^3.3.3",
|
|
80
80
|
"rimraf": "^6.0.1",
|
|
81
|
-
"sass": "^1.80.
|
|
82
|
-
"storybook": "^8.4.
|
|
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.
|
|
86
|
+
"vite": "^5.4.11",
|
|
87
87
|
"vite-plugin-dts": "^4.3.0",
|
|
88
|
-
"vitest": "^2.1.
|
|
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 .",
|