@hammerstone/refine-vue2
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -21,7 +21,7 @@ { | ||
], | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"scripts": { | ||
"test": "jest ./tests", | ||
"build": "rollup --config rollup.config.js", | ||
"build:dev": "rollup --config rollup.config.dev.js" | ||
"serve": "rollup -w --config rollup.config.dev.js" | ||
}, | ||
@@ -40,2 +40,3 @@ "peerDependencies": { | ||
"@rollup/plugin-node-resolve": "^13.1.1", | ||
"@rollup/plugin-replace": "^3.0.0", | ||
"@vue/babel-preset-app": "^4.5.15", | ||
@@ -56,2 +57,3 @@ "@vue/compiler-sfc": "^3.2.26", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-serve": "^1.1.0", | ||
@@ -58,0 +60,0 @@ "rollup-plugin-vue2": "^0.8.1", |
@@ -1,27 +0,27 @@ | ||
import DoubleNumberInput from './double-number-input'; | ||
import NumberInput from './number-input'; | ||
import TextInput from './text-input'; | ||
import DateInput from './date-input'; | ||
import DoubleDateInput from './double-date-input'; | ||
import RelativeDateInput from './relative-date-input'; | ||
import OptionInput from './option-input'; | ||
import RefineDoubleNumberInput from './double-number-input'; | ||
import RefineNumberInput from './number-input'; | ||
import RefineTextInput from './text-input'; | ||
import RefineDateInput from './date-input'; | ||
import RefineDoubleDateInput from './double-date-input'; | ||
import RefineRelativeDateInput from './relative-date-input'; | ||
import RefineOptionInput from './option-input'; | ||
export default { | ||
DateInput, | ||
DoubleDateInput, | ||
DoubleNumberInput, | ||
NumberInput, | ||
OptionInput, | ||
RelativeDateInput, | ||
TextInput, | ||
RefineDateInput, | ||
RefineDoubleDateInput, | ||
RefineDoubleNumberInput, | ||
RefineNumberInput, | ||
RefineOptionInput, | ||
RefineRelativeDateInput, | ||
RefineTextInput, | ||
}; | ||
export { | ||
DateInput, | ||
DoubleDateInput, | ||
DoubleNumberInput, | ||
NumberInput, | ||
OptionInput, | ||
RelativeDateInput, | ||
TextInput, | ||
RefineDateInput, | ||
RefineDoubleDateInput, | ||
RefineDoubleNumberInput, | ||
RefineNumberInput, | ||
RefineOptionInput, | ||
RefineRelativeDateInput, | ||
RefineTextInput, | ||
}; |
@@ -14,3 +14,2 @@ const getNextUid = (function() { | ||
const condition = { | ||
id, | ||
condition_id: id, | ||
@@ -17,0 +16,0 @@ depth, |
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
Sorry, the diff of this file is too big to display
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
6279
0
471277
29
89