vuetify 3.0.0 → 3.0.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/json/attributes.json +488 -524
- package/dist/json/importMap.json +64 -60
- package/dist/json/tags.json +0 -9
- package/dist/json/web-types.json +790 -898
- package/dist/vuetify.css +141 -142
- package/dist/vuetify.d.ts +4398 -3687
- package/dist/vuetify.esm.js +2400 -2345
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +2399 -2344
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +798 -788
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +12 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +392 -158
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +2 -0
- package/lib/components/VBtn/index.d.ts +1 -0
- package/lib/components/VCard/VCard.css +0 -3
- package/lib/components/VCard/VCard.mjs +2 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +0 -3
- package/lib/components/VCard/VCardItem.mjs +1 -2
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +1 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +1 -1
- package/lib/components/VChip/VChip.mjs +0 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +1 -2
- package/lib/components/VCombobox/VCombobox.mjs +12 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +392 -158
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +5 -5
- package/lib/components/VFileInput/index.d.ts +6 -6
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +4 -4
- package/lib/components/VList/VList.mjs +3 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +3 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +19 -8
- package/lib/components/VNoSsr/VNoSsr.mjs +1 -3
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +3 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +17 -19
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +5 -1
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +5 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +1 -1
- package/lib/components/VRangeSlider/index.d.ts +1 -1
- package/lib/components/VRating/VRating.mjs +7 -6
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +14 -14
- package/lib/components/VSelect/VSelect.mjs +16 -8
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +392 -158
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.css +1 -0
- package/lib/components/VSlideGroup/VSlideGroup.sass +1 -0
- package/lib/components/VSlider/index.d.ts +1 -1
- package/lib/components/VSwitch/index.d.ts +1 -1
- package/lib/components/VTable/VTable.css +9 -9
- package/lib/components/VTable/VTable.sass +20 -15
- package/lib/components/VTabs/index.d.ts +1 -0
- package/lib/components/VTextField/VTextField.mjs +23 -19
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +58 -58
- package/lib/components/VTextarea/index.d.ts +6 -6
- package/lib/components/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/components/VValidation/index.d.ts +1 -1
- package/lib/components/index.d.ts +4145 -3435
- package/lib/components/transitions/index.mjs +1 -1
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/hydration.mjs +8 -4
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +6 -3
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/router.mjs +2 -2
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +6 -2
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +16 -10
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +17 -16
- package/lib/util/defineComponent.mjs +10 -15
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +10 -2
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.2",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
"attributes": [
|
|
632
632
|
{
|
|
633
633
|
"name": "label",
|
|
634
|
-
"description": "
|
|
634
|
+
"description": "Sets input label",
|
|
635
635
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
636
636
|
"value": {
|
|
637
637
|
"kind": "expression",
|
|
@@ -640,36 +640,38 @@
|
|
|
640
640
|
},
|
|
641
641
|
{
|
|
642
642
|
"name": "type",
|
|
643
|
-
"description": "
|
|
643
|
+
"description": "Sets input type",
|
|
644
644
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
645
|
+
"default": "'text'",
|
|
645
646
|
"value": {
|
|
646
647
|
"kind": "expression",
|
|
647
648
|
"type": "string"
|
|
648
649
|
}
|
|
649
650
|
},
|
|
650
651
|
{
|
|
651
|
-
"name": "
|
|
652
|
+
"name": "search",
|
|
652
653
|
"description": "MISSING DESCRIPTION",
|
|
653
654
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
654
655
|
"value": {
|
|
655
656
|
"kind": "expression",
|
|
656
|
-
"type": "
|
|
657
|
-
}
|
|
658
|
-
"type": "boolean"
|
|
657
|
+
"type": "string"
|
|
658
|
+
}
|
|
659
659
|
},
|
|
660
660
|
{
|
|
661
|
-
"name": "
|
|
661
|
+
"name": "filterMode",
|
|
662
662
|
"description": "MISSING DESCRIPTION",
|
|
663
663
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
664
|
+
"default": "'intersection'",
|
|
664
665
|
"value": {
|
|
665
666
|
"kind": "expression",
|
|
666
|
-
"type": "
|
|
667
|
+
"type": "\"every\" | \"some\" | \"union\" | \"intersection\""
|
|
667
668
|
}
|
|
668
669
|
},
|
|
669
670
|
{
|
|
670
|
-
"name": "
|
|
671
|
-
"description": "
|
|
671
|
+
"name": "noFilter",
|
|
672
|
+
"description": "Do not apply filtering when searching. Useful when data is being filtered server side",
|
|
672
673
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
674
|
+
"default": "false",
|
|
673
675
|
"value": {
|
|
674
676
|
"kind": "expression",
|
|
675
677
|
"type": "boolean"
|
|
@@ -677,37 +679,28 @@
|
|
|
677
679
|
"type": "boolean"
|
|
678
680
|
},
|
|
679
681
|
{
|
|
680
|
-
"name": "
|
|
682
|
+
"name": "customFilter",
|
|
681
683
|
"description": "MISSING DESCRIPTION",
|
|
682
684
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
683
685
|
"value": {
|
|
684
686
|
"kind": "expression",
|
|
685
|
-
"type": "string"
|
|
687
|
+
"type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
|
|
686
688
|
}
|
|
687
689
|
},
|
|
688
690
|
{
|
|
689
|
-
"name": "
|
|
691
|
+
"name": "customKeyFilter",
|
|
690
692
|
"description": "MISSING DESCRIPTION",
|
|
691
693
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
692
694
|
"value": {
|
|
693
695
|
"kind": "expression",
|
|
694
|
-
"type": "
|
|
696
|
+
"type": "{ }"
|
|
695
697
|
}
|
|
696
698
|
},
|
|
697
699
|
{
|
|
698
|
-
"name": "
|
|
699
|
-
"description": "
|
|
700
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
701
|
-
"value": {
|
|
702
|
-
"kind": "expression",
|
|
703
|
-
"type": "boolean"
|
|
704
|
-
},
|
|
705
|
-
"type": "boolean"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"name": "persistentCounter",
|
|
709
|
-
"description": "MISSING DESCRIPTION",
|
|
700
|
+
"name": "reverse",
|
|
701
|
+
"description": "Reverses the input orientation",
|
|
710
702
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
703
|
+
"default": "false",
|
|
711
704
|
"value": {
|
|
712
705
|
"kind": "expression",
|
|
713
706
|
"type": "boolean"
|
|
@@ -715,72 +708,64 @@
|
|
|
715
708
|
"type": "boolean"
|
|
716
709
|
},
|
|
717
710
|
{
|
|
718
|
-
"name": "
|
|
719
|
-
"description": "MISSING DESCRIPTION",
|
|
720
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
721
|
-
"value": {
|
|
722
|
-
"kind": "expression",
|
|
723
|
-
"type": "string"
|
|
724
|
-
}
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"name": "id",
|
|
728
|
-
"description": "MISSING DESCRIPTION",
|
|
729
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
730
|
-
"value": {
|
|
731
|
-
"kind": "expression",
|
|
732
|
-
"type": "string"
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"name": "appendIcon",
|
|
711
|
+
"name": "filterKeys",
|
|
737
712
|
"description": "MISSING DESCRIPTION",
|
|
738
713
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
714
|
+
"default": "['title']",
|
|
739
715
|
"value": {
|
|
740
716
|
"kind": "expression",
|
|
741
|
-
"type": "string |
|
|
717
|
+
"type": "string | string[]"
|
|
742
718
|
}
|
|
743
719
|
},
|
|
744
720
|
{
|
|
745
|
-
"name": "
|
|
746
|
-
"description": "
|
|
721
|
+
"name": "chips",
|
|
722
|
+
"description": "Changes display of selections to chips",
|
|
747
723
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
724
|
+
"default": "false",
|
|
748
725
|
"value": {
|
|
749
726
|
"kind": "expression",
|
|
750
|
-
"type": "
|
|
751
|
-
}
|
|
727
|
+
"type": "boolean"
|
|
728
|
+
},
|
|
729
|
+
"type": "boolean"
|
|
752
730
|
},
|
|
753
731
|
{
|
|
754
|
-
"name": "
|
|
732
|
+
"name": "closableChips",
|
|
755
733
|
"description": "MISSING DESCRIPTION",
|
|
756
734
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
735
|
+
"default": "false",
|
|
757
736
|
"value": {
|
|
758
737
|
"kind": "expression",
|
|
759
|
-
"type": "
|
|
760
|
-
}
|
|
738
|
+
"type": "boolean"
|
|
739
|
+
},
|
|
740
|
+
"type": "boolean"
|
|
761
741
|
},
|
|
762
742
|
{
|
|
763
|
-
"name": "
|
|
764
|
-
"description": "
|
|
743
|
+
"name": "eager",
|
|
744
|
+
"description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
|
765
745
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
746
|
+
"default": "false",
|
|
766
747
|
"value": {
|
|
767
748
|
"kind": "expression",
|
|
768
|
-
"type": "
|
|
769
|
-
}
|
|
749
|
+
"type": "boolean"
|
|
750
|
+
},
|
|
751
|
+
"type": "boolean"
|
|
770
752
|
},
|
|
771
753
|
{
|
|
772
|
-
"name": "
|
|
773
|
-
"description": "
|
|
754
|
+
"name": "hideNoData",
|
|
755
|
+
"description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open.",
|
|
774
756
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
757
|
+
"default": "false",
|
|
775
758
|
"value": {
|
|
776
759
|
"kind": "expression",
|
|
777
|
-
"type": "
|
|
778
|
-
}
|
|
760
|
+
"type": "boolean"
|
|
761
|
+
},
|
|
762
|
+
"type": "boolean"
|
|
779
763
|
},
|
|
780
764
|
{
|
|
781
|
-
"name": "
|
|
782
|
-
"description": "
|
|
765
|
+
"name": "hideSelected",
|
|
766
|
+
"description": "Do not display in the select menu items that are already selected",
|
|
783
767
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
768
|
+
"default": "false",
|
|
784
769
|
"value": {
|
|
785
770
|
"kind": "expression",
|
|
786
771
|
"type": "boolean"
|
|
@@ -788,9 +773,10 @@
|
|
|
788
773
|
"type": "boolean"
|
|
789
774
|
},
|
|
790
775
|
{
|
|
791
|
-
"name": "
|
|
776
|
+
"name": "menu",
|
|
792
777
|
"description": "MISSING DESCRIPTION",
|
|
793
778
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
779
|
+
"default": "false",
|
|
794
780
|
"value": {
|
|
795
781
|
"kind": "expression",
|
|
796
782
|
"type": "boolean"
|
|
@@ -798,25 +784,26 @@
|
|
|
798
784
|
"type": "boolean"
|
|
799
785
|
},
|
|
800
786
|
{
|
|
801
|
-
"name": "
|
|
787
|
+
"name": "menuIcon",
|
|
802
788
|
"description": "MISSING DESCRIPTION",
|
|
803
789
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
790
|
+
"default": "'$dropdown'",
|
|
804
791
|
"value": {
|
|
805
792
|
"kind": "expression",
|
|
806
|
-
"type": "string |
|
|
793
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
807
794
|
}
|
|
808
795
|
},
|
|
809
796
|
{
|
|
810
|
-
"name": "
|
|
811
|
-
"description": "
|
|
797
|
+
"name": "menuProps",
|
|
798
|
+
"description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`",
|
|
812
799
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
813
800
|
"value": {
|
|
814
801
|
"kind": "expression",
|
|
815
|
-
"type": "
|
|
802
|
+
"type": "unknown"
|
|
816
803
|
}
|
|
817
804
|
},
|
|
818
805
|
{
|
|
819
|
-
"name": "
|
|
806
|
+
"name": "id",
|
|
820
807
|
"description": "MISSING DESCRIPTION",
|
|
821
808
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
822
809
|
"value": {
|
|
@@ -825,8 +812,8 @@
|
|
|
825
812
|
}
|
|
826
813
|
},
|
|
827
814
|
{
|
|
828
|
-
"name": "
|
|
829
|
-
"description": "
|
|
815
|
+
"name": "disabled",
|
|
816
|
+
"description": "Disables the input",
|
|
830
817
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
831
818
|
"default": "false",
|
|
832
819
|
"value": {
|
|
@@ -835,56 +822,49 @@
|
|
|
835
822
|
},
|
|
836
823
|
"type": "boolean"
|
|
837
824
|
},
|
|
838
|
-
{
|
|
839
|
-
"name": "rules",
|
|
840
|
-
"description": "MISSING DESCRIPTION",
|
|
841
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
842
|
-
"value": {
|
|
843
|
-
"kind": "expression",
|
|
844
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
|
|
845
|
-
}
|
|
846
|
-
},
|
|
847
825
|
{
|
|
848
826
|
"name": "modelValue",
|
|
849
827
|
"description": "MISSING DESCRIPTION",
|
|
850
828
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
829
|
+
"default": "null",
|
|
851
830
|
"value": {
|
|
852
831
|
"kind": "expression",
|
|
853
832
|
"type": "any"
|
|
854
833
|
}
|
|
855
834
|
},
|
|
856
835
|
{
|
|
857
|
-
"name": "
|
|
858
|
-
"description": "
|
|
836
|
+
"name": "theme",
|
|
837
|
+
"description": "Specify a theme for this component and all of its children",
|
|
859
838
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
860
839
|
"value": {
|
|
861
840
|
"kind": "expression",
|
|
862
|
-
"type": "
|
|
841
|
+
"type": "string"
|
|
863
842
|
}
|
|
864
843
|
},
|
|
865
844
|
{
|
|
866
|
-
"name": "
|
|
845
|
+
"name": "transition",
|
|
867
846
|
"description": "MISSING DESCRIPTION",
|
|
868
847
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
848
|
+
"default": "false",
|
|
869
849
|
"value": {
|
|
870
850
|
"kind": "expression",
|
|
871
|
-
"type": "
|
|
851
|
+
"type": "string | boolean"
|
|
872
852
|
}
|
|
873
853
|
},
|
|
874
854
|
{
|
|
875
|
-
"name": "
|
|
855
|
+
"name": "name",
|
|
876
856
|
"description": "MISSING DESCRIPTION",
|
|
877
857
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
878
858
|
"value": {
|
|
879
859
|
"kind": "expression",
|
|
880
|
-
"type": "
|
|
881
|
-
}
|
|
882
|
-
"type": "boolean"
|
|
860
|
+
"type": "string"
|
|
861
|
+
}
|
|
883
862
|
},
|
|
884
863
|
{
|
|
885
|
-
"name": "
|
|
886
|
-
"description": "
|
|
864
|
+
"name": "multiple",
|
|
865
|
+
"description": "Changes select to multiple. Accepts array for value",
|
|
887
866
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
867
|
+
"default": "false",
|
|
888
868
|
"value": {
|
|
889
869
|
"kind": "expression",
|
|
890
870
|
"type": "boolean"
|
|
@@ -892,74 +872,81 @@
|
|
|
892
872
|
"type": "boolean"
|
|
893
873
|
},
|
|
894
874
|
{
|
|
895
|
-
"name": "
|
|
896
|
-
"description": "
|
|
875
|
+
"name": "noDataText",
|
|
876
|
+
"description": "Display text when there is no data",
|
|
897
877
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
878
|
+
"default": "'$vuetify.noDataText'",
|
|
898
879
|
"value": {
|
|
899
880
|
"kind": "expression",
|
|
900
|
-
"type": "
|
|
881
|
+
"type": "string"
|
|
901
882
|
}
|
|
902
883
|
},
|
|
903
884
|
{
|
|
904
|
-
"name": "
|
|
905
|
-
"description": "
|
|
885
|
+
"name": "openOnClear",
|
|
886
|
+
"description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state",
|
|
906
887
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
888
|
+
"default": "false",
|
|
907
889
|
"value": {
|
|
908
890
|
"kind": "expression",
|
|
909
|
-
"type": "
|
|
910
|
-
}
|
|
891
|
+
"type": "boolean"
|
|
892
|
+
},
|
|
893
|
+
"type": "boolean"
|
|
911
894
|
},
|
|
912
895
|
{
|
|
913
|
-
"name": "
|
|
914
|
-
"description": "
|
|
896
|
+
"name": "items",
|
|
897
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable.",
|
|
915
898
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
899
|
+
"default": "[]",
|
|
916
900
|
"value": {
|
|
917
901
|
"kind": "expression",
|
|
918
|
-
"type": "
|
|
902
|
+
"type": "unknown[]"
|
|
919
903
|
}
|
|
920
904
|
},
|
|
921
905
|
{
|
|
922
|
-
"name": "
|
|
923
|
-
"description": "
|
|
906
|
+
"name": "itemTitle",
|
|
907
|
+
"description": "MISSING DESCRIPTION",
|
|
924
908
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
909
|
+
"default": "'title'",
|
|
925
910
|
"value": {
|
|
926
911
|
"kind": "expression",
|
|
927
|
-
"type": "
|
|
928
|
-
}
|
|
929
|
-
"type": "boolean"
|
|
912
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
913
|
+
}
|
|
930
914
|
},
|
|
931
915
|
{
|
|
932
|
-
"name": "
|
|
933
|
-
"description": "
|
|
916
|
+
"name": "itemValue",
|
|
917
|
+
"description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)",
|
|
934
918
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
919
|
+
"default": "'value'",
|
|
935
920
|
"value": {
|
|
936
921
|
"kind": "expression",
|
|
937
|
-
"type": "
|
|
922
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
938
923
|
}
|
|
939
924
|
},
|
|
940
925
|
{
|
|
941
|
-
"name": "
|
|
926
|
+
"name": "itemChildren",
|
|
942
927
|
"description": "MISSING DESCRIPTION",
|
|
943
928
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
929
|
+
"default": "false",
|
|
944
930
|
"value": {
|
|
945
931
|
"kind": "expression",
|
|
946
|
-
"type": "
|
|
947
|
-
}
|
|
948
|
-
"type": "boolean"
|
|
932
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
933
|
+
}
|
|
949
934
|
},
|
|
950
935
|
{
|
|
951
|
-
"name": "
|
|
936
|
+
"name": "itemProps",
|
|
952
937
|
"description": "MISSING DESCRIPTION",
|
|
953
938
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
939
|
+
"default": "'props'",
|
|
954
940
|
"value": {
|
|
955
941
|
"kind": "expression",
|
|
956
|
-
"type": "
|
|
942
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
957
943
|
}
|
|
958
944
|
},
|
|
959
945
|
{
|
|
960
|
-
"name": "
|
|
961
|
-
"description": "
|
|
946
|
+
"name": "returnObject",
|
|
947
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**",
|
|
962
948
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
949
|
+
"default": "false",
|
|
963
950
|
"value": {
|
|
964
951
|
"kind": "expression",
|
|
965
952
|
"type": "boolean"
|
|
@@ -967,9 +954,10 @@
|
|
|
967
954
|
"type": "boolean"
|
|
968
955
|
},
|
|
969
956
|
{
|
|
970
|
-
"name": "
|
|
971
|
-
"description": "
|
|
957
|
+
"name": "autofocus",
|
|
958
|
+
"description": "Enables autofocus",
|
|
972
959
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
960
|
+
"default": "false",
|
|
973
961
|
"value": {
|
|
974
962
|
"kind": "expression",
|
|
975
963
|
"type": "boolean"
|
|
@@ -977,18 +965,19 @@
|
|
|
977
965
|
"type": "boolean"
|
|
978
966
|
},
|
|
979
967
|
{
|
|
980
|
-
"name": "
|
|
981
|
-
"description": "
|
|
968
|
+
"name": "hint",
|
|
969
|
+
"description": "Hint text",
|
|
982
970
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
983
971
|
"value": {
|
|
984
972
|
"kind": "expression",
|
|
985
|
-
"type": "string
|
|
973
|
+
"type": "string"
|
|
986
974
|
}
|
|
987
975
|
},
|
|
988
976
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"description": "
|
|
977
|
+
"name": "persistentHint",
|
|
978
|
+
"description": "Forces hint to always be visible",
|
|
991
979
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
980
|
+
"default": "false",
|
|
992
981
|
"value": {
|
|
993
982
|
"kind": "expression",
|
|
994
983
|
"type": "boolean"
|
|
@@ -996,17 +985,17 @@
|
|
|
996
985
|
"type": "boolean"
|
|
997
986
|
},
|
|
998
987
|
{
|
|
999
|
-
"name": "
|
|
1000
|
-
"description": "
|
|
988
|
+
"name": "prefix",
|
|
989
|
+
"description": "Displays prefix text",
|
|
1001
990
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1002
991
|
"value": {
|
|
1003
992
|
"kind": "expression",
|
|
1004
|
-
"type": "
|
|
993
|
+
"type": "string"
|
|
1005
994
|
}
|
|
1006
995
|
},
|
|
1007
996
|
{
|
|
1008
|
-
"name": "
|
|
1009
|
-
"description": "
|
|
997
|
+
"name": "placeholder",
|
|
998
|
+
"description": "Sets the input’s placeholder text",
|
|
1010
999
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1011
1000
|
"value": {
|
|
1012
1001
|
"kind": "expression",
|
|
@@ -1014,9 +1003,10 @@
|
|
|
1014
1003
|
}
|
|
1015
1004
|
},
|
|
1016
1005
|
{
|
|
1017
|
-
"name": "
|
|
1018
|
-
"description": "
|
|
1006
|
+
"name": "persistentPlaceholder",
|
|
1007
|
+
"description": "Forces placeholder to always be visible",
|
|
1019
1008
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1009
|
+
"default": "false",
|
|
1020
1010
|
"value": {
|
|
1021
1011
|
"kind": "expression",
|
|
1022
1012
|
"type": "boolean"
|
|
@@ -1024,26 +1014,19 @@
|
|
|
1024
1014
|
"type": "boolean"
|
|
1025
1015
|
},
|
|
1026
1016
|
{
|
|
1027
|
-
"name": "
|
|
1017
|
+
"name": "persistentCounter",
|
|
1028
1018
|
"description": "MISSING DESCRIPTION",
|
|
1029
1019
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1020
|
+
"default": "false",
|
|
1030
1021
|
"value": {
|
|
1031
1022
|
"kind": "expression",
|
|
1032
|
-
"type": "
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
{
|
|
1036
|
-
"name": "counterValue",
|
|
1037
|
-
"description": "MISSING DESCRIPTION",
|
|
1038
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1039
|
-
"value": {
|
|
1040
|
-
"kind": "expression",
|
|
1041
|
-
"type": "(value: any) => number"
|
|
1042
|
-
}
|
|
1023
|
+
"type": "boolean"
|
|
1024
|
+
},
|
|
1025
|
+
"type": "boolean"
|
|
1043
1026
|
},
|
|
1044
1027
|
{
|
|
1045
|
-
"name": "
|
|
1046
|
-
"description": "
|
|
1028
|
+
"name": "suffix",
|
|
1029
|
+
"description": "Displays suffix text",
|
|
1047
1030
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1048
1031
|
"value": {
|
|
1049
1032
|
"kind": "expression",
|
|
@@ -1051,57 +1034,56 @@
|
|
|
1051
1034
|
}
|
|
1052
1035
|
},
|
|
1053
1036
|
{
|
|
1054
|
-
"name": "
|
|
1055
|
-
"description": "
|
|
1037
|
+
"name": "appendIcon",
|
|
1038
|
+
"description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`",
|
|
1056
1039
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1057
|
-
"default": "'intersection'",
|
|
1058
1040
|
"value": {
|
|
1059
1041
|
"kind": "expression",
|
|
1060
|
-
"type": "
|
|
1042
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
1061
1043
|
}
|
|
1062
1044
|
},
|
|
1063
1045
|
{
|
|
1064
|
-
"name": "
|
|
1065
|
-
"description": "
|
|
1046
|
+
"name": "prependIcon",
|
|
1047
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`",
|
|
1066
1048
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1067
|
-
"default": "false",
|
|
1068
1049
|
"value": {
|
|
1069
1050
|
"kind": "expression",
|
|
1070
|
-
"type": "
|
|
1071
|
-
}
|
|
1072
|
-
"type": "boolean"
|
|
1051
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
1052
|
+
}
|
|
1073
1053
|
},
|
|
1074
1054
|
{
|
|
1075
|
-
"name": "
|
|
1076
|
-
"description": "
|
|
1055
|
+
"name": "messages",
|
|
1056
|
+
"description": "Displays a list of messages or message if using a string",
|
|
1077
1057
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1058
|
+
"default": "[]",
|
|
1078
1059
|
"value": {
|
|
1079
1060
|
"kind": "expression",
|
|
1080
|
-
"type": "
|
|
1061
|
+
"type": "string | string[]"
|
|
1081
1062
|
}
|
|
1082
1063
|
},
|
|
1083
1064
|
{
|
|
1084
|
-
"name": "
|
|
1065
|
+
"name": "direction",
|
|
1085
1066
|
"description": "MISSING DESCRIPTION",
|
|
1086
1067
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1068
|
+
"default": "'horizontal'",
|
|
1087
1069
|
"value": {
|
|
1088
1070
|
"kind": "expression",
|
|
1089
|
-
"type": "
|
|
1071
|
+
"type": "\"horizontal\" | \"vertical\""
|
|
1090
1072
|
}
|
|
1091
1073
|
},
|
|
1092
1074
|
{
|
|
1093
|
-
"name": "
|
|
1094
|
-
"description": "
|
|
1075
|
+
"name": "density",
|
|
1076
|
+
"description": "Adjusts vertical spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
1095
1077
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1096
|
-
"default": "
|
|
1078
|
+
"default": "'default'",
|
|
1097
1079
|
"value": {
|
|
1098
1080
|
"kind": "expression",
|
|
1099
|
-
"type": "
|
|
1081
|
+
"type": "\"default\" | \"comfortable\" | \"compact\""
|
|
1100
1082
|
}
|
|
1101
1083
|
},
|
|
1102
1084
|
{
|
|
1103
|
-
"name": "
|
|
1104
|
-
"description": "
|
|
1085
|
+
"name": "error",
|
|
1086
|
+
"description": "Puts the input in a manual error state",
|
|
1105
1087
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1106
1088
|
"default": "false",
|
|
1107
1089
|
"value": {
|
|
@@ -1111,30 +1093,28 @@
|
|
|
1111
1093
|
"type": "boolean"
|
|
1112
1094
|
},
|
|
1113
1095
|
{
|
|
1114
|
-
"name": "
|
|
1115
|
-
"description": "
|
|
1096
|
+
"name": "errorMessages",
|
|
1097
|
+
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation",
|
|
1116
1098
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1117
|
-
"default": "
|
|
1099
|
+
"default": "[]",
|
|
1118
1100
|
"value": {
|
|
1119
1101
|
"kind": "expression",
|
|
1120
|
-
"type": "
|
|
1121
|
-
}
|
|
1122
|
-
"type": "boolean"
|
|
1102
|
+
"type": "string | string[]"
|
|
1103
|
+
}
|
|
1123
1104
|
},
|
|
1124
1105
|
{
|
|
1125
|
-
"name": "
|
|
1106
|
+
"name": "maxErrors",
|
|
1126
1107
|
"description": "MISSING DESCRIPTION",
|
|
1127
1108
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1128
|
-
"default": "
|
|
1109
|
+
"default": "1",
|
|
1129
1110
|
"value": {
|
|
1130
1111
|
"kind": "expression",
|
|
1131
|
-
"type": "
|
|
1132
|
-
}
|
|
1133
|
-
"type": "boolean"
|
|
1112
|
+
"type": "string | number"
|
|
1113
|
+
}
|
|
1134
1114
|
},
|
|
1135
1115
|
{
|
|
1136
|
-
"name": "
|
|
1137
|
-
"description": "
|
|
1116
|
+
"name": "readonly",
|
|
1117
|
+
"description": "Puts input in readonly state",
|
|
1138
1118
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1139
1119
|
"default": "false",
|
|
1140
1120
|
"value": {
|
|
@@ -1144,18 +1124,26 @@
|
|
|
1144
1124
|
"type": "boolean"
|
|
1145
1125
|
},
|
|
1146
1126
|
{
|
|
1147
|
-
"name": "
|
|
1127
|
+
"name": "rules",
|
|
1128
|
+
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`",
|
|
1129
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1130
|
+
"default": "[]",
|
|
1131
|
+
"value": {
|
|
1132
|
+
"kind": "expression",
|
|
1133
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "validateOn",
|
|
1148
1138
|
"description": "MISSING DESCRIPTION",
|
|
1149
1139
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1150
|
-
"default": "false",
|
|
1151
1140
|
"value": {
|
|
1152
1141
|
"kind": "expression",
|
|
1153
|
-
"type": "
|
|
1154
|
-
}
|
|
1155
|
-
"type": "boolean"
|
|
1142
|
+
"type": "\"blur\" | \"input\" | \"submit\""
|
|
1143
|
+
}
|
|
1156
1144
|
},
|
|
1157
1145
|
{
|
|
1158
|
-
"name": "
|
|
1146
|
+
"name": "focused",
|
|
1159
1147
|
"description": "MISSING DESCRIPTION",
|
|
1160
1148
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1161
1149
|
"default": "false",
|
|
@@ -1166,36 +1154,47 @@
|
|
|
1166
1154
|
"type": "boolean"
|
|
1167
1155
|
},
|
|
1168
1156
|
{
|
|
1169
|
-
"name": "
|
|
1170
|
-
"description": "
|
|
1157
|
+
"name": "hideDetails",
|
|
1158
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
1171
1159
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1172
|
-
"default": "
|
|
1160
|
+
"default": "false",
|
|
1173
1161
|
"value": {
|
|
1174
1162
|
"kind": "expression",
|
|
1175
|
-
"type": "
|
|
1163
|
+
"type": "boolean | \"auto\""
|
|
1176
1164
|
}
|
|
1177
1165
|
},
|
|
1178
1166
|
{
|
|
1179
|
-
"name": "
|
|
1167
|
+
"name": "bgColor",
|
|
1180
1168
|
"description": "MISSING DESCRIPTION",
|
|
1181
1169
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1182
1170
|
"value": {
|
|
1183
1171
|
"kind": "expression",
|
|
1184
|
-
"type": "
|
|
1172
|
+
"type": "string"
|
|
1185
1173
|
}
|
|
1186
1174
|
},
|
|
1187
1175
|
{
|
|
1188
|
-
"name": "
|
|
1189
|
-
"description": "
|
|
1176
|
+
"name": "clearable",
|
|
1177
|
+
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**",
|
|
1190
1178
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1191
1179
|
"default": "false",
|
|
1192
1180
|
"value": {
|
|
1193
1181
|
"kind": "expression",
|
|
1194
|
-
"type": "
|
|
1182
|
+
"type": "boolean"
|
|
1183
|
+
},
|
|
1184
|
+
"type": "boolean"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "clearIcon",
|
|
1188
|
+
"description": "Applied when using **clearable** and the input is dirty",
|
|
1189
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1190
|
+
"default": "'$clear'",
|
|
1191
|
+
"value": {
|
|
1192
|
+
"kind": "expression",
|
|
1193
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
1195
1194
|
}
|
|
1196
1195
|
},
|
|
1197
1196
|
{
|
|
1198
|
-
"name": "
|
|
1197
|
+
"name": "active",
|
|
1199
1198
|
"description": "MISSING DESCRIPTION",
|
|
1200
1199
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1201
1200
|
"default": "false",
|
|
@@ -1206,17 +1205,16 @@
|
|
|
1206
1205
|
"type": "boolean"
|
|
1207
1206
|
},
|
|
1208
1207
|
{
|
|
1209
|
-
"name": "
|
|
1208
|
+
"name": "color",
|
|
1210
1209
|
"description": "MISSING DESCRIPTION",
|
|
1211
1210
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1212
|
-
"default": "'$vuetify.noDataText'",
|
|
1213
1211
|
"value": {
|
|
1214
1212
|
"kind": "expression",
|
|
1215
1213
|
"type": "string"
|
|
1216
1214
|
}
|
|
1217
1215
|
},
|
|
1218
1216
|
{
|
|
1219
|
-
"name": "
|
|
1217
|
+
"name": "persistentClear",
|
|
1220
1218
|
"description": "MISSING DESCRIPTION",
|
|
1221
1219
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1222
1220
|
"default": "false",
|
|
@@ -1227,82 +1225,81 @@
|
|
|
1227
1225
|
"type": "boolean"
|
|
1228
1226
|
},
|
|
1229
1227
|
{
|
|
1230
|
-
"name": "
|
|
1231
|
-
"description": "
|
|
1228
|
+
"name": "prependInnerIcon",
|
|
1229
|
+
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`",
|
|
1232
1230
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1233
|
-
"default": "[]",
|
|
1234
1231
|
"value": {
|
|
1235
1232
|
"kind": "expression",
|
|
1236
|
-
"type": "
|
|
1233
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
1237
1234
|
}
|
|
1238
1235
|
},
|
|
1239
1236
|
{
|
|
1240
|
-
"name": "
|
|
1241
|
-
"description": "
|
|
1237
|
+
"name": "singleLine",
|
|
1238
|
+
"description": "Label does not move on focus/dirty",
|
|
1242
1239
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1243
|
-
"default": "
|
|
1240
|
+
"default": "false",
|
|
1244
1241
|
"value": {
|
|
1245
1242
|
"kind": "expression",
|
|
1246
|
-
"type": "
|
|
1247
|
-
}
|
|
1243
|
+
"type": "boolean"
|
|
1244
|
+
},
|
|
1245
|
+
"type": "boolean"
|
|
1248
1246
|
},
|
|
1249
1247
|
{
|
|
1250
|
-
"name": "
|
|
1248
|
+
"name": "variant",
|
|
1251
1249
|
"description": "MISSING DESCRIPTION",
|
|
1252
1250
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1253
|
-
"default": "'
|
|
1251
|
+
"default": "'filled'",
|
|
1254
1252
|
"value": {
|
|
1255
1253
|
"kind": "expression",
|
|
1256
|
-
"type": "
|
|
1254
|
+
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\""
|
|
1257
1255
|
}
|
|
1258
1256
|
},
|
|
1259
1257
|
{
|
|
1260
|
-
"name": "
|
|
1261
|
-
"description": "
|
|
1258
|
+
"name": "loading",
|
|
1259
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
|
|
1262
1260
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1263
1261
|
"default": "false",
|
|
1264
1262
|
"value": {
|
|
1265
1263
|
"kind": "expression",
|
|
1266
|
-
"type": "
|
|
1267
|
-
}
|
|
1264
|
+
"type": "boolean"
|
|
1265
|
+
},
|
|
1266
|
+
"type": "boolean"
|
|
1268
1267
|
},
|
|
1269
1268
|
{
|
|
1270
|
-
"name": "
|
|
1271
|
-
"description": "
|
|
1269
|
+
"name": "counter",
|
|
1270
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
1272
1271
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1273
|
-
"default": "
|
|
1272
|
+
"default": "false",
|
|
1274
1273
|
"value": {
|
|
1275
1274
|
"kind": "expression",
|
|
1276
|
-
"type": "
|
|
1275
|
+
"type": "string | number | true"
|
|
1277
1276
|
}
|
|
1278
1277
|
},
|
|
1279
1278
|
{
|
|
1280
|
-
"name": "
|
|
1279
|
+
"name": "counterValue",
|
|
1281
1280
|
"description": "MISSING DESCRIPTION",
|
|
1282
1281
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1283
|
-
"default": "false",
|
|
1284
1282
|
"value": {
|
|
1285
1283
|
"kind": "expression",
|
|
1286
|
-
"type": "
|
|
1287
|
-
}
|
|
1288
|
-
"type": "boolean"
|
|
1284
|
+
"type": "(value: any) => number"
|
|
1285
|
+
}
|
|
1289
1286
|
}
|
|
1290
1287
|
],
|
|
1291
1288
|
"events": [
|
|
1292
1289
|
{
|
|
1293
|
-
"name": "
|
|
1290
|
+
"name": "update:modelValue",
|
|
1294
1291
|
"description": "MISSING DESCRIPTION",
|
|
1295
1292
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1296
1293
|
"arguments": [
|
|
1297
1294
|
{
|
|
1298
1295
|
"name": "argument",
|
|
1299
|
-
"type": "
|
|
1296
|
+
"type": "[any]"
|
|
1300
1297
|
}
|
|
1301
1298
|
]
|
|
1302
1299
|
},
|
|
1303
1300
|
{
|
|
1304
|
-
"name": "click:
|
|
1305
|
-
"description": "
|
|
1301
|
+
"name": "click:prepend",
|
|
1302
|
+
"description": "Emitted when prepended icon is clicked",
|
|
1306
1303
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1307
1304
|
"arguments": [
|
|
1308
1305
|
{
|
|
@@ -1312,8 +1309,8 @@
|
|
|
1312
1309
|
]
|
|
1313
1310
|
},
|
|
1314
1311
|
{
|
|
1315
|
-
"name": "click:
|
|
1316
|
-
"description": "
|
|
1312
|
+
"name": "click:append",
|
|
1313
|
+
"description": "Emitted when appended icon is clicked",
|
|
1317
1314
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1318
1315
|
"arguments": [
|
|
1319
1316
|
{
|
|
@@ -1323,8 +1320,8 @@
|
|
|
1323
1320
|
]
|
|
1324
1321
|
},
|
|
1325
1322
|
{
|
|
1326
|
-
"name": "click:
|
|
1327
|
-
"description": "
|
|
1323
|
+
"name": "click:clear",
|
|
1324
|
+
"description": "Emitted when clearable icon clicked",
|
|
1328
1325
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1329
1326
|
"arguments": [
|
|
1330
1327
|
{
|
|
@@ -1334,7 +1331,7 @@
|
|
|
1334
1331
|
]
|
|
1335
1332
|
},
|
|
1336
1333
|
{
|
|
1337
|
-
"name": "click:
|
|
1334
|
+
"name": "click:appendInner",
|
|
1338
1335
|
"description": "MISSING DESCRIPTION",
|
|
1339
1336
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1340
1337
|
"arguments": [
|
|
@@ -1345,46 +1342,13 @@
|
|
|
1345
1342
|
]
|
|
1346
1343
|
},
|
|
1347
1344
|
{
|
|
1348
|
-
"name": "click:
|
|
1349
|
-
"description": "MISSING DESCRIPTION",
|
|
1350
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1351
|
-
"arguments": [
|
|
1352
|
-
{
|
|
1353
|
-
"name": "argument",
|
|
1354
|
-
"type": "[MouseEvent]"
|
|
1355
|
-
}
|
|
1356
|
-
]
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"name": "click:input",
|
|
1360
|
-
"description": "MISSING DESCRIPTION",
|
|
1361
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1362
|
-
"arguments": [
|
|
1363
|
-
{
|
|
1364
|
-
"name": "argument",
|
|
1365
|
-
"type": "[MouseEvent]"
|
|
1366
|
-
}
|
|
1367
|
-
]
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
"name": "update:focused",
|
|
1371
|
-
"description": "MISSING DESCRIPTION",
|
|
1372
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1373
|
-
"arguments": [
|
|
1374
|
-
{
|
|
1375
|
-
"name": "argument",
|
|
1376
|
-
"type": "[boolean]"
|
|
1377
|
-
}
|
|
1378
|
-
]
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"name": "update:modelValue",
|
|
1345
|
+
"name": "click:prependInner",
|
|
1382
1346
|
"description": "MISSING DESCRIPTION",
|
|
1383
1347
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1384
1348
|
"arguments": [
|
|
1385
1349
|
{
|
|
1386
1350
|
"name": "argument",
|
|
1387
|
-
"type": "
|
|
1351
|
+
"type": "never"
|
|
1388
1352
|
}
|
|
1389
1353
|
]
|
|
1390
1354
|
},
|
|
@@ -1560,7 +1524,7 @@
|
|
|
1560
1524
|
},
|
|
1561
1525
|
{
|
|
1562
1526
|
"name": "prepend-inner",
|
|
1563
|
-
"description": "
|
|
1527
|
+
"description": "Adds an item inside the input and before input content",
|
|
1564
1528
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#slots"
|
|
1565
1529
|
},
|
|
1566
1530
|
{
|
|
@@ -1590,7 +1554,7 @@
|
|
|
1590
1554
|
},
|
|
1591
1555
|
{
|
|
1592
1556
|
"name": "item",
|
|
1593
|
-
"description": "
|
|
1557
|
+
"description": "Define a custom item appearance",
|
|
1594
1558
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#slots",
|
|
1595
1559
|
"vue-properties": [
|
|
1596
1560
|
{
|
|
@@ -1628,7 +1592,7 @@
|
|
|
1628
1592
|
},
|
|
1629
1593
|
{
|
|
1630
1594
|
"name": "selection",
|
|
1631
|
-
"description": "
|
|
1595
|
+
"description": "Define a custom selection appearance",
|
|
1632
1596
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#slots",
|
|
1633
1597
|
"vue-properties": [
|
|
1634
1598
|
{
|
|
@@ -1643,12 +1607,12 @@
|
|
|
1643
1607
|
},
|
|
1644
1608
|
{
|
|
1645
1609
|
"name": "prepend-item",
|
|
1646
|
-
"description": "
|
|
1610
|
+
"description": "Adds an item before menu content",
|
|
1647
1611
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#slots"
|
|
1648
1612
|
},
|
|
1649
1613
|
{
|
|
1650
1614
|
"name": "append-item",
|
|
1651
|
-
"description": "
|
|
1615
|
+
"description": "Adds an item after menu content",
|
|
1652
1616
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#slots"
|
|
1653
1617
|
},
|
|
1654
1618
|
{
|
|
@@ -4080,7 +4044,7 @@
|
|
|
4080
4044
|
},
|
|
4081
4045
|
{
|
|
4082
4046
|
"name": "appendIcon",
|
|
4083
|
-
"description": "
|
|
4047
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`",
|
|
4084
4048
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4085
4049
|
"value": {
|
|
4086
4050
|
"kind": "expression",
|
|
@@ -4089,7 +4053,7 @@
|
|
|
4089
4053
|
},
|
|
4090
4054
|
{
|
|
4091
4055
|
"name": "prependIcon",
|
|
4092
|
-
"description": "
|
|
4056
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
|
|
4093
4057
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4094
4058
|
"value": {
|
|
4095
4059
|
"kind": "expression",
|
|
@@ -4188,7 +4152,7 @@
|
|
|
4188
4152
|
},
|
|
4189
4153
|
{
|
|
4190
4154
|
"name": "label",
|
|
4191
|
-
"description": "
|
|
4155
|
+
"description": "Sets input label",
|
|
4192
4156
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4193
4157
|
"value": {
|
|
4194
4158
|
"kind": "expression",
|
|
@@ -4256,7 +4220,7 @@
|
|
|
4256
4220
|
},
|
|
4257
4221
|
{
|
|
4258
4222
|
"name": "hideDetails",
|
|
4259
|
-
"description": "
|
|
4223
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
4260
4224
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4261
4225
|
"default": "false",
|
|
4262
4226
|
"value": {
|
|
@@ -4305,7 +4269,7 @@
|
|
|
4305
4269
|
},
|
|
4306
4270
|
{
|
|
4307
4271
|
"name": "value",
|
|
4308
|
-
"description": "
|
|
4272
|
+
"description": "The input's value",
|
|
4309
4273
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4310
4274
|
"value": {
|
|
4311
4275
|
"kind": "expression",
|
|
@@ -4396,7 +4360,7 @@
|
|
|
4396
4360
|
"events": [
|
|
4397
4361
|
{
|
|
4398
4362
|
"name": "click:prepend",
|
|
4399
|
-
"description": "
|
|
4363
|
+
"description": "Emitted when prepended icon is clicked",
|
|
4400
4364
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
|
|
4401
4365
|
"arguments": [
|
|
4402
4366
|
{
|
|
@@ -4407,7 +4371,7 @@
|
|
|
4407
4371
|
},
|
|
4408
4372
|
{
|
|
4409
4373
|
"name": "click:append",
|
|
4410
|
-
"description": "
|
|
4374
|
+
"description": "Emitted when appended icon is clicked",
|
|
4411
4375
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
|
|
4412
4376
|
"arguments": [
|
|
4413
4377
|
{
|
|
@@ -4711,7 +4675,7 @@
|
|
|
4711
4675
|
},
|
|
4712
4676
|
{
|
|
4713
4677
|
"name": "filter",
|
|
4714
|
-
"description": "
|
|
4678
|
+
"description": "MISSING DESCRIPTION",
|
|
4715
4679
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4716
4680
|
"default": "false",
|
|
4717
4681
|
"value": {
|
|
@@ -4741,7 +4705,7 @@
|
|
|
4741
4705
|
},
|
|
4742
4706
|
{
|
|
4743
4707
|
"name": "value",
|
|
4744
|
-
"description": "The value used when
|
|
4708
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
4745
4709
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4746
4710
|
"value": {
|
|
4747
4711
|
"kind": "expression",
|
|
@@ -4750,7 +4714,7 @@
|
|
|
4750
4714
|
},
|
|
4751
4715
|
{
|
|
4752
4716
|
"name": "disabled",
|
|
4753
|
-
"description": "
|
|
4717
|
+
"description": "Removes the ability to click or target the component.",
|
|
4754
4718
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4755
4719
|
"default": "false",
|
|
4756
4720
|
"value": {
|
|
@@ -4877,7 +4841,7 @@
|
|
|
4877
4841
|
},
|
|
4878
4842
|
{
|
|
4879
4843
|
"name": "link",
|
|
4880
|
-
"description": "
|
|
4844
|
+
"description": "MISSING DESCRIPTION",
|
|
4881
4845
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4882
4846
|
"default": "false",
|
|
4883
4847
|
"value": {
|
|
@@ -4926,7 +4890,7 @@
|
|
|
4926
4890
|
},
|
|
4927
4891
|
{
|
|
4928
4892
|
"name": "closeIcon",
|
|
4929
|
-
"description": "
|
|
4893
|
+
"description": "MISSING DESCRIPTION",
|
|
4930
4894
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4931
4895
|
"default": "'$delete'",
|
|
4932
4896
|
"value": {
|
|
@@ -4936,7 +4900,7 @@
|
|
|
4936
4900
|
},
|
|
4937
4901
|
{
|
|
4938
4902
|
"name": "closeLabel",
|
|
4939
|
-
"description": "
|
|
4903
|
+
"description": "MISSING DESCRIPTION",
|
|
4940
4904
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4941
4905
|
"default": "'$vuetify.close'",
|
|
4942
4906
|
"value": {
|
|
@@ -4946,7 +4910,7 @@
|
|
|
4946
4910
|
},
|
|
4947
4911
|
{
|
|
4948
4912
|
"name": "draggable",
|
|
4949
|
-
"description": "
|
|
4913
|
+
"description": "MISSING DESCRIPTION",
|
|
4950
4914
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4951
4915
|
"default": "false",
|
|
4952
4916
|
"value": {
|
|
@@ -4957,7 +4921,7 @@
|
|
|
4957
4921
|
},
|
|
4958
4922
|
{
|
|
4959
4923
|
"name": "filterIcon",
|
|
4960
|
-
"description": "
|
|
4924
|
+
"description": "MISSING DESCRIPTION",
|
|
4961
4925
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4962
4926
|
"default": "'$complete'",
|
|
4963
4927
|
"value": {
|
|
@@ -4967,7 +4931,7 @@
|
|
|
4967
4931
|
},
|
|
4968
4932
|
{
|
|
4969
4933
|
"name": "label",
|
|
4970
|
-
"description": "
|
|
4934
|
+
"description": "MISSING DESCRIPTION",
|
|
4971
4935
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4972
4936
|
"default": "false",
|
|
4973
4937
|
"value": {
|
|
@@ -4978,7 +4942,7 @@
|
|
|
4978
4942
|
},
|
|
4979
4943
|
{
|
|
4980
4944
|
"name": "pill",
|
|
4981
|
-
"description": "
|
|
4945
|
+
"description": "MISSING DESCRIPTION",
|
|
4982
4946
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4983
4947
|
"default": "false",
|
|
4984
4948
|
"value": {
|
|
@@ -5031,7 +4995,7 @@
|
|
|
5031
4995
|
"events": [
|
|
5032
4996
|
{
|
|
5033
4997
|
"name": "click:close",
|
|
5034
|
-
"description": "
|
|
4998
|
+
"description": "MISSING DESCRIPTION",
|
|
5035
4999
|
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
|
5036
5000
|
"arguments": [
|
|
5037
5001
|
{
|
|
@@ -5040,17 +5004,6 @@
|
|
|
5040
5004
|
}
|
|
5041
5005
|
]
|
|
5042
5006
|
},
|
|
5043
|
-
{
|
|
5044
|
-
"name": "update:active",
|
|
5045
|
-
"description": "Emitted when close icon is clicked, sets active to `false`",
|
|
5046
|
-
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
|
5047
|
-
"arguments": [
|
|
5048
|
-
{
|
|
5049
|
-
"name": "argument",
|
|
5050
|
-
"type": "[boolean]"
|
|
5051
|
-
}
|
|
5052
|
-
]
|
|
5053
|
-
},
|
|
5054
5007
|
{
|
|
5055
5008
|
"name": "update:modelValue",
|
|
5056
5009
|
"description": "MISSING DESCRIPTION",
|
|
@@ -5477,7 +5430,7 @@
|
|
|
5477
5430
|
"attributes": [
|
|
5478
5431
|
{
|
|
5479
5432
|
"name": "label",
|
|
5480
|
-
"description": "
|
|
5433
|
+
"description": "Sets input label",
|
|
5481
5434
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5482
5435
|
"value": {
|
|
5483
5436
|
"kind": "expression",
|
|
@@ -5486,17 +5439,29 @@
|
|
|
5486
5439
|
},
|
|
5487
5440
|
{
|
|
5488
5441
|
"name": "type",
|
|
5489
|
-
"description": "
|
|
5442
|
+
"description": "Sets input type",
|
|
5490
5443
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5444
|
+
"default": "'text'",
|
|
5491
5445
|
"value": {
|
|
5492
5446
|
"kind": "expression",
|
|
5493
5447
|
"type": "string"
|
|
5494
5448
|
}
|
|
5495
5449
|
},
|
|
5496
5450
|
{
|
|
5497
|
-
"name": "
|
|
5451
|
+
"name": "filterMode",
|
|
5452
|
+
"description": "MISSING DESCRIPTION",
|
|
5453
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5454
|
+
"default": "'intersection'",
|
|
5455
|
+
"value": {
|
|
5456
|
+
"kind": "expression",
|
|
5457
|
+
"type": "\"every\" | \"some\" | \"union\" | \"intersection\""
|
|
5458
|
+
}
|
|
5459
|
+
},
|
|
5460
|
+
{
|
|
5461
|
+
"name": "noFilter",
|
|
5498
5462
|
"description": "MISSING DESCRIPTION",
|
|
5499
5463
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5464
|
+
"default": "false",
|
|
5500
5465
|
"value": {
|
|
5501
5466
|
"kind": "expression",
|
|
5502
5467
|
"type": "boolean"
|
|
@@ -5504,46 +5469,49 @@
|
|
|
5504
5469
|
"type": "boolean"
|
|
5505
5470
|
},
|
|
5506
5471
|
{
|
|
5507
|
-
"name": "
|
|
5472
|
+
"name": "customFilter",
|
|
5508
5473
|
"description": "MISSING DESCRIPTION",
|
|
5509
5474
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5510
5475
|
"value": {
|
|
5511
5476
|
"kind": "expression",
|
|
5512
|
-
"type": "string"
|
|
5477
|
+
"type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
|
|
5513
5478
|
}
|
|
5514
5479
|
},
|
|
5515
5480
|
{
|
|
5516
|
-
"name": "
|
|
5481
|
+
"name": "customKeyFilter",
|
|
5517
5482
|
"description": "MISSING DESCRIPTION",
|
|
5518
5483
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5519
5484
|
"value": {
|
|
5520
5485
|
"kind": "expression",
|
|
5521
|
-
"type": "
|
|
5522
|
-
}
|
|
5523
|
-
"type": "boolean"
|
|
5486
|
+
"type": "{ }"
|
|
5487
|
+
}
|
|
5524
5488
|
},
|
|
5525
5489
|
{
|
|
5526
|
-
"name": "
|
|
5527
|
-
"description": "
|
|
5490
|
+
"name": "reverse",
|
|
5491
|
+
"description": "Reverses the input orientation",
|
|
5528
5492
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5493
|
+
"default": "false",
|
|
5529
5494
|
"value": {
|
|
5530
5495
|
"kind": "expression",
|
|
5531
|
-
"type": "
|
|
5532
|
-
}
|
|
5496
|
+
"type": "boolean"
|
|
5497
|
+
},
|
|
5498
|
+
"type": "boolean"
|
|
5533
5499
|
},
|
|
5534
5500
|
{
|
|
5535
|
-
"name": "
|
|
5501
|
+
"name": "filterKeys",
|
|
5536
5502
|
"description": "MISSING DESCRIPTION",
|
|
5537
5503
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5504
|
+
"default": "['title']",
|
|
5538
5505
|
"value": {
|
|
5539
5506
|
"kind": "expression",
|
|
5540
|
-
"type": "string"
|
|
5507
|
+
"type": "string | string[]"
|
|
5541
5508
|
}
|
|
5542
5509
|
},
|
|
5543
5510
|
{
|
|
5544
|
-
"name": "
|
|
5545
|
-
"description": "
|
|
5511
|
+
"name": "chips",
|
|
5512
|
+
"description": "Changes display of selections to chips",
|
|
5546
5513
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5514
|
+
"default": "false",
|
|
5547
5515
|
"value": {
|
|
5548
5516
|
"kind": "expression",
|
|
5549
5517
|
"type": "boolean"
|
|
@@ -5551,9 +5519,10 @@
|
|
|
5551
5519
|
"type": "boolean"
|
|
5552
5520
|
},
|
|
5553
5521
|
{
|
|
5554
|
-
"name": "
|
|
5522
|
+
"name": "closableChips",
|
|
5555
5523
|
"description": "MISSING DESCRIPTION",
|
|
5556
5524
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5525
|
+
"default": "false",
|
|
5557
5526
|
"value": {
|
|
5558
5527
|
"kind": "expression",
|
|
5559
5528
|
"type": "boolean"
|
|
@@ -5561,72 +5530,82 @@
|
|
|
5561
5530
|
"type": "boolean"
|
|
5562
5531
|
},
|
|
5563
5532
|
{
|
|
5564
|
-
"name": "
|
|
5565
|
-
"description": "
|
|
5533
|
+
"name": "eager",
|
|
5534
|
+
"description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
|
5566
5535
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5536
|
+
"default": "false",
|
|
5567
5537
|
"value": {
|
|
5568
5538
|
"kind": "expression",
|
|
5569
|
-
"type": "
|
|
5570
|
-
}
|
|
5539
|
+
"type": "boolean"
|
|
5540
|
+
},
|
|
5541
|
+
"type": "boolean"
|
|
5571
5542
|
},
|
|
5572
5543
|
{
|
|
5573
|
-
"name": "
|
|
5544
|
+
"name": "hideNoData",
|
|
5574
5545
|
"description": "MISSING DESCRIPTION",
|
|
5575
5546
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5547
|
+
"default": "true",
|
|
5576
5548
|
"value": {
|
|
5577
5549
|
"kind": "expression",
|
|
5578
|
-
"type": "
|
|
5579
|
-
}
|
|
5550
|
+
"type": "boolean"
|
|
5551
|
+
},
|
|
5552
|
+
"type": "boolean"
|
|
5580
5553
|
},
|
|
5581
5554
|
{
|
|
5582
|
-
"name": "
|
|
5583
|
-
"description": "
|
|
5555
|
+
"name": "hideSelected",
|
|
5556
|
+
"description": "Do not display in the select menu items that are already selected",
|
|
5584
5557
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5558
|
+
"default": "false",
|
|
5585
5559
|
"value": {
|
|
5586
5560
|
"kind": "expression",
|
|
5587
|
-
"type": "
|
|
5588
|
-
}
|
|
5561
|
+
"type": "boolean"
|
|
5562
|
+
},
|
|
5563
|
+
"type": "boolean"
|
|
5589
5564
|
},
|
|
5590
5565
|
{
|
|
5591
|
-
"name": "
|
|
5566
|
+
"name": "menu",
|
|
5592
5567
|
"description": "MISSING DESCRIPTION",
|
|
5593
5568
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5569
|
+
"default": "false",
|
|
5594
5570
|
"value": {
|
|
5595
5571
|
"kind": "expression",
|
|
5596
|
-
"type": "
|
|
5597
|
-
}
|
|
5572
|
+
"type": "boolean"
|
|
5573
|
+
},
|
|
5574
|
+
"type": "boolean"
|
|
5598
5575
|
},
|
|
5599
5576
|
{
|
|
5600
|
-
"name": "
|
|
5577
|
+
"name": "menuIcon",
|
|
5601
5578
|
"description": "MISSING DESCRIPTION",
|
|
5602
5579
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5580
|
+
"default": "'$dropdown'",
|
|
5603
5581
|
"value": {
|
|
5604
5582
|
"kind": "expression",
|
|
5605
|
-
"type": "string |
|
|
5583
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
5606
5584
|
}
|
|
5607
5585
|
},
|
|
5608
5586
|
{
|
|
5609
|
-
"name": "
|
|
5610
|
-
"description": "
|
|
5587
|
+
"name": "menuProps",
|
|
5588
|
+
"description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`",
|
|
5611
5589
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5612
5590
|
"value": {
|
|
5613
5591
|
"kind": "expression",
|
|
5614
|
-
"type": "
|
|
5592
|
+
"type": "unknown"
|
|
5615
5593
|
}
|
|
5616
5594
|
},
|
|
5617
5595
|
{
|
|
5618
|
-
"name": "
|
|
5596
|
+
"name": "id",
|
|
5619
5597
|
"description": "MISSING DESCRIPTION",
|
|
5620
5598
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5621
5599
|
"value": {
|
|
5622
5600
|
"kind": "expression",
|
|
5623
|
-
"type": "
|
|
5601
|
+
"type": "string"
|
|
5624
5602
|
}
|
|
5625
5603
|
},
|
|
5626
5604
|
{
|
|
5627
5605
|
"name": "disabled",
|
|
5628
|
-
"description": "
|
|
5606
|
+
"description": "Disables the input",
|
|
5629
5607
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5608
|
+
"default": "false",
|
|
5630
5609
|
"value": {
|
|
5631
5610
|
"kind": "expression",
|
|
5632
5611
|
"type": "boolean"
|
|
@@ -5634,31 +5613,32 @@
|
|
|
5634
5613
|
"type": "boolean"
|
|
5635
5614
|
},
|
|
5636
5615
|
{
|
|
5637
|
-
"name": "
|
|
5616
|
+
"name": "modelValue",
|
|
5638
5617
|
"description": "MISSING DESCRIPTION",
|
|
5639
5618
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5619
|
+
"default": "null",
|
|
5640
5620
|
"value": {
|
|
5641
5621
|
"kind": "expression",
|
|
5642
|
-
"type": "
|
|
5643
|
-
}
|
|
5644
|
-
"type": "boolean"
|
|
5622
|
+
"type": "any"
|
|
5623
|
+
}
|
|
5645
5624
|
},
|
|
5646
5625
|
{
|
|
5647
|
-
"name": "
|
|
5648
|
-
"description": "
|
|
5626
|
+
"name": "theme",
|
|
5627
|
+
"description": "Specify a theme for this component and all of its children",
|
|
5649
5628
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5650
5629
|
"value": {
|
|
5651
5630
|
"kind": "expression",
|
|
5652
|
-
"type": "string
|
|
5631
|
+
"type": "string"
|
|
5653
5632
|
}
|
|
5654
5633
|
},
|
|
5655
5634
|
{
|
|
5656
|
-
"name": "
|
|
5635
|
+
"name": "transition",
|
|
5657
5636
|
"description": "MISSING DESCRIPTION",
|
|
5658
5637
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5638
|
+
"default": "false",
|
|
5659
5639
|
"value": {
|
|
5660
5640
|
"kind": "expression",
|
|
5661
|
-
"type": "string |
|
|
5641
|
+
"type": "string | boolean"
|
|
5662
5642
|
}
|
|
5663
5643
|
},
|
|
5664
5644
|
{
|
|
@@ -5671,8 +5651,8 @@
|
|
|
5671
5651
|
}
|
|
5672
5652
|
},
|
|
5673
5653
|
{
|
|
5674
|
-
"name": "
|
|
5675
|
-
"description": "
|
|
5654
|
+
"name": "multiple",
|
|
5655
|
+
"description": "Changes select to multiple. Accepts array for value",
|
|
5676
5656
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5677
5657
|
"default": "false",
|
|
5678
5658
|
"value": {
|
|
@@ -5682,92 +5662,92 @@
|
|
|
5682
5662
|
"type": "boolean"
|
|
5683
5663
|
},
|
|
5684
5664
|
{
|
|
5685
|
-
"name": "
|
|
5686
|
-
"description": "
|
|
5665
|
+
"name": "noDataText",
|
|
5666
|
+
"description": "Display text when there is no data",
|
|
5687
5667
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5668
|
+
"default": "'$vuetify.noDataText'",
|
|
5688
5669
|
"value": {
|
|
5689
5670
|
"kind": "expression",
|
|
5690
|
-
"type": "
|
|
5671
|
+
"type": "string"
|
|
5691
5672
|
}
|
|
5692
5673
|
},
|
|
5693
5674
|
{
|
|
5694
|
-
"name": "
|
|
5695
|
-
"description": "
|
|
5675
|
+
"name": "openOnClear",
|
|
5676
|
+
"description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state",
|
|
5696
5677
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5678
|
+
"default": "false",
|
|
5697
5679
|
"value": {
|
|
5698
5680
|
"kind": "expression",
|
|
5699
|
-
"type": "
|
|
5700
|
-
}
|
|
5681
|
+
"type": "boolean"
|
|
5682
|
+
},
|
|
5683
|
+
"type": "boolean"
|
|
5701
5684
|
},
|
|
5702
5685
|
{
|
|
5703
|
-
"name": "
|
|
5704
|
-
"description": "
|
|
5686
|
+
"name": "items",
|
|
5687
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable.",
|
|
5705
5688
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5689
|
+
"default": "[]",
|
|
5706
5690
|
"value": {
|
|
5707
5691
|
"kind": "expression",
|
|
5708
|
-
"type": "
|
|
5692
|
+
"type": "unknown[]"
|
|
5709
5693
|
}
|
|
5710
5694
|
},
|
|
5711
5695
|
{
|
|
5712
|
-
"name": "
|
|
5696
|
+
"name": "itemTitle",
|
|
5713
5697
|
"description": "MISSING DESCRIPTION",
|
|
5714
5698
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5699
|
+
"default": "'title'",
|
|
5715
5700
|
"value": {
|
|
5716
5701
|
"kind": "expression",
|
|
5717
|
-
"type": "
|
|
5702
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
5718
5703
|
}
|
|
5719
5704
|
},
|
|
5720
5705
|
{
|
|
5721
|
-
"name": "
|
|
5722
|
-
"description": "
|
|
5723
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5724
|
-
"value": {
|
|
5725
|
-
"kind": "expression",
|
|
5726
|
-
"type": "boolean"
|
|
5727
|
-
},
|
|
5728
|
-
"type": "boolean"
|
|
5729
|
-
},
|
|
5730
|
-
{
|
|
5731
|
-
"name": "reverse",
|
|
5732
|
-
"description": "MISSING DESCRIPTION",
|
|
5706
|
+
"name": "itemValue",
|
|
5707
|
+
"description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)",
|
|
5733
5708
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5709
|
+
"default": "'value'",
|
|
5734
5710
|
"value": {
|
|
5735
5711
|
"kind": "expression",
|
|
5736
|
-
"type": "
|
|
5737
|
-
}
|
|
5738
|
-
"type": "boolean"
|
|
5712
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
5713
|
+
}
|
|
5739
5714
|
},
|
|
5740
5715
|
{
|
|
5741
|
-
"name": "
|
|
5716
|
+
"name": "itemChildren",
|
|
5742
5717
|
"description": "MISSING DESCRIPTION",
|
|
5743
5718
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5719
|
+
"default": "false",
|
|
5744
5720
|
"value": {
|
|
5745
5721
|
"kind": "expression",
|
|
5746
|
-
"type": "
|
|
5722
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
5747
5723
|
}
|
|
5748
5724
|
},
|
|
5749
5725
|
{
|
|
5750
|
-
"name": "
|
|
5726
|
+
"name": "itemProps",
|
|
5751
5727
|
"description": "MISSING DESCRIPTION",
|
|
5752
5728
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5729
|
+
"default": "'props'",
|
|
5753
5730
|
"value": {
|
|
5754
5731
|
"kind": "expression",
|
|
5755
|
-
"type": "
|
|
5732
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
5756
5733
|
}
|
|
5757
5734
|
},
|
|
5758
5735
|
{
|
|
5759
|
-
"name": "
|
|
5760
|
-
"description": "
|
|
5736
|
+
"name": "returnObject",
|
|
5737
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**",
|
|
5761
5738
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5739
|
+
"default": "true",
|
|
5762
5740
|
"value": {
|
|
5763
5741
|
"kind": "expression",
|
|
5764
|
-
"type": "
|
|
5765
|
-
}
|
|
5742
|
+
"type": "boolean"
|
|
5743
|
+
},
|
|
5744
|
+
"type": "boolean"
|
|
5766
5745
|
},
|
|
5767
5746
|
{
|
|
5768
|
-
"name": "
|
|
5769
|
-
"description": "
|
|
5747
|
+
"name": "autofocus",
|
|
5748
|
+
"description": "Enables autofocus",
|
|
5770
5749
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5750
|
+
"default": "false",
|
|
5771
5751
|
"value": {
|
|
5772
5752
|
"kind": "expression",
|
|
5773
5753
|
"type": "boolean"
|
|
@@ -5775,18 +5755,19 @@
|
|
|
5775
5755
|
"type": "boolean"
|
|
5776
5756
|
},
|
|
5777
5757
|
{
|
|
5778
|
-
"name": "
|
|
5779
|
-
"description": "
|
|
5758
|
+
"name": "hint",
|
|
5759
|
+
"description": "Hint text",
|
|
5780
5760
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5781
5761
|
"value": {
|
|
5782
5762
|
"kind": "expression",
|
|
5783
|
-
"type": "string
|
|
5763
|
+
"type": "string"
|
|
5784
5764
|
}
|
|
5785
5765
|
},
|
|
5786
5766
|
{
|
|
5787
|
-
"name": "
|
|
5788
|
-
"description": "
|
|
5767
|
+
"name": "persistentHint",
|
|
5768
|
+
"description": "Forces hint to always be visible",
|
|
5789
5769
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5770
|
+
"default": "false",
|
|
5790
5771
|
"value": {
|
|
5791
5772
|
"kind": "expression",
|
|
5792
5773
|
"type": "boolean"
|
|
@@ -5794,8 +5775,8 @@
|
|
|
5794
5775
|
"type": "boolean"
|
|
5795
5776
|
},
|
|
5796
5777
|
{
|
|
5797
|
-
"name": "
|
|
5798
|
-
"description": "
|
|
5778
|
+
"name": "prefix",
|
|
5779
|
+
"description": "Displays prefix text",
|
|
5799
5780
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5800
5781
|
"value": {
|
|
5801
5782
|
"kind": "expression",
|
|
@@ -5803,19 +5784,19 @@
|
|
|
5803
5784
|
}
|
|
5804
5785
|
},
|
|
5805
5786
|
{
|
|
5806
|
-
"name": "
|
|
5807
|
-
"description": "
|
|
5787
|
+
"name": "placeholder",
|
|
5788
|
+
"description": "Sets the input’s placeholder text",
|
|
5808
5789
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5809
5790
|
"value": {
|
|
5810
5791
|
"kind": "expression",
|
|
5811
|
-
"type": "
|
|
5812
|
-
}
|
|
5813
|
-
"type": "boolean"
|
|
5792
|
+
"type": "string"
|
|
5793
|
+
}
|
|
5814
5794
|
},
|
|
5815
5795
|
{
|
|
5816
|
-
"name": "
|
|
5817
|
-
"description": "
|
|
5818
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5796
|
+
"name": "persistentPlaceholder",
|
|
5797
|
+
"description": "Forces placeholder to always be visible",
|
|
5798
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5799
|
+
"default": "false",
|
|
5819
5800
|
"value": {
|
|
5820
5801
|
"kind": "expression",
|
|
5821
5802
|
"type": "boolean"
|
|
@@ -5823,18 +5804,10 @@
|
|
|
5823
5804
|
"type": "boolean"
|
|
5824
5805
|
},
|
|
5825
5806
|
{
|
|
5826
|
-
"name": "
|
|
5827
|
-
"description": "MISSING DESCRIPTION",
|
|
5828
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5829
|
-
"value": {
|
|
5830
|
-
"kind": "expression",
|
|
5831
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
|
5832
|
-
}
|
|
5833
|
-
},
|
|
5834
|
-
{
|
|
5835
|
-
"name": "singleLine",
|
|
5807
|
+
"name": "persistentCounter",
|
|
5836
5808
|
"description": "MISSING DESCRIPTION",
|
|
5837
5809
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5810
|
+
"default": "false",
|
|
5838
5811
|
"value": {
|
|
5839
5812
|
"kind": "expression",
|
|
5840
5813
|
"type": "boolean"
|
|
@@ -5842,17 +5815,8 @@
|
|
|
5842
5815
|
"type": "boolean"
|
|
5843
5816
|
},
|
|
5844
5817
|
{
|
|
5845
|
-
"name": "
|
|
5846
|
-
"description": "
|
|
5847
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5848
|
-
"value": {
|
|
5849
|
-
"kind": "expression",
|
|
5850
|
-
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\""
|
|
5851
|
-
}
|
|
5852
|
-
},
|
|
5853
|
-
{
|
|
5854
|
-
"name": "theme",
|
|
5855
|
-
"description": "MISSING DESCRIPTION",
|
|
5818
|
+
"name": "suffix",
|
|
5819
|
+
"description": "Displays suffix text",
|
|
5856
5820
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5857
5821
|
"value": {
|
|
5858
5822
|
"kind": "expression",
|
|
@@ -5860,55 +5824,56 @@
|
|
|
5860
5824
|
}
|
|
5861
5825
|
},
|
|
5862
5826
|
{
|
|
5863
|
-
"name": "
|
|
5864
|
-
"description": "
|
|
5827
|
+
"name": "appendIcon",
|
|
5828
|
+
"description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`",
|
|
5865
5829
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5866
5830
|
"value": {
|
|
5867
5831
|
"kind": "expression",
|
|
5868
|
-
"type": "
|
|
5869
|
-
}
|
|
5870
|
-
"type": "boolean"
|
|
5832
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
5833
|
+
}
|
|
5871
5834
|
},
|
|
5872
5835
|
{
|
|
5873
|
-
"name": "
|
|
5874
|
-
"description": "
|
|
5836
|
+
"name": "prependIcon",
|
|
5837
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`",
|
|
5875
5838
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5876
5839
|
"value": {
|
|
5877
5840
|
"kind": "expression",
|
|
5878
|
-
"type": "string |
|
|
5841
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
5879
5842
|
}
|
|
5880
5843
|
},
|
|
5881
5844
|
{
|
|
5882
|
-
"name": "
|
|
5883
|
-
"description": "
|
|
5845
|
+
"name": "messages",
|
|
5846
|
+
"description": "Displays a list of messages or message if using a string",
|
|
5884
5847
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5848
|
+
"default": "[]",
|
|
5885
5849
|
"value": {
|
|
5886
5850
|
"kind": "expression",
|
|
5887
|
-
"type": "
|
|
5851
|
+
"type": "string | string[]"
|
|
5888
5852
|
}
|
|
5889
5853
|
},
|
|
5890
5854
|
{
|
|
5891
|
-
"name": "
|
|
5892
|
-
"description": "
|
|
5855
|
+
"name": "direction",
|
|
5856
|
+
"description": "MISSING DESCRIPTION",
|
|
5893
5857
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5858
|
+
"default": "'horizontal'",
|
|
5894
5859
|
"value": {
|
|
5895
5860
|
"kind": "expression",
|
|
5896
|
-
"type": "
|
|
5861
|
+
"type": "\"horizontal\" | \"vertical\""
|
|
5897
5862
|
}
|
|
5898
5863
|
},
|
|
5899
5864
|
{
|
|
5900
|
-
"name": "
|
|
5901
|
-
"description": "
|
|
5865
|
+
"name": "density",
|
|
5866
|
+
"description": "Adjusts vertical spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
5902
5867
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5903
|
-
"default": "'
|
|
5868
|
+
"default": "'default'",
|
|
5904
5869
|
"value": {
|
|
5905
5870
|
"kind": "expression",
|
|
5906
|
-
"type": "\"
|
|
5871
|
+
"type": "\"default\" | \"comfortable\" | \"compact\""
|
|
5907
5872
|
}
|
|
5908
5873
|
},
|
|
5909
5874
|
{
|
|
5910
|
-
"name": "
|
|
5911
|
-
"description": "
|
|
5875
|
+
"name": "error",
|
|
5876
|
+
"description": "Puts the input in a manual error state",
|
|
5912
5877
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5913
5878
|
"default": "false",
|
|
5914
5879
|
"value": {
|
|
@@ -5918,57 +5883,57 @@
|
|
|
5918
5883
|
"type": "boolean"
|
|
5919
5884
|
},
|
|
5920
5885
|
{
|
|
5921
|
-
"name": "
|
|
5922
|
-
"description": "
|
|
5886
|
+
"name": "errorMessages",
|
|
5887
|
+
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation",
|
|
5923
5888
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5889
|
+
"default": "[]",
|
|
5924
5890
|
"value": {
|
|
5925
5891
|
"kind": "expression",
|
|
5926
|
-
"type": "
|
|
5892
|
+
"type": "string | string[]"
|
|
5927
5893
|
}
|
|
5928
5894
|
},
|
|
5929
5895
|
{
|
|
5930
|
-
"name": "
|
|
5896
|
+
"name": "maxErrors",
|
|
5931
5897
|
"description": "MISSING DESCRIPTION",
|
|
5932
5898
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5899
|
+
"default": "1",
|
|
5933
5900
|
"value": {
|
|
5934
5901
|
"kind": "expression",
|
|
5935
|
-
"type": "
|
|
5902
|
+
"type": "string | number"
|
|
5936
5903
|
}
|
|
5937
5904
|
},
|
|
5938
5905
|
{
|
|
5939
|
-
"name": "
|
|
5940
|
-
"description": "
|
|
5906
|
+
"name": "readonly",
|
|
5907
|
+
"description": "Puts input in readonly state",
|
|
5941
5908
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5942
|
-
"default": "
|
|
5909
|
+
"default": "false",
|
|
5943
5910
|
"value": {
|
|
5944
5911
|
"kind": "expression",
|
|
5945
|
-
"type": "
|
|
5946
|
-
}
|
|
5912
|
+
"type": "boolean"
|
|
5913
|
+
},
|
|
5914
|
+
"type": "boolean"
|
|
5947
5915
|
},
|
|
5948
5916
|
{
|
|
5949
|
-
"name": "
|
|
5950
|
-
"description": "
|
|
5917
|
+
"name": "rules",
|
|
5918
|
+
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`",
|
|
5951
5919
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5952
|
-
"default": "
|
|
5920
|
+
"default": "[]",
|
|
5953
5921
|
"value": {
|
|
5954
5922
|
"kind": "expression",
|
|
5955
|
-
"type": "
|
|
5956
|
-
}
|
|
5957
|
-
"type": "boolean"
|
|
5923
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
|
|
5924
|
+
}
|
|
5958
5925
|
},
|
|
5959
5926
|
{
|
|
5960
|
-
"name": "
|
|
5927
|
+
"name": "validateOn",
|
|
5961
5928
|
"description": "MISSING DESCRIPTION",
|
|
5962
5929
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5963
|
-
"default": "false",
|
|
5964
5930
|
"value": {
|
|
5965
5931
|
"kind": "expression",
|
|
5966
|
-
"type": "
|
|
5967
|
-
}
|
|
5968
|
-
"type": "boolean"
|
|
5932
|
+
"type": "\"blur\" | \"input\" | \"submit\""
|
|
5933
|
+
}
|
|
5969
5934
|
},
|
|
5970
5935
|
{
|
|
5971
|
-
"name": "
|
|
5936
|
+
"name": "focused",
|
|
5972
5937
|
"description": "MISSING DESCRIPTION",
|
|
5973
5938
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5974
5939
|
"default": "false",
|
|
@@ -5979,30 +5944,27 @@
|
|
|
5979
5944
|
"type": "boolean"
|
|
5980
5945
|
},
|
|
5981
5946
|
{
|
|
5982
|
-
"name": "
|
|
5983
|
-
"description": "
|
|
5947
|
+
"name": "hideDetails",
|
|
5948
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
5984
5949
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5985
|
-
"default": "
|
|
5950
|
+
"default": "false",
|
|
5986
5951
|
"value": {
|
|
5987
5952
|
"kind": "expression",
|
|
5988
|
-
"type": "boolean"
|
|
5989
|
-
}
|
|
5990
|
-
"type": "boolean"
|
|
5953
|
+
"type": "boolean | \"auto\""
|
|
5954
|
+
}
|
|
5991
5955
|
},
|
|
5992
5956
|
{
|
|
5993
|
-
"name": "
|
|
5957
|
+
"name": "bgColor",
|
|
5994
5958
|
"description": "MISSING DESCRIPTION",
|
|
5995
5959
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5996
|
-
"default": "false",
|
|
5997
5960
|
"value": {
|
|
5998
5961
|
"kind": "expression",
|
|
5999
|
-
"type": "
|
|
6000
|
-
}
|
|
6001
|
-
"type": "boolean"
|
|
5962
|
+
"type": "string"
|
|
5963
|
+
}
|
|
6002
5964
|
},
|
|
6003
5965
|
{
|
|
6004
|
-
"name": "
|
|
6005
|
-
"description": "
|
|
5966
|
+
"name": "clearable",
|
|
5967
|
+
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**",
|
|
6006
5968
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6007
5969
|
"default": "false",
|
|
6008
5970
|
"value": {
|
|
@@ -6012,36 +5974,37 @@
|
|
|
6012
5974
|
"type": "boolean"
|
|
6013
5975
|
},
|
|
6014
5976
|
{
|
|
6015
|
-
"name": "
|
|
6016
|
-
"description": "
|
|
5977
|
+
"name": "clearIcon",
|
|
5978
|
+
"description": "Applied when using **clearable** and the input is dirty",
|
|
6017
5979
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6018
|
-
"default": "'$
|
|
5980
|
+
"default": "'$clear'",
|
|
6019
5981
|
"value": {
|
|
6020
5982
|
"kind": "expression",
|
|
6021
5983
|
"type": "string | (new () => any) | FunctionalComponent"
|
|
6022
5984
|
}
|
|
6023
5985
|
},
|
|
6024
5986
|
{
|
|
6025
|
-
"name": "
|
|
5987
|
+
"name": "active",
|
|
6026
5988
|
"description": "MISSING DESCRIPTION",
|
|
6027
5989
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5990
|
+
"default": "false",
|
|
6028
5991
|
"value": {
|
|
6029
5992
|
"kind": "expression",
|
|
6030
|
-
"type": "
|
|
6031
|
-
}
|
|
5993
|
+
"type": "boolean"
|
|
5994
|
+
},
|
|
5995
|
+
"type": "boolean"
|
|
6032
5996
|
},
|
|
6033
5997
|
{
|
|
6034
|
-
"name": "
|
|
5998
|
+
"name": "color",
|
|
6035
5999
|
"description": "MISSING DESCRIPTION",
|
|
6036
6000
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6037
|
-
"default": "false",
|
|
6038
6001
|
"value": {
|
|
6039
6002
|
"kind": "expression",
|
|
6040
|
-
"type": "string
|
|
6003
|
+
"type": "string"
|
|
6041
6004
|
}
|
|
6042
6005
|
},
|
|
6043
6006
|
{
|
|
6044
|
-
"name": "
|
|
6007
|
+
"name": "persistentClear",
|
|
6045
6008
|
"description": "MISSING DESCRIPTION",
|
|
6046
6009
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6047
6010
|
"default": "false",
|
|
@@ -6052,18 +6015,17 @@
|
|
|
6052
6015
|
"type": "boolean"
|
|
6053
6016
|
},
|
|
6054
6017
|
{
|
|
6055
|
-
"name": "
|
|
6056
|
-
"description": "
|
|
6018
|
+
"name": "prependInnerIcon",
|
|
6019
|
+
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`",
|
|
6057
6020
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6058
|
-
"default": "'$vuetify.noDataText'",
|
|
6059
6021
|
"value": {
|
|
6060
6022
|
"kind": "expression",
|
|
6061
|
-
"type": "string"
|
|
6023
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
6062
6024
|
}
|
|
6063
6025
|
},
|
|
6064
6026
|
{
|
|
6065
|
-
"name": "
|
|
6066
|
-
"description": "
|
|
6027
|
+
"name": "singleLine",
|
|
6028
|
+
"description": "Label does not move on focus/dirty",
|
|
6067
6029
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6068
6030
|
"default": "false",
|
|
6069
6031
|
"value": {
|
|
@@ -6073,82 +6035,70 @@
|
|
|
6073
6035
|
"type": "boolean"
|
|
6074
6036
|
},
|
|
6075
6037
|
{
|
|
6076
|
-
"name": "
|
|
6077
|
-
"description": "MISSING DESCRIPTION",
|
|
6078
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6079
|
-
"default": "[]",
|
|
6080
|
-
"value": {
|
|
6081
|
-
"kind": "expression",
|
|
6082
|
-
"type": "unknown[]"
|
|
6083
|
-
}
|
|
6084
|
-
},
|
|
6085
|
-
{
|
|
6086
|
-
"name": "itemTitle",
|
|
6038
|
+
"name": "variant",
|
|
6087
6039
|
"description": "MISSING DESCRIPTION",
|
|
6088
6040
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6089
|
-
"default": "'
|
|
6041
|
+
"default": "'filled'",
|
|
6090
6042
|
"value": {
|
|
6091
6043
|
"kind": "expression",
|
|
6092
|
-
"type": "
|
|
6044
|
+
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\""
|
|
6093
6045
|
}
|
|
6094
6046
|
},
|
|
6095
6047
|
{
|
|
6096
|
-
"name": "
|
|
6097
|
-
"description": "
|
|
6048
|
+
"name": "loading",
|
|
6049
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
|
|
6098
6050
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6099
|
-
"default": "
|
|
6051
|
+
"default": "false",
|
|
6100
6052
|
"value": {
|
|
6101
6053
|
"kind": "expression",
|
|
6102
|
-
"type": "
|
|
6103
|
-
}
|
|
6054
|
+
"type": "boolean"
|
|
6055
|
+
},
|
|
6056
|
+
"type": "boolean"
|
|
6104
6057
|
},
|
|
6105
6058
|
{
|
|
6106
|
-
"name": "
|
|
6107
|
-
"description": "
|
|
6059
|
+
"name": "counter",
|
|
6060
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
6108
6061
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6109
6062
|
"default": "false",
|
|
6110
6063
|
"value": {
|
|
6111
6064
|
"kind": "expression",
|
|
6112
|
-
"type": "
|
|
6065
|
+
"type": "string | number | true"
|
|
6113
6066
|
}
|
|
6114
6067
|
},
|
|
6115
6068
|
{
|
|
6116
|
-
"name": "
|
|
6069
|
+
"name": "counterValue",
|
|
6117
6070
|
"description": "MISSING DESCRIPTION",
|
|
6118
6071
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6119
|
-
"default": "'props'",
|
|
6120
6072
|
"value": {
|
|
6121
6073
|
"kind": "expression",
|
|
6122
|
-
"type": "
|
|
6074
|
+
"type": "(value: any) => number"
|
|
6123
6075
|
}
|
|
6124
6076
|
},
|
|
6125
6077
|
{
|
|
6126
|
-
"name": "
|
|
6127
|
-
"description": "
|
|
6078
|
+
"name": "delimiters",
|
|
6079
|
+
"description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys.",
|
|
6128
6080
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6129
|
-
"default": "true",
|
|
6130
6081
|
"value": {
|
|
6131
6082
|
"kind": "expression",
|
|
6132
|
-
"type": "
|
|
6133
|
-
}
|
|
6134
|
-
"type": "boolean"
|
|
6083
|
+
"type": "string[]"
|
|
6084
|
+
}
|
|
6135
6085
|
}
|
|
6136
6086
|
],
|
|
6137
6087
|
"events": [
|
|
6138
6088
|
{
|
|
6139
|
-
"name": "
|
|
6089
|
+
"name": "update:modelValue",
|
|
6140
6090
|
"description": "MISSING DESCRIPTION",
|
|
6141
6091
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
6142
6092
|
"arguments": [
|
|
6143
6093
|
{
|
|
6144
6094
|
"name": "argument",
|
|
6145
|
-
"type": "
|
|
6095
|
+
"type": "[any]"
|
|
6146
6096
|
}
|
|
6147
6097
|
]
|
|
6148
6098
|
},
|
|
6149
6099
|
{
|
|
6150
|
-
"name": "click:
|
|
6151
|
-
"description": "
|
|
6100
|
+
"name": "click:prepend",
|
|
6101
|
+
"description": "Emitted when prepended icon is clicked",
|
|
6152
6102
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
6153
6103
|
"arguments": [
|
|
6154
6104
|
{
|
|
@@ -6158,8 +6108,8 @@
|
|
|
6158
6108
|
]
|
|
6159
6109
|
},
|
|
6160
6110
|
{
|
|
6161
|
-
"name": "click:
|
|
6162
|
-
"description": "
|
|
6111
|
+
"name": "click:append",
|
|
6112
|
+
"description": "Emitted when appended icon is clicked",
|
|
6163
6113
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
6164
6114
|
"arguments": [
|
|
6165
6115
|
{
|
|
@@ -6169,8 +6119,8 @@
|
|
|
6169
6119
|
]
|
|
6170
6120
|
},
|
|
6171
6121
|
{
|
|
6172
|
-
"name": "click:
|
|
6173
|
-
"description": "
|
|
6122
|
+
"name": "click:clear",
|
|
6123
|
+
"description": "Emitted when clearable icon clicked",
|
|
6174
6124
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
6175
6125
|
"arguments": [
|
|
6176
6126
|
{
|
|
@@ -6180,7 +6130,7 @@
|
|
|
6180
6130
|
]
|
|
6181
6131
|
},
|
|
6182
6132
|
{
|
|
6183
|
-
"name": "click:
|
|
6133
|
+
"name": "click:appendInner",
|
|
6184
6134
|
"description": "MISSING DESCRIPTION",
|
|
6185
6135
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
6186
6136
|
"arguments": [
|
|
@@ -6191,29 +6141,29 @@
|
|
|
6191
6141
|
]
|
|
6192
6142
|
},
|
|
6193
6143
|
{
|
|
6194
|
-
"name": "click:
|
|
6144
|
+
"name": "click:prependInner",
|
|
6195
6145
|
"description": "MISSING DESCRIPTION",
|
|
6196
6146
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
6197
6147
|
"arguments": [
|
|
6198
6148
|
{
|
|
6199
6149
|
"name": "argument",
|
|
6200
|
-
"type": "
|
|
6150
|
+
"type": "never"
|
|
6201
6151
|
}
|
|
6202
6152
|
]
|
|
6203
6153
|
},
|
|
6204
6154
|
{
|
|
6205
|
-
"name": "
|
|
6155
|
+
"name": "update:search",
|
|
6206
6156
|
"description": "MISSING DESCRIPTION",
|
|
6207
6157
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
6208
6158
|
"arguments": [
|
|
6209
6159
|
{
|
|
6210
6160
|
"name": "argument",
|
|
6211
|
-
"type": "[
|
|
6161
|
+
"type": "[string]"
|
|
6212
6162
|
}
|
|
6213
6163
|
]
|
|
6214
6164
|
},
|
|
6215
6165
|
{
|
|
6216
|
-
"name": "update:
|
|
6166
|
+
"name": "update:menu",
|
|
6217
6167
|
"description": "MISSING DESCRIPTION",
|
|
6218
6168
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
6219
6169
|
"arguments": [
|
|
@@ -6222,47 +6172,14 @@
|
|
|
6222
6172
|
"type": "[boolean]"
|
|
6223
6173
|
}
|
|
6224
6174
|
]
|
|
6225
|
-
}
|
|
6175
|
+
}
|
|
6176
|
+
],
|
|
6177
|
+
"slots": [
|
|
6226
6178
|
{
|
|
6227
|
-
"name": "
|
|
6228
|
-
"description": "
|
|
6229
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#
|
|
6230
|
-
"
|
|
6231
|
-
{
|
|
6232
|
-
"name": "argument",
|
|
6233
|
-
"type": "[any]"
|
|
6234
|
-
}
|
|
6235
|
-
]
|
|
6236
|
-
},
|
|
6237
|
-
{
|
|
6238
|
-
"name": "update:search",
|
|
6239
|
-
"description": "MISSING DESCRIPTION",
|
|
6240
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
6241
|
-
"arguments": [
|
|
6242
|
-
{
|
|
6243
|
-
"name": "argument",
|
|
6244
|
-
"type": "[string]"
|
|
6245
|
-
}
|
|
6246
|
-
]
|
|
6247
|
-
},
|
|
6248
|
-
{
|
|
6249
|
-
"name": "update:menu",
|
|
6250
|
-
"description": "MISSING DESCRIPTION",
|
|
6251
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
6252
|
-
"arguments": [
|
|
6253
|
-
{
|
|
6254
|
-
"name": "argument",
|
|
6255
|
-
"type": "[boolean]"
|
|
6256
|
-
}
|
|
6257
|
-
]
|
|
6258
|
-
}
|
|
6259
|
-
],
|
|
6260
|
-
"slots": [
|
|
6261
|
-
{
|
|
6262
|
-
"name": "prepend",
|
|
6263
|
-
"description": "Adds an item outside the input and before input content",
|
|
6264
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#slots",
|
|
6265
|
-
"vue-properties": [
|
|
6179
|
+
"name": "prepend",
|
|
6180
|
+
"description": "Adds an item outside the input and before input content",
|
|
6181
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#slots",
|
|
6182
|
+
"vue-properties": [
|
|
6266
6183
|
{
|
|
6267
6184
|
"name": "id",
|
|
6268
6185
|
"type": "ComputedRef<string>"
|
|
@@ -6406,7 +6323,7 @@
|
|
|
6406
6323
|
},
|
|
6407
6324
|
{
|
|
6408
6325
|
"name": "prepend-inner",
|
|
6409
|
-
"description": "
|
|
6326
|
+
"description": "Adds an item inside the input and before input content",
|
|
6410
6327
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#slots"
|
|
6411
6328
|
},
|
|
6412
6329
|
{
|
|
@@ -6436,7 +6353,7 @@
|
|
|
6436
6353
|
},
|
|
6437
6354
|
{
|
|
6438
6355
|
"name": "item",
|
|
6439
|
-
"description": "
|
|
6356
|
+
"description": "Define a custom item appearance",
|
|
6440
6357
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#slots",
|
|
6441
6358
|
"vue-properties": [
|
|
6442
6359
|
{
|
|
@@ -6474,7 +6391,7 @@
|
|
|
6474
6391
|
},
|
|
6475
6392
|
{
|
|
6476
6393
|
"name": "selection",
|
|
6477
|
-
"description": "
|
|
6394
|
+
"description": "Define a custom selection appearance",
|
|
6478
6395
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#slots",
|
|
6479
6396
|
"vue-properties": [
|
|
6480
6397
|
{
|
|
@@ -6489,12 +6406,12 @@
|
|
|
6489
6406
|
},
|
|
6490
6407
|
{
|
|
6491
6408
|
"name": "prepend-item",
|
|
6492
|
-
"description": "
|
|
6409
|
+
"description": "Adds an item before menu content",
|
|
6493
6410
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#slots"
|
|
6494
6411
|
},
|
|
6495
6412
|
{
|
|
6496
6413
|
"name": "append-item",
|
|
6497
|
-
"description": "
|
|
6414
|
+
"description": "Adds an item after menu content",
|
|
6498
6415
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#slots"
|
|
6499
6416
|
},
|
|
6500
6417
|
{
|
|
@@ -7955,7 +7872,7 @@
|
|
|
7955
7872
|
},
|
|
7956
7873
|
{
|
|
7957
7874
|
"name": "appendIcon",
|
|
7958
|
-
"description": "
|
|
7875
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`",
|
|
7959
7876
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
7960
7877
|
"value": {
|
|
7961
7878
|
"kind": "expression",
|
|
@@ -7964,7 +7881,7 @@
|
|
|
7964
7881
|
},
|
|
7965
7882
|
{
|
|
7966
7883
|
"name": "prependIcon",
|
|
7967
|
-
"description": "
|
|
7884
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
|
|
7968
7885
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
7969
7886
|
"default": "'$file'",
|
|
7970
7887
|
"value": {
|
|
@@ -8055,7 +7972,7 @@
|
|
|
8055
7972
|
},
|
|
8056
7973
|
{
|
|
8057
7974
|
"name": "label",
|
|
8058
|
-
"description": "
|
|
7975
|
+
"description": "Sets input label",
|
|
8059
7976
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
8060
7977
|
"value": {
|
|
8061
7978
|
"kind": "expression",
|
|
@@ -8135,7 +8052,7 @@
|
|
|
8135
8052
|
},
|
|
8136
8053
|
{
|
|
8137
8054
|
"name": "hideDetails",
|
|
8138
|
-
"description": "
|
|
8055
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
8139
8056
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
8140
8057
|
"default": "false",
|
|
8141
8058
|
"value": {
|
|
@@ -8265,7 +8182,7 @@
|
|
|
8265
8182
|
},
|
|
8266
8183
|
{
|
|
8267
8184
|
"name": "loading",
|
|
8268
|
-
"description": "
|
|
8185
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
|
|
8269
8186
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
8270
8187
|
"default": "false",
|
|
8271
8188
|
"value": {
|
|
@@ -8329,7 +8246,7 @@
|
|
|
8329
8246
|
},
|
|
8330
8247
|
{
|
|
8331
8248
|
"name": "hint",
|
|
8332
|
-
"description": "
|
|
8249
|
+
"description": "Hint text",
|
|
8333
8250
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
8334
8251
|
"value": {
|
|
8335
8252
|
"kind": "expression",
|
|
@@ -8338,7 +8255,7 @@
|
|
|
8338
8255
|
},
|
|
8339
8256
|
{
|
|
8340
8257
|
"name": "persistentHint",
|
|
8341
|
-
"description": "
|
|
8258
|
+
"description": "Forces hint to always be visible",
|
|
8342
8259
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
8343
8260
|
"default": "false",
|
|
8344
8261
|
"value": {
|
|
@@ -8349,7 +8266,7 @@
|
|
|
8349
8266
|
},
|
|
8350
8267
|
{
|
|
8351
8268
|
"name": "placeholder",
|
|
8352
|
-
"description": "
|
|
8269
|
+
"description": "Sets the input's placeholder text",
|
|
8353
8270
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
8354
8271
|
"value": {
|
|
8355
8272
|
"kind": "expression",
|
|
@@ -8370,7 +8287,7 @@
|
|
|
8370
8287
|
"events": [
|
|
8371
8288
|
{
|
|
8372
8289
|
"name": "click:prepend",
|
|
8373
|
-
"description": "
|
|
8290
|
+
"description": "Emitted when prepended icon is clicked",
|
|
8374
8291
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#events",
|
|
8375
8292
|
"arguments": [
|
|
8376
8293
|
{
|
|
@@ -8381,7 +8298,7 @@
|
|
|
8381
8298
|
},
|
|
8382
8299
|
{
|
|
8383
8300
|
"name": "click:append",
|
|
8384
|
-
"description": "
|
|
8301
|
+
"description": "Emitted when appended icon is clicked",
|
|
8385
8302
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#events",
|
|
8386
8303
|
"arguments": [
|
|
8387
8304
|
{
|
|
@@ -11117,7 +11034,18 @@
|
|
|
11117
11034
|
"arguments": [
|
|
11118
11035
|
{
|
|
11119
11036
|
"name": "argument",
|
|
11120
|
-
"type": "[
|
|
11037
|
+
"type": "[MouseEvent | KeyboardEvent]"
|
|
11038
|
+
}
|
|
11039
|
+
]
|
|
11040
|
+
},
|
|
11041
|
+
{
|
|
11042
|
+
"name": "clickOnce",
|
|
11043
|
+
"description": "MISSING DESCRIPTION",
|
|
11044
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#events",
|
|
11045
|
+
"arguments": [
|
|
11046
|
+
{
|
|
11047
|
+
"name": "argument",
|
|
11048
|
+
"type": "never"
|
|
11121
11049
|
}
|
|
11122
11050
|
]
|
|
11123
11051
|
}
|
|
@@ -13606,7 +13534,7 @@
|
|
|
13606
13534
|
},
|
|
13607
13535
|
{
|
|
13608
13536
|
"name": "appendIcon",
|
|
13609
|
-
"description": "
|
|
13537
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`",
|
|
13610
13538
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
13611
13539
|
"value": {
|
|
13612
13540
|
"kind": "expression",
|
|
@@ -13615,7 +13543,7 @@
|
|
|
13615
13543
|
},
|
|
13616
13544
|
{
|
|
13617
13545
|
"name": "prependIcon",
|
|
13618
|
-
"description": "
|
|
13546
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
|
|
13619
13547
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
13620
13548
|
"value": {
|
|
13621
13549
|
"kind": "expression",
|
|
@@ -13715,7 +13643,7 @@
|
|
|
13715
13643
|
},
|
|
13716
13644
|
{
|
|
13717
13645
|
"name": "label",
|
|
13718
|
-
"description": "
|
|
13646
|
+
"description": "Sets input label",
|
|
13719
13647
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
13720
13648
|
"value": {
|
|
13721
13649
|
"kind": "expression",
|
|
@@ -13783,7 +13711,7 @@
|
|
|
13783
13711
|
},
|
|
13784
13712
|
{
|
|
13785
13713
|
"name": "hideDetails",
|
|
13786
|
-
"description": "
|
|
13714
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
13787
13715
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
13788
13716
|
"default": "false",
|
|
13789
13717
|
"value": {
|
|
@@ -13862,7 +13790,7 @@
|
|
|
13862
13790
|
},
|
|
13863
13791
|
{
|
|
13864
13792
|
"name": "height",
|
|
13865
|
-
"description": "Sets the height
|
|
13793
|
+
"description": "Sets the height of the input",
|
|
13866
13794
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
13867
13795
|
"default": "'auto'",
|
|
13868
13796
|
"value": {
|
|
@@ -13874,7 +13802,7 @@
|
|
|
13874
13802
|
"events": [
|
|
13875
13803
|
{
|
|
13876
13804
|
"name": "click:prepend",
|
|
13877
|
-
"description": "
|
|
13805
|
+
"description": "Emitted when prepended icon is clicked",
|
|
13878
13806
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#events",
|
|
13879
13807
|
"arguments": [
|
|
13880
13808
|
{
|
|
@@ -13885,7 +13813,7 @@
|
|
|
13885
13813
|
},
|
|
13886
13814
|
{
|
|
13887
13815
|
"name": "click:append",
|
|
13888
|
-
"description": "
|
|
13816
|
+
"description": "Emitted when appended icon is clicked",
|
|
13889
13817
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#events",
|
|
13890
13818
|
"arguments": [
|
|
13891
13819
|
{
|
|
@@ -13943,7 +13871,7 @@
|
|
|
13943
13871
|
},
|
|
13944
13872
|
{
|
|
13945
13873
|
"name": "appendIcon",
|
|
13946
|
-
"description": "
|
|
13874
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`",
|
|
13947
13875
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
13948
13876
|
"value": {
|
|
13949
13877
|
"kind": "expression",
|
|
@@ -13952,7 +13880,7 @@
|
|
|
13952
13880
|
},
|
|
13953
13881
|
{
|
|
13954
13882
|
"name": "prependIcon",
|
|
13955
|
-
"description": "
|
|
13883
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
|
|
13956
13884
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
13957
13885
|
"value": {
|
|
13958
13886
|
"kind": "expression",
|
|
@@ -14042,7 +13970,7 @@
|
|
|
14042
13970
|
},
|
|
14043
13971
|
{
|
|
14044
13972
|
"name": "label",
|
|
14045
|
-
"description": "
|
|
13973
|
+
"description": "Sets input label",
|
|
14046
13974
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
14047
13975
|
"value": {
|
|
14048
13976
|
"kind": "expression",
|
|
@@ -14111,7 +14039,7 @@
|
|
|
14111
14039
|
},
|
|
14112
14040
|
{
|
|
14113
14041
|
"name": "hideDetails",
|
|
14114
|
-
"description": "
|
|
14042
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
14115
14043
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
14116
14044
|
"default": "false",
|
|
14117
14045
|
"value": {
|
|
@@ -14279,7 +14207,7 @@
|
|
|
14279
14207
|
"events": [
|
|
14280
14208
|
{
|
|
14281
14209
|
"name": "click:prepend",
|
|
14282
|
-
"description": "
|
|
14210
|
+
"description": "Emitted when prepended icon is clicked",
|
|
14283
14211
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#events",
|
|
14284
14212
|
"arguments": [
|
|
14285
14213
|
{
|
|
@@ -14290,7 +14218,7 @@
|
|
|
14290
14218
|
},
|
|
14291
14219
|
{
|
|
14292
14220
|
"name": "click:append",
|
|
14293
|
-
"description": "
|
|
14221
|
+
"description": "Emitted when appended icon is clicked",
|
|
14294
14222
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#events",
|
|
14295
14223
|
"arguments": [
|
|
14296
14224
|
{
|
|
@@ -14477,7 +14405,7 @@
|
|
|
14477
14405
|
"default": "0",
|
|
14478
14406
|
"value": {
|
|
14479
14407
|
"kind": "expression",
|
|
14480
|
-
"type": "number"
|
|
14408
|
+
"type": "string | number"
|
|
14481
14409
|
}
|
|
14482
14410
|
},
|
|
14483
14411
|
{
|
|
@@ -14547,7 +14475,7 @@
|
|
|
14547
14475
|
"arguments": [
|
|
14548
14476
|
{
|
|
14549
14477
|
"name": "argument",
|
|
14550
|
-
"type": "[number]"
|
|
14478
|
+
"type": "[string | number]"
|
|
14551
14479
|
}
|
|
14552
14480
|
]
|
|
14553
14481
|
}
|
|
@@ -14713,7 +14641,7 @@
|
|
|
14713
14641
|
"attributes": [
|
|
14714
14642
|
{
|
|
14715
14643
|
"name": "label",
|
|
14716
|
-
"description": "
|
|
14644
|
+
"description": "Sets input label",
|
|
14717
14645
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14718
14646
|
"value": {
|
|
14719
14647
|
"kind": "expression",
|
|
@@ -14722,17 +14650,19 @@
|
|
|
14722
14650
|
},
|
|
14723
14651
|
{
|
|
14724
14652
|
"name": "type",
|
|
14725
|
-
"description": "
|
|
14653
|
+
"description": "Sets input type",
|
|
14726
14654
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14655
|
+
"default": "'text'",
|
|
14727
14656
|
"value": {
|
|
14728
14657
|
"kind": "expression",
|
|
14729
14658
|
"type": "string"
|
|
14730
14659
|
}
|
|
14731
14660
|
},
|
|
14732
14661
|
{
|
|
14733
|
-
"name": "
|
|
14734
|
-
"description": "
|
|
14662
|
+
"name": "chips",
|
|
14663
|
+
"description": "Changes display of selections to chips",
|
|
14735
14664
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14665
|
+
"default": "false",
|
|
14736
14666
|
"value": {
|
|
14737
14667
|
"kind": "expression",
|
|
14738
14668
|
"type": "boolean"
|
|
@@ -14740,18 +14670,21 @@
|
|
|
14740
14670
|
"type": "boolean"
|
|
14741
14671
|
},
|
|
14742
14672
|
{
|
|
14743
|
-
"name": "
|
|
14673
|
+
"name": "closableChips",
|
|
14744
14674
|
"description": "MISSING DESCRIPTION",
|
|
14745
14675
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14676
|
+
"default": "false",
|
|
14746
14677
|
"value": {
|
|
14747
14678
|
"kind": "expression",
|
|
14748
|
-
"type": "
|
|
14749
|
-
}
|
|
14679
|
+
"type": "boolean"
|
|
14680
|
+
},
|
|
14681
|
+
"type": "boolean"
|
|
14750
14682
|
},
|
|
14751
14683
|
{
|
|
14752
|
-
"name": "
|
|
14753
|
-
"description": "
|
|
14684
|
+
"name": "eager",
|
|
14685
|
+
"description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
|
14754
14686
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14687
|
+
"default": "false",
|
|
14755
14688
|
"value": {
|
|
14756
14689
|
"kind": "expression",
|
|
14757
14690
|
"type": "boolean"
|
|
@@ -14759,27 +14692,32 @@
|
|
|
14759
14692
|
"type": "boolean"
|
|
14760
14693
|
},
|
|
14761
14694
|
{
|
|
14762
|
-
"name": "
|
|
14695
|
+
"name": "hideNoData",
|
|
14763
14696
|
"description": "MISSING DESCRIPTION",
|
|
14764
14697
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14698
|
+
"default": "false",
|
|
14765
14699
|
"value": {
|
|
14766
14700
|
"kind": "expression",
|
|
14767
|
-
"type": "
|
|
14768
|
-
}
|
|
14701
|
+
"type": "boolean"
|
|
14702
|
+
},
|
|
14703
|
+
"type": "boolean"
|
|
14769
14704
|
},
|
|
14770
14705
|
{
|
|
14771
|
-
"name": "
|
|
14772
|
-
"description": "
|
|
14706
|
+
"name": "hideSelected",
|
|
14707
|
+
"description": "Do not display in the select menu items that are already selected",
|
|
14773
14708
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14709
|
+
"default": "false",
|
|
14774
14710
|
"value": {
|
|
14775
14711
|
"kind": "expression",
|
|
14776
|
-
"type": "
|
|
14777
|
-
}
|
|
14712
|
+
"type": "boolean"
|
|
14713
|
+
},
|
|
14714
|
+
"type": "boolean"
|
|
14778
14715
|
},
|
|
14779
14716
|
{
|
|
14780
|
-
"name": "
|
|
14717
|
+
"name": "menu",
|
|
14781
14718
|
"description": "MISSING DESCRIPTION",
|
|
14782
14719
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14720
|
+
"default": "false",
|
|
14783
14721
|
"value": {
|
|
14784
14722
|
"kind": "expression",
|
|
14785
14723
|
"type": "boolean"
|
|
@@ -14787,22 +14725,22 @@
|
|
|
14787
14725
|
"type": "boolean"
|
|
14788
14726
|
},
|
|
14789
14727
|
{
|
|
14790
|
-
"name": "
|
|
14728
|
+
"name": "menuIcon",
|
|
14791
14729
|
"description": "MISSING DESCRIPTION",
|
|
14792
14730
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14731
|
+
"default": "'$dropdown'",
|
|
14793
14732
|
"value": {
|
|
14794
14733
|
"kind": "expression",
|
|
14795
|
-
"type": "
|
|
14796
|
-
}
|
|
14797
|
-
"type": "boolean"
|
|
14734
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
14735
|
+
}
|
|
14798
14736
|
},
|
|
14799
14737
|
{
|
|
14800
|
-
"name": "
|
|
14801
|
-
"description": "
|
|
14738
|
+
"name": "menuProps",
|
|
14739
|
+
"description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`",
|
|
14802
14740
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14803
14741
|
"value": {
|
|
14804
14742
|
"kind": "expression",
|
|
14805
|
-
"type": "
|
|
14743
|
+
"type": "unknown"
|
|
14806
14744
|
}
|
|
14807
14745
|
},
|
|
14808
14746
|
{
|
|
@@ -14815,64 +14753,70 @@
|
|
|
14815
14753
|
}
|
|
14816
14754
|
},
|
|
14817
14755
|
{
|
|
14818
|
-
"name": "
|
|
14819
|
-
"description": "
|
|
14756
|
+
"name": "disabled",
|
|
14757
|
+
"description": "Disables the input",
|
|
14820
14758
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14759
|
+
"default": "false",
|
|
14821
14760
|
"value": {
|
|
14822
14761
|
"kind": "expression",
|
|
14823
|
-
"type": "
|
|
14824
|
-
}
|
|
14762
|
+
"type": "boolean"
|
|
14763
|
+
},
|
|
14764
|
+
"type": "boolean"
|
|
14825
14765
|
},
|
|
14826
14766
|
{
|
|
14827
|
-
"name": "
|
|
14767
|
+
"name": "modelValue",
|
|
14828
14768
|
"description": "MISSING DESCRIPTION",
|
|
14829
14769
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14770
|
+
"default": "null",
|
|
14830
14771
|
"value": {
|
|
14831
14772
|
"kind": "expression",
|
|
14832
|
-
"type": "
|
|
14773
|
+
"type": "any"
|
|
14833
14774
|
}
|
|
14834
14775
|
},
|
|
14835
14776
|
{
|
|
14836
|
-
"name": "
|
|
14837
|
-
"description": "
|
|
14777
|
+
"name": "reverse",
|
|
14778
|
+
"description": "Reverses the input orientation",
|
|
14838
14779
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14780
|
+
"default": "false",
|
|
14839
14781
|
"value": {
|
|
14840
14782
|
"kind": "expression",
|
|
14841
|
-
"type": "
|
|
14842
|
-
}
|
|
14783
|
+
"type": "boolean"
|
|
14784
|
+
},
|
|
14785
|
+
"type": "boolean"
|
|
14843
14786
|
},
|
|
14844
14787
|
{
|
|
14845
|
-
"name": "
|
|
14846
|
-
"description": "
|
|
14788
|
+
"name": "theme",
|
|
14789
|
+
"description": "Specify a theme for this component and all of its children",
|
|
14847
14790
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14848
14791
|
"value": {
|
|
14849
14792
|
"kind": "expression",
|
|
14850
|
-
"type": "
|
|
14793
|
+
"type": "string"
|
|
14851
14794
|
}
|
|
14852
14795
|
},
|
|
14853
14796
|
{
|
|
14854
|
-
"name": "
|
|
14797
|
+
"name": "transition",
|
|
14855
14798
|
"description": "MISSING DESCRIPTION",
|
|
14856
14799
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14800
|
+
"default": "{component: {name: 'VDialogTransition'}}",
|
|
14857
14801
|
"value": {
|
|
14858
14802
|
"kind": "expression",
|
|
14859
|
-
"type": "
|
|
14803
|
+
"type": "string | { component: DefineComponent<{ target: PropType<HTMLElement>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ target: PropType<HTMLElement>; }>>, {}> }"
|
|
14860
14804
|
}
|
|
14861
14805
|
},
|
|
14862
14806
|
{
|
|
14863
|
-
"name": "
|
|
14864
|
-
"description": "
|
|
14807
|
+
"name": "name",
|
|
14808
|
+
"description": "MISSING DESCRIPTION",
|
|
14865
14809
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14866
14810
|
"value": {
|
|
14867
14811
|
"kind": "expression",
|
|
14868
|
-
"type": "
|
|
14869
|
-
}
|
|
14870
|
-
"type": "boolean"
|
|
14812
|
+
"type": "string"
|
|
14813
|
+
}
|
|
14871
14814
|
},
|
|
14872
14815
|
{
|
|
14873
|
-
"name": "
|
|
14874
|
-
"description": "
|
|
14816
|
+
"name": "multiple",
|
|
14817
|
+
"description": "Changes select to multiple. Accepts array for value",
|
|
14875
14818
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14819
|
+
"default": "false",
|
|
14876
14820
|
"value": {
|
|
14877
14821
|
"kind": "expression",
|
|
14878
14822
|
"type": "boolean"
|
|
@@ -14880,83 +14824,81 @@
|
|
|
14880
14824
|
"type": "boolean"
|
|
14881
14825
|
},
|
|
14882
14826
|
{
|
|
14883
|
-
"name": "
|
|
14884
|
-
"description": "
|
|
14827
|
+
"name": "noDataText",
|
|
14828
|
+
"description": "Display text when there is no data",
|
|
14885
14829
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14830
|
+
"default": "'$vuetify.noDataText'",
|
|
14886
14831
|
"value": {
|
|
14887
14832
|
"kind": "expression",
|
|
14888
|
-
"type": "string
|
|
14833
|
+
"type": "string"
|
|
14889
14834
|
}
|
|
14890
14835
|
},
|
|
14891
14836
|
{
|
|
14892
|
-
"name": "
|
|
14893
|
-
"description": "
|
|
14837
|
+
"name": "openOnClear",
|
|
14838
|
+
"description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state",
|
|
14894
14839
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14840
|
+
"default": "false",
|
|
14895
14841
|
"value": {
|
|
14896
14842
|
"kind": "expression",
|
|
14897
|
-
"type": "
|
|
14898
|
-
}
|
|
14843
|
+
"type": "boolean"
|
|
14844
|
+
},
|
|
14845
|
+
"type": "boolean"
|
|
14899
14846
|
},
|
|
14900
14847
|
{
|
|
14901
|
-
"name": "
|
|
14902
|
-
"description": "
|
|
14848
|
+
"name": "items",
|
|
14849
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable.",
|
|
14903
14850
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14851
|
+
"default": "[]",
|
|
14904
14852
|
"value": {
|
|
14905
14853
|
"kind": "expression",
|
|
14906
|
-
"type": "
|
|
14854
|
+
"type": "unknown[]"
|
|
14907
14855
|
}
|
|
14908
14856
|
},
|
|
14909
14857
|
{
|
|
14910
|
-
"name": "
|
|
14911
|
-
"description": "MISSING DESCRIPTION",
|
|
14912
|
-
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14913
|
-
"default": "false",
|
|
14914
|
-
"value": {
|
|
14915
|
-
"kind": "expression",
|
|
14916
|
-
"type": "boolean"
|
|
14917
|
-
},
|
|
14918
|
-
"type": "boolean"
|
|
14919
|
-
},
|
|
14920
|
-
{
|
|
14921
|
-
"name": "rules",
|
|
14858
|
+
"name": "itemTitle",
|
|
14922
14859
|
"description": "MISSING DESCRIPTION",
|
|
14923
14860
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14861
|
+
"default": "'title'",
|
|
14924
14862
|
"value": {
|
|
14925
14863
|
"kind": "expression",
|
|
14926
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/
|
|
14864
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
14927
14865
|
}
|
|
14928
14866
|
},
|
|
14929
14867
|
{
|
|
14930
|
-
"name": "
|
|
14931
|
-
"description": "
|
|
14868
|
+
"name": "itemValue",
|
|
14869
|
+
"description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)",
|
|
14932
14870
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14871
|
+
"default": "'value'",
|
|
14933
14872
|
"value": {
|
|
14934
14873
|
"kind": "expression",
|
|
14935
|
-
"type": "
|
|
14874
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
14936
14875
|
}
|
|
14937
14876
|
},
|
|
14938
14877
|
{
|
|
14939
|
-
"name": "
|
|
14878
|
+
"name": "itemChildren",
|
|
14940
14879
|
"description": "MISSING DESCRIPTION",
|
|
14941
14880
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14881
|
+
"default": "false",
|
|
14942
14882
|
"value": {
|
|
14943
14883
|
"kind": "expression",
|
|
14944
|
-
"type": "
|
|
14884
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
14945
14885
|
}
|
|
14946
14886
|
},
|
|
14947
14887
|
{
|
|
14948
|
-
"name": "
|
|
14888
|
+
"name": "itemProps",
|
|
14949
14889
|
"description": "MISSING DESCRIPTION",
|
|
14950
14890
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14891
|
+
"default": "'props'",
|
|
14951
14892
|
"value": {
|
|
14952
14893
|
"kind": "expression",
|
|
14953
|
-
"type": "
|
|
14894
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>"
|
|
14954
14895
|
}
|
|
14955
14896
|
},
|
|
14956
14897
|
{
|
|
14957
|
-
"name": "
|
|
14958
|
-
"description": "
|
|
14898
|
+
"name": "returnObject",
|
|
14899
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**",
|
|
14959
14900
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14901
|
+
"default": "false",
|
|
14960
14902
|
"value": {
|
|
14961
14903
|
"kind": "expression",
|
|
14962
14904
|
"type": "boolean"
|
|
@@ -14964,9 +14906,10 @@
|
|
|
14964
14906
|
"type": "boolean"
|
|
14965
14907
|
},
|
|
14966
14908
|
{
|
|
14967
|
-
"name": "
|
|
14968
|
-
"description": "
|
|
14909
|
+
"name": "autofocus",
|
|
14910
|
+
"description": "Enables autofocus",
|
|
14969
14911
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14912
|
+
"default": "false",
|
|
14970
14913
|
"value": {
|
|
14971
14914
|
"kind": "expression",
|
|
14972
14915
|
"type": "boolean"
|
|
@@ -14974,26 +14917,28 @@
|
|
|
14974
14917
|
"type": "boolean"
|
|
14975
14918
|
},
|
|
14976
14919
|
{
|
|
14977
|
-
"name": "
|
|
14978
|
-
"description": "
|
|
14920
|
+
"name": "hint",
|
|
14921
|
+
"description": "Hint text",
|
|
14979
14922
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14980
14923
|
"value": {
|
|
14981
14924
|
"kind": "expression",
|
|
14982
|
-
"type": "
|
|
14925
|
+
"type": "string"
|
|
14983
14926
|
}
|
|
14984
14927
|
},
|
|
14985
14928
|
{
|
|
14986
|
-
"name": "
|
|
14987
|
-
"description": "
|
|
14929
|
+
"name": "persistentHint",
|
|
14930
|
+
"description": "Forces hint to always be visible",
|
|
14988
14931
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14932
|
+
"default": "false",
|
|
14989
14933
|
"value": {
|
|
14990
14934
|
"kind": "expression",
|
|
14991
|
-
"type": "
|
|
14992
|
-
}
|
|
14935
|
+
"type": "boolean"
|
|
14936
|
+
},
|
|
14937
|
+
"type": "boolean"
|
|
14993
14938
|
},
|
|
14994
14939
|
{
|
|
14995
|
-
"name": "
|
|
14996
|
-
"description": "
|
|
14940
|
+
"name": "prefix",
|
|
14941
|
+
"description": "Displays prefix text",
|
|
14997
14942
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14998
14943
|
"value": {
|
|
14999
14944
|
"kind": "expression",
|
|
@@ -15001,28 +14946,30 @@
|
|
|
15001
14946
|
}
|
|
15002
14947
|
},
|
|
15003
14948
|
{
|
|
15004
|
-
"name": "
|
|
15005
|
-
"description": "
|
|
14949
|
+
"name": "placeholder",
|
|
14950
|
+
"description": "Sets the input’s placeholder text",
|
|
15006
14951
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15007
14952
|
"value": {
|
|
15008
14953
|
"kind": "expression",
|
|
15009
|
-
"type": "
|
|
15010
|
-
}
|
|
15011
|
-
"type": "boolean"
|
|
14954
|
+
"type": "string"
|
|
14955
|
+
}
|
|
15012
14956
|
},
|
|
15013
14957
|
{
|
|
15014
|
-
"name": "
|
|
15015
|
-
"description": "
|
|
14958
|
+
"name": "persistentPlaceholder",
|
|
14959
|
+
"description": "Forces placeholder to always be visible",
|
|
15016
14960
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14961
|
+
"default": "false",
|
|
15017
14962
|
"value": {
|
|
15018
14963
|
"kind": "expression",
|
|
15019
|
-
"type": "
|
|
15020
|
-
}
|
|
14964
|
+
"type": "boolean"
|
|
14965
|
+
},
|
|
14966
|
+
"type": "boolean"
|
|
15021
14967
|
},
|
|
15022
14968
|
{
|
|
15023
|
-
"name": "
|
|
14969
|
+
"name": "persistentCounter",
|
|
15024
14970
|
"description": "MISSING DESCRIPTION",
|
|
15025
14971
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
14972
|
+
"default": "false",
|
|
15026
14973
|
"value": {
|
|
15027
14974
|
"kind": "expression",
|
|
15028
14975
|
"type": "boolean"
|
|
@@ -15030,8 +14977,8 @@
|
|
|
15030
14977
|
"type": "boolean"
|
|
15031
14978
|
},
|
|
15032
14979
|
{
|
|
15033
|
-
"name": "
|
|
15034
|
-
"description": "
|
|
14980
|
+
"name": "suffix",
|
|
14981
|
+
"description": "Displays suffix text",
|
|
15035
14982
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15036
14983
|
"value": {
|
|
15037
14984
|
"kind": "expression",
|
|
@@ -15039,28 +14986,17 @@
|
|
|
15039
14986
|
}
|
|
15040
14987
|
},
|
|
15041
14988
|
{
|
|
15042
|
-
"name": "
|
|
15043
|
-
"description": "
|
|
15044
|
-
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15045
|
-
"value": {
|
|
15046
|
-
"kind": "expression",
|
|
15047
|
-
"type": "boolean"
|
|
15048
|
-
},
|
|
15049
|
-
"type": "boolean"
|
|
15050
|
-
},
|
|
15051
|
-
{
|
|
15052
|
-
"name": "persistentClear",
|
|
15053
|
-
"description": "MISSING DESCRIPTION",
|
|
14989
|
+
"name": "appendIcon",
|
|
14990
|
+
"description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`",
|
|
15054
14991
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15055
14992
|
"value": {
|
|
15056
14993
|
"kind": "expression",
|
|
15057
|
-
"type": "
|
|
15058
|
-
}
|
|
15059
|
-
"type": "boolean"
|
|
14994
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
14995
|
+
}
|
|
15060
14996
|
},
|
|
15061
14997
|
{
|
|
15062
|
-
"name": "
|
|
15063
|
-
"description": "
|
|
14998
|
+
"name": "prependIcon",
|
|
14999
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`",
|
|
15064
15000
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15065
15001
|
"value": {
|
|
15066
15002
|
"kind": "expression",
|
|
@@ -15068,37 +15004,40 @@
|
|
|
15068
15004
|
}
|
|
15069
15005
|
},
|
|
15070
15006
|
{
|
|
15071
|
-
"name": "
|
|
15072
|
-
"description": "
|
|
15007
|
+
"name": "messages",
|
|
15008
|
+
"description": "Displays a list of messages or message if using a string",
|
|
15073
15009
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15010
|
+
"default": "[]",
|
|
15074
15011
|
"value": {
|
|
15075
15012
|
"kind": "expression",
|
|
15076
|
-
"type": "
|
|
15077
|
-
}
|
|
15078
|
-
"type": "boolean"
|
|
15013
|
+
"type": "string | string[]"
|
|
15014
|
+
}
|
|
15079
15015
|
},
|
|
15080
15016
|
{
|
|
15081
|
-
"name": "
|
|
15017
|
+
"name": "direction",
|
|
15082
15018
|
"description": "MISSING DESCRIPTION",
|
|
15083
15019
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15020
|
+
"default": "'horizontal'",
|
|
15084
15021
|
"value": {
|
|
15085
15022
|
"kind": "expression",
|
|
15086
|
-
"type": "\"
|
|
15023
|
+
"type": "\"horizontal\" | \"vertical\""
|
|
15087
15024
|
}
|
|
15088
15025
|
},
|
|
15089
15026
|
{
|
|
15090
|
-
"name": "
|
|
15091
|
-
"description": "
|
|
15027
|
+
"name": "density",
|
|
15028
|
+
"description": "Adjusts vertical spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
15092
15029
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15030
|
+
"default": "'default'",
|
|
15093
15031
|
"value": {
|
|
15094
15032
|
"kind": "expression",
|
|
15095
|
-
"type": "
|
|
15033
|
+
"type": "\"default\" | \"comfortable\" | \"compact\""
|
|
15096
15034
|
}
|
|
15097
15035
|
},
|
|
15098
|
-
{
|
|
15099
|
-
"name": "
|
|
15100
|
-
"description": "
|
|
15036
|
+
{
|
|
15037
|
+
"name": "error",
|
|
15038
|
+
"description": "Puts the input in a manual error state",
|
|
15101
15039
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15040
|
+
"default": "false",
|
|
15102
15041
|
"value": {
|
|
15103
15042
|
"kind": "expression",
|
|
15104
15043
|
"type": "boolean"
|
|
@@ -15106,26 +15045,28 @@
|
|
|
15106
15045
|
"type": "boolean"
|
|
15107
15046
|
},
|
|
15108
15047
|
{
|
|
15109
|
-
"name": "
|
|
15110
|
-
"description": "
|
|
15048
|
+
"name": "errorMessages",
|
|
15049
|
+
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation",
|
|
15111
15050
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15051
|
+
"default": "[]",
|
|
15112
15052
|
"value": {
|
|
15113
15053
|
"kind": "expression",
|
|
15114
|
-
"type": "string |
|
|
15054
|
+
"type": "string | string[]"
|
|
15115
15055
|
}
|
|
15116
15056
|
},
|
|
15117
15057
|
{
|
|
15118
|
-
"name": "
|
|
15058
|
+
"name": "maxErrors",
|
|
15119
15059
|
"description": "MISSING DESCRIPTION",
|
|
15120
15060
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15061
|
+
"default": "1",
|
|
15121
15062
|
"value": {
|
|
15122
15063
|
"kind": "expression",
|
|
15123
|
-
"type": "
|
|
15064
|
+
"type": "string | number"
|
|
15124
15065
|
}
|
|
15125
15066
|
},
|
|
15126
15067
|
{
|
|
15127
|
-
"name": "
|
|
15128
|
-
"description": "
|
|
15068
|
+
"name": "readonly",
|
|
15069
|
+
"description": "Puts input in readonly state",
|
|
15129
15070
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15130
15071
|
"default": "false",
|
|
15131
15072
|
"value": {
|
|
@@ -15135,29 +15076,26 @@
|
|
|
15135
15076
|
"type": "boolean"
|
|
15136
15077
|
},
|
|
15137
15078
|
{
|
|
15138
|
-
"name": "
|
|
15139
|
-
"description": "
|
|
15079
|
+
"name": "rules",
|
|
15080
|
+
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`",
|
|
15140
15081
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15141
|
-
"default": "
|
|
15082
|
+
"default": "[]",
|
|
15142
15083
|
"value": {
|
|
15143
15084
|
"kind": "expression",
|
|
15144
|
-
"type": "
|
|
15145
|
-
}
|
|
15146
|
-
"type": "boolean"
|
|
15085
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
|
|
15086
|
+
}
|
|
15147
15087
|
},
|
|
15148
15088
|
{
|
|
15149
|
-
"name": "
|
|
15150
|
-
"description": "
|
|
15089
|
+
"name": "validateOn",
|
|
15090
|
+
"description": "MISSING DESCRIPTION",
|
|
15151
15091
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15152
|
-
"default": "false",
|
|
15153
15092
|
"value": {
|
|
15154
15093
|
"kind": "expression",
|
|
15155
|
-
"type": "
|
|
15156
|
-
}
|
|
15157
|
-
"type": "boolean"
|
|
15094
|
+
"type": "\"blur\" | \"input\" | \"submit\""
|
|
15095
|
+
}
|
|
15158
15096
|
},
|
|
15159
15097
|
{
|
|
15160
|
-
"name": "
|
|
15098
|
+
"name": "focused",
|
|
15161
15099
|
"description": "MISSING DESCRIPTION",
|
|
15162
15100
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15163
15101
|
"default": "false",
|
|
@@ -15168,20 +15106,28 @@
|
|
|
15168
15106
|
"type": "boolean"
|
|
15169
15107
|
},
|
|
15170
15108
|
{
|
|
15171
|
-
"name": "
|
|
15172
|
-
"description": "
|
|
15109
|
+
"name": "hideDetails",
|
|
15110
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
15173
15111
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15174
15112
|
"default": "false",
|
|
15175
15113
|
"value": {
|
|
15176
15114
|
"kind": "expression",
|
|
15177
|
-
"type": "boolean"
|
|
15178
|
-
}
|
|
15179
|
-
"type": "boolean"
|
|
15115
|
+
"type": "boolean | \"auto\""
|
|
15116
|
+
}
|
|
15180
15117
|
},
|
|
15181
15118
|
{
|
|
15182
|
-
"name": "
|
|
15119
|
+
"name": "bgColor",
|
|
15183
15120
|
"description": "MISSING DESCRIPTION",
|
|
15184
15121
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15122
|
+
"value": {
|
|
15123
|
+
"kind": "expression",
|
|
15124
|
+
"type": "string"
|
|
15125
|
+
}
|
|
15126
|
+
},
|
|
15127
|
+
{
|
|
15128
|
+
"name": "clearable",
|
|
15129
|
+
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**",
|
|
15130
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15185
15131
|
"default": "false",
|
|
15186
15132
|
"value": {
|
|
15187
15133
|
"kind": "expression",
|
|
@@ -15190,37 +15136,38 @@
|
|
|
15190
15136
|
"type": "boolean"
|
|
15191
15137
|
},
|
|
15192
15138
|
{
|
|
15193
|
-
"name": "
|
|
15194
|
-
"description": "
|
|
15139
|
+
"name": "clearIcon",
|
|
15140
|
+
"description": "Applied when using **clearable** and the input is dirty",
|
|
15195
15141
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15196
|
-
"default": "'$
|
|
15142
|
+
"default": "'$clear'",
|
|
15197
15143
|
"value": {
|
|
15198
15144
|
"kind": "expression",
|
|
15199
15145
|
"type": "string | (new () => any) | FunctionalComponent"
|
|
15200
15146
|
}
|
|
15201
15147
|
},
|
|
15202
15148
|
{
|
|
15203
|
-
"name": "
|
|
15204
|
-
"description": "
|
|
15149
|
+
"name": "active",
|
|
15150
|
+
"description": "MISSING DESCRIPTION",
|
|
15205
15151
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15152
|
+
"default": "false",
|
|
15206
15153
|
"value": {
|
|
15207
15154
|
"kind": "expression",
|
|
15208
|
-
"type": "
|
|
15209
|
-
}
|
|
15155
|
+
"type": "boolean"
|
|
15156
|
+
},
|
|
15157
|
+
"type": "boolean"
|
|
15210
15158
|
},
|
|
15211
15159
|
{
|
|
15212
|
-
"name": "
|
|
15160
|
+
"name": "color",
|
|
15213
15161
|
"description": "MISSING DESCRIPTION",
|
|
15214
15162
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15215
|
-
"default": "{component: {name: 'VDialogTransition'}}",
|
|
15216
15163
|
"value": {
|
|
15217
15164
|
"kind": "expression",
|
|
15218
|
-
"type": "string
|
|
15165
|
+
"type": "string"
|
|
15219
15166
|
}
|
|
15220
15167
|
},
|
|
15221
15168
|
{
|
|
15222
|
-
"name": "
|
|
15223
|
-
"description": "
|
|
15169
|
+
"name": "persistentClear",
|
|
15170
|
+
"description": "MISSING DESCRIPTION",
|
|
15224
15171
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15225
15172
|
"default": "false",
|
|
15226
15173
|
"value": {
|
|
@@ -15230,18 +15177,17 @@
|
|
|
15230
15177
|
"type": "boolean"
|
|
15231
15178
|
},
|
|
15232
15179
|
{
|
|
15233
|
-
"name": "
|
|
15234
|
-
"description": "
|
|
15180
|
+
"name": "prependInnerIcon",
|
|
15181
|
+
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`",
|
|
15235
15182
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15236
|
-
"default": "'$vuetify.noDataText'",
|
|
15237
15183
|
"value": {
|
|
15238
15184
|
"kind": "expression",
|
|
15239
|
-
"type": "string"
|
|
15185
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
15240
15186
|
}
|
|
15241
15187
|
},
|
|
15242
15188
|
{
|
|
15243
|
-
"name": "
|
|
15244
|
-
"description": "
|
|
15189
|
+
"name": "singleLine",
|
|
15190
|
+
"description": "Label does not move on focus/dirty",
|
|
15245
15191
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15246
15192
|
"default": "false",
|
|
15247
15193
|
"value": {
|
|
@@ -15251,82 +15197,61 @@
|
|
|
15251
15197
|
"type": "boolean"
|
|
15252
15198
|
},
|
|
15253
15199
|
{
|
|
15254
|
-
"name": "
|
|
15255
|
-
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable.",
|
|
15256
|
-
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15257
|
-
"default": "[]",
|
|
15258
|
-
"value": {
|
|
15259
|
-
"kind": "expression",
|
|
15260
|
-
"type": "unknown[]"
|
|
15261
|
-
}
|
|
15262
|
-
},
|
|
15263
|
-
{
|
|
15264
|
-
"name": "itemTitle",
|
|
15200
|
+
"name": "variant",
|
|
15265
15201
|
"description": "MISSING DESCRIPTION",
|
|
15266
15202
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15267
|
-
"default": "'
|
|
15203
|
+
"default": "'filled'",
|
|
15268
15204
|
"value": {
|
|
15269
15205
|
"kind": "expression",
|
|
15270
|
-
"type": "
|
|
15206
|
+
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\""
|
|
15271
15207
|
}
|
|
15272
15208
|
},
|
|
15273
15209
|
{
|
|
15274
|
-
"name": "
|
|
15275
|
-
"description": "
|
|
15210
|
+
"name": "loading",
|
|
15211
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
|
|
15276
15212
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15277
|
-
"default": "
|
|
15213
|
+
"default": "false",
|
|
15278
15214
|
"value": {
|
|
15279
15215
|
"kind": "expression",
|
|
15280
|
-
"type": "
|
|
15281
|
-
}
|
|
15216
|
+
"type": "boolean"
|
|
15217
|
+
},
|
|
15218
|
+
"type": "boolean"
|
|
15282
15219
|
},
|
|
15283
15220
|
{
|
|
15284
|
-
"name": "
|
|
15285
|
-
"description": "
|
|
15221
|
+
"name": "counter",
|
|
15222
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
15286
15223
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15287
15224
|
"default": "false",
|
|
15288
15225
|
"value": {
|
|
15289
15226
|
"kind": "expression",
|
|
15290
|
-
"type": "
|
|
15227
|
+
"type": "string | number | true"
|
|
15291
15228
|
}
|
|
15292
15229
|
},
|
|
15293
15230
|
{
|
|
15294
|
-
"name": "
|
|
15231
|
+
"name": "counterValue",
|
|
15295
15232
|
"description": "MISSING DESCRIPTION",
|
|
15296
15233
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15297
|
-
"default": "'props'",
|
|
15298
15234
|
"value": {
|
|
15299
15235
|
"kind": "expression",
|
|
15300
|
-
"type": "
|
|
15236
|
+
"type": "(value: any) => number"
|
|
15301
15237
|
}
|
|
15302
|
-
},
|
|
15303
|
-
{
|
|
15304
|
-
"name": "returnObject",
|
|
15305
|
-
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**",
|
|
15306
|
-
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15307
|
-
"default": "false",
|
|
15308
|
-
"value": {
|
|
15309
|
-
"kind": "expression",
|
|
15310
|
-
"type": "boolean"
|
|
15311
|
-
},
|
|
15312
|
-
"type": "boolean"
|
|
15313
15238
|
}
|
|
15314
15239
|
],
|
|
15315
15240
|
"events": [
|
|
15316
15241
|
{
|
|
15317
|
-
"name": "
|
|
15242
|
+
"name": "update:modelValue",
|
|
15318
15243
|
"description": "MISSING DESCRIPTION",
|
|
15319
15244
|
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
15320
15245
|
"arguments": [
|
|
15321
15246
|
{
|
|
15322
15247
|
"name": "argument",
|
|
15323
|
-
"type": "
|
|
15248
|
+
"type": "[any]"
|
|
15324
15249
|
}
|
|
15325
15250
|
]
|
|
15326
15251
|
},
|
|
15327
15252
|
{
|
|
15328
|
-
"name": "click:
|
|
15329
|
-
"description": "
|
|
15253
|
+
"name": "click:prepend",
|
|
15254
|
+
"description": "Emitted when prepended icon is clicked",
|
|
15330
15255
|
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
15331
15256
|
"arguments": [
|
|
15332
15257
|
{
|
|
@@ -15336,8 +15261,8 @@
|
|
|
15336
15261
|
]
|
|
15337
15262
|
},
|
|
15338
15263
|
{
|
|
15339
|
-
"name": "click:
|
|
15340
|
-
"description": "
|
|
15264
|
+
"name": "click:append",
|
|
15265
|
+
"description": "Emitted when appended icon is clicked",
|
|
15341
15266
|
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
15342
15267
|
"arguments": [
|
|
15343
15268
|
{
|
|
@@ -15347,8 +15272,8 @@
|
|
|
15347
15272
|
]
|
|
15348
15273
|
},
|
|
15349
15274
|
{
|
|
15350
|
-
"name": "click:
|
|
15351
|
-
"description": "
|
|
15275
|
+
"name": "click:clear",
|
|
15276
|
+
"description": "Emitted when clearable icon clicked",
|
|
15352
15277
|
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
15353
15278
|
"arguments": [
|
|
15354
15279
|
{
|
|
@@ -15358,7 +15283,7 @@
|
|
|
15358
15283
|
]
|
|
15359
15284
|
},
|
|
15360
15285
|
{
|
|
15361
|
-
"name": "click:
|
|
15286
|
+
"name": "click:appendInner",
|
|
15362
15287
|
"description": "MISSING DESCRIPTION",
|
|
15363
15288
|
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
15364
15289
|
"arguments": [
|
|
@@ -15369,46 +15294,13 @@
|
|
|
15369
15294
|
]
|
|
15370
15295
|
},
|
|
15371
15296
|
{
|
|
15372
|
-
"name": "click:
|
|
15373
|
-
"description": "MISSING DESCRIPTION",
|
|
15374
|
-
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
15375
|
-
"arguments": [
|
|
15376
|
-
{
|
|
15377
|
-
"name": "argument",
|
|
15378
|
-
"type": "[MouseEvent]"
|
|
15379
|
-
}
|
|
15380
|
-
]
|
|
15381
|
-
},
|
|
15382
|
-
{
|
|
15383
|
-
"name": "click:input",
|
|
15384
|
-
"description": "MISSING DESCRIPTION",
|
|
15385
|
-
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
15386
|
-
"arguments": [
|
|
15387
|
-
{
|
|
15388
|
-
"name": "argument",
|
|
15389
|
-
"type": "[MouseEvent]"
|
|
15390
|
-
}
|
|
15391
|
-
]
|
|
15392
|
-
},
|
|
15393
|
-
{
|
|
15394
|
-
"name": "update:focused",
|
|
15395
|
-
"description": "MISSING DESCRIPTION",
|
|
15396
|
-
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
15397
|
-
"arguments": [
|
|
15398
|
-
{
|
|
15399
|
-
"name": "argument",
|
|
15400
|
-
"type": "[boolean]"
|
|
15401
|
-
}
|
|
15402
|
-
]
|
|
15403
|
-
},
|
|
15404
|
-
{
|
|
15405
|
-
"name": "update:modelValue",
|
|
15297
|
+
"name": "click:prependInner",
|
|
15406
15298
|
"description": "MISSING DESCRIPTION",
|
|
15407
15299
|
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
15408
15300
|
"arguments": [
|
|
15409
15301
|
{
|
|
15410
15302
|
"name": "argument",
|
|
15411
|
-
"type": "
|
|
15303
|
+
"type": "never"
|
|
15412
15304
|
}
|
|
15413
15305
|
]
|
|
15414
15306
|
},
|
|
@@ -15573,7 +15465,7 @@
|
|
|
15573
15465
|
},
|
|
15574
15466
|
{
|
|
15575
15467
|
"name": "prepend-inner",
|
|
15576
|
-
"description": "
|
|
15468
|
+
"description": "Adds an item inside the input and before input content",
|
|
15577
15469
|
"doc-url": "https://vuetifyjs.com/api/v-select#slots"
|
|
15578
15470
|
},
|
|
15579
15471
|
{
|
|
@@ -16809,7 +16701,7 @@
|
|
|
16809
16701
|
},
|
|
16810
16702
|
{
|
|
16811
16703
|
"name": "appendIcon",
|
|
16812
|
-
"description": "
|
|
16704
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`",
|
|
16813
16705
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
16814
16706
|
"value": {
|
|
16815
16707
|
"kind": "expression",
|
|
@@ -16818,7 +16710,7 @@
|
|
|
16818
16710
|
},
|
|
16819
16711
|
{
|
|
16820
16712
|
"name": "prependIcon",
|
|
16821
|
-
"description": "
|
|
16713
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
|
|
16822
16714
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
16823
16715
|
"value": {
|
|
16824
16716
|
"kind": "expression",
|
|
@@ -16876,7 +16768,7 @@
|
|
|
16876
16768
|
},
|
|
16877
16769
|
{
|
|
16878
16770
|
"name": "label",
|
|
16879
|
-
"description": "
|
|
16771
|
+
"description": "Sets input label",
|
|
16880
16772
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
16881
16773
|
"value": {
|
|
16882
16774
|
"kind": "expression",
|
|
@@ -16923,7 +16815,7 @@
|
|
|
16923
16815
|
},
|
|
16924
16816
|
{
|
|
16925
16817
|
"name": "hideDetails",
|
|
16926
|
-
"description": "
|
|
16818
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
16927
16819
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
16928
16820
|
"default": "false",
|
|
16929
16821
|
"value": {
|
|
@@ -16935,7 +16827,7 @@
|
|
|
16935
16827
|
"events": [
|
|
16936
16828
|
{
|
|
16937
16829
|
"name": "click:prepend",
|
|
16938
|
-
"description": "
|
|
16830
|
+
"description": "Emitted when prepended icon is clicked",
|
|
16939
16831
|
"doc-url": "https://vuetifyjs.com/api/v-slider#events",
|
|
16940
16832
|
"arguments": [
|
|
16941
16833
|
{
|
|
@@ -16946,7 +16838,7 @@
|
|
|
16946
16838
|
},
|
|
16947
16839
|
{
|
|
16948
16840
|
"name": "click:append",
|
|
16949
|
-
"description": "
|
|
16841
|
+
"description": "Emitted when appended icon is clicked",
|
|
16950
16842
|
"doc-url": "https://vuetifyjs.com/api/v-slider#events",
|
|
16951
16843
|
"arguments": [
|
|
16952
16844
|
{
|
|
@@ -17426,7 +17318,7 @@
|
|
|
17426
17318
|
},
|
|
17427
17319
|
{
|
|
17428
17320
|
"name": "appendIcon",
|
|
17429
|
-
"description": "
|
|
17321
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`",
|
|
17430
17322
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
17431
17323
|
"value": {
|
|
17432
17324
|
"kind": "expression",
|
|
@@ -17435,7 +17327,7 @@
|
|
|
17435
17327
|
},
|
|
17436
17328
|
{
|
|
17437
17329
|
"name": "prependIcon",
|
|
17438
|
-
"description": "
|
|
17330
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
|
|
17439
17331
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
17440
17332
|
"value": {
|
|
17441
17333
|
"kind": "expression",
|
|
@@ -17534,7 +17426,7 @@
|
|
|
17534
17426
|
},
|
|
17535
17427
|
{
|
|
17536
17428
|
"name": "label",
|
|
17537
|
-
"description": "
|
|
17429
|
+
"description": "Sets input label",
|
|
17538
17430
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
17539
17431
|
"value": {
|
|
17540
17432
|
"kind": "expression",
|
|
@@ -17613,7 +17505,7 @@
|
|
|
17613
17505
|
},
|
|
17614
17506
|
{
|
|
17615
17507
|
"name": "hideDetails",
|
|
17616
|
-
"description": "
|
|
17508
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
17617
17509
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
17618
17510
|
"default": "false",
|
|
17619
17511
|
"value": {
|
|
@@ -17641,7 +17533,7 @@
|
|
|
17641
17533
|
},
|
|
17642
17534
|
{
|
|
17643
17535
|
"name": "value",
|
|
17644
|
-
"description": "
|
|
17536
|
+
"description": "The input's value",
|
|
17645
17537
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
17646
17538
|
"value": {
|
|
17647
17539
|
"kind": "expression",
|
|
@@ -17762,7 +17654,7 @@
|
|
|
17762
17654
|
"events": [
|
|
17763
17655
|
{
|
|
17764
17656
|
"name": "click:prepend",
|
|
17765
|
-
"description": "
|
|
17657
|
+
"description": "Emitted when prepended icon is clicked",
|
|
17766
17658
|
"doc-url": "https://vuetifyjs.com/api/v-switch#events",
|
|
17767
17659
|
"arguments": [
|
|
17768
17660
|
{
|
|
@@ -17773,7 +17665,7 @@
|
|
|
17773
17665
|
},
|
|
17774
17666
|
{
|
|
17775
17667
|
"name": "click:append",
|
|
17776
|
-
"description": "
|
|
17668
|
+
"description": "Emitted when appended icon is clicked",
|
|
17777
17669
|
"doc-url": "https://vuetifyjs.com/api/v-switch#events",
|
|
17778
17670
|
"arguments": [
|
|
17779
17671
|
{
|
|
@@ -18437,7 +18329,7 @@
|
|
|
18437
18329
|
},
|
|
18438
18330
|
{
|
|
18439
18331
|
"name": "appendIcon",
|
|
18440
|
-
"description": "
|
|
18332
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`",
|
|
18441
18333
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
18442
18334
|
"value": {
|
|
18443
18335
|
"kind": "expression",
|
|
@@ -18446,7 +18338,7 @@
|
|
|
18446
18338
|
},
|
|
18447
18339
|
{
|
|
18448
18340
|
"name": "prependIcon",
|
|
18449
|
-
"description": "
|
|
18341
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
|
|
18450
18342
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
18451
18343
|
"value": {
|
|
18452
18344
|
"kind": "expression",
|
|
@@ -18536,7 +18428,7 @@
|
|
|
18536
18428
|
},
|
|
18537
18429
|
{
|
|
18538
18430
|
"name": "label",
|
|
18539
|
-
"description": "
|
|
18431
|
+
"description": "Sets input label",
|
|
18540
18432
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
18541
18433
|
"value": {
|
|
18542
18434
|
"kind": "expression",
|
|
@@ -18615,7 +18507,7 @@
|
|
|
18615
18507
|
},
|
|
18616
18508
|
{
|
|
18617
18509
|
"name": "hideDetails",
|
|
18618
|
-
"description": "
|
|
18510
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
18619
18511
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
18620
18512
|
"default": "false",
|
|
18621
18513
|
"value": {
|
|
@@ -18745,7 +18637,7 @@
|
|
|
18745
18637
|
},
|
|
18746
18638
|
{
|
|
18747
18639
|
"name": "loading",
|
|
18748
|
-
"description": "
|
|
18640
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
|
|
18749
18641
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
18750
18642
|
"default": "false",
|
|
18751
18643
|
"value": {
|
|
@@ -18778,7 +18670,7 @@
|
|
|
18778
18670
|
},
|
|
18779
18671
|
{
|
|
18780
18672
|
"name": "hint",
|
|
18781
|
-
"description": "
|
|
18673
|
+
"description": "Hint text",
|
|
18782
18674
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
18783
18675
|
"value": {
|
|
18784
18676
|
"kind": "expression",
|
|
@@ -18787,7 +18679,7 @@
|
|
|
18787
18679
|
},
|
|
18788
18680
|
{
|
|
18789
18681
|
"name": "persistentHint",
|
|
18790
|
-
"description": "
|
|
18682
|
+
"description": "Forces hint to always be visible",
|
|
18791
18683
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
18792
18684
|
"default": "false",
|
|
18793
18685
|
"value": {
|
|
@@ -18807,7 +18699,7 @@
|
|
|
18807
18699
|
},
|
|
18808
18700
|
{
|
|
18809
18701
|
"name": "placeholder",
|
|
18810
|
-
"description": "
|
|
18702
|
+
"description": "Sets the input's placeholder text",
|
|
18811
18703
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
18812
18704
|
"value": {
|
|
18813
18705
|
"kind": "expression",
|
|
@@ -18898,7 +18790,7 @@
|
|
|
18898
18790
|
"events": [
|
|
18899
18791
|
{
|
|
18900
18792
|
"name": "click:prepend",
|
|
18901
|
-
"description": "
|
|
18793
|
+
"description": "Emitted when prepended icon is clicked",
|
|
18902
18794
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#events",
|
|
18903
18795
|
"arguments": [
|
|
18904
18796
|
{
|
|
@@ -18909,7 +18801,7 @@
|
|
|
18909
18801
|
},
|
|
18910
18802
|
{
|
|
18911
18803
|
"name": "click:append",
|
|
18912
|
-
"description": "
|
|
18804
|
+
"description": "Emitted when appended icon is clicked",
|
|
18913
18805
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#events",
|
|
18914
18806
|
"arguments": [
|
|
18915
18807
|
{
|
|
@@ -19002,7 +18894,7 @@
|
|
|
19002
18894
|
"attributes": [
|
|
19003
18895
|
{
|
|
19004
18896
|
"name": "label",
|
|
19005
|
-
"description": "
|
|
18897
|
+
"description": "Sets input label",
|
|
19006
18898
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
19007
18899
|
"value": {
|
|
19008
18900
|
"kind": "expression",
|
|
@@ -19032,7 +18924,7 @@
|
|
|
19032
18924
|
},
|
|
19033
18925
|
{
|
|
19034
18926
|
"name": "hint",
|
|
19035
|
-
"description": "
|
|
18927
|
+
"description": "Hint text",
|
|
19036
18928
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
19037
18929
|
"value": {
|
|
19038
18930
|
"kind": "expression",
|
|
@@ -19041,7 +18933,7 @@
|
|
|
19041
18933
|
},
|
|
19042
18934
|
{
|
|
19043
18935
|
"name": "persistentHint",
|
|
19044
|
-
"description": "
|
|
18936
|
+
"description": "Forces hint to always be visible",
|
|
19045
18937
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
19046
18938
|
"default": "false",
|
|
19047
18939
|
"value": {
|
|
@@ -19279,7 +19171,7 @@
|
|
|
19279
19171
|
},
|
|
19280
19172
|
{
|
|
19281
19173
|
"name": "hideDetails",
|
|
19282
|
-
"description": "
|
|
19174
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
|
|
19283
19175
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
19284
19176
|
"default": "false",
|
|
19285
19177
|
"value": {
|
|
@@ -19409,7 +19301,7 @@
|
|
|
19409
19301
|
},
|
|
19410
19302
|
{
|
|
19411
19303
|
"name": "loading",
|
|
19412
|
-
"description": "
|
|
19304
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
|
|
19413
19305
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
19414
19306
|
"default": "false",
|
|
19415
19307
|
"value": {
|
|
@@ -19441,7 +19333,7 @@
|
|
|
19441
19333
|
"events": [
|
|
19442
19334
|
{
|
|
19443
19335
|
"name": "click:prepend",
|
|
19444
|
-
"description": "
|
|
19336
|
+
"description": "Emitted when prepended icon is clicked",
|
|
19445
19337
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
19446
19338
|
"arguments": [
|
|
19447
19339
|
{
|
|
@@ -19452,7 +19344,7 @@
|
|
|
19452
19344
|
},
|
|
19453
19345
|
{
|
|
19454
19346
|
"name": "click:append",
|
|
19455
|
-
"description": "
|
|
19347
|
+
"description": "Emitted when appended icon is clicked",
|
|
19456
19348
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
19457
19349
|
"arguments": [
|
|
19458
19350
|
{
|