ywana-core8 0.0.260 → 0.0.263
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 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/TablePage.js +1 -1
- package/src/domain/index.js +1 -1
package/dist/index.umd.js
CHANGED
@@ -5358,7 +5358,6 @@
|
|
5358
5358
|
* Table Context
|
5359
5359
|
*/
|
5360
5360
|
|
5361
|
-
|
5362
5361
|
var TableContext = function TableContext(url, field) {
|
5363
5362
|
var API = TableAPI(url);
|
5364
5363
|
return {
|
@@ -5890,6 +5889,7 @@
|
|
5890
5889
|
exports.TYPES = TYPES;
|
5891
5890
|
exports.Tab = Tab;
|
5892
5891
|
exports.TabbedContentEditor = TabbedContentEditor;
|
5892
|
+
exports.TableEditor = TableEditor;
|
5893
5893
|
exports.TablePage = TablePage;
|
5894
5894
|
exports.Tabs = Tabs;
|
5895
5895
|
exports.Text = Text$1;
|