@quidgest/ui 0.16.28 → 0.16.30
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/json/api.json +5777 -0
- package/dist/ui.esm.js +311 -307
- package/dist/ui.js +5 -5
- package/dist/ui.min.js +66 -66
- package/dist/ui.scss +1 -1
- package/esm/components/QAccordion/QAccordionItem.vue.js +2 -2
- package/esm/components/QAccordion/types.d.ts +10 -0
- package/esm/components/QAccordion/types.d.ts.map +1 -1
- package/esm/components/QAvatar/QAvatar.d.ts +1 -1
- package/esm/components/QAvatar/QAvatar.vue.js +3 -3
- package/esm/components/QAvatar/index.d.ts +3 -3
- package/esm/components/QAvatar/types.d.ts +20 -8
- package/esm/components/QAvatar/types.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +1 -1
- package/esm/components/QBadge/types.d.ts +18 -4
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +1 -0
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.vue.js +9 -9
- package/esm/components/QBadgeIndicator/index.d.ts +3 -0
- package/esm/components/QBadgeIndicator/index.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/types.d.ts +11 -5
- package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +3 -3
- package/esm/components/QButton/types.d.ts +30 -8
- package/esm/components/QButton/types.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +2 -2
- package/esm/components/QButtonGroup/types.d.ts +12 -4
- package/esm/components/QButtonGroup/types.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +3 -3
- package/esm/components/QCard/types.d.ts +26 -8
- package/esm/components/QCard/types.d.ts.map +1 -1
- package/esm/components/QCarousel/types.d.ts +55 -11
- package/esm/components/QCarousel/types.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +3 -3
- package/esm/components/QCheckbox/QCheckboxLabel.vue.js +2 -2
- package/esm/components/QCheckbox/index.d.ts +9 -9
- package/esm/components/QCheckbox/types.d.ts +23 -9
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +2 -2
- package/esm/components/QCollapsible/index.d.ts +6 -6
- package/esm/components/QCollapsible/types.d.ts +23 -7
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QColorPicker/types.d.ts +14 -0
- package/esm/components/QColorPicker/types.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +28 -28
- package/esm/components/QCombobox/QCombobox.vue.js +4 -4
- package/esm/components/QCombobox/index.d.ts +43 -43
- package/esm/components/QCombobox/types.d.ts +34 -12
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +4 -4
- package/esm/components/QDateTimePicker/index.d.ts +12 -12
- package/esm/components/QDateTimePicker/types.d.ts +29 -13
- package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
- package/esm/components/QDefaultsProvider/types.d.ts +2 -0
- package/esm/components/QDefaultsProvider/types.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.d.ts +1 -1
- package/esm/components/QDialog/QDialog.vue.js +5 -5
- package/esm/components/QDialog/index.d.ts +15 -15
- package/esm/components/QDialog/types.d.ts +46 -18
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDivider/QDivider.d.ts.map +1 -1
- package/esm/components/QDivider/QDivider.vue.js +43 -45
- package/esm/components/QDivider/types.d.ts +6 -1
- package/esm/components/QDivider/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +6 -6
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +9 -9
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +6 -6
- package/esm/components/QDropdownMenu/index.d.ts +12 -12
- package/esm/components/QDropdownMenu/types.d.ts +51 -21
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +1 -1
- package/esm/components/QField/types.d.ts +10 -0
- package/esm/components/QField/types.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
- package/esm/components/QFileUpload/index.d.ts +3 -3
- package/esm/components/QFileUpload/types.d.ts +6 -0
- package/esm/components/QFileUpload/types.d.ts.map +1 -1
- package/esm/components/QGrid/types.d.ts +20 -0
- package/esm/components/QGrid/types.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +2 -2
- package/esm/components/QIcon/QIconFont.vue.js +2 -2
- package/esm/components/QIcon/types.d.ts +22 -8
- package/esm/components/QIcon/types.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
- package/esm/components/QInputGroup/types.d.ts +4 -0
- package/esm/components/QInputGroup/types.d.ts.map +1 -1
- package/esm/components/QLabel/QLabel.vue.js +2 -2
- package/esm/components/QLabel/types.d.ts +10 -4
- package/esm/components/QLabel/types.d.ts.map +1 -1
- package/esm/components/QLineLoader/types.d.ts +4 -0
- package/esm/components/QLineLoader/types.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +2 -2
- package/esm/components/QList/QList.vue.js +4 -4
- package/esm/components/QList/QListItem.vue.js +1 -1
- package/esm/components/QList/index.d.ts +1 -1
- package/esm/components/QList/types.d.ts +54 -14
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QMeter/QMeter.vue.js +3 -3
- package/esm/components/QMeter/index.d.ts +4 -4
- package/esm/components/QMeter/types.d.ts +10 -4
- package/esm/components/QMeter/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +2 -2
- package/esm/components/QOverlay/QOverlay.vue.js +9 -9
- package/esm/components/QOverlay/index.d.ts +30 -30
- package/esm/components/QOverlay/types.d.ts +74 -34
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.d.ts +8 -8
- package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +8 -8
- package/esm/components/QPasswordField/index.d.ts +4 -4
- package/esm/components/QPasswordField/types.d.ts +12 -0
- package/esm/components/QPasswordField/types.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +4 -4
- package/esm/components/QPopover/index.d.ts +12 -12
- package/esm/components/QPopover/types.d.ts +32 -14
- package/esm/components/QPopover/types.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +1 -1
- package/esm/components/QPropertyList/types.d.ts +41 -5
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.vue.js +6 -6
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +5 -5
- package/esm/components/QRadioGroup/index.d.ts +12 -12
- package/esm/components/QRadioGroup/types.d.ts +57 -27
- package/esm/components/QRadioGroup/types.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +2 -2
- package/esm/components/QRemoveScrollBar/types.d.ts +10 -6
- package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +10 -10
- package/esm/components/QSelect/QSelect.vue.js +4 -4
- package/esm/components/QSelect/index.d.ts +17 -17
- package/esm/components/QSelect/types.d.ts +30 -10
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebar.d.ts +1 -1
- package/esm/components/QSidebar/QSidebarAnchor.d.ts +13 -13
- package/esm/components/QSidebar/index.d.ts +1 -1
- package/esm/components/QSidebar/types.d.ts +29 -9
- package/esm/components/QSidebar/types.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +2 -2
- package/esm/components/QSkeletonLoader/types.d.ts +10 -4
- package/esm/components/QSkeletonLoader/types.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/types.d.ts +2 -0
- package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
- package/esm/components/QSwitch/QSwitch.vue.js +3 -3
- package/esm/components/QSwitch/index.d.ts +4 -4
- package/esm/components/QSwitch/types.d.ts +24 -8
- package/esm/components/QSwitch/types.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.vue.js +1 -1
- package/esm/components/QTextArea/index.d.ts +3 -3
- package/esm/components/QTextArea/types.d.ts +14 -0
- package/esm/components/QTextArea/types.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +2 -2
- package/esm/components/QTextField/QTextField.vue.js +1 -1
- package/esm/components/QTextField/index.d.ts +4 -4
- package/esm/components/QTextField/types.d.ts +10 -0
- package/esm/components/QTextField/types.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts +2 -0
- package/esm/components/QThemeProvider/types.d.ts.map +1 -1
- package/esm/components/QToast/QToast.vue.js +4 -4
- package/esm/components/QToast/types.d.ts +34 -12
- package/esm/components/QToast/types.d.ts.map +1 -1
- package/esm/components/QToggle/QToggle.vue.js +3 -3
- package/esm/components/QToggle/index.d.ts +6 -6
- package/esm/components/QToggleGroup/QToggleGroup.vue.js +1 -1
- package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +2 -2
- package/esm/components/QToggleGroup/index.d.ts +3 -3
- package/esm/components/QToggleGroup/types.d.ts +6 -0
- package/esm/components/QToggleGroup/types.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +5 -5
- package/esm/components/QTooltip/index.d.ts +12 -12
- package/esm/components/QTooltip/types.d.ts +40 -16
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/types.d.ts +2 -0
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/types.d.ts +4 -0
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
- package/esm/composables/useDialog/index.d.ts +12 -12
- package/esm/composables/useDialog/index.d.ts.map +1 -1
- package/esm/types/component.d.ts +4 -0
- package/esm/types/component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -29,8 +29,8 @@ declare function __VLS_template(): {
|
|
|
29
29
|
readonly id?: string | undefined;
|
|
30
30
|
readonly class?: string | unknown[] | undefined;
|
|
31
31
|
readonly label?: string | undefined;
|
|
32
|
-
readonly for?: string | undefined;
|
|
33
32
|
readonly required?: boolean | undefined;
|
|
33
|
+
readonly for?: string | undefined;
|
|
34
34
|
readonly size?: import('..').QFieldSize | undefined;
|
|
35
35
|
readonly readonly?: boolean | undefined;
|
|
36
36
|
readonly disabled?: boolean | undefined;
|
|
@@ -56,8 +56,8 @@ declare function __VLS_template(): {
|
|
|
56
56
|
readonly id?: string | undefined;
|
|
57
57
|
readonly class?: string | unknown[] | undefined;
|
|
58
58
|
readonly label?: string | undefined;
|
|
59
|
-
readonly for?: string | undefined;
|
|
60
59
|
readonly required?: boolean | undefined;
|
|
60
|
+
readonly for?: string | undefined;
|
|
61
61
|
readonly size?: import('..').QFieldSize | undefined;
|
|
62
62
|
readonly readonly?: boolean | undefined;
|
|
63
63
|
readonly disabled?: boolean | undefined;
|
|
@@ -132,8 +132,8 @@ declare function __VLS_template(): {
|
|
|
132
132
|
modelValue?: string;
|
|
133
133
|
} & import('../../types/component').QBaseComponentProps & {
|
|
134
134
|
label?: string;
|
|
135
|
-
for?: string;
|
|
136
135
|
required?: boolean;
|
|
136
|
+
for?: string;
|
|
137
137
|
} & {
|
|
138
138
|
size?: import('..').QFieldSize;
|
|
139
139
|
readonly?: boolean;
|
|
@@ -184,8 +184,8 @@ declare function __VLS_template(): {
|
|
|
184
184
|
modelValue?: string;
|
|
185
185
|
} & import('../../types/component').QBaseComponentProps & {
|
|
186
186
|
label?: string;
|
|
187
|
-
for?: string;
|
|
188
187
|
required?: boolean;
|
|
188
|
+
for?: string;
|
|
189
189
|
} & {
|
|
190
190
|
size?: import('..').QFieldSize;
|
|
191
191
|
readonly?: boolean;
|
|
@@ -242,14 +242,14 @@ declare function __VLS_template(): {
|
|
|
242
242
|
readonly label?: string | undefined;
|
|
243
243
|
readonly variant?: import('../QButton/types').QButtonVariant | undefined;
|
|
244
244
|
readonly color?: string | undefined;
|
|
245
|
-
readonly disabled?: boolean | undefined;
|
|
246
245
|
readonly borderless?: boolean | undefined;
|
|
247
246
|
readonly elevated?: boolean | undefined;
|
|
248
247
|
readonly block?: boolean | undefined;
|
|
249
|
-
readonly loading?: boolean | undefined;
|
|
250
248
|
readonly size?: import('../QButton/types').QButtonSize | undefined;
|
|
251
249
|
readonly iconPos?: import('../QButton/types').QButtonIconPosition | undefined;
|
|
252
250
|
readonly pill?: boolean | undefined;
|
|
251
|
+
readonly disabled?: boolean | undefined;
|
|
252
|
+
readonly loading?: boolean | undefined;
|
|
253
253
|
readonly onClick?: ((event: Event) => any) | undefined;
|
|
254
254
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
255
255
|
$attrs: {
|
|
@@ -318,12 +318,12 @@ declare function __VLS_template(): {
|
|
|
318
318
|
readonly highlighted?: any;
|
|
319
319
|
readonly items?: import('../QList/types').Item[] | undefined;
|
|
320
320
|
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
321
|
-
readonly itemValue?: string | undefined;
|
|
322
|
-
readonly itemLabel?: string | undefined;
|
|
323
|
-
readonly disabled?: boolean | undefined;
|
|
324
321
|
readonly selectable?: boolean | undefined;
|
|
325
322
|
readonly multiple?: boolean | undefined;
|
|
323
|
+
readonly disabled?: boolean | undefined;
|
|
326
324
|
readonly required?: boolean | undefined;
|
|
325
|
+
readonly itemValue?: string | undefined;
|
|
326
|
+
readonly itemLabel?: string | undefined;
|
|
327
327
|
readonly onClick?: ((key: any) => any) | undefined;
|
|
328
328
|
readonly "onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
329
329
|
readonly "onMouseenter:item"?: ((key: any) => any) | undefined;
|
|
@@ -343,10 +343,10 @@ declare function __VLS_template(): {
|
|
|
343
343
|
readonly value: any;
|
|
344
344
|
readonly label: string;
|
|
345
345
|
readonly icon?: import('..').Icon | undefined;
|
|
346
|
+
readonly description?: string | undefined;
|
|
346
347
|
readonly selectable?: boolean | undefined;
|
|
347
348
|
readonly highlighted?: boolean | undefined;
|
|
348
349
|
readonly disabled?: boolean | undefined;
|
|
349
|
-
readonly description?: string | undefined;
|
|
350
350
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
351
351
|
readonly onClick?: (() => any) | undefined;
|
|
352
352
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -497,8 +497,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
497
497
|
readonly id?: string | undefined;
|
|
498
498
|
readonly class?: string | unknown[] | undefined;
|
|
499
499
|
readonly label?: string | undefined;
|
|
500
|
-
readonly for?: string | undefined;
|
|
501
500
|
readonly required?: boolean | undefined;
|
|
501
|
+
readonly for?: string | undefined;
|
|
502
502
|
readonly size?: import('..').QFieldSize | undefined;
|
|
503
503
|
readonly readonly?: boolean | undefined;
|
|
504
504
|
readonly disabled?: boolean | undefined;
|
|
@@ -524,8 +524,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
524
524
|
readonly id?: string | undefined;
|
|
525
525
|
readonly class?: string | unknown[] | undefined;
|
|
526
526
|
readonly label?: string | undefined;
|
|
527
|
-
readonly for?: string | undefined;
|
|
528
527
|
readonly required?: boolean | undefined;
|
|
528
|
+
readonly for?: string | undefined;
|
|
529
529
|
readonly size?: import('..').QFieldSize | undefined;
|
|
530
530
|
readonly readonly?: boolean | undefined;
|
|
531
531
|
readonly disabled?: boolean | undefined;
|
|
@@ -600,8 +600,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
600
600
|
modelValue?: string;
|
|
601
601
|
} & import('../../types/component').QBaseComponentProps & {
|
|
602
602
|
label?: string;
|
|
603
|
-
for?: string;
|
|
604
603
|
required?: boolean;
|
|
604
|
+
for?: string;
|
|
605
605
|
} & {
|
|
606
606
|
size?: import('..').QFieldSize;
|
|
607
607
|
readonly?: boolean;
|
|
@@ -652,8 +652,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
652
652
|
modelValue?: string;
|
|
653
653
|
} & import('../../types/component').QBaseComponentProps & {
|
|
654
654
|
label?: string;
|
|
655
|
-
for?: string;
|
|
656
655
|
required?: boolean;
|
|
656
|
+
for?: string;
|
|
657
657
|
} & {
|
|
658
658
|
size?: import('..').QFieldSize;
|
|
659
659
|
readonly?: boolean;
|
|
@@ -688,8 +688,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
688
688
|
readonly id?: string | undefined;
|
|
689
689
|
readonly class?: string | unknown[] | undefined;
|
|
690
690
|
readonly label?: string | undefined;
|
|
691
|
-
readonly for?: string | undefined;
|
|
692
691
|
readonly required?: boolean | undefined;
|
|
692
|
+
readonly for?: string | undefined;
|
|
693
693
|
readonly size?: import('..').QFieldSize | undefined;
|
|
694
694
|
readonly readonly?: boolean | undefined;
|
|
695
695
|
readonly disabled?: boolean | undefined;
|
|
@@ -715,8 +715,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
715
715
|
readonly id?: string | undefined;
|
|
716
716
|
readonly class?: string | unknown[] | undefined;
|
|
717
717
|
readonly label?: string | undefined;
|
|
718
|
-
readonly for?: string | undefined;
|
|
719
718
|
readonly required?: boolean | undefined;
|
|
719
|
+
readonly for?: string | undefined;
|
|
720
720
|
readonly size?: import('..').QFieldSize | undefined;
|
|
721
721
|
readonly readonly?: boolean | undefined;
|
|
722
722
|
readonly disabled?: boolean | undefined;
|
|
@@ -791,8 +791,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
791
791
|
modelValue?: string;
|
|
792
792
|
} & import('../../types/component').QBaseComponentProps & {
|
|
793
793
|
label?: string;
|
|
794
|
-
for?: string;
|
|
795
794
|
required?: boolean;
|
|
795
|
+
for?: string;
|
|
796
796
|
} & {
|
|
797
797
|
size?: import('..').QFieldSize;
|
|
798
798
|
readonly?: boolean;
|
|
@@ -843,8 +843,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
843
843
|
modelValue?: string;
|
|
844
844
|
} & import('../../types/component').QBaseComponentProps & {
|
|
845
845
|
label?: string;
|
|
846
|
-
for?: string;
|
|
847
846
|
required?: boolean;
|
|
847
|
+
for?: string;
|
|
848
848
|
} & {
|
|
849
849
|
size?: import('..').QFieldSize;
|
|
850
850
|
readonly?: boolean;
|
|
@@ -912,8 +912,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
912
912
|
readonly id?: string | undefined;
|
|
913
913
|
readonly class?: string | unknown[] | undefined;
|
|
914
914
|
readonly label?: string | undefined;
|
|
915
|
-
readonly for?: string | undefined;
|
|
916
915
|
readonly required?: boolean | undefined;
|
|
916
|
+
readonly for?: string | undefined;
|
|
917
917
|
readonly size?: import('..').QFieldSize | undefined;
|
|
918
918
|
readonly readonly?: boolean | undefined;
|
|
919
919
|
readonly disabled?: boolean | undefined;
|
|
@@ -939,8 +939,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
939
939
|
readonly id?: string | undefined;
|
|
940
940
|
readonly class?: string | unknown[] | undefined;
|
|
941
941
|
readonly label?: string | undefined;
|
|
942
|
-
readonly for?: string | undefined;
|
|
943
942
|
readonly required?: boolean | undefined;
|
|
943
|
+
readonly for?: string | undefined;
|
|
944
944
|
readonly size?: import('..').QFieldSize | undefined;
|
|
945
945
|
readonly readonly?: boolean | undefined;
|
|
946
946
|
readonly disabled?: boolean | undefined;
|
|
@@ -1015,8 +1015,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1015
1015
|
modelValue?: string;
|
|
1016
1016
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1017
1017
|
label?: string;
|
|
1018
|
-
for?: string;
|
|
1019
1018
|
required?: boolean;
|
|
1019
|
+
for?: string;
|
|
1020
1020
|
} & {
|
|
1021
1021
|
size?: import('..').QFieldSize;
|
|
1022
1022
|
readonly?: boolean;
|
|
@@ -1067,8 +1067,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1067
1067
|
modelValue?: string;
|
|
1068
1068
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1069
1069
|
label?: string;
|
|
1070
|
-
for?: string;
|
|
1071
1070
|
required?: boolean;
|
|
1071
|
+
for?: string;
|
|
1072
1072
|
} & {
|
|
1073
1073
|
size?: import('..').QFieldSize;
|
|
1074
1074
|
readonly?: boolean;
|
|
@@ -1125,14 +1125,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1125
1125
|
readonly label?: string | undefined;
|
|
1126
1126
|
readonly variant?: import('../QButton/types').QButtonVariant | undefined;
|
|
1127
1127
|
readonly color?: string | undefined;
|
|
1128
|
-
readonly disabled?: boolean | undefined;
|
|
1129
1128
|
readonly borderless?: boolean | undefined;
|
|
1130
1129
|
readonly elevated?: boolean | undefined;
|
|
1131
1130
|
readonly block?: boolean | undefined;
|
|
1132
|
-
readonly loading?: boolean | undefined;
|
|
1133
1131
|
readonly size?: import('../QButton/types').QButtonSize | undefined;
|
|
1134
1132
|
readonly iconPos?: import('../QButton/types').QButtonIconPosition | undefined;
|
|
1135
1133
|
readonly pill?: boolean | undefined;
|
|
1134
|
+
readonly disabled?: boolean | undefined;
|
|
1135
|
+
readonly loading?: boolean | undefined;
|
|
1136
1136
|
readonly onClick?: ((event: Event) => any) | undefined;
|
|
1137
1137
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1138
1138
|
$attrs: {
|
|
@@ -1201,12 +1201,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1201
1201
|
readonly highlighted?: any;
|
|
1202
1202
|
readonly items?: import('../QList/types').Item[] | undefined;
|
|
1203
1203
|
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
1204
|
-
readonly itemValue?: string | undefined;
|
|
1205
|
-
readonly itemLabel?: string | undefined;
|
|
1206
|
-
readonly disabled?: boolean | undefined;
|
|
1207
1204
|
readonly selectable?: boolean | undefined;
|
|
1208
1205
|
readonly multiple?: boolean | undefined;
|
|
1206
|
+
readonly disabled?: boolean | undefined;
|
|
1209
1207
|
readonly required?: boolean | undefined;
|
|
1208
|
+
readonly itemValue?: string | undefined;
|
|
1209
|
+
readonly itemLabel?: string | undefined;
|
|
1210
1210
|
readonly onClick?: ((key: any) => any) | undefined;
|
|
1211
1211
|
readonly "onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1212
1212
|
readonly "onMouseenter:item"?: ((key: any) => any) | undefined;
|
|
@@ -1226,10 +1226,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1226
1226
|
readonly value: any;
|
|
1227
1227
|
readonly label: string;
|
|
1228
1228
|
readonly icon?: import('..').Icon | undefined;
|
|
1229
|
+
readonly description?: string | undefined;
|
|
1229
1230
|
readonly selectable?: boolean | undefined;
|
|
1230
1231
|
readonly highlighted?: boolean | undefined;
|
|
1231
1232
|
readonly disabled?: boolean | undefined;
|
|
1232
|
-
readonly description?: string | undefined;
|
|
1233
1233
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
1234
1234
|
readonly onClick?: (() => any) | undefined;
|
|
1235
1235
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -20,8 +20,8 @@ const Le = ["data-key"], Fe = {
|
|
|
20
20
|
id: {},
|
|
21
21
|
class: {},
|
|
22
22
|
label: {},
|
|
23
|
-
for: {},
|
|
24
23
|
required: { type: Boolean },
|
|
24
|
+
for: {},
|
|
25
25
|
size: {},
|
|
26
26
|
readonly: { type: Boolean },
|
|
27
27
|
disabled: { type: Boolean },
|
|
@@ -30,15 +30,15 @@ const Le = ["data-key"], Fe = {
|
|
|
30
30
|
maxLength: {},
|
|
31
31
|
clearable: { type: Boolean },
|
|
32
32
|
texts: { default: () => ye },
|
|
33
|
-
items: {},
|
|
34
|
-
groups: { default: () => [] },
|
|
35
33
|
itemValue: { default: "key" },
|
|
36
34
|
itemLabel: { default: "label" },
|
|
35
|
+
items: {},
|
|
36
|
+
groups: { default: () => [] },
|
|
37
37
|
selectionMode: { default: "automatic" },
|
|
38
38
|
filterMode: { default: "builtin" },
|
|
39
|
+
inline: { type: Boolean },
|
|
39
40
|
loading: { type: Boolean },
|
|
40
41
|
emptyValue: {},
|
|
41
|
-
inline: { type: Boolean },
|
|
42
42
|
icons: { default: () => be }
|
|
43
43
|
}, {
|
|
44
44
|
modelValue: {},
|
|
@@ -4,15 +4,15 @@ declare const QCombobox: {
|
|
|
4
4
|
open?: boolean;
|
|
5
5
|
search?: string;
|
|
6
6
|
} & Omit<import('..').QTextFieldProps, "type"> & {
|
|
7
|
-
items?: import('../QList/types').Item[];
|
|
8
|
-
groups?: import('../QList/types').Group[];
|
|
9
7
|
itemValue?: string;
|
|
10
8
|
itemLabel?: string;
|
|
9
|
+
items?: import('../QList/types').Item[];
|
|
10
|
+
groups?: import('../QList/types').Group[];
|
|
11
11
|
selectionMode?: "manual" | "automatic";
|
|
12
12
|
filterMode?: "builtin" | "manual";
|
|
13
|
+
inline?: boolean;
|
|
13
14
|
loading?: boolean;
|
|
14
15
|
emptyValue?: any;
|
|
15
|
-
inline?: boolean;
|
|
16
16
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
17
17
|
texts?: typeof import('./types').DEFAULT_TEXTS;
|
|
18
18
|
}> & Readonly<{
|
|
@@ -32,8 +32,8 @@ declare const QCombobox: {
|
|
|
32
32
|
readonly id?: string | undefined;
|
|
33
33
|
readonly class?: string | unknown[] | undefined;
|
|
34
34
|
readonly label?: string | undefined;
|
|
35
|
-
readonly for?: string | undefined;
|
|
36
35
|
readonly required?: boolean | undefined;
|
|
36
|
+
readonly for?: string | undefined;
|
|
37
37
|
readonly size?: import('..').QFieldSize | undefined;
|
|
38
38
|
readonly readonly?: boolean | undefined;
|
|
39
39
|
readonly disabled?: boolean | undefined;
|
|
@@ -59,8 +59,8 @@ declare const QCombobox: {
|
|
|
59
59
|
readonly id?: string | undefined;
|
|
60
60
|
readonly class?: string | unknown[] | undefined;
|
|
61
61
|
readonly label?: string | undefined;
|
|
62
|
-
readonly for?: string | undefined;
|
|
63
62
|
readonly required?: boolean | undefined;
|
|
63
|
+
readonly for?: string | undefined;
|
|
64
64
|
readonly size?: import('..').QFieldSize | undefined;
|
|
65
65
|
readonly readonly?: boolean | undefined;
|
|
66
66
|
readonly disabled?: boolean | undefined;
|
|
@@ -135,8 +135,8 @@ declare const QCombobox: {
|
|
|
135
135
|
modelValue?: string;
|
|
136
136
|
} & import('../../types/component').QBaseComponentProps & {
|
|
137
137
|
label?: string;
|
|
138
|
-
for?: string;
|
|
139
138
|
required?: boolean;
|
|
139
|
+
for?: string;
|
|
140
140
|
} & {
|
|
141
141
|
size?: import('..').QFieldSize;
|
|
142
142
|
readonly?: boolean;
|
|
@@ -187,8 +187,8 @@ declare const QCombobox: {
|
|
|
187
187
|
modelValue?: string;
|
|
188
188
|
} & import('../../types/component').QBaseComponentProps & {
|
|
189
189
|
label?: string;
|
|
190
|
-
for?: string;
|
|
191
190
|
required?: boolean;
|
|
191
|
+
for?: string;
|
|
192
192
|
} & {
|
|
193
193
|
size?: import('..').QFieldSize;
|
|
194
194
|
readonly?: boolean;
|
|
@@ -223,8 +223,8 @@ declare const QCombobox: {
|
|
|
223
223
|
readonly id?: string | undefined;
|
|
224
224
|
readonly class?: string | unknown[] | undefined;
|
|
225
225
|
readonly label?: string | undefined;
|
|
226
|
-
readonly for?: string | undefined;
|
|
227
226
|
readonly required?: boolean | undefined;
|
|
227
|
+
readonly for?: string | undefined;
|
|
228
228
|
readonly size?: import('..').QFieldSize | undefined;
|
|
229
229
|
readonly readonly?: boolean | undefined;
|
|
230
230
|
readonly disabled?: boolean | undefined;
|
|
@@ -250,8 +250,8 @@ declare const QCombobox: {
|
|
|
250
250
|
readonly id?: string | undefined;
|
|
251
251
|
readonly class?: string | unknown[] | undefined;
|
|
252
252
|
readonly label?: string | undefined;
|
|
253
|
-
readonly for?: string | undefined;
|
|
254
253
|
readonly required?: boolean | undefined;
|
|
254
|
+
readonly for?: string | undefined;
|
|
255
255
|
readonly size?: import('..').QFieldSize | undefined;
|
|
256
256
|
readonly readonly?: boolean | undefined;
|
|
257
257
|
readonly disabled?: boolean | undefined;
|
|
@@ -326,8 +326,8 @@ declare const QCombobox: {
|
|
|
326
326
|
modelValue?: string;
|
|
327
327
|
} & import('../../types/component').QBaseComponentProps & {
|
|
328
328
|
label?: string;
|
|
329
|
-
for?: string;
|
|
330
329
|
required?: boolean;
|
|
330
|
+
for?: string;
|
|
331
331
|
} & {
|
|
332
332
|
size?: import('..').QFieldSize;
|
|
333
333
|
readonly?: boolean;
|
|
@@ -378,8 +378,8 @@ declare const QCombobox: {
|
|
|
378
378
|
modelValue?: string;
|
|
379
379
|
} & import('../../types/component').QBaseComponentProps & {
|
|
380
380
|
label?: string;
|
|
381
|
-
for?: string;
|
|
382
381
|
required?: boolean;
|
|
382
|
+
for?: string;
|
|
383
383
|
} & {
|
|
384
384
|
size?: import('..').QFieldSize;
|
|
385
385
|
readonly?: boolean;
|
|
@@ -439,8 +439,8 @@ declare const QCombobox: {
|
|
|
439
439
|
readonly id?: string | undefined;
|
|
440
440
|
readonly class?: string | unknown[] | undefined;
|
|
441
441
|
readonly label?: string | undefined;
|
|
442
|
-
readonly for?: string | undefined;
|
|
443
442
|
readonly required?: boolean | undefined;
|
|
443
|
+
readonly for?: string | undefined;
|
|
444
444
|
readonly size?: import('..').QFieldSize | undefined;
|
|
445
445
|
readonly readonly?: boolean | undefined;
|
|
446
446
|
readonly disabled?: boolean | undefined;
|
|
@@ -466,8 +466,8 @@ declare const QCombobox: {
|
|
|
466
466
|
readonly id?: string | undefined;
|
|
467
467
|
readonly class?: string | unknown[] | undefined;
|
|
468
468
|
readonly label?: string | undefined;
|
|
469
|
-
readonly for?: string | undefined;
|
|
470
469
|
readonly required?: boolean | undefined;
|
|
470
|
+
readonly for?: string | undefined;
|
|
471
471
|
readonly size?: import('..').QFieldSize | undefined;
|
|
472
472
|
readonly readonly?: boolean | undefined;
|
|
473
473
|
readonly disabled?: boolean | undefined;
|
|
@@ -542,8 +542,8 @@ declare const QCombobox: {
|
|
|
542
542
|
modelValue?: string;
|
|
543
543
|
} & import('../../types/component').QBaseComponentProps & {
|
|
544
544
|
label?: string;
|
|
545
|
-
for?: string;
|
|
546
545
|
required?: boolean;
|
|
546
|
+
for?: string;
|
|
547
547
|
} & {
|
|
548
548
|
size?: import('..').QFieldSize;
|
|
549
549
|
readonly?: boolean;
|
|
@@ -594,8 +594,8 @@ declare const QCombobox: {
|
|
|
594
594
|
modelValue?: string;
|
|
595
595
|
} & import('../../types/component').QBaseComponentProps & {
|
|
596
596
|
label?: string;
|
|
597
|
-
for?: string;
|
|
598
597
|
required?: boolean;
|
|
598
|
+
for?: string;
|
|
599
599
|
} & {
|
|
600
600
|
size?: import('..').QFieldSize;
|
|
601
601
|
readonly?: boolean;
|
|
@@ -652,14 +652,14 @@ declare const QCombobox: {
|
|
|
652
652
|
readonly label?: string | undefined;
|
|
653
653
|
readonly variant?: import('../QButton/types').QButtonVariant | undefined;
|
|
654
654
|
readonly color?: string | undefined;
|
|
655
|
-
readonly disabled?: boolean | undefined;
|
|
656
655
|
readonly borderless?: boolean | undefined;
|
|
657
656
|
readonly elevated?: boolean | undefined;
|
|
658
657
|
readonly block?: boolean | undefined;
|
|
659
|
-
readonly loading?: boolean | undefined;
|
|
660
658
|
readonly size?: import('../QButton/types').QButtonSize | undefined;
|
|
661
659
|
readonly iconPos?: import('../QButton/types').QButtonIconPosition | undefined;
|
|
662
660
|
readonly pill?: boolean | undefined;
|
|
661
|
+
readonly disabled?: boolean | undefined;
|
|
662
|
+
readonly loading?: boolean | undefined;
|
|
663
663
|
readonly onClick?: ((event: Event) => any) | undefined;
|
|
664
664
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
665
665
|
$attrs: {
|
|
@@ -728,12 +728,12 @@ declare const QCombobox: {
|
|
|
728
728
|
readonly highlighted?: any;
|
|
729
729
|
readonly items?: import('../QList/types').Item[] | undefined;
|
|
730
730
|
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
731
|
-
readonly itemValue?: string | undefined;
|
|
732
|
-
readonly itemLabel?: string | undefined;
|
|
733
|
-
readonly disabled?: boolean | undefined;
|
|
734
731
|
readonly selectable?: boolean | undefined;
|
|
735
732
|
readonly multiple?: boolean | undefined;
|
|
733
|
+
readonly disabled?: boolean | undefined;
|
|
736
734
|
readonly required?: boolean | undefined;
|
|
735
|
+
readonly itemValue?: string | undefined;
|
|
736
|
+
readonly itemLabel?: string | undefined;
|
|
737
737
|
readonly onClick?: ((key: any) => any) | undefined;
|
|
738
738
|
readonly "onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
739
739
|
readonly "onMouseenter:item"?: ((key: any) => any) | undefined;
|
|
@@ -753,10 +753,10 @@ declare const QCombobox: {
|
|
|
753
753
|
readonly value: any;
|
|
754
754
|
readonly label: string;
|
|
755
755
|
readonly icon?: import('..').Icon | undefined;
|
|
756
|
+
readonly description?: string | undefined;
|
|
756
757
|
readonly selectable?: boolean | undefined;
|
|
757
758
|
readonly highlighted?: boolean | undefined;
|
|
758
759
|
readonly disabled?: boolean | undefined;
|
|
759
|
-
readonly description?: string | undefined;
|
|
760
760
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
761
761
|
readonly onClick?: (() => any) | undefined;
|
|
762
762
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -906,15 +906,15 @@ declare const QCombobox: {
|
|
|
906
906
|
open?: boolean;
|
|
907
907
|
search?: string;
|
|
908
908
|
} & Omit<import('..').QTextFieldProps, "type"> & {
|
|
909
|
-
items?: import('../QList/types').Item[];
|
|
910
|
-
groups?: import('../QList/types').Group[];
|
|
911
909
|
itemValue?: string;
|
|
912
910
|
itemLabel?: string;
|
|
911
|
+
items?: import('../QList/types').Item[];
|
|
912
|
+
groups?: import('../QList/types').Group[];
|
|
913
913
|
selectionMode?: "manual" | "automatic";
|
|
914
914
|
filterMode?: "builtin" | "manual";
|
|
915
|
+
inline?: boolean;
|
|
915
916
|
loading?: boolean;
|
|
916
917
|
emptyValue?: any;
|
|
917
|
-
inline?: boolean;
|
|
918
918
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
919
919
|
texts?: typeof import('./types').DEFAULT_TEXTS;
|
|
920
920
|
}> & Readonly<{
|
|
@@ -934,8 +934,8 @@ declare const QCombobox: {
|
|
|
934
934
|
readonly id?: string | undefined;
|
|
935
935
|
readonly class?: string | unknown[] | undefined;
|
|
936
936
|
readonly label?: string | undefined;
|
|
937
|
-
readonly for?: string | undefined;
|
|
938
937
|
readonly required?: boolean | undefined;
|
|
938
|
+
readonly for?: string | undefined;
|
|
939
939
|
readonly size?: import('..').QFieldSize | undefined;
|
|
940
940
|
readonly readonly?: boolean | undefined;
|
|
941
941
|
readonly disabled?: boolean | undefined;
|
|
@@ -961,8 +961,8 @@ declare const QCombobox: {
|
|
|
961
961
|
readonly id?: string | undefined;
|
|
962
962
|
readonly class?: string | unknown[] | undefined;
|
|
963
963
|
readonly label?: string | undefined;
|
|
964
|
-
readonly for?: string | undefined;
|
|
965
964
|
readonly required?: boolean | undefined;
|
|
965
|
+
readonly for?: string | undefined;
|
|
966
966
|
readonly size?: import('..').QFieldSize | undefined;
|
|
967
967
|
readonly readonly?: boolean | undefined;
|
|
968
968
|
readonly disabled?: boolean | undefined;
|
|
@@ -1037,8 +1037,8 @@ declare const QCombobox: {
|
|
|
1037
1037
|
modelValue?: string;
|
|
1038
1038
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1039
1039
|
label?: string;
|
|
1040
|
-
for?: string;
|
|
1041
1040
|
required?: boolean;
|
|
1041
|
+
for?: string;
|
|
1042
1042
|
} & {
|
|
1043
1043
|
size?: import('..').QFieldSize;
|
|
1044
1044
|
readonly?: boolean;
|
|
@@ -1089,8 +1089,8 @@ declare const QCombobox: {
|
|
|
1089
1089
|
modelValue?: string;
|
|
1090
1090
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1091
1091
|
label?: string;
|
|
1092
|
-
for?: string;
|
|
1093
1092
|
required?: boolean;
|
|
1093
|
+
for?: string;
|
|
1094
1094
|
} & {
|
|
1095
1095
|
size?: import('..').QFieldSize;
|
|
1096
1096
|
readonly?: boolean;
|
|
@@ -1125,8 +1125,8 @@ declare const QCombobox: {
|
|
|
1125
1125
|
readonly id?: string | undefined;
|
|
1126
1126
|
readonly class?: string | unknown[] | undefined;
|
|
1127
1127
|
readonly label?: string | undefined;
|
|
1128
|
-
readonly for?: string | undefined;
|
|
1129
1128
|
readonly required?: boolean | undefined;
|
|
1129
|
+
readonly for?: string | undefined;
|
|
1130
1130
|
readonly size?: import('..').QFieldSize | undefined;
|
|
1131
1131
|
readonly readonly?: boolean | undefined;
|
|
1132
1132
|
readonly disabled?: boolean | undefined;
|
|
@@ -1152,8 +1152,8 @@ declare const QCombobox: {
|
|
|
1152
1152
|
readonly id?: string | undefined;
|
|
1153
1153
|
readonly class?: string | unknown[] | undefined;
|
|
1154
1154
|
readonly label?: string | undefined;
|
|
1155
|
-
readonly for?: string | undefined;
|
|
1156
1155
|
readonly required?: boolean | undefined;
|
|
1156
|
+
readonly for?: string | undefined;
|
|
1157
1157
|
readonly size?: import('..').QFieldSize | undefined;
|
|
1158
1158
|
readonly readonly?: boolean | undefined;
|
|
1159
1159
|
readonly disabled?: boolean | undefined;
|
|
@@ -1228,8 +1228,8 @@ declare const QCombobox: {
|
|
|
1228
1228
|
modelValue?: string;
|
|
1229
1229
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1230
1230
|
label?: string;
|
|
1231
|
-
for?: string;
|
|
1232
1231
|
required?: boolean;
|
|
1232
|
+
for?: string;
|
|
1233
1233
|
} & {
|
|
1234
1234
|
size?: import('..').QFieldSize;
|
|
1235
1235
|
readonly?: boolean;
|
|
@@ -1280,8 +1280,8 @@ declare const QCombobox: {
|
|
|
1280
1280
|
modelValue?: string;
|
|
1281
1281
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1282
1282
|
label?: string;
|
|
1283
|
-
for?: string;
|
|
1284
1283
|
required?: boolean;
|
|
1284
|
+
for?: string;
|
|
1285
1285
|
} & {
|
|
1286
1286
|
size?: import('..').QFieldSize;
|
|
1287
1287
|
readonly?: boolean;
|
|
@@ -1332,15 +1332,15 @@ declare const QCombobox: {
|
|
|
1332
1332
|
open?: boolean;
|
|
1333
1333
|
search?: string;
|
|
1334
1334
|
} & Omit<import('..').QTextFieldProps, "type"> & {
|
|
1335
|
-
items?: import('../QList/types').Item[];
|
|
1336
|
-
groups?: import('../QList/types').Group[];
|
|
1337
1335
|
itemValue?: string;
|
|
1338
1336
|
itemLabel?: string;
|
|
1337
|
+
items?: import('../QList/types').Item[];
|
|
1338
|
+
groups?: import('../QList/types').Group[];
|
|
1339
1339
|
selectionMode?: "manual" | "automatic";
|
|
1340
1340
|
filterMode?: "builtin" | "manual";
|
|
1341
|
+
inline?: boolean;
|
|
1341
1342
|
loading?: boolean;
|
|
1342
1343
|
emptyValue?: any;
|
|
1343
|
-
inline?: boolean;
|
|
1344
1344
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
1345
1345
|
texts?: typeof import('./types').DEFAULT_TEXTS;
|
|
1346
1346
|
}> & Readonly<{
|
|
@@ -1360,8 +1360,8 @@ declare const QCombobox: {
|
|
|
1360
1360
|
readonly id?: string | undefined;
|
|
1361
1361
|
readonly class?: string | unknown[] | undefined;
|
|
1362
1362
|
readonly label?: string | undefined;
|
|
1363
|
-
readonly for?: string | undefined;
|
|
1364
1363
|
readonly required?: boolean | undefined;
|
|
1364
|
+
readonly for?: string | undefined;
|
|
1365
1365
|
readonly size?: import('..').QFieldSize | undefined;
|
|
1366
1366
|
readonly readonly?: boolean | undefined;
|
|
1367
1367
|
readonly disabled?: boolean | undefined;
|
|
@@ -1387,8 +1387,8 @@ declare const QCombobox: {
|
|
|
1387
1387
|
readonly id?: string | undefined;
|
|
1388
1388
|
readonly class?: string | unknown[] | undefined;
|
|
1389
1389
|
readonly label?: string | undefined;
|
|
1390
|
-
readonly for?: string | undefined;
|
|
1391
1390
|
readonly required?: boolean | undefined;
|
|
1391
|
+
readonly for?: string | undefined;
|
|
1392
1392
|
readonly size?: import('..').QFieldSize | undefined;
|
|
1393
1393
|
readonly readonly?: boolean | undefined;
|
|
1394
1394
|
readonly disabled?: boolean | undefined;
|
|
@@ -1463,8 +1463,8 @@ declare const QCombobox: {
|
|
|
1463
1463
|
modelValue?: string;
|
|
1464
1464
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1465
1465
|
label?: string;
|
|
1466
|
-
for?: string;
|
|
1467
1466
|
required?: boolean;
|
|
1467
|
+
for?: string;
|
|
1468
1468
|
} & {
|
|
1469
1469
|
size?: import('..').QFieldSize;
|
|
1470
1470
|
readonly?: boolean;
|
|
@@ -1515,8 +1515,8 @@ declare const QCombobox: {
|
|
|
1515
1515
|
modelValue?: string;
|
|
1516
1516
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1517
1517
|
label?: string;
|
|
1518
|
-
for?: string;
|
|
1519
1518
|
required?: boolean;
|
|
1519
|
+
for?: string;
|
|
1520
1520
|
} & {
|
|
1521
1521
|
size?: import('..').QFieldSize;
|
|
1522
1522
|
readonly?: boolean;
|
|
@@ -1551,8 +1551,8 @@ declare const QCombobox: {
|
|
|
1551
1551
|
readonly id?: string | undefined;
|
|
1552
1552
|
readonly class?: string | unknown[] | undefined;
|
|
1553
1553
|
readonly label?: string | undefined;
|
|
1554
|
-
readonly for?: string | undefined;
|
|
1555
1554
|
readonly required?: boolean | undefined;
|
|
1555
|
+
readonly for?: string | undefined;
|
|
1556
1556
|
readonly size?: import('..').QFieldSize | undefined;
|
|
1557
1557
|
readonly readonly?: boolean | undefined;
|
|
1558
1558
|
readonly disabled?: boolean | undefined;
|
|
@@ -1578,8 +1578,8 @@ declare const QCombobox: {
|
|
|
1578
1578
|
readonly id?: string | undefined;
|
|
1579
1579
|
readonly class?: string | unknown[] | undefined;
|
|
1580
1580
|
readonly label?: string | undefined;
|
|
1581
|
-
readonly for?: string | undefined;
|
|
1582
1581
|
readonly required?: boolean | undefined;
|
|
1582
|
+
readonly for?: string | undefined;
|
|
1583
1583
|
readonly size?: import('..').QFieldSize | undefined;
|
|
1584
1584
|
readonly readonly?: boolean | undefined;
|
|
1585
1585
|
readonly disabled?: boolean | undefined;
|
|
@@ -1654,8 +1654,8 @@ declare const QCombobox: {
|
|
|
1654
1654
|
modelValue?: string;
|
|
1655
1655
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1656
1656
|
label?: string;
|
|
1657
|
-
for?: string;
|
|
1658
1657
|
required?: boolean;
|
|
1658
|
+
for?: string;
|
|
1659
1659
|
} & {
|
|
1660
1660
|
size?: import('..').QFieldSize;
|
|
1661
1661
|
readonly?: boolean;
|
|
@@ -1706,8 +1706,8 @@ declare const QCombobox: {
|
|
|
1706
1706
|
modelValue?: string;
|
|
1707
1707
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1708
1708
|
label?: string;
|
|
1709
|
-
for?: string;
|
|
1710
1709
|
required?: boolean;
|
|
1710
|
+
for?: string;
|
|
1711
1711
|
} & {
|
|
1712
1712
|
size?: import('..').QFieldSize;
|
|
1713
1713
|
readonly?: boolean;
|