@clayui/form
Advanced tools
Comparing version 3.6.0 to 3.7.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [3.7.0](https://github.com/liferay/clay/tree/master/packages/clay-form/compare/@clayui/form@3.6.0...@clayui/form@3.7.0) (2020-03-26) | ||
### Features | ||
- **@clayui/form:** DualListbox & Selectbox ([0ad5de4](https://github.com/liferay/clay/tree/master/packages/clay-form/commit/0ad5de4)) | ||
# 3.6.0 (2020-02-28) | ||
@@ -8,0 +14,0 @@ |
import ClayCheckbox from './Checkbox'; | ||
import ClayDualListBox from './DualListBox'; | ||
import ClayForm from './Form'; | ||
@@ -7,5 +8,6 @@ import ClayInput from './Input'; | ||
import ClaySelect from './Select'; | ||
import ClaySelectBox from './SelectBox'; | ||
import ClaySelectWithOption from './SelectWithOption'; | ||
import ClayToggle from './Toggle'; | ||
export { ClayCheckbox, ClayInput, ClayRadio, ClayRadioGroup, ClaySelect, ClaySelectWithOption, ClayToggle, }; | ||
export { ClayCheckbox, ClayInput, ClayDualListBox, ClayRadio, ClayRadioGroup, ClaySelect, ClaySelectBox, ClaySelectWithOption, ClayToggle, }; | ||
export default ClayForm; |
@@ -12,2 +12,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "ClayDualListBox", { | ||
enumerable: true, | ||
get: function get() { | ||
return _DualListBox.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ClayInput", { | ||
@@ -37,2 +43,8 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "ClaySelectBox", { | ||
enumerable: true, | ||
get: function get() { | ||
return _SelectBox.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ClaySelectWithOption", { | ||
@@ -54,2 +66,4 @@ enumerable: true, | ||
var _DualListBox = _interopRequireDefault(require("./DualListBox")); | ||
var _Form = _interopRequireDefault(require("./Form")); | ||
@@ -65,2 +79,4 @@ | ||
var _SelectBox = _interopRequireDefault(require("./SelectBox")); | ||
var _SelectWithOption = _interopRequireDefault(require("./SelectWithOption")); | ||
@@ -67,0 +83,0 @@ |
{ | ||
"name": "@clayui/form", | ||
"version": "3.6.0", | ||
"version": "3.7.0", | ||
"description": "ClayForm component", | ||
@@ -29,2 +29,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/button": "^3.3.0", | ||
"@clayui/icon": "^3.0.4", | ||
@@ -41,3 +42,3 @@ "classnames": "^2.2.6" | ||
], | ||
"gitHead": "3fc84c9320fa652a452b7c2881a35fdc9f4cc17c" | ||
"gitHead": "c6795fd6c4c44268fb45c06223ed832946aea1bb" | ||
} |
Sorry, the diff of this file is not supported yet
120399
51
2573
6
+ Added@clayui/button@^3.3.0
+ Added@clayui/button@3.128.0(transitive)