@hammerstone/refine-vue2-dev
Advanced tools
Comparing version 1.0.1673275245 to 1.0.1673298475
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "1.0.1673275245", | ||
"version": "1.0.1673298475", | ||
"scripts": { | ||
@@ -32,3 +32,4 @@ "test": "jest ./tests", | ||
"peerDependencies": { | ||
"vue": "*" | ||
"vue": "*", | ||
"@vue/composition-api": "^1.4.2" | ||
}, | ||
@@ -41,3 +42,2 @@ "peerDependenciesMeta": { | ||
"dependencies": { | ||
"@vue/composition-api": "^1.4.2", | ||
"vue-demi": "^0.12.1" | ||
@@ -44,0 +44,0 @@ }, |
@@ -7,4 +7,11 @@ import { RefineNativeDatePicker } from '../components/base/inputs'; | ||
options = { | ||
// By default, we register the NativeDatePicker as the default picker. | ||
// This works with no dependencies and in every browser. If they want | ||
// to register their own picker, they can pass in a new component. | ||
DatePicker: RefineNativeDatePicker, | ||
// Don't add the data-locator to each element by default. | ||
showLocators: false, | ||
// User's options last, so they override ours. | ||
...options, | ||
@@ -15,2 +22,3 @@ }; | ||
// No use passing this on. | ||
delete options.DatePicker; | ||
@@ -17,0 +25,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1654760
3205
- Removed@vue/composition-api@^1.4.2