dtable-sdk
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -772,7 +772,2 @@ "use strict"; | ||
}, { | ||
key: "getOptionName", | ||
value: function getOptionName(options, cellVal) { | ||
return (0, _dtableStore.getOptionName)(options, cellVal); | ||
} | ||
}, { | ||
key: "getMultipleOptionName", | ||
@@ -783,7 +778,2 @@ value: function getMultipleOptionName(options, cellVal) { | ||
}, { | ||
key: "getLongtextDisplayString", | ||
value: function getLongtextDisplayString(cellVal) { | ||
return (0, _dtableStore.getLongtextDisplayString)(cellVal); | ||
} | ||
}, { | ||
key: "getGeolocationDisplayString", | ||
@@ -790,0 +780,0 @@ value: function getGeolocationDisplayString(value, columnData) { |
@@ -55,2 +55,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "sortDate", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dtableStore.sortDate; | ||
} | ||
}); | ||
@@ -57,0 +63,0 @@ var _dtable = _interopRequireDefault(require("./dtable")); |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
63369
1308