mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:34:13 +00:00
139ca9a635
* fix: observer * refactor(plugin-formula): merge 2 formula field type * fix(plugin-formula): fix types * fix(plugin-formula): fix type * fix(plugin-formula): fix formulajs version * fix(plugin-formula): change to VariableInput to avoid range error * test(plugin-formula): add test * fix(plugin-formula): fix test case * fix(plugin-formula): fix test case * fix(plugin-formula): fix test case * refactor(plugin-formula): move components into plugin * fix(plugin-formula): fix migration * fix(plugin-formula): revert legacy component to fix build * fix(plugin-formula): fix test case * fix(plugin-formula): fix test case * fix(plugin-formula): fix read-pretty component * fix(plugin-formula): fix formula result component * feat(plugin-formula): add checkbox display X --------- Co-authored-by: chenos <chenlinxh@gmail.com>
13 lines
373 B
JavaScript
13 lines
373 B
JavaScript
var _useExportServer = require("./lib/server");
|
|
|
|
Object.keys(_useExportServer).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (key in exports && exports[key] === _useExportServer[key]) return;
|
|
Object.defineProperty(exports, key, {
|
|
enumerable: true,
|
|
get: function get() {
|
|
return _useExportServer[key];
|
|
}
|
|
});
|
|
});
|