vanjs-jsf 0.0.13 → 0.0.14

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.
@@ -227,6 +227,7 @@ export class VanJsfField extends VanJSComponent {
227
227
  if (CronComponent) {
228
228
  ele = new CronComponent() || null;
229
229
  ele.setAttribute("color", "d58512");
230
+ ele.setAttribute("extraClass", this.class ? this.class : "");
230
231
  ele.setAttribute("value", this.iniVal.toString());
231
232
  ele.oninput = (e) => this.handleChange(this, e.detail.value);
232
233
  }