@quidgest/ui 0.15.1 → 0.15.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 +2 -0
- package/dist/ui.css +150 -76
- package/dist/ui.esm.js +3852 -3696
- package/dist/ui.js +9 -9
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +711 -704
- package/dist/ui.scss +130 -38
- package/esm/components/QCombobox/QCombobox.d.ts +16 -8
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +1 -1
- package/esm/components/QCombobox/index.d.ts +28 -14
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1 -1
- package/esm/components/QDateTimePicker/index.d.ts +3 -0
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +11 -10
- package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
- package/esm/components/QFileUpload/index.d.ts +3 -0
- package/esm/components/QFileUpload/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
- package/esm/components/QLabel/QLabel.d.ts +1 -0
- package/esm/components/QLabel/QLabel.d.ts.map +1 -1
- package/esm/components/QLabel/QLabel.vue.js +28 -13
- package/esm/components/QLabel/index.d.ts +1 -0
- package/esm/components/QLabel/index.d.ts.map +1 -1
- package/esm/components/QLabel/types.d.ts +5 -0
- package/esm/components/QLabel/types.d.ts.map +1 -1
- package/esm/components/QMeter/QMeter.vue.js +14 -13
- package/esm/components/QMeter/index.d.ts +2 -0
- package/esm/components/QMeter/index.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +95 -90
- package/esm/components/QOverlay/index.d.ts +3 -0
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +4 -0
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.d.ts +8 -4
- package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +14 -13
- package/esm/components/QPasswordField/index.d.ts +4 -2
- package/esm/components/QPasswordField/index.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.d.ts +2 -0
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +36 -26
- package/esm/components/QPopover/index.d.ts +2 -0
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +23 -23
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +6 -2
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +20 -20
- package/esm/components/QPropertyList/index.d.ts +9 -2
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.d.ts +24 -0
- package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -0
- package/esm/components/QRadioGroup/QRadioButton.vue.js +78 -0
- package/esm/components/QRadioGroup/QRadioButton.vue2.js +4 -0
- package/esm/components/QRadioGroup/QRadioGroup.d.ts +32 -0
- package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -0
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +79 -0
- package/esm/components/QRadioGroup/QRadioGroup.vue2.js +4 -0
- package/esm/components/QRadioGroup/index.d.ts +108 -0
- package/esm/components/QRadioGroup/index.d.ts.map +1 -0
- package/esm/components/QRadioGroup/index.js +8 -0
- package/esm/components/QRadioGroup/types.d.ts +65 -0
- package/esm/components/QRadioGroup/types.d.ts.map +1 -0
- package/esm/components/QSelect/QSelect.d.ts +2 -2
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +28 -28
- package/esm/components/QSelect/index.d.ts +4 -1
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.vue.js +1 -1
- package/esm/components/QTextArea/index.d.ts +3 -0
- package/esm/components/QTextArea/index.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +2 -2
- package/esm/components/QTextField/QTextField.vue.js +1 -1
- package/esm/components/QTextField/index.d.ts +4 -1
- package/esm/components/QTextField/index.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 +34 -31
- package/esm/composables/group.d.ts.map +1 -1
- package/esm/composables/group.js +1 -1
- package/esm/index.d.ts +2 -0
- package/package.json +1 -1
package/esm/components/index.js
CHANGED
|
@@ -3,18 +3,18 @@ import { QBadge as p } from "./QBadge/index.js";
|
|
|
3
3
|
import { QBadgeIndicator as m } from "./QBadgeIndicator/index.js";
|
|
4
4
|
import { QButton as f } from "./QButton/index.js";
|
|
5
5
|
import { QButtonGroup as n } from "./QButtonGroup/index.js";
|
|
6
|
-
import { QButtonToggle as
|
|
6
|
+
import { QButtonToggle as d } from "./QButtonToggle/index.js";
|
|
7
7
|
import { QCard as L } from "./QCard/index.js";
|
|
8
|
-
import { QCheckbox as
|
|
9
|
-
import { QCollapsible as
|
|
8
|
+
import { QCheckbox as u } from "./QCheckbox/index.js";
|
|
9
|
+
import { QCollapsible as P } from "./QCollapsible/index.js";
|
|
10
10
|
import { QColorPicker as g } from "./QColorPicker/index.js";
|
|
11
|
-
import { QCombobox as
|
|
12
|
-
import { QDateTimePicker as
|
|
11
|
+
import { QCombobox as T } from "./QCombobox/index.js";
|
|
12
|
+
import { QDateTimePicker as y } from "./QDateTimePicker/index.js";
|
|
13
13
|
import { QDialog as F } from "./QDialog/index.js";
|
|
14
|
-
import { QDropdownMenu as
|
|
14
|
+
import { QDropdownMenu as k } from "./QDropdownMenu/index.js";
|
|
15
15
|
import { QField as S } from "./QField/index.js";
|
|
16
16
|
import { QFileUpload as D } from "./QFileUpload/index.js";
|
|
17
|
-
import { QIcon as
|
|
17
|
+
import { QIcon as h, QIconFont as A, QIconImg as M, QIconSvg as O } from "./QIcon/index.js";
|
|
18
18
|
import { QInputGroup as j } from "./QInputGroup/index.js";
|
|
19
19
|
import { QLabel as z } from "./QLabel/index.js";
|
|
20
20
|
import { QLineLoader as H } from "./QLineLoader/index.js";
|
|
@@ -24,34 +24,35 @@ import { QOverlay as Z } from "./QOverlay/index.js";
|
|
|
24
24
|
import { QPasswordField as $ } from "./QPasswordField/index.js";
|
|
25
25
|
import { QPopover as ro } from "./QPopover/index.js";
|
|
26
26
|
import { QPropertyList as to, QPropertyListGroup as po, QPropertyListPanel as Qo, QPropertyListRow as mo } from "./QPropertyList/index.js";
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
27
|
+
import { QRadioButton as fo, QRadioGroup as io } from "./QRadioGroup/index.js";
|
|
28
|
+
import { QSelect as ao } from "./QSelect/index.js";
|
|
29
|
+
import { QSkeletonLoader as Lo } from "./QSkeletonLoader/index.js";
|
|
30
|
+
import { QSpinnerLoader as uo } from "./QSpinnerLoader/index.js";
|
|
31
|
+
import { QTextArea as Po } from "./QTextArea/index.js";
|
|
32
|
+
import { QTextField as go } from "./QTextField/index.js";
|
|
33
|
+
import { QThemeProvider as To } from "./QThemeProvider/index.js";
|
|
34
|
+
import { QTooltip as yo } from "./QTooltip/index.js";
|
|
34
35
|
export {
|
|
35
36
|
e as QAccordion,
|
|
36
37
|
p as QBadge,
|
|
37
38
|
m as QBadgeIndicator,
|
|
38
39
|
f as QButton,
|
|
39
40
|
n as QButtonGroup,
|
|
40
|
-
|
|
41
|
+
d as QButtonToggle,
|
|
41
42
|
L as QCard,
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
u as QCheckbox,
|
|
44
|
+
P as QCollapsible,
|
|
44
45
|
g as QColorPicker,
|
|
45
|
-
|
|
46
|
-
|
|
46
|
+
T as QCombobox,
|
|
47
|
+
y as QDateTimePicker,
|
|
47
48
|
F as QDialog,
|
|
48
|
-
|
|
49
|
+
k as QDropdownMenu,
|
|
49
50
|
S as QField,
|
|
50
51
|
D as QFileUpload,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
h as QIcon,
|
|
53
|
+
A as QIconFont,
|
|
54
|
+
M as QIconImg,
|
|
55
|
+
O as QIconSvg,
|
|
55
56
|
j as QInputGroup,
|
|
56
57
|
z as QLabel,
|
|
57
58
|
H as QLineLoader,
|
|
@@ -66,11 +67,13 @@ export {
|
|
|
66
67
|
po as QPropertyListGroup,
|
|
67
68
|
Qo as QPropertyListPanel,
|
|
68
69
|
mo as QPropertyListRow,
|
|
69
|
-
fo as
|
|
70
|
-
|
|
71
|
-
ao as
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
70
|
+
fo as QRadioButton,
|
|
71
|
+
io as QRadioGroup,
|
|
72
|
+
ao as QSelect,
|
|
73
|
+
Lo as QSkeletonLoader,
|
|
74
|
+
uo as QSpinnerLoader,
|
|
75
|
+
Po as QTextArea,
|
|
76
|
+
go as QTextField,
|
|
77
|
+
To as QThemeProvider,
|
|
78
|
+
yo as QTooltip
|
|
76
79
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../src/composables/group.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAKnE,qDAAqD;AACrD,eAAO,MAAM,WAAW,EAAE,YAAY,CAAC,KAAK,CAAC,OAAO,CAAC,CAAyB,CAAA;AAE9E;;;GAGG;AACH,MAAM,WAAW,UAAU,CAAC,CAAC;IAC5B;;;;OAIG;IACH,MAAM,EAAE,QAAQ,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAA;IAEzB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAA;CAC5B;AAED;;;GAGG;AACH,MAAM,WAAW,KAAK,CAAC,CAAC;IACvB;;;;OAIG;IACH,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,GAAG,SAAS,CAAC,CAAA;IAEhC;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC5B;;OAEG;IACH,MAAM,EAAE,MAAM,IAAI,CAAA;IAElB;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAC9B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../src/composables/group.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAKnE,qDAAqD;AACrD,eAAO,MAAM,WAAW,EAAE,YAAY,CAAC,KAAK,CAAC,OAAO,CAAC,CAAyB,CAAA;AAE9E;;;GAGG;AACH,MAAM,WAAW,UAAU,CAAC,CAAC;IAC5B;;;;OAIG;IACH,MAAM,EAAE,QAAQ,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAA;IAEzB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAA;CAC5B;AAED;;;GAGG;AACH,MAAM,WAAW,KAAK,CAAC,CAAC;IACvB;;;;OAIG;IACH,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,GAAG,SAAS,CAAC,CAAA;IAEhC;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC5B;;OAEG;IACH,MAAM,EAAE,MAAM,IAAI,CAAA;IAElB;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAC9B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CA0B5D;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAyBrE"}
|
package/esm/composables/group.js
CHANGED
|
@@ -2,7 +2,7 @@ import { inject as c, computed as v, unref as t, ref as n, watch as f, provide a
|
|
|
2
2
|
const l = Symbol.for("q-group");
|
|
3
3
|
function g(u) {
|
|
4
4
|
const e = {
|
|
5
|
-
active: n(t(u.active) ?? t(u.multiple) ? [] : void 0),
|
|
5
|
+
active: n(t(u.active) ?? (t(u.multiple) ? [] : void 0)),
|
|
6
6
|
multiple: v(() => t(u.multiple) || !1)
|
|
7
7
|
};
|
|
8
8
|
return f(
|
package/esm/index.d.ts
CHANGED
|
@@ -41,6 +41,8 @@ declare module '@vue/runtime-core' {
|
|
|
41
41
|
QPropertyListRow: typeof import('@quidgest/ui/components')['QPropertyListRow']
|
|
42
42
|
QPropertyListGroup: typeof import('@quidgest/ui/components')['QPropertyListGroup']
|
|
43
43
|
QPropertyListPanel: typeof import('@quidgest/ui/components')['QPropertyListPanel']
|
|
44
|
+
QRadioButton: typeof import('@quidgest/ui/components')['QRadioButton']
|
|
45
|
+
QRadioGroup: typeof import('@quidgest/ui/components')['QRadioGroup']
|
|
44
46
|
QSelect: typeof import('@quidgest/ui/components')['QSelect']
|
|
45
47
|
QSkeletonLoader: typeof import('@quidgest/ui/components')['QSkeletonLoader']
|
|
46
48
|
QSpinnerLoader: typeof import('@quidgest/ui/components')['QSpinnerLoader']
|