sunmao-ui/packages/core
Bowen Tan e76b1571a6 Merge branch 'develop' into build/visualize
* 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
2022-08-16 14:50:27 +08:00
..
__tests__ feat(runtime): remove react-grid-layout 2022-06-20 18:30:30 +08:00
src build(chakra): split chakra widgets and lib 2022-08-16 10:49:17 +08:00
jest.config.js update ci test configuration 2021-09-23 09:38:28 +08:00
package.json refactor(runtime): remove full import of lodash 2022-08-15 18:30:04 +08:00
README.md refactor code namings to sunmao-ui 2021-11-21 14:38:33 +08:00
tsconfig.json feat: auto detect the raw properties types 2022-07-05 09:29:19 +08:00

@sunmao-ui/core

TODO: description

Usage

const core = require('@sunmao-ui/core');

// TODO: DEMONSTRATE API