octane 0.1.44 → 0.1.45

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.
@@ -171,6 +171,7 @@ __export(index_exports, {
171
171
  setDefaultChecked: () => import_runtime.setDefaultChecked,
172
172
  setDefaultValue: () => import_runtime.setDefaultValue,
173
173
  setDefaultValueUncontrolled: () => import_runtime.setDefaultValueUncontrolled,
174
+ setEventHandler: () => import_runtime.setEventHandler,
174
175
  setFormAction: () => import_runtime.setFormAction,
175
176
  setFormControlSources: () => import_runtime.setFormControlSources,
176
177
  setHTML: () => import_runtime.setHTML,
@@ -389,6 +390,7 @@ var import_method_dep = require("./method-dep.cjs");
389
390
  setDefaultChecked,
390
391
  setDefaultValue,
391
392
  setDefaultValueUncontrolled,
393
+ setEventHandler,
392
394
  setFormAction,
393
395
  setFormControlSources,
394
396
  setHTML,