ywana-core8 0.0.177 → 0.0.178
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 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2 -0
- package/dist/index.css.map +1 -1
- package/dist/index.modern.js +2 -0
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -0
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/ContentEditor.js +3 -0
- package/src/html/textfield-outlined.css +1 -0
- package/src/html/textfield.css +1 -0
package/dist/index.cjs
CHANGED
@@ -2856,6 +2856,8 @@ var FieldEditor = function FieldEditor(_ref4) {
|
|
2856
2856
|
if (isHidden) {
|
2857
2857
|
return null;
|
2858
2858
|
} else {
|
2859
|
+
console.log("FieldEditor: ", label, value1);
|
2860
|
+
|
2859
2861
|
switch (type) {
|
2860
2862
|
case TYPES.ENTITY:
|
2861
2863
|
return /*#__PURE__*/React__default["default"].createElement(EntityEditor, {
|