solid-ui 3.0.4-d05613e → 3.0.4-d3715b2
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/dist/solid-ui.esm.js +3 -3
- package/dist/solid-ui.esm.js.map +1 -1
- package/dist/solid-ui.js +3 -3
- package/dist/solid-ui.js.map +1 -1
- package/dist/versionInfo.js +16 -10
- package/dist/versionInfo.js.map +1 -1
- package/package.json +4 -4
package/dist/solid-ui.js
CHANGED
|
@@ -4091,7 +4091,7 @@ function attachmentList(dom, subject, div) {
|
|
|
4091
4091
|
var attachmentRight = attachmentOne.appendChild(dom.createElement('td'));
|
|
4092
4092
|
var attachmentTable = attachmentRight.appendChild(dom.createElement('table'));
|
|
4093
4093
|
attachmentTable.appendChild(dom.createElement('tr')) // attachmentTableTop
|
|
4094
|
-
|
|
4094
|
+
;
|
|
4095
4095
|
attachmentOuter.refresh = refresh; // Participate in downstream changes
|
|
4096
4096
|
// ;(attachmentTable as any).refresh = refresh <- outer should be best?
|
|
4097
4097
|
|
|
@@ -4936,7 +4936,7 @@ function basicField(dom, container, already, subject, form, doc, callbackFunctio
|
|
|
4936
4936
|
}
|
|
4937
4937
|
if (!kb.updater.editable(doc.uri)) {
|
|
4938
4938
|
field.readOnly = true // was: disabled. readOnly is better
|
|
4939
|
-
|
|
4939
|
+
;
|
|
4940
4940
|
field.style = style.textInputStyleUneditable + paramStyle;
|
|
4941
4941
|
if (suppressEmptyUneditable && field.value === '') {
|
|
4942
4942
|
box.style.display = 'none'; // clutter
|
|
@@ -12826,7 +12826,7 @@ function cameraCaptureControl(dom, store, getImageDoc, doneCallback) {
|
|
|
12826
12826
|
// if (!confirm('Save picture to ' + destination + ' ?')) return
|
|
12827
12827
|
src_debug/* log */.Rm('Putting ' + blob.size + ' bytes of ' + contentType + ' to ' + destination)
|
|
12828
12828
|
// @@ TODO Remove casting
|
|
12829
|
-
|
|
12829
|
+
;
|
|
12830
12830
|
store.fetcher.webOperation('PUT', destination.uri, {
|
|
12831
12831
|
data: blob,
|
|
12832
12832
|
contentType: contentType
|