@tmagic/editor 1.3.0-alpha.3 → 1.3.0-alpha.4

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.
@@ -139,6 +139,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
139
139
  type: "group-list",
140
140
  name: "hookData",
141
141
  enableToggleMode: false,
142
+ expandAll: true,
143
+ titleKey: "codeId",
142
144
  items: [
143
145
  {
144
146
  type: "code-select-col",
@@ -922,6 +924,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
922
924
  {
923
925
  type: "group-list",
924
926
  name: "actions",
927
+ expandAll: true,
925
928
  enableToggleMode: false,
926
929
  items: [actionTypeConfig.value, targetCompConfig.value, compActionConfig.value, codeActionConfig.value]
927
930
  }