ywana-core8 0.0.415 → 0.0.416
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/ContentEditor.js +1 -1
- package/src/domain/ContentEditor.test.js +2 -1
- package/src/domain/TablePage.js +0 -6
- package/src/html/table.js +0 -1
package/dist/index.umd.js
CHANGED
@@ -1850,7 +1850,6 @@
|
|
1850
1850
|
break;
|
1851
1851
|
}
|
1852
1852
|
|
1853
|
-
console.log(value, format);
|
1854
1853
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
1855
1854
|
className: "field-editor string-viewer"
|
1856
1855
|
}, text);
|
@@ -4156,7 +4155,8 @@
|
|
4156
4155
|
label: label,
|
4157
4156
|
onChange: change,
|
4158
4157
|
readOnly: !editable,
|
4159
|
-
options: buildOptions()
|
4158
|
+
options: buildOptions(),
|
4159
|
+
init: value
|
4160
4160
|
});
|
4161
4161
|
|
4162
4162
|
default:
|