@quidgest/ui 0.14.0 → 0.14.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 +4 -0
- package/dist/ui.esm.js +752 -739
- 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/QButtonToggle.vue.js +26 -23
- 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/QPropertyListRow.vue.js +28 -25
- package/esm/components/QPropertyList/index.d.ts +0 -1
- package/esm/components/QPropertyList/types.d.ts +66 -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 +24 -121
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +1 -1
- package/esm/components/QTooltip/index.d.ts +0 -1
- package/esm/components/QTooltip/types.d.ts +1 -2
- package/esm/components/QTooltip/types.d.ts.map +1 -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 +35 -33
|
@@ -1,110 +1,114 @@
|
|
|
1
|
+
import { QTextFieldProps } from './types';
|
|
2
|
+
declare let __VLS_typeProps: QTextFieldProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
} & typeof __VLS_typeProps;
|
|
1
6
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
+
slots: {
|
|
8
|
+
"label.prepend"?(_: {}): any;
|
|
9
|
+
"label.append"?(_: {}): any;
|
|
10
|
+
prepend?(_: {}): any;
|
|
11
|
+
append?(_: {}): any;
|
|
12
|
+
extras?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {
|
|
15
|
+
fieldRef: ({
|
|
16
|
+
$: import('vue').ComponentInternalInstance;
|
|
17
|
+
$data: {};
|
|
18
|
+
$props: {
|
|
19
|
+
readonly id?: string | undefined;
|
|
20
|
+
readonly label?: string | undefined;
|
|
21
|
+
readonly for?: string | undefined;
|
|
22
|
+
readonly size?: import('../QField').QFieldSize | undefined;
|
|
23
|
+
readonly readonly?: boolean | undefined;
|
|
24
|
+
readonly disabled?: boolean | undefined;
|
|
25
|
+
readonly required?: boolean | undefined;
|
|
26
|
+
readonly class?: (string | unknown[]) | undefined;
|
|
27
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
28
|
+
$attrs: {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
31
|
+
$refs: {
|
|
32
|
+
[x: string]: unknown;
|
|
33
|
+
};
|
|
34
|
+
$slots: Readonly<{
|
|
35
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
36
|
+
}>;
|
|
37
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
38
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
39
|
+
$host: Element | null;
|
|
40
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
41
|
+
$el: any;
|
|
42
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../QField').QFieldProps> & Readonly<{}>, {
|
|
43
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
44
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
45
|
+
size: import('../QField').QFieldSize;
|
|
46
|
+
class: string | unknown[];
|
|
47
|
+
label: string;
|
|
48
|
+
id: string;
|
|
49
|
+
for: string;
|
|
50
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
51
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
52
|
+
created?: (() => void) | (() => void)[];
|
|
53
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
54
|
+
mounted?: (() => void) | (() => void)[];
|
|
55
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
56
|
+
updated?: (() => void) | (() => void)[];
|
|
57
|
+
activated?: (() => void) | (() => void)[];
|
|
58
|
+
deactivated?: (() => void) | (() => void)[];
|
|
59
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
60
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
61
|
+
destroyed?: (() => void) | (() => void)[];
|
|
62
|
+
unmounted?: (() => void) | (() => void)[];
|
|
63
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
64
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
65
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
66
|
+
};
|
|
67
|
+
$forceUpdate: () => void;
|
|
68
|
+
$nextTick: typeof import('vue').nextTick;
|
|
69
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
70
|
+
} & Readonly<{
|
|
71
|
+
size: import('../QField').QFieldSize;
|
|
72
|
+
class: string | unknown[];
|
|
73
|
+
label: string;
|
|
74
|
+
id: string;
|
|
75
|
+
for: string;
|
|
76
|
+
}> & Omit<Readonly<import('../QField').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "class" | "label" | "id" | "for")> & import('vue').ShallowUnwrapRef<{
|
|
77
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
78
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
79
|
+
$slots: {
|
|
80
|
+
"label.prepend"?(_: {}): any;
|
|
81
|
+
"label.append"?(_: {}): any;
|
|
82
|
+
control?(_: {}): any;
|
|
83
|
+
prepend?(_: {}): any;
|
|
84
|
+
default?(_: {}): any;
|
|
85
|
+
append?(_: {}): any;
|
|
86
|
+
extras?(_: {}): any;
|
|
87
|
+
};
|
|
88
|
+
}) | null;
|
|
89
|
+
inputRef: HTMLInputElement;
|
|
90
|
+
};
|
|
91
|
+
attrs: Partial<{}>;
|
|
7
92
|
};
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
size: {
|
|
11
|
-
type: import('vue').PropType<import('../QField').QFieldSize>;
|
|
12
|
-
default: undefined;
|
|
13
|
-
};
|
|
14
|
-
class: {
|
|
15
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
16
|
-
default: undefined;
|
|
17
|
-
};
|
|
18
|
-
type: {
|
|
19
|
-
type: import('vue').PropType<string>;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
label: {
|
|
23
|
-
type: import('vue').PropType<string>;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
disabled: {
|
|
27
|
-
type: import('vue').PropType<boolean>;
|
|
28
|
-
};
|
|
29
|
-
required: {
|
|
30
|
-
type: import('vue').PropType<boolean>;
|
|
31
|
-
};
|
|
32
|
-
role: {
|
|
33
|
-
type: import('vue').PropType<string>;
|
|
34
|
-
default: undefined;
|
|
35
|
-
};
|
|
36
|
-
id: {
|
|
37
|
-
type: import('vue').PropType<string>;
|
|
38
|
-
default: undefined;
|
|
39
|
-
};
|
|
40
|
-
maxLength: {
|
|
41
|
-
type: import('vue').PropType<number>;
|
|
42
|
-
default: undefined;
|
|
43
|
-
};
|
|
44
|
-
placeholder: {
|
|
45
|
-
type: import('vue').PropType<string>;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
|
-
readonly: {
|
|
49
|
-
type: import('vue').PropType<boolean>;
|
|
50
|
-
};
|
|
51
|
-
}, {
|
|
93
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
94
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
52
95
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
53
96
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
54
|
-
},
|
|
55
|
-
modelValue:
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
};
|
|
60
|
-
class: {
|
|
61
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
62
|
-
default: undefined;
|
|
63
|
-
};
|
|
64
|
-
type: {
|
|
65
|
-
type: import('vue').PropType<string>;
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
|
-
label: {
|
|
69
|
-
type: import('vue').PropType<string>;
|
|
70
|
-
default: string;
|
|
71
|
-
};
|
|
72
|
-
disabled: {
|
|
73
|
-
type: import('vue').PropType<boolean>;
|
|
74
|
-
};
|
|
75
|
-
required: {
|
|
76
|
-
type: import('vue').PropType<boolean>;
|
|
77
|
-
};
|
|
78
|
-
role: {
|
|
79
|
-
type: import('vue').PropType<string>;
|
|
80
|
-
default: undefined;
|
|
81
|
-
};
|
|
82
|
-
id: {
|
|
83
|
-
type: import('vue').PropType<string>;
|
|
84
|
-
default: undefined;
|
|
85
|
-
};
|
|
86
|
-
maxLength: {
|
|
87
|
-
type: import('vue').PropType<number>;
|
|
88
|
-
default: undefined;
|
|
89
|
-
};
|
|
90
|
-
placeholder: {
|
|
91
|
-
type: import('vue').PropType<string>;
|
|
92
|
-
default: string;
|
|
93
|
-
};
|
|
94
|
-
readonly: {
|
|
95
|
-
type: import('vue').PropType<boolean>;
|
|
96
|
-
};
|
|
97
|
-
}>>, {
|
|
97
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
98
|
+
"update:modelValue": (modelValue: string) => any;
|
|
99
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
100
|
+
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
101
|
+
}>, {
|
|
98
102
|
size: import('../QField').QFieldSize;
|
|
99
103
|
class: string | unknown[];
|
|
100
104
|
type: string;
|
|
101
105
|
label: string;
|
|
102
106
|
role: string;
|
|
103
107
|
id: string;
|
|
104
|
-
maxLength: number;
|
|
105
108
|
placeholder: string;
|
|
106
|
-
|
|
107
|
-
|
|
109
|
+
maxLength: number;
|
|
110
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
111
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
108
112
|
export default _default;
|
|
109
113
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
110
114
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QTextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/QTextField.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QTextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/QTextField.vue"],"names":[],"mappings":"AAgGC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAQ/C,QAAA,IAAI,eAAe,EAAG,eAAe,CAAC;AAqDtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;iCA2Ec,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACH,GAAG;wBACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA+DiqhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;WApDzyhB,OAAO,IAA6B;EAEjD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;6EASnB,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,20 +1,15 @@
|
|
|
1
1
|
import { QThemeProviderProps } from './types';
|
|
2
|
-
|
|
3
2
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<QThemeProviderProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<QThemeProviderProps>>>, {}, {}>;
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: import('vue').PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
16
5
|
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
17
8
|
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<QThemeProviderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QThemeProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
18
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
14
|
new (): {
|
|
20
15
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QThemeProvider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/QThemeProvider.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QThemeProvider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/QThemeProvider.vue"],"names":[],"mappings":"AAeC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAWnD,iBAAS,cAAc;;yBA2BM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kTAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,125 +1,28 @@
|
|
|
1
|
+
import { QTooltipProps } from './types';
|
|
2
|
+
declare let __VLS_typeProps: QTooltipProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
} & typeof __VLS_typeProps;
|
|
1
6
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
slots: {
|
|
8
|
+
anchor?(_: {
|
|
9
|
+
props: {
|
|
10
|
+
'aria-describedby': string;
|
|
11
|
+
};
|
|
12
|
+
}): any;
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
attrs: Partial<{}>;
|
|
8
17
|
};
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
anchor: {
|
|
16
|
-
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
html: {
|
|
20
|
-
type: import('vue').PropType<boolean>;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
text: {
|
|
24
|
-
type: import('vue').PropType<string>;
|
|
25
|
-
required: true;
|
|
26
|
-
};
|
|
27
|
-
disabled: {
|
|
28
|
-
type: import('vue').PropType<boolean>;
|
|
29
|
-
};
|
|
30
|
-
icon: {
|
|
31
|
-
type: import('vue').PropType<import('../QIcon').Icon>;
|
|
32
|
-
default: undefined;
|
|
33
|
-
};
|
|
34
|
-
id: {
|
|
35
|
-
type: import('vue').PropType<string>;
|
|
36
|
-
default: undefined;
|
|
37
|
-
};
|
|
38
|
-
appearance: {
|
|
39
|
-
type: import('vue').PropType<import('../../composables/overlay').Appearance>;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
arrow: {
|
|
43
|
-
type: import('vue').PropType<boolean>;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
attach: {
|
|
47
|
-
type: import('vue').PropType<string>;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
inline: {
|
|
51
|
-
type: import('vue').PropType<boolean>;
|
|
52
|
-
};
|
|
53
|
-
delay: {
|
|
54
|
-
type: import('vue').PropType<number>;
|
|
55
|
-
default: number;
|
|
56
|
-
};
|
|
57
|
-
placement: {
|
|
58
|
-
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
trigger: {
|
|
62
|
-
type: import('vue').PropType<import('../../composables/overlay').Trigger>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
66
|
-
modelValue: import('vue').PropType<boolean>;
|
|
67
|
-
class: {
|
|
68
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
69
|
-
default: undefined;
|
|
70
|
-
};
|
|
71
|
-
anchor: {
|
|
72
|
-
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
73
|
-
required: true;
|
|
74
|
-
};
|
|
75
|
-
html: {
|
|
76
|
-
type: import('vue').PropType<boolean>;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
text: {
|
|
80
|
-
type: import('vue').PropType<string>;
|
|
81
|
-
required: true;
|
|
82
|
-
};
|
|
83
|
-
disabled: {
|
|
84
|
-
type: import('vue').PropType<boolean>;
|
|
85
|
-
};
|
|
86
|
-
icon: {
|
|
87
|
-
type: import('vue').PropType<import('../QIcon').Icon>;
|
|
88
|
-
default: undefined;
|
|
89
|
-
};
|
|
90
|
-
id: {
|
|
91
|
-
type: import('vue').PropType<string>;
|
|
92
|
-
default: undefined;
|
|
93
|
-
};
|
|
94
|
-
appearance: {
|
|
95
|
-
type: import('vue').PropType<import('../../composables/overlay').Appearance>;
|
|
96
|
-
default: string;
|
|
97
|
-
};
|
|
98
|
-
arrow: {
|
|
99
|
-
type: import('vue').PropType<boolean>;
|
|
100
|
-
default: boolean;
|
|
101
|
-
};
|
|
102
|
-
attach: {
|
|
103
|
-
type: import('vue').PropType<string>;
|
|
104
|
-
default: string;
|
|
105
|
-
};
|
|
106
|
-
inline: {
|
|
107
|
-
type: import('vue').PropType<boolean>;
|
|
108
|
-
};
|
|
109
|
-
delay: {
|
|
110
|
-
type: import('vue').PropType<number>;
|
|
111
|
-
default: number;
|
|
112
|
-
};
|
|
113
|
-
placement: {
|
|
114
|
-
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
115
|
-
default: string;
|
|
116
|
-
};
|
|
117
|
-
trigger: {
|
|
118
|
-
type: import('vue').PropType<import('../../composables/overlay').Trigger>;
|
|
119
|
-
default: string;
|
|
120
|
-
};
|
|
121
|
-
}>>, {
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
23
|
+
}>, {
|
|
122
24
|
class: string | unknown[];
|
|
25
|
+
anchor: import('../../utils/getElement').Selector;
|
|
123
26
|
html: boolean;
|
|
124
27
|
icon: import('../QIcon').Icon;
|
|
125
28
|
id: string;
|
|
@@ -129,8 +32,8 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
129
32
|
delay: number;
|
|
130
33
|
placement: import('../../composables/overlay').Placement;
|
|
131
34
|
trigger: import('../../composables/overlay').Trigger;
|
|
132
|
-
}, {}>;
|
|
133
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
36
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
134
37
|
export default _default;
|
|
135
38
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
136
39
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/QTooltip.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/QTooltip.vue"],"names":[],"mappings":"AAuEC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAO7C,QAAA,IAAI,eAAe,EAAG,aAAa,CAAC;AAsCpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;;;;;YAoDK,GAAG;yBACF,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAcD,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"}
|
|
@@ -6,7 +6,7 @@ const M = ["innerHTML"], z = /* @__PURE__ */ s({
|
|
|
6
6
|
__name: "QTooltip",
|
|
7
7
|
props: /* @__PURE__ */ p({
|
|
8
8
|
id: { default: void 0 },
|
|
9
|
-
anchor: {},
|
|
9
|
+
anchor: { default: void 0 },
|
|
10
10
|
appearance: { default: "inverted" },
|
|
11
11
|
arrow: { type: Boolean, default: !0 },
|
|
12
12
|
attach: { default: "body" },
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Appearance, Placement, Trigger } from '../../composables/overlay';
|
|
2
2
|
import { Selector } from '../../utils/getElement';
|
|
3
3
|
import { Icon } from '../QIcon';
|
|
4
|
-
|
|
5
4
|
export type QTooltipProps = {
|
|
6
5
|
/**
|
|
7
6
|
* The tooltip unique identifier.
|
|
@@ -10,7 +9,7 @@ export type QTooltipProps = {
|
|
|
10
9
|
/**
|
|
11
10
|
* The DOM element the tooltip should be anchored to.
|
|
12
11
|
*/
|
|
13
|
-
anchor
|
|
12
|
+
anchor?: Selector;
|
|
14
13
|
/**
|
|
15
14
|
* The appearance of the tooltip.
|
|
16
15
|
* 'regular' uses body text color for background and body background color for text.
|
|
@@ -1 +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;
|
|
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,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;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"}
|
package/esm/framework.d.ts
CHANGED
package/esm/templates/theme.d.ts
CHANGED
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.14.
|
|
4
|
+
"version": "0.14.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Quidgest",
|
|
@@ -43,50 +43,51 @@
|
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
|
46
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
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.3",
|
|
49
|
+
"@storybook/addon-interactions": "^8.4.3",
|
|
50
|
+
"@storybook/addon-links": "^8.4.3",
|
|
51
|
+
"@storybook/blocks": "^8.4.3",
|
|
52
|
+
"@storybook/manager-api": "^8.4.3",
|
|
53
|
+
"@storybook/test": "^8.4.3",
|
|
54
|
+
"@storybook/theming": "^8.4.3",
|
|
55
|
+
"@storybook/vue3": "^8.4.3",
|
|
56
|
+
"@storybook/vue3-vite": "^8.4.3",
|
|
57
57
|
"@tsconfig/node20": "^20.1.4",
|
|
58
|
-
"@types/node": "^22.
|
|
58
|
+
"@types/node": "^22.9.0",
|
|
59
59
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
60
60
|
"@typescript-eslint/parser": "^7.18.0",
|
|
61
|
-
"@vitejs/plugin-vue": "^5.
|
|
62
|
-
"@vitest/coverage-v8": "^2.
|
|
63
|
-
"@vitest/ui": "^2.
|
|
61
|
+
"@vitejs/plugin-vue": "^5.2.0",
|
|
62
|
+
"@vitest/coverage-v8": "^2.1.5",
|
|
63
|
+
"@vitest/ui": "^2.1.5",
|
|
64
64
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
65
65
|
"@vue/test-utils": "^2.4.6",
|
|
66
|
-
"@vue/tsconfig": "^0.
|
|
67
|
-
"acorn-walk": "^8.3.
|
|
66
|
+
"@vue/tsconfig": "^0.6.0",
|
|
67
|
+
"acorn-walk": "^8.3.4",
|
|
68
68
|
"autoprefixer": "^10.4.20",
|
|
69
|
-
"cssnano": "^7.0.
|
|
70
|
-
"eslint": "^8.57.
|
|
69
|
+
"cssnano": "^7.0.6",
|
|
70
|
+
"eslint": "^8.57.1",
|
|
71
71
|
"eslint-config-prettier": "^9.1.0",
|
|
72
72
|
"eslint-plugin-prettier": "^5.2.1",
|
|
73
73
|
"eslint-plugin-storybook": "^0.8.0",
|
|
74
|
-
"eslint-plugin-vue": "^9.
|
|
75
|
-
"happy-dom": "^
|
|
76
|
-
"husky": "^9.1.
|
|
77
|
-
"lint-staged": "^15.2.
|
|
78
|
-
"postcss": "^8.4.
|
|
74
|
+
"eslint-plugin-vue": "^9.31.0",
|
|
75
|
+
"happy-dom": "^15.11.4",
|
|
76
|
+
"husky": "^9.1.6",
|
|
77
|
+
"lint-staged": "^15.2.10",
|
|
78
|
+
"postcss": "^8.4.49",
|
|
79
79
|
"prettier": "^3.3.3",
|
|
80
80
|
"rimraf": "^6.0.1",
|
|
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": "^2.
|
|
89
|
-
"vue-eslint-parser": "^9.4.3"
|
|
81
|
+
"sass": "^1.80.7",
|
|
82
|
+
"storybook": "^8.4.3",
|
|
83
|
+
"stylelint": "^16.10.0",
|
|
84
|
+
"stylelint-config-sass-guidelines": "^12.1.0",
|
|
85
|
+
"typescript": "^5.6.3",
|
|
86
|
+
"vite": "^5.4.11",
|
|
87
|
+
"vite-plugin-dts": "^4.3.0",
|
|
88
|
+
"vitest": "^2.1.5",
|
|
89
|
+
"vue-eslint-parser": "^9.4.3",
|
|
90
|
+
"vue-tsc": "^2.1.10"
|
|
90
91
|
},
|
|
91
92
|
"peerDependencies": {
|
|
92
93
|
"vue": "^3.4.15"
|
|
@@ -97,6 +98,7 @@
|
|
|
97
98
|
"build:dist": "vite build",
|
|
98
99
|
"build:esm": "node build/esm.js",
|
|
99
100
|
"build:css": "node build/css.js",
|
|
101
|
+
"type-check": "vue-tsc --noEmit -p tsconfig.dev.json --composite false",
|
|
100
102
|
"format": "prettier . --check",
|
|
101
103
|
"format:fix": "prettier . --write",
|
|
102
104
|
"lint": "eslint --max-warnings 0 --ext .js,.ts,.vue .",
|