@data-fair/lib-vuetify 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +5 -2
- package/package.json +1 -1
- package/search-field.vue +1 -0
- package/search-field.vue.js +2 -0
package/index.js
CHANGED
|
@@ -58,10 +58,13 @@ export function vuetifySessionOptions(session, cspNonce) {
|
|
|
58
58
|
VSwitch: {
|
|
59
59
|
color: 'primary'
|
|
60
60
|
},
|
|
61
|
-
|
|
61
|
+
VAutocomplete: {
|
|
62
62
|
autocomplete: 'suppress'
|
|
63
63
|
},
|
|
64
|
-
|
|
64
|
+
VSelect: {
|
|
65
|
+
autocomplete: 'suppress'
|
|
66
|
+
},
|
|
67
|
+
VCombobox: {
|
|
65
68
|
autocomplete: 'suppress'
|
|
66
69
|
}
|
|
67
70
|
}
|
package/package.json
CHANGED
package/search-field.vue
CHANGED
package/search-field.vue.js
CHANGED
|
@@ -16,6 +16,7 @@ const __VLS_1 = __VLS_asFunctionalComponent(__VLS_0, new __VLS_0({
|
|
|
16
16
|
color: "primary",
|
|
17
17
|
density: "compact",
|
|
18
18
|
variant: "outlined",
|
|
19
|
+
autocomplete: "suppress",
|
|
19
20
|
autofocus: true,
|
|
20
21
|
hideDetails: true,
|
|
21
22
|
clearable: true,
|
|
@@ -27,6 +28,7 @@ const __VLS_2 = __VLS_1({
|
|
|
27
28
|
color: "primary",
|
|
28
29
|
density: "compact",
|
|
29
30
|
variant: "outlined",
|
|
31
|
+
autocomplete: "suppress",
|
|
30
32
|
autofocus: true,
|
|
31
33
|
hideDetails: true,
|
|
32
34
|
clearable: true,
|