@chamn/engine 0.2.4 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/dist/component/CustomSchemaForm/components/CFiledWithSwitchSetter/index.d.ts +7 -0
  2. package/dist/component/CustomSchemaForm/components/Form/Field/index.d.ts +16 -0
  3. package/dist/component/CustomSchemaForm/components/Form/context.d.ts +1 -1
  4. package/dist/component/CustomSchemaForm/components/Form/index.d.ts +2 -2
  5. package/dist/component/CustomSchemaForm/components/SetterSwitcher/core.d.ts +21 -0
  6. package/dist/component/CustomSchemaForm/components/SetterSwitcher/helper.d.ts +9 -0
  7. package/dist/component/CustomSchemaForm/components/SetterSwitcher/index.d.ts +1 -0
  8. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/CreateNewNodePopup/index.d.ts +8 -0
  9. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/CreateNewNodePopup/initData.d.ts +22 -0
  10. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/InputHandle/index.d.ts +2 -0
  11. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/NodeCard/index.d.ts +10 -0
  12. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/OutputHandle/index.d.ts +2 -0
  13. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/SelectNodeByTree/index.d.ts +9 -0
  14. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/SelectNodeByTree/modal.d.ts +13 -0
  15. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/SelectNodeByTree/util.d.ts +3 -0
  16. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/SelectNodeState/index.d.ts +12 -0
  17. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/component/SelectNodeState/util.d.ts +7 -0
  18. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/config.d.ts +4 -0
  19. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/context.d.ts +11 -0
  20. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/index.d.ts +11 -0
  21. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/AssignValueNode/index.d.ts +4 -0
  22. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/AssignValueNode/util.d.ts +1 -0
  23. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/CallNodeMethodNode/index.d.ts +4 -0
  24. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/CallNodeMethodNode/util.d.ts +11 -0
  25. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/JumpLinkNode.d.ts +4 -0
  26. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/RequestAPINode/helper.d.ts +6 -0
  27. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/RequestAPINode/index.d.ts +4 -0
  28. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/RequestAPINode/util.d.ts +1 -0
  29. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/RunCodeNode/index.d.ts +4 -0
  30. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/RunCodeNode/util.d.ts +1 -0
  31. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/StartNode.d.ts +3 -0
  32. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/node/index.d.ts +16 -0
  33. package/dist/component/CustomSchemaForm/components/Setters/ActionFlowSetter/util.d.ts +40 -0
  34. package/dist/component/CustomSchemaForm/components/Setters/AdvanceSetterList.d.ts +3 -0
  35. package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/ArrayItem.d.ts +1 -0
  36. package/dist/component/CustomSchemaForm/components/Setters/ArraySetter/index.d.ts +2 -1
  37. package/dist/component/CustomSchemaForm/components/Setters/FunctionSetter/defaultDts.d.ts +1 -1
  38. package/dist/component/CustomSchemaForm/components/Setters/TextAreaSetter/index.d.ts +4 -1
  39. package/dist/component/CustomSchemaForm/components/Setters/index.d.ts +2 -2
  40. package/dist/component/CustomSchemaForm/components/Setters/type.d.ts +1 -1
  41. package/dist/component/CustomSchemaForm/context.d.ts +3 -1
  42. package/dist/component/CustomSchemaForm/utils.d.ts +2 -0
  43. package/dist/component/MonacoEditor/index.d.ts +2 -2
  44. package/dist/component/MoveableModal/index.d.ts +4 -0
  45. package/dist/core/pluginManager.d.ts +6 -1
  46. package/dist/index.cjs +136 -107
  47. package/dist/index.cjs.map +1 -1
  48. package/dist/index.d.ts +2 -0
  49. package/dist/index.js +40338 -23921
  50. package/dist/index.js.map +1 -1
  51. package/dist/material/evetList.d.ts +2 -0
  52. package/dist/material/innerMaterial.d.ts +3 -5
  53. package/dist/plugins/EventPanel/index.d.ts +2 -0
  54. package/dist/plugins/EventPanel/panel.d.ts +7 -0
  55. package/dist/plugins/Hotkeys/hotKeyManager.d.ts +3 -0
  56. package/dist/plugins/Hotkeys/index.d.ts +2 -2
  57. package/dist/plugins/Hotkeys/type.d.ts +8 -0
  58. package/dist/plugins/OutlineTree/util.d.ts +1 -1
  59. package/dist/plugins/PropertyPanel/index.d.ts +0 -6
  60. package/dist/plugins/PropertyPanel/view.d.ts +6 -0
  61. package/dist/plugins/RightPanel/index.d.ts +2 -1
  62. package/dist/plugins/RightPanel/type.d.ts +15 -0
  63. package/dist/plugins/index.d.ts +13 -1
  64. package/dist/stories/components/CustomSchemaForm/components/Setters/actionFlow.stories.d.ts +17 -0
  65. package/dist/stories/components/CustomSchemaForm/components/Setters/mock.d.ts +63 -0
  66. package/dist/stories/components/inputPlus.stories.d.ts +5 -0
  67. package/dist/stories/plugins/CSSEditor.stories.d.ts +5 -0
  68. package/dist/stories/plugins/VisualPanelPlus.stories.d.ts +6 -0
  69. package/dist/stories/setters/colorSetter.stories.d.ts +5 -0
  70. package/dist/style.css +1 -1
  71. package/dist/utils/index.d.ts +2 -0
  72. package/package.json +26 -11

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.