@kp-ui/lowcode 1.0.86 → 1.0.87
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.
package/package.json
CHANGED
|
@@ -433,7 +433,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
433
433
|
eventHeader: $data.eventHeader,
|
|
434
434
|
ref: "CodeModalEditorRef",
|
|
435
435
|
title: _ctx.i18nt("designer.setting.editWidgetEventHandler"),
|
|
436
|
-
mode: "
|
|
436
|
+
mode: "javascript",
|
|
437
437
|
readonly: false,
|
|
438
438
|
onSave: $options.saveEventHandler
|
|
439
439
|
}, null, 8, ["eventHeader", "title", "onSave"])
|
|
@@ -444,7 +444,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
444
444
|
_: 1
|
|
445
445
|
});
|
|
446
446
|
}
|
|
447
|
-
const SettingPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
447
|
+
const SettingPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-d15b90cd"]]);
|
|
448
448
|
export {
|
|
449
449
|
SettingPanel as default
|
|
450
450
|
};
|