sunmao-ui/packages/core
Bowen Tan 67f7f683c6 Merge branch 'main' into publish
* main: (24 commits)
  set the default value of debugStore and debugEvent to be false
  fix test
  feat: scroll the tree item into view when select the component
  fix: switch the scale buttons
  fix: improve the expression result display
  refactor init functions parameters
  feat: add the `clear` method to the fetch trait
  feat(tree): add onSelect events
  fix: correct splicing url
  fix(module): change the widget of property to display correct
  fix: select component to add non-empty judgement
  fix: change the import path
  fix: fix the changing api form's tab problem
  fix: fix the datasource update problems
  chore: make the data type datasource informations as constants
  chore: use the enum to replace the constants
  chore: change `GLOBAL_UTILS_ID` to `GLOBAL_UTIL_METHOD_ID`
  feat: add transformer trait
  chore: use the constant as the widget name
  chore: export `RegistryInterface` instead of `Registry`
  ...

# Conflicts:
#	packages/arco-lib/package.json
#	packages/editor-sdk/package.json
#	packages/editor/package.json
#	packages/runtime/package.json
2022-05-10 17:33:42 +08:00
..
__tests__ fix tests && hasUnmount -> beforeRender 2022-04-26 11:35:53 +08:00
src Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/shared 2022-04-26 14:09:17 +08:00
jest.config.js
package.json Publish 2022-04-29 17:16:17 +08:00
README.md refactor code namings to sunmao-ui 2021-11-21 14:38:33 +08:00
tsconfig.json fix tsconfig to emit declaration files 2022-02-22 11:14:08 +08:00

@sunmao-ui/core

TODO: description

Usage

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

// TODO: DEMONSTRATE API