solid-ui 3.0.4-91a7d63 → 3.0.4-d05613e

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.
@@ -10983,7 +10983,7 @@ function attachmentList(dom, subject, div) {
10983
10983
  var attachmentRight = attachmentOne.appendChild(dom.createElement('td'));
10984
10984
  var attachmentTable = attachmentRight.appendChild(dom.createElement('table'));
10985
10985
  attachmentTable.appendChild(dom.createElement('tr')) // attachmentTableTop
10986
- ;
10986
+ ;
10987
10987
  attachmentOuter.refresh = refresh; // Participate in downstream changes
10988
10988
  // ;(attachmentTable as any).refresh = refresh <- outer should be best?
10989
10989
 
@@ -18408,7 +18408,7 @@ function basicField(dom, container, already, subject, form, doc, callbackFunctio
18408
18408
  }
18409
18409
  if (!kb.updater.editable(doc.uri)) {
18410
18410
  field.readOnly = true // was: disabled. readOnly is better
18411
- ;
18411
+ ;
18412
18412
  field.style = _style__WEBPACK_IMPORTED_MODULE_3__/* .style */ .i.textInputStyleUneditable + paramStyle;
18413
18413
  if (suppressEmptyUneditable && field.value === '') {
18414
18414
  box.style.display = 'none'; // clutter
@@ -20221,7 +20221,7 @@ function cameraCaptureControl(dom, store, getImageDoc, doneCallback) {
20221
20221
  // if (!confirm('Save picture to ' + destination + ' ?')) return
20222
20222
  _debug__WEBPACK_IMPORTED_MODULE_2__/* .log */ .Rm('Putting ' + blob.size + ' bytes of ' + contentType + ' to ' + destination)
20223
20223
  // @@ TODO Remove casting
20224
- ;
20224
+ ;
20225
20225
  store.fetcher.webOperation('PUT', destination.uri, {
20226
20226
  data: blob,
20227
20227
  contentType: contentType