@quidgest/ui 0.13.3 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/manifest/components.json +4 -0
- package/dist/ui.css +77 -0
- package/dist/ui.esm.js +1129 -908
- package/dist/ui.js +6 -6
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +94 -85
- package/dist/ui.scss +86 -4
- package/esm/components/QBadge/QBadge.d.ts +10 -35
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +19 -22
- package/esm/components/QBadge/index.d.ts +3 -139
- package/esm/components/QBadge/index.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts +30 -0
- package/esm/components/QBadge/types.d.ts.map +1 -0
- package/esm/components/QBadge/types.js +8 -0
- package/esm/components/QButton/QButton.d.ts +8 -50
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/index.d.ts +3 -197
- package/esm/components/QButton/index.d.ts.map +1 -1
- package/esm/components/QButton/types.d.ts +47 -0
- package/esm/components/QButton/types.d.ts.map +1 -0
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +7 -21
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.d.ts +3 -79
- package/esm/components/QButtonGroup/index.d.ts.map +1 -1
- package/esm/components/QButtonGroup/types.d.ts +19 -0
- package/esm/components/QButtonGroup/types.d.ts.map +1 -0
- package/esm/components/QButtonToggle/QButtonToggle.d.ts +6 -33
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/index.d.ts +3 -115
- package/esm/components/QButtonToggle/index.d.ts.map +1 -1
- package/esm/components/QButtonToggle/types.d.ts +32 -0
- package/esm/components/QButtonToggle/types.d.ts.map +1 -0
- package/esm/components/QCombobox/QCombobox.d.ts +266 -144
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +52 -62
- package/esm/components/QCombobox/index.d.ts +3 -1075
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +92 -0
- package/esm/components/QCombobox/types.d.ts.map +1 -0
- package/esm/components/QCombobox/types.js +14 -0
- package/esm/components/QDialog/QDialog.d.ts +18 -93
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +45 -61
- package/esm/components/QDialog/index.d.ts +3 -267
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +82 -0
- package/esm/components/QDialog/types.d.ts.map +1 -0
- package/esm/components/QDialog/types.js +23 -0
- package/esm/components/QField/QField.d.ts +15 -47
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/index.d.ts +3 -168
- package/esm/components/QField/index.d.ts.map +1 -1
- package/esm/components/QField/types.d.ts +37 -0
- package/esm/components/QField/types.d.ts.map +1 -0
- package/esm/components/QIcon/InlineSvg.d.ts.map +1 -1
- package/esm/components/QIcon/InlineSvg.js +6 -13
- package/esm/components/QIcon/QIcon.d.ts +3 -19
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +2 -2
- package/esm/components/QIcon/QIconFont.d.ts +2 -22
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +9 -9
- package/esm/components/QIcon/QIconImg.d.ts +3 -27
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +3 -3
- package/esm/components/QIcon/QIconSvg.d.ts +4 -36
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +9 -9
- package/esm/components/QIcon/index.d.ts +9 -156
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QIcon/types.d.ts +40 -0
- package/esm/components/QIcon/types.d.ts.map +1 -0
- package/esm/components/QInputGroup/QInputGroup.d.ts +12 -42
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/index.d.ts +3 -153
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/types.d.ts +35 -0
- package/esm/components/QInputGroup/types.d.ts.map +1 -0
- package/esm/components/QLineLoader/QLineLoader.d.ts +2 -6
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.d.ts +3 -13
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/types.d.ts +7 -0
- package/esm/components/QLineLoader/types.d.ts.map +1 -0
- package/esm/components/QList/QList.d.ts +11 -52
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QListItem.d.ts +10 -53
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +22 -28
- package/esm/components/QList/QListItemGroup.d.ts +7 -13
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts +7 -452
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +102 -0
- package/esm/components/QList/types.d.ts.map +1 -0
- package/esm/components/QList/types.js +11 -0
- package/esm/components/QOverlay/QOverlay.d.ts +33 -118
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +1 -2
- package/esm/components/QOverlay/index.d.ts +3 -339
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +88 -0
- package/esm/components/QOverlay/types.d.ts.map +1 -0
- package/esm/components/QPopover/QPopover.d.ts +17 -58
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/index.d.ts +3 -180
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPopover/types.d.ts +44 -0
- package/esm/components/QPopover/types.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyList.d.ts +70 -0
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyList.vue.js +146 -0
- package/esm/components/QPropertyList/QPropertyList.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +48 -0
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +72 -0
- package/esm/components/QPropertyList/QPropertyListGroup.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +53 -0
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +45 -0
- package/esm/components/QPropertyList/QPropertyListPanel.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +29 -0
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +64 -0
- package/esm/components/QPropertyList/QPropertyListRow.vue2.js +4 -0
- package/esm/components/QPropertyList/index.d.ts +13 -0
- package/esm/components/QPropertyList/index.d.ts.map +1 -0
- package/esm/components/QPropertyList/index.js +12 -0
- package/esm/components/QPropertyList/types.d.ts +101 -0
- package/esm/components/QPropertyList/types.d.ts.map +1 -0
- package/esm/components/QPropertyList/types.js +14 -0
- package/esm/components/QSelect/QSelect.d.ts +25 -102
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +80 -91
- package/esm/components/QSelect/index.d.ts +3 -369
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +80 -0
- package/esm/components/QSelect/types.d.ts.map +1 -0
- package/esm/components/QSelect/types.js +14 -0
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +2 -14
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/index.d.ts +3 -31
- package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/types.d.ts +15 -0
- package/esm/components/QSkeletonLoader/types.d.ts.map +1 -0
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +2 -10
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
- package/esm/components/QSpinnerLoader/index.d.ts +3 -22
- package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/types.d.ts +11 -0
- package/esm/components/QSpinnerLoader/types.d.ts.map +1 -0
- package/esm/components/QTextField/QTextField.d.ts +13 -61
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts +3 -229
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/types.d.ts +51 -0
- package/esm/components/QTextField/types.d.ts.map +1 -0
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +6 -8
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.d.ts +3 -37
- package/esm/components/QThemeProvider/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts +7 -0
- package/esm/components/QThemeProvider/types.d.ts.map +1 -0
- package/esm/components/QTooltip/QTooltip.d.ts +30 -94
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/index.d.ts +3 -279
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/QTooltip/types.d.ts +67 -0
- package/esm/components/QTooltip/types.d.ts.map +1 -0
- package/esm/components/index.d.ts +1 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +42 -37
- package/esm/composables/defaults.js +3 -6
- package/esm/index.d.ts +4 -0
- package/esm/utils/color.js +1 -2
- package/esm/utils/setupPropsProxy.js +2 -4
- package/package.json +35 -36
|
@@ -1,57 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
id?: string;
|
|
8
|
-
/**
|
|
9
|
-
* The placeholder text for the text field.
|
|
10
|
-
*/
|
|
11
|
-
placeholder?: string;
|
|
12
|
-
/**
|
|
13
|
-
* The label of the input.
|
|
14
|
-
*/
|
|
15
|
-
label?: string;
|
|
16
|
-
/**
|
|
17
|
-
* The size of the text field.
|
|
18
|
-
*/
|
|
19
|
-
size?: QFieldSize;
|
|
20
|
-
/**
|
|
21
|
-
* If set, defines the maximum string length
|
|
22
|
-
* that the user can enter into the text field.
|
|
23
|
-
*/
|
|
24
|
-
maxLength?: number;
|
|
25
|
-
/**
|
|
26
|
-
* If set to true, the text field is read-only.
|
|
27
|
-
*/
|
|
28
|
-
readonly?: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* If set to true, the text field is disabled.
|
|
31
|
-
*/
|
|
32
|
-
disabled?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* If set to true, an asterisk (*) is displayed
|
|
35
|
-
* to indicate that the text field is required.
|
|
36
|
-
*/
|
|
37
|
-
required?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* The role attribute to apply to the input.
|
|
40
|
-
*/
|
|
41
|
-
role?: string;
|
|
42
|
-
/**
|
|
43
|
-
* The type attribute to apply to the input.
|
|
44
|
-
*/
|
|
45
|
-
type?: string;
|
|
46
|
-
/**
|
|
47
|
-
* Custom set of classes to apply to the component.
|
|
48
|
-
*/
|
|
49
|
-
class?: string | unknown[];
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
"label.prepend"?(_: {}): any;
|
|
3
|
+
"label.append"?(_: {}): any;
|
|
4
|
+
prepend?(_: {}): any;
|
|
5
|
+
append?(_: {}): any;
|
|
6
|
+
extras?(_: {}): any;
|
|
50
7
|
};
|
|
51
|
-
declare const
|
|
8
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
52
9
|
modelValue: import('vue').PropType<string>;
|
|
53
10
|
size: {
|
|
54
|
-
type: import('vue').PropType<QFieldSize>;
|
|
11
|
+
type: import('vue').PropType<import('../QField').QFieldSize>;
|
|
55
12
|
default: undefined;
|
|
56
13
|
};
|
|
57
14
|
class: {
|
|
@@ -93,11 +50,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
93
50
|
};
|
|
94
51
|
}, {
|
|
95
52
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
96
|
-
inputRef: import('vue').Ref<HTMLElement | null>;
|
|
53
|
+
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
97
54
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
98
55
|
modelValue: import('vue').PropType<string>;
|
|
99
56
|
size: {
|
|
100
|
-
type: import('vue').PropType<QFieldSize>;
|
|
57
|
+
type: import('vue').PropType<import('../QField').QFieldSize>;
|
|
101
58
|
default: undefined;
|
|
102
59
|
};
|
|
103
60
|
class: {
|
|
@@ -138,7 +95,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
138
95
|
type: import('vue').PropType<boolean>;
|
|
139
96
|
};
|
|
140
97
|
}>>, {
|
|
141
|
-
size: QFieldSize;
|
|
98
|
+
size: import('../QField').QFieldSize;
|
|
142
99
|
class: string | unknown[];
|
|
143
100
|
type: string;
|
|
144
101
|
label: string;
|
|
@@ -146,13 +103,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
146
103
|
id: string;
|
|
147
104
|
maxLength: number;
|
|
148
105
|
placeholder: string;
|
|
149
|
-
}, {}
|
|
150
|
-
|
|
151
|
-
"label.append"?(_: {}): any;
|
|
152
|
-
prepend?(_: {}): any;
|
|
153
|
-
append?(_: {}): any;
|
|
154
|
-
extras?(_: {}): any;
|
|
155
|
-
}>;
|
|
106
|
+
}, {}>;
|
|
107
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
156
108
|
export default _default;
|
|
157
109
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
158
110
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QTextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/QTextField.vue"],"names":[],"mappings":"AA8CA;
|
|
1
|
+
{"version":3,"file":"QTextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/QTextField.vue"],"names":[],"mappings":"AA8CA;AAkEA,iBAAS,cAAc;6BAkJe,GAAG;4BACJ,GAAG;qBACV,GAAG;oBACJ,GAAG;oBACH,GAAG;EAG/B;AAiBD,QAAA,MAAM,eAAe;gBAhLT,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAA9B,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA0LxC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,231 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
role: {
|
|
27
|
-
type: import('vue').PropType<string>;
|
|
28
|
-
default: undefined;
|
|
29
|
-
};
|
|
30
|
-
id: {
|
|
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
|
-
role: {
|
|
73
|
-
type: import('vue').PropType<string>;
|
|
74
|
-
default: undefined;
|
|
75
|
-
};
|
|
76
|
-
id: {
|
|
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
|
-
role: string;
|
|
97
|
-
id: 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
|
-
role: {
|
|
132
|
-
type: import('vue').PropType<string>;
|
|
133
|
-
default: undefined;
|
|
134
|
-
};
|
|
135
|
-
id: {
|
|
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
|
-
role: string;
|
|
159
|
-
id: 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
|
-
role: {
|
|
191
|
-
type: import('vue').PropType<string>;
|
|
192
|
-
default: undefined;
|
|
193
|
-
};
|
|
194
|
-
id: {
|
|
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
|
-
role: string;
|
|
218
|
-
id: 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
|
-
});
|
|
1
|
+
import { default as _QTextField } from './QTextField';
|
|
2
|
+
|
|
3
|
+
declare const QTextField: typeof _QTextField;
|
|
230
4
|
export { QTextField };
|
|
231
5
|
//# 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":"AACA,OAAO,WAAW,MAAM,kBAAkB,CAAA;AAK1C,QAAA,MAAM,UAAU,EAAmC,OAAO,WAAW,CAAA;AAGrE,OAAO,EAAE,UAAU,EAAE,CAAA"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { QFieldSize } from '../QField';
|
|
2
|
+
|
|
3
|
+
export type QTextFieldProps = {
|
|
4
|
+
/**
|
|
5
|
+
* The field unique identifier.
|
|
6
|
+
*/
|
|
7
|
+
id?: string;
|
|
8
|
+
/**
|
|
9
|
+
* The placeholder text for the text field.
|
|
10
|
+
*/
|
|
11
|
+
placeholder?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The label of the input.
|
|
14
|
+
*/
|
|
15
|
+
label?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The size of the text field.
|
|
18
|
+
*/
|
|
19
|
+
size?: QFieldSize;
|
|
20
|
+
/**
|
|
21
|
+
* If set, defines the maximum string length
|
|
22
|
+
* that the user can enter into the text field.
|
|
23
|
+
*/
|
|
24
|
+
maxLength?: number;
|
|
25
|
+
/**
|
|
26
|
+
* If set to true, the text field is read-only.
|
|
27
|
+
*/
|
|
28
|
+
readonly?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* If set to true, the text field is disabled.
|
|
31
|
+
*/
|
|
32
|
+
disabled?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* If set to true, an asterisk (*) is displayed
|
|
35
|
+
* to indicate that the text field is required.
|
|
36
|
+
*/
|
|
37
|
+
required?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* The role attribute to apply to the input.
|
|
40
|
+
*/
|
|
41
|
+
role?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The type attribute to apply to the input.
|
|
44
|
+
*/
|
|
45
|
+
type?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Custom set of classes to apply to the component.
|
|
48
|
+
*/
|
|
49
|
+
class?: string | unknown[];
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAErD,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"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*/
|
|
5
|
-
theme: string;
|
|
6
|
-
};
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<QThemeProviderProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<QThemeProviderProps>>>, {}, {}>, {
|
|
1
|
+
import { QThemeProviderProps } from './types';
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): {
|
|
8
4
|
default?(_: {}): any;
|
|
9
|
-
}
|
|
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>>;
|
|
10
8
|
export default _default;
|
|
11
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
10
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QThemeProvider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/QThemeProvider.vue"],"names":[],"mappings":"AAKA;
|
|
1
|
+
{"version":3,"file":"QThemeProvider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/QThemeProvider.vue"],"names":[],"mappings":"AAKA;AAGC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AASnD,iBAAS,cAAc;qBAoCM,GAAG;EAG/B;AAQD,QAAA,MAAM,eAAe,+TAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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,39 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
});
|
|
1
|
+
import { default as _QThemeProvider } from './QThemeProvider';
|
|
2
|
+
|
|
3
|
+
declare const QThemeProvider: typeof _QThemeProvider;
|
|
38
4
|
export { QThemeProvider };
|
|
39
5
|
//# 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":"AACA,OAAO,eAAe,MAAM,sBAAsB,CAAA;AAKlD,QAAA,MAAM,cAAc,EAAuC,OAAO,eAAe,CAAA;AAGjF,OAAO,EAAE,cAAc,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACb,CAAA"}
|