mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-27 08:39:59 +08:00
e76b1571a6
* develop: refactor(runtime): remove full import of lodash fix: fix clicking outside can't close the popover widget fix(PopoverWidget): compatible with the React 16 feat(Select): add title to select option fix(stateManager): don't console.error expression errors by default feat(booleanWidget): auto convert non-boolean value to boolean feat(numberWidget): auto convert non-number value to number feat(expressionWidget): don't auto convert string to other type feat(stateManager): don't auto convert string to number or boolean feat(ArrayWidget): arrayWidget will try to eval value before render it # Conflicts: # yarn.lock |
||
---|---|---|
.. | ||
__tests__ | ||
src | ||
jest.config.js | ||
package.json | ||
README.md | ||
tsconfig.json |
@sunmao-ui/core
TODO: description
Usage
const core = require('@sunmao-ui/core');
// TODO: DEMONSTRATE API