@quidgest/ui 0.12.0 → 0.12.2
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/ui.css +22 -0
- package/dist/ui.esm.js +575 -575
- package/dist/ui.js +6 -6
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +97 -108
- package/dist/ui.scss +23 -1
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +14 -15
- package/esm/components/QButton/index.d.ts +196 -2
- package/esm/components/QButton/index.d.ts.map +1 -1
- package/esm/components/QButton/index.js +6 -0
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.d.ts +79 -2
- package/esm/components/QButtonGroup/index.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.js +6 -0
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +17 -17
- package/esm/components/QButtonToggle/index.d.ts +115 -2
- package/esm/components/QButtonToggle/index.d.ts.map +1 -1
- package/esm/components/QButtonToggle/index.js +6 -0
- package/esm/components/QCombobox/QCombobox.d.ts +4 -4
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +106 -111
- package/esm/components/QCombobox/index.d.ts +1083 -2
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/index.js +6 -0
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/index.d.ts +168 -1
- package/esm/components/QField/index.d.ts.map +1 -1
- package/esm/components/QField/index.js +2 -2
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +9 -12
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/index.d.ts +156 -4
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QIcon/index.js +8 -11
- package/esm/components/QInputGroup/QInputGroup.d.ts +1 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +25 -27
- package/esm/components/QInputGroup/index.d.ts +153 -2
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/index.js +6 -0
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.d.ts +13 -2
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.js +6 -0
- package/esm/components/QList/QList.d.ts +1 -1
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +48 -49
- package/esm/components/QList/QListItem.d.ts +8 -1
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +63 -37
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts +418 -3
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/index.js +8 -10
- package/esm/components/QOverlay/QOverlay.d.ts +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/index.d.ts +320 -2
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/index.js +4 -4
- package/esm/components/QPopover/QPopover.d.ts +1 -1
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +11 -12
- package/esm/components/QPopover/index.d.ts +180 -2
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPopover/index.js +6 -0
- package/esm/components/QSelect/QSelect.d.ts +3 -3
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +68 -73
- package/esm/components/QSelect/index.d.ts +377 -2
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/index.js +6 -0
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/index.d.ts +31 -2
- package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/index.js +6 -0
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/index.d.ts +22 -2
- package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/index.js +4 -4
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +7 -8
- package/esm/components/QTextField/index.d.ts +229 -2
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/index.js +2 -2
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.d.ts +37 -2
- package/esm/components/QThemeProvider/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.js +6 -0
- package/esm/components/QTooltip/QTooltip.d.ts +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +8 -9
- package/esm/components/QTooltip/index.d.ts +259 -2
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/QTooltip/index.js +6 -0
- package/esm/components/index.js +39 -44
- package/esm/composables/defaults.js +5 -5
- package/esm/framework.d.ts +2 -2
- package/package.json +16 -15
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+C,CAAA;AAG5D,OAAO,EAAE,OAAO,EAAE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QSkeletonLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/QSkeletonLoader"],"names":[],"mappings":"AAOA;AAIC,MAAM,MAAM,oBAAoB,GAAG;IAClC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEvB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACxB,CAAA;;;;;;;;;;;;;;AAgFF,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"QSkeletonLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/QSkeletonLoader.vue"],"names":[],"mappings":"AAOA;AAIC,MAAM,MAAM,oBAAoB,GAAG;IAClC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEvB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACxB,CAAA;;;;;;;;;;;;;;AAgFF,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,4 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const QSkeletonLoader: import('vue').DefineComponent<{
|
|
2
|
+
type: {
|
|
3
|
+
type: import('vue').PropType<"text" | "icon">;
|
|
4
|
+
default: undefined;
|
|
5
|
+
};
|
|
6
|
+
height: {
|
|
7
|
+
type: import('vue').PropType<string | number>;
|
|
8
|
+
default: undefined;
|
|
9
|
+
};
|
|
10
|
+
width: {
|
|
11
|
+
type: import('vue').PropType<string | number>;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15
|
+
type: {
|
|
16
|
+
type: import('vue').PropType<"text" | "icon">;
|
|
17
|
+
default: undefined;
|
|
18
|
+
};
|
|
19
|
+
height: {
|
|
20
|
+
type: import('vue').PropType<string | number>;
|
|
21
|
+
default: undefined;
|
|
22
|
+
};
|
|
23
|
+
width: {
|
|
24
|
+
type: import('vue').PropType<string | number>;
|
|
25
|
+
default: undefined;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
28
|
+
type: "text" | "icon";
|
|
29
|
+
height: string | number;
|
|
30
|
+
width: string | number;
|
|
31
|
+
}, {}>;
|
|
3
32
|
export { QSkeletonLoader };
|
|
4
33
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA+D,CAAA;AAGpF,OAAO,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QSpinnerLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/QSpinnerLoader"],"names":[],"mappings":"AAKA;AAKC,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA;;;;;;;;;;;AA8DF,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"QSpinnerLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/QSpinnerLoader.vue"],"names":[],"mappings":"AAKA;AAKC,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA;;;;;;;;;;;AA8DF,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,4 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const QSpinnerLoader: import('vue').DefineComponent<{
|
|
2
|
+
size: {
|
|
3
|
+
type: import('vue').PropType<number>;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
class: {
|
|
7
|
+
type: import('vue').PropType<string | unknown[]>;
|
|
8
|
+
default: undefined;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
size: {
|
|
12
|
+
type: import('vue').PropType<number>;
|
|
13
|
+
default: number;
|
|
14
|
+
};
|
|
15
|
+
class: {
|
|
16
|
+
type: import('vue').PropType<string | unknown[]>;
|
|
17
|
+
default: undefined;
|
|
18
|
+
};
|
|
19
|
+
}>>, {
|
|
20
|
+
size: number;
|
|
21
|
+
class: string | unknown[];
|
|
22
|
+
}, {}>;
|
|
3
23
|
export { QSpinnerLoader };
|
|
4
24
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;MAA6D,CAAA;AAGjF,OAAO,EAAE,cAAc,EAAE,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { setupPropsProxy as
|
|
3
|
-
o
|
|
1
|
+
import o from "./QSpinnerLoader.vue.js";
|
|
2
|
+
import { setupPropsProxy as r } from "../../utils/setupPropsProxy.js";
|
|
3
|
+
const t = r(o);
|
|
4
4
|
export {
|
|
5
|
-
|
|
5
|
+
t as QSpinnerLoader
|
|
6
6
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QTextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/QTextField"],"names":[],"mappings":"AA8CA;AASC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAKrD,MAAM,MAAM,eAAe,GAAG;IAC7B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAA;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6OF,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"QTextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/QTextField.vue"],"names":[],"mappings":"AA8CA;AASC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAKrD,MAAM,MAAM,eAAe,GAAG;IAC7B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAA;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6OF,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { defineComponent as b, mergeModels as v, useModel as h, ref as f, computed as u, openBlock as
|
|
2
|
-
import "../QField/index.js";
|
|
3
|
-
import { useId as
|
|
4
|
-
|
|
5
|
-
const C = ["id", "type", "role", "required", "placeholder", "readonly", "disabled", "maxlength"], _ = /* @__PURE__ */ b({
|
|
1
|
+
import { defineComponent as b, mergeModels as v, useModel as h, ref as f, computed as u, openBlock as q, createBlock as $, unref as o, normalizeClass as k, createSlots as g, withCtx as d, renderSlot as a, withDirectives as x, createElementVNode as R, mergeProps as z, vModelDynamic as B } from "vue";
|
|
2
|
+
import { QField as V } from "../QField/index.js";
|
|
3
|
+
import { useId as M } from "../../composables/uid.js";
|
|
4
|
+
const C = ["id", "type", "role", "required", "placeholder", "readonly", "disabled", "maxlength"], L = /* @__PURE__ */ b({
|
|
6
5
|
inheritAttrs: !1,
|
|
7
6
|
__name: "QTextField",
|
|
8
7
|
props: /* @__PURE__ */ v({
|
|
@@ -23,7 +22,7 @@ const C = ["id", "type", "role", "required", "placeholder", "readonly", "disable
|
|
|
23
22
|
}),
|
|
24
23
|
emits: ["update:modelValue"],
|
|
25
24
|
setup(r, { expose: m }) {
|
|
26
|
-
const e = r, t = h(r, "modelValue"), s =
|
|
25
|
+
const e = r, t = h(r, "modelValue"), s = M(e.id), i = f(null), n = f(null), y = u(
|
|
27
26
|
() => e.readonly || e.disabled ? "" : e.placeholder
|
|
28
27
|
);
|
|
29
28
|
return m({
|
|
@@ -32,7 +31,7 @@ const C = ["id", "type", "role", "required", "placeholder", "readonly", "disable
|
|
|
32
31
|
return (l = i.value) == null ? void 0 : l.fieldRef;
|
|
33
32
|
}),
|
|
34
33
|
inputRef: n
|
|
35
|
-
}), (l, p) => (
|
|
34
|
+
}), (l, p) => (q(), $(o(V), {
|
|
36
35
|
ref_key: "fieldRef",
|
|
37
36
|
ref: i,
|
|
38
37
|
class: k(["q-text-field", e.class]),
|
|
@@ -95,5 +94,5 @@ const C = ["id", "type", "role", "required", "placeholder", "readonly", "disable
|
|
|
95
94
|
}
|
|
96
95
|
});
|
|
97
96
|
export {
|
|
98
|
-
|
|
97
|
+
L as default
|
|
99
98
|
};
|
|
@@ -1,4 +1,231 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const QTextField: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
modelValue: import('vue').PropType<string>;
|
|
4
|
+
size: {
|
|
5
|
+
type: import('vue').PropType<import('..').QFieldSize>;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
class: {
|
|
9
|
+
type: import('vue').PropType<string | unknown[]>;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
12
|
+
type: {
|
|
13
|
+
type: import('vue').PropType<string>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
label: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
disabled: {
|
|
21
|
+
type: import('vue').PropType<boolean>;
|
|
22
|
+
};
|
|
23
|
+
required: {
|
|
24
|
+
type: import('vue').PropType<boolean>;
|
|
25
|
+
};
|
|
26
|
+
id: {
|
|
27
|
+
type: import('vue').PropType<string>;
|
|
28
|
+
default: undefined;
|
|
29
|
+
};
|
|
30
|
+
role: {
|
|
31
|
+
type: import('vue').PropType<string>;
|
|
32
|
+
default: undefined;
|
|
33
|
+
};
|
|
34
|
+
maxLength: {
|
|
35
|
+
type: import('vue').PropType<number>;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
placeholder: {
|
|
39
|
+
type: import('vue').PropType<string>;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
readonly: {
|
|
43
|
+
type: import('vue').PropType<boolean>;
|
|
44
|
+
};
|
|
45
|
+
}>>, {
|
|
46
|
+
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
47
|
+
inputRef: import('vue').Ref<HTMLElement | null>;
|
|
48
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
49
|
+
modelValue: import('vue').PropType<string>;
|
|
50
|
+
size: {
|
|
51
|
+
type: import('vue').PropType<import('..').QFieldSize>;
|
|
52
|
+
default: undefined;
|
|
53
|
+
};
|
|
54
|
+
class: {
|
|
55
|
+
type: import('vue').PropType<string | unknown[]>;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
58
|
+
type: {
|
|
59
|
+
type: import('vue').PropType<string>;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
label: {
|
|
63
|
+
type: import('vue').PropType<string>;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
disabled: {
|
|
67
|
+
type: import('vue').PropType<boolean>;
|
|
68
|
+
};
|
|
69
|
+
required: {
|
|
70
|
+
type: import('vue').PropType<boolean>;
|
|
71
|
+
};
|
|
72
|
+
id: {
|
|
73
|
+
type: import('vue').PropType<string>;
|
|
74
|
+
default: undefined;
|
|
75
|
+
};
|
|
76
|
+
role: {
|
|
77
|
+
type: import('vue').PropType<string>;
|
|
78
|
+
default: undefined;
|
|
79
|
+
};
|
|
80
|
+
maxLength: {
|
|
81
|
+
type: import('vue').PropType<number>;
|
|
82
|
+
default: undefined;
|
|
83
|
+
};
|
|
84
|
+
placeholder: {
|
|
85
|
+
type: import('vue').PropType<string>;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
88
|
+
readonly: {
|
|
89
|
+
type: import('vue').PropType<boolean>;
|
|
90
|
+
};
|
|
91
|
+
}>>, {
|
|
92
|
+
size: import('..').QFieldSize;
|
|
93
|
+
class: string | unknown[];
|
|
94
|
+
type: string;
|
|
95
|
+
label: string;
|
|
96
|
+
id: string;
|
|
97
|
+
role: string;
|
|
98
|
+
maxLength: number;
|
|
99
|
+
placeholder: string;
|
|
100
|
+
}, true, {}, {}, {
|
|
101
|
+
P: {};
|
|
102
|
+
B: {};
|
|
103
|
+
D: {};
|
|
104
|
+
C: {};
|
|
105
|
+
M: {};
|
|
106
|
+
Defaults: {};
|
|
107
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
108
|
+
modelValue: import('vue').PropType<string>;
|
|
109
|
+
size: {
|
|
110
|
+
type: import('vue').PropType<import('..').QFieldSize>;
|
|
111
|
+
default: undefined;
|
|
112
|
+
};
|
|
113
|
+
class: {
|
|
114
|
+
type: import('vue').PropType<string | unknown[]>;
|
|
115
|
+
default: undefined;
|
|
116
|
+
};
|
|
117
|
+
type: {
|
|
118
|
+
type: import('vue').PropType<string>;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
121
|
+
label: {
|
|
122
|
+
type: import('vue').PropType<string>;
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
125
|
+
disabled: {
|
|
126
|
+
type: import('vue').PropType<boolean>;
|
|
127
|
+
};
|
|
128
|
+
required: {
|
|
129
|
+
type: import('vue').PropType<boolean>;
|
|
130
|
+
};
|
|
131
|
+
id: {
|
|
132
|
+
type: import('vue').PropType<string>;
|
|
133
|
+
default: undefined;
|
|
134
|
+
};
|
|
135
|
+
role: {
|
|
136
|
+
type: import('vue').PropType<string>;
|
|
137
|
+
default: undefined;
|
|
138
|
+
};
|
|
139
|
+
maxLength: {
|
|
140
|
+
type: import('vue').PropType<number>;
|
|
141
|
+
default: undefined;
|
|
142
|
+
};
|
|
143
|
+
placeholder: {
|
|
144
|
+
type: import('vue').PropType<string>;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
|
+
readonly: {
|
|
148
|
+
type: import('vue').PropType<boolean>;
|
|
149
|
+
};
|
|
150
|
+
}>>, {
|
|
151
|
+
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
152
|
+
inputRef: import('vue').Ref<HTMLElement | null>;
|
|
153
|
+
}, {}, {}, {}, {
|
|
154
|
+
size: import('..').QFieldSize;
|
|
155
|
+
class: string | unknown[];
|
|
156
|
+
type: string;
|
|
157
|
+
label: string;
|
|
158
|
+
id: string;
|
|
159
|
+
role: string;
|
|
160
|
+
maxLength: number;
|
|
161
|
+
placeholder: string;
|
|
162
|
+
}>;
|
|
163
|
+
__isFragment?: undefined;
|
|
164
|
+
__isTeleport?: undefined;
|
|
165
|
+
__isSuspense?: undefined;
|
|
166
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
167
|
+
modelValue: import('vue').PropType<string>;
|
|
168
|
+
size: {
|
|
169
|
+
type: import('vue').PropType<import('..').QFieldSize>;
|
|
170
|
+
default: undefined;
|
|
171
|
+
};
|
|
172
|
+
class: {
|
|
173
|
+
type: import('vue').PropType<string | unknown[]>;
|
|
174
|
+
default: undefined;
|
|
175
|
+
};
|
|
176
|
+
type: {
|
|
177
|
+
type: import('vue').PropType<string>;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
180
|
+
label: {
|
|
181
|
+
type: import('vue').PropType<string>;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
disabled: {
|
|
185
|
+
type: import('vue').PropType<boolean>;
|
|
186
|
+
};
|
|
187
|
+
required: {
|
|
188
|
+
type: import('vue').PropType<boolean>;
|
|
189
|
+
};
|
|
190
|
+
id: {
|
|
191
|
+
type: import('vue').PropType<string>;
|
|
192
|
+
default: undefined;
|
|
193
|
+
};
|
|
194
|
+
role: {
|
|
195
|
+
type: import('vue').PropType<string>;
|
|
196
|
+
default: undefined;
|
|
197
|
+
};
|
|
198
|
+
maxLength: {
|
|
199
|
+
type: import('vue').PropType<number>;
|
|
200
|
+
default: undefined;
|
|
201
|
+
};
|
|
202
|
+
placeholder: {
|
|
203
|
+
type: import('vue').PropType<string>;
|
|
204
|
+
default: string;
|
|
205
|
+
};
|
|
206
|
+
readonly: {
|
|
207
|
+
type: import('vue').PropType<boolean>;
|
|
208
|
+
};
|
|
209
|
+
}>>, {
|
|
210
|
+
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
211
|
+
inputRef: import('vue').Ref<HTMLElement | null>;
|
|
212
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
213
|
+
size: import('..').QFieldSize;
|
|
214
|
+
class: string | unknown[];
|
|
215
|
+
type: string;
|
|
216
|
+
label: string;
|
|
217
|
+
id: string;
|
|
218
|
+
role: string;
|
|
219
|
+
maxLength: number;
|
|
220
|
+
placeholder: string;
|
|
221
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
222
|
+
$slots: {
|
|
223
|
+
"label.prepend"?(_: {}): any;
|
|
224
|
+
"label.append"?(_: {}): any;
|
|
225
|
+
prepend?(_: {}): any;
|
|
226
|
+
append?(_: {}): any;
|
|
227
|
+
extras?(_: {}): any;
|
|
228
|
+
};
|
|
229
|
+
});
|
|
3
230
|
export { QTextField };
|
|
4
231
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAqD,CAAA;AAGrE,OAAO,EAAE,UAAU,EAAE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QThemeProvider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/QThemeProvider"],"names":[],"mappings":"AAKA;AAEC,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACb,CAAA;;;;AA+DF,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"QThemeProvider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/QThemeProvider.vue"],"names":[],"mappings":"AAKA;AAEC,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACb,CAAA;;;;AA+DF,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,4 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const QThemeProvider: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
theme: {
|
|
4
|
+
type: import('vue').PropType<string>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
8
|
+
theme: {
|
|
9
|
+
type: import('vue').PropType<string>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, true, {}, {}, {
|
|
13
|
+
P: {};
|
|
14
|
+
B: {};
|
|
15
|
+
D: {};
|
|
16
|
+
C: {};
|
|
17
|
+
M: {};
|
|
18
|
+
Defaults: {};
|
|
19
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
theme: {
|
|
21
|
+
type: import('vue').PropType<string>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
25
|
+
__isFragment?: undefined;
|
|
26
|
+
__isTeleport?: undefined;
|
|
27
|
+
__isSuspense?: undefined;
|
|
28
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
29
|
+
theme: {
|
|
30
|
+
type: import('vue').PropType<string>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
34
|
+
$slots: {
|
|
35
|
+
default?(_: {}): any;
|
|
36
|
+
};
|
|
37
|
+
});
|
|
3
38
|
export { QThemeProvider };
|
|
4
39
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6D,CAAA;AAGjF,OAAO,EAAE,cAAc,EAAE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/QTooltip"],"names":[],"mappings":"AA6BA;AASC,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAElD,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,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoIF,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"QTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/QTooltip.vue"],"names":[],"mappings":"AA6BA;AASC,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAElD,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,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoIF,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { defineComponent as i, mergeModels as s, useModel as c, openBlock as a, createElementBlock as t, Fragment as p, renderSlot as m, unref as l, createVNode as u, normalizeClass as f, withCtx as h, toDisplayString as y } from "vue";
|
|
2
|
-
import "../QOverlay/index.js";
|
|
3
|
-
import { useId as
|
|
4
|
-
|
|
5
|
-
const b = ["innerHTML"], v = { key: 1 }, V = /* @__PURE__ */ i({
|
|
2
|
+
import { QOverlay as g } from "../QOverlay/index.js";
|
|
3
|
+
import { useId as v } from "../../composables/uid.js";
|
|
4
|
+
const _ = ["innerHTML"], b = { key: 1 }, k = /* @__PURE__ */ i({
|
|
6
5
|
__name: "QTooltip",
|
|
7
6
|
props: /* @__PURE__ */ s({
|
|
8
7
|
id: { default: void 0 },
|
|
@@ -24,7 +23,7 @@ const b = ["innerHTML"], v = { key: 1 }, V = /* @__PURE__ */ i({
|
|
|
24
23
|
}),
|
|
25
24
|
emits: ["update:modelValue"],
|
|
26
25
|
setup(o) {
|
|
27
|
-
const e = o, n = c(o, "modelValue"), r =
|
|
26
|
+
const e = o, n = c(o, "modelValue"), r = v(e.id);
|
|
28
27
|
return (d, B) => (a(), t(
|
|
29
28
|
p,
|
|
30
29
|
null,
|
|
@@ -32,7 +31,7 @@ const b = ["innerHTML"], v = { key: 1 }, V = /* @__PURE__ */ i({
|
|
|
32
31
|
m(d.$slots, "anchor", {
|
|
33
32
|
props: { "aria-describedby": l(r) }
|
|
34
33
|
}),
|
|
35
|
-
u(l(
|
|
34
|
+
u(l(g), {
|
|
36
35
|
"model-value": n.value,
|
|
37
36
|
anchor: e.anchor,
|
|
38
37
|
role: "tooltip",
|
|
@@ -52,9 +51,9 @@ const b = ["innerHTML"], v = { key: 1 }, V = /* @__PURE__ */ i({
|
|
|
52
51
|
e.html ? (a(), t("span", {
|
|
53
52
|
key: 0,
|
|
54
53
|
innerHTML: e.text
|
|
55
|
-
}, null, 8,
|
|
54
|
+
}, null, 8, _)) : (a(), t(
|
|
56
55
|
"span",
|
|
57
|
-
|
|
56
|
+
b,
|
|
58
57
|
y(e.text),
|
|
59
58
|
1
|
|
60
59
|
/* TEXT */
|
|
@@ -70,5 +69,5 @@ const b = ["innerHTML"], v = { key: 1 }, V = /* @__PURE__ */ i({
|
|
|
70
69
|
}
|
|
71
70
|
});
|
|
72
71
|
export {
|
|
73
|
-
|
|
72
|
+
k as default
|
|
74
73
|
};
|