mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 08:32:56 +00:00
96 lines
3.5 KiB
JavaScript
96 lines
3.5 KiB
JavaScript
"use strict";
|
|
const __rslib_import_meta_url__ = /*#__PURE__*/ (function () {
|
|
return typeof document === 'undefined'
|
|
? new (require('url'.replace('', '')).URL)('file:' + __filename).href
|
|
: (document.currentScript && document.currentScript.src) ||
|
|
new URL('main.js', document.baseURI).href;
|
|
})();
|
|
;
|
|
var __webpack_modules__ = ({
|
|
"./ModuleFederationPlugin": (function (module) {
|
|
module.exports = require("./ModuleFederationPlugin.js");
|
|
|
|
}),
|
|
|
|
});
|
|
/************************************************************************/
|
|
// The module cache
|
|
var __webpack_module_cache__ = {};
|
|
|
|
// The require function
|
|
function __webpack_require__(moduleId) {
|
|
|
|
// Check if module is in cache
|
|
var cachedModule = __webpack_module_cache__[moduleId];
|
|
if (cachedModule !== undefined) {
|
|
return cachedModule.exports;
|
|
}
|
|
// Create a new module (and put it into the cache)
|
|
var module = (__webpack_module_cache__[moduleId] = {
|
|
exports: {}
|
|
});
|
|
// Execute the module function
|
|
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
|
|
// Return the exports of the module
|
|
return module.exports;
|
|
|
|
}
|
|
|
|
/************************************************************************/
|
|
// webpack/runtime/compat_get_default_export
|
|
(() => {
|
|
// getDefaultExport function for compatibility with non-ESM modules
|
|
__webpack_require__.n = (module) => {
|
|
var getter = module && module.__esModule ?
|
|
() => (module['default']) :
|
|
() => (module);
|
|
__webpack_require__.d(getter, { a: getter });
|
|
return getter;
|
|
};
|
|
|
|
})();
|
|
// webpack/runtime/define_property_getters
|
|
(() => {
|
|
__webpack_require__.d = (exports, definition) => {
|
|
for(var key in definition) {
|
|
if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
}
|
|
}
|
|
};
|
|
})();
|
|
// webpack/runtime/has_own_property
|
|
(() => {
|
|
__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
})();
|
|
// webpack/runtime/make_namespace_object
|
|
(() => {
|
|
// define __esModule on exports
|
|
__webpack_require__.r = (exports) => {
|
|
if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
}
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
};
|
|
})();
|
|
/************************************************************************/
|
|
var __webpack_exports__ = {};
|
|
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
|
|
(() => {
|
|
__webpack_require__.r(__webpack_exports__);
|
|
/* ESM import */var _ModuleFederationPlugin__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./ModuleFederationPlugin");
|
|
/* ESM import */var _ModuleFederationPlugin__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_ModuleFederationPlugin__WEBPACK_IMPORTED_MODULE_0__);
|
|
|
|
/* ESM reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
/* ESM reexport (unknown) */ for( var __WEBPACK_IMPORT_KEY__ in _ModuleFederationPlugin__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== "default") __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] =function(key) { return _ModuleFederationPlugin__WEBPACK_IMPORTED_MODULE_0__[key]; }.bind(0, __WEBPACK_IMPORT_KEY__)
|
|
/* ESM reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
|
|
|
|
})();
|
|
|
|
for(var __webpack_i__ in __webpack_exports__) {
|
|
exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
}
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|