legalesign-document-viewer 0.0.9 → 0.0.11

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.
@@ -46426,10 +46426,10 @@ const LsEditorField = class {
46426
46426
  this.component.style.border = "1px solid black";
46427
46427
  }
46428
46428
  render() {
46429
- return (index.h(index.Host, { key: '1768aa1f0591c1094aee697e8d8a99c5bb769369', class: {
46429
+ return (index.h(index.Host, { key: 'f75b043455d8d893cfd695a1861a5fab7bafa1c1', class: {
46430
46430
  'ls-editor-field': true,
46431
46431
  'is-selected': this.selected
46432
- } }, index.h("input", { key: 'ce5806dd692551c27d270f6bac41e038016f8067', id: "editing-input", class: this.isEditing ? "ls-editor-field-editable" : "hidden-field", type: getInputType(this.dataItem.validation).inputType, value: this.dataItem?.value || this.innerValue, onChange: (e) => this.onInputChange(e) }), index.h("div", { key: '1a102290f8e8a860e8d72c2af6505facd8cf821b', id: "field-info", class: this.isEditing ? "hidden-field" : "ls-editor-field-draggable" }, this.innerValue || this.dataItem?.label || this.dataItem?.formElementType)));
46432
+ } }, index.h("input", { key: '60990dd57f8f3a24865653e45d6ace95755a5087', id: "editing-input", class: this.isEditing ? "ls-editor-field-editable" : "hidden-field", type: getInputType(this.dataItem.validation).inputType, value: this.dataItem?.value || this.innerValue, onChange: (e) => this.onInputChange(e) }), index.h("div", { key: '54c7a0a6fdb3fbb7a5aac80289ae2c510c340b72', id: "field-info", class: this.isEditing ? "hidden-field" : "ls-editor-field-draggable" }, this.innerValue || this.dataItem?.label || this.dataItem?.formElementType)));
46433
46433
  }
46434
46434
  static get watchers() { return {
46435
46435
  "selected": ["watchSelectedHandler"]