@quidgest/ui 0.14.0 → 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/ui.css +4 -0
- package/dist/ui.esm.js +693 -686
- package/dist/ui.js +4 -4
- package/dist/ui.min.js +51 -51
- package/dist/ui.scss +1053 -1049
- package/esm/components/QBadge/QBadge.d.ts +14 -41
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +33 -33
- package/esm/components/QBadge/index.d.ts +0 -1
- package/esm/components/QBadge/types.d.ts +6 -7
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts +12 -35
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/index.d.ts +0 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +9 -26
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.d.ts +0 -1
- package/esm/components/QButtonToggle/QButtonToggle.d.ts +17 -47
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/index.d.ts +0 -1
- package/esm/components/QCombobox/QCombobox.d.ts +373 -485
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +92 -87
- package/esm/components/QCombobox/index.d.ts +0 -1
- package/esm/components/QCombobox/types.d.ts +9 -8
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QCombobox/types.js +3 -1
- package/esm/components/QDialog/QDialog.d.ts +21 -109
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +16 -16
- package/esm/components/QDialog/index.d.ts +0 -1
- package/esm/components/QDialog/types.d.ts +6 -8
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QField/QField.d.ts +18 -41
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/index.d.ts +0 -1
- package/esm/components/QIcon/InlineSvg.d.ts +6 -6
- package/esm/components/QIcon/QIcon.d.ts +2 -28
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.d.ts +2 -30
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.d.ts +1 -11
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.d.ts +6 -32
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/index.d.ts +0 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts +12 -39
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/index.d.ts +0 -1
- package/esm/components/QInputGroup/types.d.ts +0 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts +2 -24
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.d.ts +0 -1
- package/esm/components/QList/QList.d.ts +22 -72
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QListItem.d.ts +14 -39
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +5 -5
- package/esm/components/QList/QListItemGroup.d.ts +9 -26
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts +0 -1
- package/esm/components/QList/types.d.ts +5 -7
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +23 -141
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/index.d.ts +0 -1
- package/esm/components/QOverlay/types.d.ts +0 -1
- package/esm/components/QPopover/QPopover.d.ts +19 -77
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/index.d.ts +0 -1
- package/esm/components/QPopover/types.d.ts +0 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +28 -56
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +61 -62
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +7 -44
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +22 -26
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +11 -43
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +14 -16
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +12 -17
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/index.d.ts +0 -1
- package/esm/components/QPropertyList/types.d.ts +70 -34
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +199 -147
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +130 -125
- package/esm/components/QSelect/index.d.ts +0 -1
- package/esm/components/QSelect/types.d.ts +9 -8
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSelect/types.js +5 -3
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +2 -28
- 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 +0 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +2 -26
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/index.d.ts +0 -1
- package/esm/components/QTextField/QTextField.d.ts +100 -96
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts +0 -1
- package/esm/components/QTextField/types.d.ts +0 -1
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +8 -13
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.d.ts +0 -1
- package/esm/components/QTooltip/QTooltip.d.ts +23 -121
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/index.d.ts +0 -1
- package/esm/components/QTooltip/types.d.ts +0 -1
- package/esm/composables/defaults.d.ts +0 -1
- package/esm/composables/theme.d.ts +0 -1
- package/esm/framework.d.ts +0 -1
- package/esm/templates/theme.d.ts +0 -1
- package/esm/utils/setupPropsProxy.d.ts +0 -1
- package/esm/utils/theme.d.ts +0 -1
- package/package.json +31 -31
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as T, mergeModels as D, useModel as L, computed as N, openBlock as o, createBlock as s, unref as t, withCtx as r, createElementVNode as a, normalizeClass as V, toDisplayString as y, createVNode as k, normalizeProps as h, guardReactiveProps as v, createCommentVNode as c, renderSlot as u, createElementBlock as
|
|
2
|
-
import { QOverlay as x } from "../QOverlay/index.js";
|
|
1
|
+
import { defineComponent as T, mergeModels as D, useModel as L, computed as N, openBlock as o, createBlock as s, unref as t, withCtx as r, createElementVNode as a, normalizeClass as V, toDisplayString as y, createVNode as k, normalizeProps as h, guardReactiveProps as v, createCommentVNode as c, renderSlot as u, createElementBlock as d, Fragment as E, renderList as M, mergeProps as g } from "vue";
|
|
3
2
|
import { QButton as b } from "../QButton/index.js";
|
|
4
3
|
import { QIcon as _ } from "../QIcon/index.js";
|
|
5
|
-
import {
|
|
6
|
-
import { useId as
|
|
4
|
+
import { QOverlay as x } from "../QOverlay/index.js";
|
|
5
|
+
import { useId as A } from "../../composables/uid.js";
|
|
6
|
+
import { DEFAULT_BUTTONS as F, DEFAULT_ICON as I, DEFAULT_ICONS as O } from "./types.js";
|
|
7
7
|
const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }, U = { class: "q-dialog__body" }, P = {
|
|
8
8
|
key: 0,
|
|
9
9
|
class: "q-dialog__body-icon"
|
|
@@ -14,29 +14,29 @@ const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }
|
|
|
14
14
|
attach: { default: "body" },
|
|
15
15
|
inline: { type: Boolean },
|
|
16
16
|
backdropBlur: { type: Boolean, default: !0 },
|
|
17
|
-
buttons: { default: () =>
|
|
17
|
+
buttons: { default: () => F },
|
|
18
18
|
dismissible: { type: Boolean },
|
|
19
19
|
html: { type: Boolean, default: !0 },
|
|
20
|
-
icon: { default: () =>
|
|
20
|
+
icon: { default: () => I },
|
|
21
21
|
id: { default: void 0 },
|
|
22
22
|
title: { default: "" },
|
|
23
23
|
class: { default: void 0 },
|
|
24
|
-
|
|
24
|
+
icons: { default: () => O }
|
|
25
25
|
}, {
|
|
26
26
|
modelValue: { type: Boolean },
|
|
27
27
|
modelModifiers: {}
|
|
28
28
|
}),
|
|
29
29
|
emits: ["update:modelValue"],
|
|
30
30
|
setup(m) {
|
|
31
|
-
const e = m, p = L(m, "modelValue"), B =
|
|
31
|
+
const e = m, p = L(m, "modelValue"), B = A(e.id), C = N(() => ["q-dialog", e.class]);
|
|
32
32
|
function f() {
|
|
33
33
|
p.value = !1;
|
|
34
34
|
}
|
|
35
35
|
function q(l) {
|
|
36
|
-
var
|
|
37
|
-
(
|
|
36
|
+
var n;
|
|
37
|
+
(n = l.action) == null || n.call(l), f();
|
|
38
38
|
}
|
|
39
|
-
return (l,
|
|
39
|
+
return (l, n) => (o(), s(t(x), {
|
|
40
40
|
"model-value": p.value,
|
|
41
41
|
id: t(B),
|
|
42
42
|
inline: e.inline,
|
|
@@ -69,7 +69,7 @@ const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }
|
|
|
69
69
|
default: r(() => [
|
|
70
70
|
k(
|
|
71
71
|
t(_),
|
|
72
|
-
h(v(e.
|
|
72
|
+
h(v(e.icons.close)),
|
|
73
73
|
null,
|
|
74
74
|
16
|
|
75
75
|
/* FULL_PROPS */
|
|
@@ -82,7 +82,7 @@ const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }
|
|
|
82
82
|
u(l.$slots, "body.content", {}, () => [
|
|
83
83
|
a("div", U, [
|
|
84
84
|
u(l.$slots, "body.icon", {}, () => [
|
|
85
|
-
e.icon ? (o(),
|
|
85
|
+
e.icon ? (o(), d("span", P, [
|
|
86
86
|
k(
|
|
87
87
|
t(_),
|
|
88
88
|
h(v(e.icon)),
|
|
@@ -93,10 +93,10 @@ const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }
|
|
|
93
93
|
])) : c("v-if", !0)
|
|
94
94
|
]),
|
|
95
95
|
a("div", $, [
|
|
96
|
-
e.html ? (o(),
|
|
96
|
+
e.html ? (o(), d("span", {
|
|
97
97
|
key: 0,
|
|
98
98
|
innerHTML: e.text
|
|
99
|
-
}, null, 8, z)) : (o(),
|
|
99
|
+
}, null, 8, z)) : (o(), d(
|
|
100
100
|
"span",
|
|
101
101
|
H,
|
|
102
102
|
y(e.text),
|
|
@@ -108,7 +108,7 @@ const Q = { class: "q-dialog__header" }, S = { class: "q-dialog__header-title" }
|
|
|
108
108
|
])
|
|
109
109
|
]),
|
|
110
110
|
a("div", w, [
|
|
111
|
-
(o(!0),
|
|
111
|
+
(o(!0), d(
|
|
112
112
|
E,
|
|
113
113
|
null,
|
|
114
114
|
M(e.buttons, (i) => (o(), s(t(b), g({ ref_for: !0 }, i.props, {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { Icon } from '../QIcon';
|
|
2
1
|
import { QButtonProps } from '../QButton';
|
|
3
|
-
|
|
2
|
+
import { Icon } from '../QIcon';
|
|
4
3
|
export type QDialogProps = {
|
|
5
4
|
/**
|
|
6
5
|
* The text of the dialog window.
|
|
@@ -49,9 +48,9 @@ export type QDialogProps = {
|
|
|
49
48
|
*/
|
|
50
49
|
class?: string | unknown[];
|
|
51
50
|
/**
|
|
52
|
-
*
|
|
51
|
+
* Custom icon configurations.
|
|
53
52
|
*/
|
|
54
|
-
|
|
53
|
+
icons?: typeof DEFAULT_ICONS;
|
|
55
54
|
};
|
|
56
55
|
export type DialogButton = {
|
|
57
56
|
/**
|
|
@@ -75,8 +74,7 @@ export type DialogButton = {
|
|
|
75
74
|
};
|
|
76
75
|
export declare const DEFAULT_BUTTONS: Array<DialogButton>;
|
|
77
76
|
export declare const DEFAULT_ICON: Icon;
|
|
78
|
-
|
|
79
|
-
export
|
|
80
|
-
|
|
81
|
-
};
|
|
77
|
+
type IconKeys = 'close';
|
|
78
|
+
export declare const DEFAULT_ICONS: Record<IconKeys, Icon>;
|
|
79
|
+
export {};
|
|
82
80
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE9C,MAAM,MAAM,YAAY,GAAG;IAC1B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IAExB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,MAAM,CAAC,EAAE;QAAE,IAAI,IAAI,CAAA;KAAE,CAAA;IAErB;;OAEG;IACH,KAAK,EAAE,YAAY,CAAA;CACnB,CAAA;AAGD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,YAAY,CAW/C,CAAA;AAGD,eAAO,MAAM,YAAY,EAAE,IAE1B,CAAA;AAED,KAAK,QAAQ,GAAG,OAAO,CAAA;AAGvB,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,QAAQ,EAAE,IAAI,CAIhD,CAAA"}
|
|
@@ -1,54 +1,31 @@
|
|
|
1
1
|
import { QFieldProps } from './types';
|
|
2
|
-
|
|
3
2
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
"label.prepend"?(_: {}): any;
|
|
5
|
+
"label.append"?(_: {}): any;
|
|
6
|
+
control?(_: {}): any;
|
|
7
|
+
prepend?(_: {}): any;
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
append?(_: {}): any;
|
|
10
|
+
extras?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {
|
|
13
|
+
fieldRef: HTMLDivElement;
|
|
14
|
+
};
|
|
15
|
+
attrs: Partial<{}>;
|
|
11
16
|
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
label: string;
|
|
15
|
-
for: undefined;
|
|
16
|
-
size: string;
|
|
17
|
-
class: undefined;
|
|
18
|
-
}>, {
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<QFieldProps, {
|
|
19
19
|
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
20
|
-
},
|
|
21
|
-
id: undefined;
|
|
22
|
-
label: string;
|
|
23
|
-
for: undefined;
|
|
24
|
-
size: string;
|
|
25
|
-
class: undefined;
|
|
26
|
-
}>>>, {
|
|
20
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QFieldProps> & Readonly<{}>, {
|
|
27
21
|
size: import('./types').QFieldSize;
|
|
28
22
|
class: string | unknown[];
|
|
29
23
|
label: string;
|
|
30
24
|
id: string;
|
|
31
25
|
for: string;
|
|
32
|
-
}, {}>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
28
|
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|
|
52
29
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
30
|
new (): {
|
|
54
31
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QField/QField.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QField/QField.vue"],"names":[],"mappings":"AAkFC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AA8C3C,iBAAS,cAAc;;iCAyEc,GAAG;gCACJ,GAAG;yBACV,GAAG;yBACH,GAAG;yBACH,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;WAUjB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
/**
|
|
3
3
|
* The source URL of the SVG bundle.
|
|
4
4
|
*/
|
|
@@ -36,7 +36,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
36
36
|
type: BooleanConstructor;
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
|
-
}
|
|
39
|
+
}>, {}, {
|
|
40
40
|
/** @type SVGElement */
|
|
41
41
|
svgElSource: SVGElement;
|
|
42
42
|
}, {}, {
|
|
@@ -96,15 +96,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
96
96
|
type: BooleanConstructor;
|
|
97
97
|
default: boolean;
|
|
98
98
|
};
|
|
99
|
-
}>> & {
|
|
100
|
-
onError?: ((payload?: any) => any) | undefined;
|
|
99
|
+
}>> & Readonly<{
|
|
101
100
|
onLoaded?: ((payload?: any) => any) | undefined;
|
|
102
101
|
onUnloaded?: (() => any) | undefined;
|
|
103
|
-
|
|
102
|
+
onError?: ((payload?: any) => any) | undefined;
|
|
103
|
+
}>, {
|
|
104
104
|
symbol: string;
|
|
105
105
|
title: string;
|
|
106
106
|
transformSource: Function;
|
|
107
107
|
keepDuringLoading: boolean;
|
|
108
|
-
}, {}>;
|
|
108
|
+
}, {}, {}, {}, never, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
109
109
|
export default _default;
|
|
110
110
|
//# sourceMappingURL=InlineSvg.d.ts.map
|
|
@@ -1,34 +1,8 @@
|
|
|
1
1
|
import { Icon } from './types';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Icon>, {
|
|
4
|
-
type: string;
|
|
5
|
-
size: undefined;
|
|
6
|
-
class: undefined;
|
|
7
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Icon>, {
|
|
8
|
-
type: string;
|
|
9
|
-
size: undefined;
|
|
10
|
-
class: undefined;
|
|
11
|
-
}>>>, {
|
|
2
|
+
declare const _default: import('vue').DefineComponent<Icon, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Icon> & Readonly<{}>, {
|
|
12
3
|
size: number;
|
|
13
4
|
class: string | unknown[];
|
|
14
5
|
type: "svg" | "font" | "img";
|
|
15
|
-
}, {}>;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
7
|
export default _default;
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
type __VLS_WithDefaults<P, D> = {
|
|
27
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
28
|
-
default: D[K];
|
|
29
|
-
}> : P[K];
|
|
30
|
-
};
|
|
31
|
-
type __VLS_Prettify<T> = {
|
|
32
|
-
[K in keyof T]: T[K];
|
|
33
|
-
} & {};
|
|
34
8
|
//# sourceMappingURL=QIcon.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIcon.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIcon.vue"],"names":[],"mappings":"AA2CC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;;;;;;AAoFpC,wBAOG"}
|
|
@@ -1,37 +1,9 @@
|
|
|
1
1
|
import { QIconFontProps } from './types';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QIconFontProps>, {
|
|
4
|
-
library: string;
|
|
5
|
-
variant: string;
|
|
6
|
-
size: undefined;
|
|
7
|
-
class: undefined;
|
|
8
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QIconFontProps>, {
|
|
9
|
-
library: string;
|
|
10
|
-
variant: string;
|
|
11
|
-
size: undefined;
|
|
12
|
-
class: undefined;
|
|
13
|
-
}>>>, {
|
|
2
|
+
declare const _default: import('vue').DefineComponent<QIconFontProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QIconFontProps> & Readonly<{}>, {
|
|
14
3
|
size: number;
|
|
15
4
|
class: string | unknown[];
|
|
16
5
|
library: string;
|
|
17
6
|
variant: string;
|
|
18
|
-
}, {}>;
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
8
|
export default _default;
|
|
20
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_Prettify<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
37
9
|
//# sourceMappingURL=QIconFont.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QIconFont.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconFont.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QIconFont.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconFont.vue"],"names":[],"mappings":"AAsCC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;;;;;;;AAwF9C,wBAOG"}
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
import { QIconGenericProps } from './types';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<QIconGenericProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<QIconGenericProps>>>, {}, {}>;
|
|
2
|
+
declare const _default: import('vue').DefineComponent<QIconGenericProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QIconGenericProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4
3
|
export default _default;
|
|
5
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
6
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
7
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
8
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
9
|
-
} : {
|
|
10
|
-
type: import('vue').PropType<T[K]>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
4
|
//# sourceMappingURL=QIconImg.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QIconImg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconImg.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QIconImg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconImg.vue"],"names":[],"mappings":"AAuBC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;;AAgEjD,wBAMG"}
|
|
@@ -1,40 +1,14 @@
|
|
|
1
1
|
import { QIconSvgProps } from './types';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
class: undefined;
|
|
7
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
-
loaded: (value: Element) => void;
|
|
9
|
-
unloaded: () => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QIconSvgProps>, {
|
|
11
|
-
bundle: string;
|
|
12
|
-
size: undefined;
|
|
13
|
-
class: undefined;
|
|
14
|
-
}>>> & {
|
|
2
|
+
declare const _default: import('vue').DefineComponent<QIconSvgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
loaded: (value: Element) => any;
|
|
4
|
+
unloaded: () => any;
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<QIconSvgProps> & Readonly<{
|
|
15
6
|
onLoaded?: ((value: Element) => any) | undefined;
|
|
16
7
|
onUnloaded?: (() => any) | undefined;
|
|
17
|
-
}
|
|
8
|
+
}>, {
|
|
18
9
|
size: number;
|
|
19
10
|
class: string | unknown[];
|
|
20
11
|
bundle: string;
|
|
21
|
-
}, {}>;
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
13
|
export default _default;
|
|
23
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
25
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
26
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
|
-
} : {
|
|
28
|
-
type: import('vue').PropType<T[K]>;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
type __VLS_WithDefaults<P, D> = {
|
|
33
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
34
|
-
default: D[K];
|
|
35
|
-
}> : P[K];
|
|
36
|
-
};
|
|
37
|
-
type __VLS_Prettify<T> = {
|
|
38
|
-
[K in keyof T]: T[K];
|
|
39
|
-
} & {};
|
|
40
14
|
//# sourceMappingURL=QIconSvg.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QIconSvg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconSvg.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QIconSvg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconSvg.vue"],"names":[],"mappings":"AAiDC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;AAiI7C,wBAWG"}
|
|
@@ -3,7 +3,6 @@ import { default as _QIconFont } from './QIconFont';
|
|
|
3
3
|
import { default as _QIconImg } from './QIconImg';
|
|
4
4
|
import { default as _QIconSvg } from './QIconSvg';
|
|
5
5
|
import { Icon } from './types';
|
|
6
|
-
|
|
7
6
|
declare const QIcon: typeof _QIcon;
|
|
8
7
|
declare const QIconFont: typeof _QIconFont;
|
|
9
8
|
declare const QIconImg: typeof _QIconImg;
|
|
@@ -1,52 +1,25 @@
|
|
|
1
1
|
import { QInputGroupProps } from './types';
|
|
2
|
-
|
|
3
2
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
prepend?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
append?(_: {}): any;
|
|
7
|
+
extras?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
attrs: Partial<{}>;
|
|
8
11
|
};
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
label: string;
|
|
12
|
-
prependIcon: undefined;
|
|
13
|
-
appendIcon: undefined;
|
|
14
|
-
size: string;
|
|
15
|
-
class: undefined;
|
|
16
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QInputGroupProps>, {
|
|
17
|
-
id: undefined;
|
|
18
|
-
label: string;
|
|
19
|
-
prependIcon: undefined;
|
|
20
|
-
appendIcon: undefined;
|
|
21
|
-
size: string;
|
|
22
|
-
class: undefined;
|
|
23
|
-
}>>>, {
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<QInputGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QInputGroupProps> & Readonly<{}>, {
|
|
24
14
|
size: import('../QField').QFieldSize;
|
|
25
15
|
class: string | unknown[];
|
|
26
16
|
label: string;
|
|
27
17
|
id: string;
|
|
28
18
|
prependIcon: import('../QIcon').Icon;
|
|
29
19
|
appendIcon: import('../QIcon').Icon;
|
|
30
|
-
}, {}>;
|
|
31
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
22
|
export default _default;
|
|
33
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
-
} : {
|
|
38
|
-
type: import('vue').PropType<T[K]>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
type __VLS_WithDefaults<P, D> = {
|
|
43
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
-
default: D[K];
|
|
45
|
-
}> : P[K];
|
|
46
|
-
};
|
|
47
|
-
type __VLS_Prettify<T> = {
|
|
48
|
-
[K in keyof T]: T[K];
|
|
49
|
-
} & {};
|
|
50
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
24
|
new (): {
|
|
52
25
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QInputGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QInputGroup/QInputGroup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QInputGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QInputGroup/QInputGroup.vue"],"names":[],"mappings":"AAiEC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAmChD,iBAAS,cAAc;;yBAsEO,GAAG;yBACH,GAAG;wBACJ,GAAG;wBACH,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;6EAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,28 +1,6 @@
|
|
|
1
1
|
import { QLineLoaderProps } from './types';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QLineLoaderProps>, {
|
|
4
|
-
class: undefined;
|
|
5
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QLineLoaderProps>, {
|
|
6
|
-
class: undefined;
|
|
7
|
-
}>>>, {
|
|
2
|
+
declare const _default: import('vue').DefineComponent<QLineLoaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QLineLoaderProps> & Readonly<{}>, {
|
|
8
3
|
class: string | unknown[];
|
|
9
|
-
}, {}>;
|
|
4
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
5
|
export default _default;
|
|
11
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
-
} : {
|
|
16
|
-
type: import('vue').PropType<T[K]>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
type __VLS_WithDefaults<P, D> = {
|
|
21
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
-
default: D[K];
|
|
23
|
-
}> : P[K];
|
|
24
|
-
};
|
|
25
|
-
type __VLS_Prettify<T> = {
|
|
26
|
-
[K in keyof T]: T[K];
|
|
27
|
-
} & {};
|
|
28
6
|
//# sourceMappingURL=QLineLoader.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QLineLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/QLineLoader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QLineLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/QLineLoader.vue"],"names":[],"mappings":"AAeC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;;;;AA6DhD,wBAOG"}
|