ywana-core8 0.0.144 → 0.0.145
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 +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -3
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/html/table.js +0 -1
package/dist/index.modern.js
CHANGED
@@ -1318,10 +1318,8 @@ var BooleanCellViewer = function BooleanCellViewer(_ref3) {
|
|
1318
1318
|
|
1319
1319
|
|
1320
1320
|
var StringCellViewer = function StringCellViewer(_ref4) {
|
1321
|
-
var
|
1322
|
-
value = _ref4.value,
|
1321
|
+
var value = _ref4.value,
|
1323
1322
|
options = _ref4.options;
|
1324
|
-
console.log('string-cell-viewer', id, value, options);
|
1325
1323
|
var option = options ? options.find(function (o) {
|
1326
1324
|
return o.value === value;
|
1327
1325
|
}) : null;
|