@easydata/crud 1.4.6-rc01 → 1.4.6
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/browser/easydata.js +1 -0
- package/dist/browser/easydata.js.map +1 -1
- package/dist/browser/easydata.min.js +1 -1
- package/dist/browser/easydata.min.js.map +1 -1
- package/dist/bundles/easydata.crud.js +1 -0
- package/dist/bundles/easydata.crud.js.map +1 -1
- package/dist/bundles/easydata.crud.min.js +1 -1
- package/dist/bundles/easydata.crud.min.js.map +1 -1
- package/package.json +3 -3
package/dist/browser/easydata.js
CHANGED
|
@@ -7709,6 +7709,7 @@ var EasyGrid = /** @class */ (function () {
|
|
|
7709
7709
|
widthOptions[dataType] = __assign(__assign({}, widthOptions.otherColumns), widthOptions[dataType]);
|
|
7710
7710
|
}
|
|
7711
7711
|
});
|
|
7712
|
+
widthOptions[_easydata_core__WEBPACK_IMPORTED_MODULE_0__["DataType"].Unknown] = widthOptions.otherColumns;
|
|
7712
7713
|
};
|
|
7713
7714
|
EasyGrid.prototype.setSlot = function (slot) {
|
|
7714
7715
|
if (typeof slot === 'string') {
|