@volar/vue-language-core
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -104,15 +104,18 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
// https://github.com/vuejs/vue-next/blob/master/packages/compiler-dom/src/transforms/vModel.ts#L49-L51 | ||
// https://v3.vuejs.org/guide/forms.html#basic-usage | ||
// https://vuejs.org/guide/essentials/forms.html#form-input-bindings | ||
experimentalModelPropName: (_s = vueOptions.experimentalModelPropName) !== null && _s !== void 0 ? _s : { | ||
'': { | ||
input: { type: 'radio' }, | ||
input: true | ||
}, | ||
checked: { | ||
input: { type: 'checkbox' }, | ||
input: [ | ||
{ type: 'checkbox' }, | ||
{ type: 'radio' } | ||
] | ||
}, | ||
value: { | ||
input: true, | ||
input: { type: 'text' }, | ||
textarea: true, | ||
select: true, | ||
}, | ||
select: true | ||
} | ||
}, experimentalUseElementAccessInTemplate: (_t = vueOptions.experimentalUseElementAccessInTemplate) !== null && _t !== void 0 ? _t : false }); | ||
@@ -119,0 +122,0 @@ } |
{ | ||
"name": "@volar/vue-language-core", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "out/index.js", | ||
@@ -16,4 +16,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/language-core": "1.2.0-alpha.13", | ||
"@volar/source-map": "1.2.0-alpha.13", | ||
"@volar/language-core": "1.2.0-alpha.14", | ||
"@volar/source-map": "1.2.0-alpha.14", | ||
"@vue/compiler-dom": "^3.2.47", | ||
@@ -30,3 +30,3 @@ "@vue/compiler-sfc": "^3.2.47", | ||
}, | ||
"gitHead": "e5198f05a7223d6bba43b49e3251e1497bb66f8c" | ||
"gitHead": "48e1d519aa164890c5882f0cf9e2c5dc033f1d89" | ||
} |
Sorry, the diff of this file is too big to display
222029
4732
+ Added@volar/language-core@1.2.0-alpha.14(transitive)
+ Added@volar/source-map@1.2.0-alpha.14(transitive)
- Removed@volar/language-core@1.2.0-alpha.13(transitive)
- Removed@volar/source-map@1.2.0-alpha.13(transitive)