614 Commits

Author SHA1 Message Date
liujuping
358dde43a4 feat(shell): add editor-view model 2023-04-23 17:50:46 +08:00
青木
c50a0823db feat(utils): cursor 不使用 less 2023-04-23 10:50:15 +08:00
liujuping
aab8a3a10e feat: update setter types 2023-04-21 16:52:32 +08:00
LeoYuan 袁力皓
832e2a0aa3 chore: add awesome badge for exploring LCE ecosystem 2023-04-19 16:20:34 +08:00
liujuping
9b50bc700e feat(workspace): add enableAutoOpenFirstWindow config and onWindowRendererReady function 2023-04-19 15:55:22 +08:00
liujuping
dff06e70ac fix(prop): fix prop.export can not correctly export undefined[] 2023-04-19 15:55:08 +08:00
liujuping
aef10fca0d feat(material): material apis add refreshComponentMetasMap function 2023-04-18 14:20:09 +08:00
liujuping
2c38c5d9a0 feat: remove editor api 2023-04-17 17:53:36 +08:00
liujuping
5c49044a77 feat(renderer-core): added log when executing setState 2023-04-17 17:52:40 +08:00
liujuping
016d54bdde feat(common): add some api to be compatible with old platforms 2023-04-17 17:26:45 +08:00
liujuping
6160056139 fix(utils): isReactComponent not including react.memo 2023-04-17 14:48:57 +08:00
liujuping
f1ff1a0706 fix: fix that the outline tree does not respond to modal addition/deletion related operations 2023-04-14 07:48:01 +08:00
liujuping
33fd6bf642 feat: added features in workspace mode 2023-04-14 07:47:41 +08:00
eternalsky
3d470cad69 feat: add componentRenderer lifeCycles log 2023-04-12 10:21:36 +08:00
duoduo
c23f16d646 refactor: Change let to const 2023-04-12 10:20:07 +08:00
JackLian
779edf783b chore(release): publish 1.1.6 2023-04-11 15:38:28 +08:00
liujuping
ed252fa135 fix: fix composeTitle returns redundant icons 2023-04-04 11:16:41 +08:00
liujuping
e1864fdf71 feat: field suport change JSExpression value 2023-04-03 17:40:16 +08:00
liujuping
4f7a0b984c fix: change autorun params to IPublicModelSettingField 2023-04-03 14:57:52 +08:00
liujuping
aafd57cae2 feat: JSSlot prop export result add id 2023-03-31 17:11:54 +08:00
liujuping
4bb4296229 fix: when the setting-field value is array, the observer invalid 2023-03-31 15:13:33 +08:00
eternalsky
d64da1e065
feat: improve lowcode component error state in simulator renderer (#1818)
* feat: improve lowcode component error state in simulator renderer

* chore: use faultComponentMap instead of ComponentRender.FaultComponent
2023-03-31 15:12:39 +08:00
knight.chen
122f0b30a0 feat: optimized lowcode types 2023-03-31 11:12:44 +08:00
JackLian
579480c56c chore(release): publish 1.1.5 2023-03-31 10:58:10 +08:00
liujuping
e0ed17a16a docs: update SettingField and SettingTopEntry docs 2023-03-30 15:52:09 +08:00
liujuping
a0b51d7407 fix: fix object being wrappedReactClass 2023-03-30 14:27:11 +08:00
liujuping
505a6401cb docs: add setting-field and setting-prop-entry api docs 2023-03-28 17:20:22 +08:00
iqinning
1b0e7e288a fix: duplicate key "locale" in renderer.ts 2023-03-27 13:34:59 +08:00
knight.chen
3d51fe00bf feat: add setConfig method for project 2023-03-27 10:38:28 +08:00
liujuping
3fea312906 feat: update IPublicTypeComponentMetadata interface 2023-03-24 21:32:54 +08:00
liujuping
affdfbbb1c fix: fix the problem that the props value appears when the name is 0 2023-03-24 16:28:52 +08:00
liujuping
8c073c3c95 feat: update props ts defined 2023-03-24 15:07:07 +08:00
liujuping
80fc9766b1 fix: fix cant change the panel tree item title with prop api 2023-03-24 14:37:09 +08:00
Justin-lu
fc964ec715 fix: ts interface error 2023-03-24 10:16:21 +08:00
AndyJin
4ddff259f8 fix: optimize interface type export 2023-03-23 19:25:20 +08:00
JackLian
203568ea2d chore(release): publish 1.1.4 2023-03-22 17:35:26 +08:00
liujuping
06aaef777d fix: fixed an issue where the outline tree was not displayed correctly when deleting a node 2023-03-22 09:02:28 +08:00
liujuping
ebe21c4d07 feat: resourceList children support different resourceName 2023-03-21 17:35:27 +08:00
liujuping
a645af7e0b feat: support PanelDock icon pointer cursor is always pointer 2023-03-20 19:32:52 +08:00
liujuping
21f74f0cc1 feat: update skeleton ts defined 2023-03-20 19:32:26 +08:00
huxingyi1997
fc7c217f8c fix: missing i18n parameter in simulater and renderer 2023-03-20 15:20:53 +08:00
liujuping
6d4ca29466 fix: fix workspace api ts defined 2023-03-20 14:54:55 +08:00
liujuping
f6537f536f feat: lowCode components support project schema 2023-03-20 08:18:20 +08:00
Qi
fb3aea4f27 fix: fiberkey compatibility 2023-03-16 17:24:10 +08:00
liujuping
ffaf58b5b5 refactor: rename internalToShell to internalToShellField 2023-03-16 11:18:32 +08:00
JackLian
0181a8ad33 chore(release): publish 1.1.3 2023-03-16 09:28:08 +08:00
liujuping
9597b1c376 feat: material spec add ignoreDefaultValue field to component property description 2023-03-16 09:17:30 +08:00
liujuping
eeb6719a1f feat: optimize outline tree performance and ts definition 2023-03-15 17:42:18 +08:00
beautiful-boyyy
95a1137b46
fix: fix tooltip being covered by other elements (#1717)
* docs: fix incorrect content for emit method in event api

* fix: Fix tooltip being covered by other elements
2023-03-15 15:14:24 +08:00
liujuping
4d4a8a6d6f feat: fix designer:entry ts errors 2023-03-14 19:20:48 +08:00