@quidgest/ui 0.13.3 → 0.14.1
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 +4 -0
- package/dist/ui.css +81 -0
- package/dist/ui.esm.js +1163 -935
- package/dist/ui.js +6 -6
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +110 -101
- package/dist/ui.scss +1059 -973
- package/esm/components/QBadge/QBadge.d.ts +16 -68
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +29 -32
- package/esm/components/QBadge/index.d.ts +2 -139
- package/esm/components/QBadge/index.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts +29 -0
- package/esm/components/QBadge/types.d.ts.map +1 -0
- package/esm/components/QBadge/types.js +8 -0
- package/esm/components/QButton/QButton.d.ts +15 -80
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/index.d.ts +3 -198
- package/esm/components/QButton/index.d.ts.map +1 -1
- package/esm/components/QButton/types.d.ts +47 -0
- package/esm/components/QButton/types.d.ts.map +1 -0
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +11 -42
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.d.ts +2 -79
- package/esm/components/QButtonGroup/index.d.ts.map +1 -1
- package/esm/components/QButtonGroup/types.d.ts +19 -0
- package/esm/components/QButtonGroup/types.d.ts.map +1 -0
- package/esm/components/QButtonToggle/QButtonToggle.d.ts +16 -73
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/index.d.ts +2 -115
- package/esm/components/QButtonToggle/index.d.ts.map +1 -1
- package/esm/components/QButtonToggle/types.d.ts +32 -0
- package/esm/components/QButtonToggle/types.d.ts.map +1 -0
- package/esm/components/QCombobox/QCombobox.d.ts +445 -435
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +121 -126
- package/esm/components/QCombobox/index.d.ts +2 -1075
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +93 -0
- package/esm/components/QCombobox/types.d.ts.map +1 -0
- package/esm/components/QCombobox/types.js +16 -0
- package/esm/components/QDialog/QDialog.d.ts +23 -186
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +48 -64
- package/esm/components/QDialog/index.d.ts +3 -268
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +80 -0
- package/esm/components/QDialog/types.d.ts.map +1 -0
- package/esm/components/QDialog/types.js +23 -0
- package/esm/components/QField/QField.d.ts +22 -77
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/index.d.ts +3 -169
- package/esm/components/QField/index.d.ts.map +1 -1
- package/esm/components/QField/types.d.ts +37 -0
- package/esm/components/QField/types.d.ts.map +1 -0
- package/esm/components/QIcon/InlineSvg.d.ts +6 -6
- package/esm/components/QIcon/InlineSvg.d.ts.map +1 -1
- package/esm/components/QIcon/InlineSvg.js +6 -13
- package/esm/components/QIcon/QIcon.d.ts +4 -46
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +2 -2
- package/esm/components/QIcon/QIconFont.d.ts +3 -51
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +9 -9
- package/esm/components/QIcon/QIconImg.d.ts +2 -36
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +3 -3
- package/esm/components/QIcon/QIconSvg.d.ts +7 -65
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +9 -9
- package/esm/components/QIcon/index.d.ts +9 -157
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QIcon/types.d.ts +40 -0
- package/esm/components/QIcon/types.d.ts.map +1 -0
- package/esm/components/QInputGroup/QInputGroup.d.ts +17 -74
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/index.d.ts +2 -153
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/types.d.ts +34 -0
- package/esm/components/QInputGroup/types.d.ts.map +1 -0
- package/esm/components/QLineLoader/QLineLoader.d.ts +3 -29
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.d.ts +2 -13
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/types.d.ts +7 -0
- package/esm/components/QLineLoader/types.d.ts.map +1 -0
- package/esm/components/QList/QList.d.ts +25 -116
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QListItem.d.ts +16 -84
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +25 -31
- package/esm/components/QList/QListItemGroup.d.ts +11 -34
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts +7 -453
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +100 -0
- package/esm/components/QList/types.d.ts.map +1 -0
- package/esm/components/QList/types.js +11 -0
- package/esm/components/QOverlay/QOverlay.d.ts +31 -234
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +1 -2
- package/esm/components/QOverlay/index.d.ts +2 -339
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +87 -0
- package/esm/components/QOverlay/types.d.ts.map +1 -0
- package/esm/components/QPopover/QPopover.d.ts +21 -120
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/index.d.ts +2 -180
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPopover/types.d.ts +43 -0
- package/esm/components/QPopover/types.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyList.d.ts +42 -0
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyList.vue.js +145 -0
- package/esm/components/QPropertyList/QPropertyList.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +11 -0
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +68 -0
- package/esm/components/QPropertyList/QPropertyListGroup.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +21 -0
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +43 -0
- package/esm/components/QPropertyList/QPropertyListPanel.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +24 -0
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +64 -0
- package/esm/components/QPropertyList/QPropertyListRow.vue2.js +4 -0
- package/esm/components/QPropertyList/index.d.ts +12 -0
- package/esm/components/QPropertyList/index.d.ts.map +1 -0
- package/esm/components/QPropertyList/index.js +12 -0
- package/esm/components/QPropertyList/types.d.ts +137 -0
- package/esm/components/QPropertyList/types.d.ts.map +1 -0
- package/esm/components/QPropertyList/types.js +14 -0
- package/esm/components/QSelect/QSelect.d.ts +202 -227
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +140 -146
- package/esm/components/QSelect/index.d.ts +2 -369
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +81 -0
- package/esm/components/QSelect/types.d.ts.map +1 -0
- package/esm/components/QSelect/types.js +16 -0
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +3 -41
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +19 -19
- package/esm/components/QSkeletonLoader/index.d.ts +2 -31
- package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/types.d.ts +15 -0
- package/esm/components/QSkeletonLoader/types.d.ts.map +1 -0
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +3 -35
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
- package/esm/components/QSpinnerLoader/index.d.ts +2 -22
- package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/types.d.ts +11 -0
- package/esm/components/QSpinnerLoader/types.d.ts.map +1 -0
- package/esm/components/QTextField/QTextField.d.ts +103 -147
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts +2 -229
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/types.d.ts +50 -0
- package/esm/components/QTextField/types.d.ts.map +1 -0
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +10 -17
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.d.ts +2 -37
- package/esm/components/QThemeProvider/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts +7 -0
- package/esm/components/QThemeProvider/types.d.ts.map +1 -0
- package/esm/components/QTooltip/QTooltip.d.ts +28 -190
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/index.d.ts +2 -279
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/QTooltip/types.d.ts +66 -0
- package/esm/components/QTooltip/types.d.ts.map +1 -0
- package/esm/components/index.d.ts +1 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +42 -37
- package/esm/composables/defaults.d.ts +0 -1
- package/esm/composables/defaults.js +3 -6
- package/esm/composables/theme.d.ts +0 -1
- package/esm/framework.d.ts +0 -1
- package/esm/index.d.ts +4 -0
- package/esm/templates/theme.d.ts +0 -1
- package/esm/utils/color.js +1 -2
- package/esm/utils/setupPropsProxy.d.ts +0 -1
- package/esm/utils/setupPropsProxy.js +2 -4
- package/esm/utils/theme.d.ts +0 -1
- package/package.json +40 -41
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/index.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,gBAAgB,CAAA;AAKtC,QAAA,MAAM,QAAQ,EAAiC,OAAO,SAAS,CAAA;AAG/D,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { Appearance, Placement, Trigger } from '../../composables/overlay';
|
|
2
|
+
import { Selector } from '../../utils/getElement';
|
|
3
|
+
import { Icon } from '../QIcon';
|
|
4
|
+
export type QTooltipProps = {
|
|
5
|
+
/**
|
|
6
|
+
* The tooltip unique identifier.
|
|
7
|
+
*/
|
|
8
|
+
id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The DOM element the tooltip should be anchored to.
|
|
11
|
+
*/
|
|
12
|
+
anchor: Selector;
|
|
13
|
+
/**
|
|
14
|
+
* The appearance of the tooltip.
|
|
15
|
+
* 'regular' uses body text color for background and body background color for text.
|
|
16
|
+
* 'inverted' matches body color scheme.
|
|
17
|
+
*/
|
|
18
|
+
appearance?: Appearance;
|
|
19
|
+
/**
|
|
20
|
+
* Whether the tooltip has an arrow pointing to the target.
|
|
21
|
+
*/
|
|
22
|
+
arrow?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* The DOM element the tooltip should be teleported to.
|
|
25
|
+
* Defaults to the body of the document.
|
|
26
|
+
*/
|
|
27
|
+
attach?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Whether to disable teleport.
|
|
30
|
+
* If enabled, the prop `attach` is ignored.
|
|
31
|
+
*/
|
|
32
|
+
inline?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* The delay in milliseconds before showing the tooltip.
|
|
35
|
+
*/
|
|
36
|
+
delay?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Whether the tooltip is disabled.
|
|
39
|
+
*/
|
|
40
|
+
disabled?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Whether the tooltip's content is treated as HTML.
|
|
43
|
+
*/
|
|
44
|
+
html?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* The placement of the tooltip.
|
|
47
|
+
*/
|
|
48
|
+
placement?: Placement;
|
|
49
|
+
/**
|
|
50
|
+
* The text of the tooltip.
|
|
51
|
+
*/
|
|
52
|
+
text: string;
|
|
53
|
+
/**
|
|
54
|
+
* The icon of the tooltip.
|
|
55
|
+
*/
|
|
56
|
+
icon?: Icon;
|
|
57
|
+
/**
|
|
58
|
+
* The method to trigger the overlay.
|
|
59
|
+
*/
|
|
60
|
+
trigger?: Trigger;
|
|
61
|
+
/**
|
|
62
|
+
* Custom set of classes to apply to the component.
|
|
63
|
+
*/
|
|
64
|
+
class?: string | unknown[];
|
|
65
|
+
};
|
|
66
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE9C,MAAM,MAAM,aAAa,GAAG;IAC3B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,MAAM,EAAE,QAAQ,CAAA;IAEhB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA"}
|
|
@@ -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,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,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
|
@@ -1,45 +1,50 @@
|
|
|
1
1
|
import { QBadge as e } from "./QBadge/index.js";
|
|
2
2
|
import { QButton as p } from "./QButton/index.js";
|
|
3
|
-
import { QButtonGroup as
|
|
3
|
+
import { QButtonGroup as m } from "./QButtonGroup/index.js";
|
|
4
4
|
import { QButtonToggle as f } from "./QButtonToggle/index.js";
|
|
5
|
-
import { QCombobox as
|
|
6
|
-
import { QDialog as
|
|
7
|
-
import { QField as
|
|
8
|
-
import { QIcon as
|
|
9
|
-
import { QInputGroup as
|
|
10
|
-
import { QLineLoader as
|
|
11
|
-
import { QList as
|
|
12
|
-
import { QOverlay as
|
|
13
|
-
import { QPopover as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
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";
|
|
20
21
|
export {
|
|
21
22
|
e as QBadge,
|
|
22
23
|
p as QButton,
|
|
23
|
-
|
|
24
|
+
m as QButtonGroup,
|
|
24
25
|
f as QButtonToggle,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
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
|
|
45
50
|
};
|
|
@@ -8,21 +8,18 @@ function E() {
|
|
|
8
8
|
if (!e)
|
|
9
9
|
throw new Error("[Quidgest UI] useDefaults must be called from inside a setup function");
|
|
10
10
|
const t = e.type.name ?? e.type.__name;
|
|
11
|
-
if (!t)
|
|
12
|
-
throw new Error("[Quidgest UI] Could not determine component name");
|
|
11
|
+
if (!t) throw new Error("[Quidgest UI] Could not determine component name");
|
|
13
12
|
const n = l(), o = (r = n.value) == null ? void 0 : r.Global, c = (u = n.value) == null ? void 0 : u[t];
|
|
14
13
|
return f(() => a(o, c));
|
|
15
14
|
}
|
|
16
15
|
function I(e) {
|
|
17
|
-
if (s(e))
|
|
18
|
-
return;
|
|
16
|
+
if (s(e)) return;
|
|
19
17
|
const t = l(), n = d(e), o = f(() => s(n.value) ? t.value : a(t.value, n.value));
|
|
20
18
|
p(i, o);
|
|
21
19
|
}
|
|
22
20
|
function l() {
|
|
23
21
|
const e = v(i, void 0);
|
|
24
|
-
if (!e)
|
|
25
|
-
throw new Error("[Quidgest UI] Could not find defaults instance");
|
|
22
|
+
if (!e) throw new Error("[Quidgest UI] Could not find defaults instance");
|
|
26
23
|
return e;
|
|
27
24
|
}
|
|
28
25
|
export {
|
package/esm/framework.d.ts
CHANGED
package/esm/index.d.ts
CHANGED
|
@@ -25,6 +25,10 @@ declare module '@vue/runtime-core' {
|
|
|
25
25
|
QListItemGroup: typeof import('@quidgest/ui/components')['QListItemGroup']
|
|
26
26
|
QOverlay: typeof import('@quidgest/ui/components')['QOverlay']
|
|
27
27
|
QPopover: typeof import('@quidgest/ui/components')['QPopover']
|
|
28
|
+
QPropertyList: typeof import('@quidgest/ui/components')['QPropertyList']
|
|
29
|
+
QPropertyListRow: typeof import('@quidgest/ui/components')['QPropertyListRow']
|
|
30
|
+
QPropertyListGroup: typeof import('@quidgest/ui/components')['QPropertyListGroup']
|
|
31
|
+
QPropertyListPanel: typeof import('@quidgest/ui/components')['QPropertyListPanel']
|
|
28
32
|
QSelect: typeof import('@quidgest/ui/components')['QSelect']
|
|
29
33
|
QSkeletonLoader: typeof import('@quidgest/ui/components')['QSkeletonLoader']
|
|
30
34
|
QSpinnerLoader: typeof import('@quidgest/ui/components')['QSpinnerLoader']
|
package/esm/templates/theme.d.ts
CHANGED
package/esm/utils/color.js
CHANGED
|
@@ -11,11 +11,9 @@ function C(e) {
|
|
|
11
11
|
const t = e.setup;
|
|
12
12
|
return t && (e.setup = (r, n) => {
|
|
13
13
|
const o = m();
|
|
14
|
-
if (d(o.value))
|
|
15
|
-
return t(r, n);
|
|
14
|
+
if (d(o.value)) return t(r, n);
|
|
16
15
|
const s = c();
|
|
17
|
-
if (s === null)
|
|
18
|
-
return t(r, n);
|
|
16
|
+
if (s === null) return t(r, n);
|
|
19
17
|
const a = new Proxy(r, {
|
|
20
18
|
get(l, u) {
|
|
21
19
|
var i;
|
package/esm/utils/theme.d.ts
CHANGED
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.
|
|
4
|
+
"version": "0.14.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Quidgest",
|
|
@@ -42,51 +42,51 @@
|
|
|
42
42
|
"./*": "./*"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@fortawesome/fontawesome-free": "^6.
|
|
46
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
45
|
+
"@fortawesome/fontawesome-free": "^6.6.0",
|
|
46
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
47
47
|
"@rollup/plugin-terser": "^0.4.4",
|
|
48
|
-
"@storybook/addon-essentials": "^8.
|
|
49
|
-
"@storybook/addon-interactions": "^8.
|
|
50
|
-
"@storybook/addon-links": "^8.
|
|
51
|
-
"@storybook/blocks": "^8.
|
|
52
|
-
"@storybook/manager-api": "^8.
|
|
53
|
-
"@storybook/test": "^8.
|
|
54
|
-
"@storybook/theming": "^8.
|
|
55
|
-
"@storybook/vue3": "^8.
|
|
56
|
-
"@storybook/vue3-vite": "^8.
|
|
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",
|
|
57
57
|
"@tsconfig/node20": "^20.1.4",
|
|
58
|
-
"@types/node": "^
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
60
|
-
"@typescript-eslint/parser": "^7.
|
|
61
|
-
"@vitejs/plugin-vue": "^5.
|
|
62
|
-
"@vitest/coverage-v8": "^1.
|
|
63
|
-
"@vitest/ui": "^1.
|
|
58
|
+
"@types/node": "^22.9.0",
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
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",
|
|
64
64
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
65
65
|
"@vue/test-utils": "^2.4.6",
|
|
66
|
-
"@vue/tsconfig": "^0.
|
|
67
|
-
"acorn-walk": "^8.3.
|
|
68
|
-
"autoprefixer": "^10.4.
|
|
69
|
-
"cssnano": "^7.0.
|
|
70
|
-
"eslint": "^8.57.
|
|
66
|
+
"@vue/tsconfig": "^0.5.1",
|
|
67
|
+
"acorn-walk": "^8.3.4",
|
|
68
|
+
"autoprefixer": "^10.4.20",
|
|
69
|
+
"cssnano": "^7.0.6",
|
|
70
|
+
"eslint": "^8.57.1",
|
|
71
71
|
"eslint-config-prettier": "^9.1.0",
|
|
72
|
-
"eslint-plugin-prettier": "^5.1
|
|
72
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
73
73
|
"eslint-plugin-storybook": "^0.8.0",
|
|
74
|
-
"eslint-plugin-vue": "^9.
|
|
75
|
-
"happy-dom": "^
|
|
76
|
-
"husky": "^
|
|
77
|
-
"lint-staged": "^15.2.
|
|
78
|
-
"postcss": "^8.4.
|
|
79
|
-
"prettier": "^3.
|
|
80
|
-
"rimraf": "^
|
|
81
|
-
"sass": "^1.
|
|
82
|
-
"storybook": "^8.
|
|
83
|
-
"stylelint": "^
|
|
84
|
-
"stylelint-config-sass-guidelines": "^
|
|
85
|
-
"typescript": "^5.
|
|
86
|
-
"vite": "^5.
|
|
87
|
-
"vite-plugin-dts": "^3.
|
|
88
|
-
"vitest": "^1.
|
|
89
|
-
"vue-eslint-parser": "^9.4.
|
|
74
|
+
"eslint-plugin-vue": "^9.30.0",
|
|
75
|
+
"happy-dom": "^15.9.0",
|
|
76
|
+
"husky": "^9.1.6",
|
|
77
|
+
"lint-staged": "^15.2.10",
|
|
78
|
+
"postcss": "^8.4.47",
|
|
79
|
+
"prettier": "^3.3.3",
|
|
80
|
+
"rimraf": "^6.0.1",
|
|
81
|
+
"sass": "^1.80.6",
|
|
82
|
+
"storybook": "^8.4.2",
|
|
83
|
+
"stylelint": "^16.10.0",
|
|
84
|
+
"stylelint-config-sass-guidelines": "^12.1.0",
|
|
85
|
+
"typescript": "^5.6.3",
|
|
86
|
+
"vite": "^5.4.10",
|
|
87
|
+
"vite-plugin-dts": "^4.3.0",
|
|
88
|
+
"vitest": "^2.1.4",
|
|
89
|
+
"vue-eslint-parser": "^9.4.3"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"vue": "^3.4.15"
|
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"lint:style": "stylelint \"**/*.scss\"",
|
|
105
105
|
"test": "vitest",
|
|
106
106
|
"test:coverage": "vitest run --coverage",
|
|
107
|
-
"typecheck": "vue-tsc --noEmit",
|
|
108
107
|
"storybook": "storybook dev -p 6006",
|
|
109
108
|
"build:storybook": "storybook build"
|
|
110
109
|
}
|