@babylonjs/inspector 5.0.0-rc.10 → 5.0.0-rc.11

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.
@@ -69531,6 +69531,35 @@ Inspector.EarlyAttachToLoader();
69531
69531
 
69532
69532
  /***/ }),
69533
69533
 
69534
+ /***/ "../../../dev/inspector/dist/legacy/legacy.js":
69535
+ /*!****************************************************!*\
69536
+ !*** ../../../dev/inspector/dist/legacy/legacy.js ***!
69537
+ \****************************************************/
69538
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
69539
+
69540
+ "use strict";
69541
+ __webpack_require__.r(__webpack_exports__);
69542
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
69543
+ /* harmony export */ "EditAdvancedDynamicTexture": () => (/* reexport safe */ _index__WEBPACK_IMPORTED_MODULE_1__.EditAdvancedDynamicTexture),
69544
+ /* harmony export */ "InjectGUIEditor": () => (/* reexport safe */ _index__WEBPACK_IMPORTED_MODULE_1__.InjectGUIEditor),
69545
+ /* harmony export */ "Inspector": () => (/* reexport safe */ _index__WEBPACK_IMPORTED_MODULE_1__.Inspector),
69546
+ /* harmony export */ "SetGUIEditorURL": () => (/* reexport safe */ _index__WEBPACK_IMPORTED_MODULE_1__.SetGUIEditorURL)
69547
+ /* harmony export */ });
69548
+ /* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../index */ "../../../dev/inspector/dist/inspector.js");
69549
+ /* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../index */ "../../../dev/inspector/dist/index.js");
69550
+ /* eslint-disable import/no-internal-modules */
69551
+
69552
+ const globalObject = typeof __webpack_require__.g !== "undefined" ? __webpack_require__.g : typeof window !== "undefined" ? window : undefined;
69553
+ if (typeof globalObject !== "undefined") {
69554
+ globalObject.BABYLON = globalObject.BABYLON || {};
69555
+ globalObject.BABYLON.Inspector = _index__WEBPACK_IMPORTED_MODULE_0__.Inspector;
69556
+ globalObject.INSPECTOR = _index__WEBPACK_IMPORTED_MODULE_0__.Inspector;
69557
+ }
69558
+
69559
+ //# sourceMappingURL=legacy.js.map
69560
+
69561
+ /***/ }),
69562
+
69534
69563
  /***/ "../../../dev/inspector/dist/textureHelper.js":
69535
69564
  /*!****************************************************!*\
69536
69565
  !*** ../../../dev/inspector/dist/textureHelper.js ***!
@@ -73640,6 +73669,18 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_gui_2D_adtInstrumentation__;
73640
73669
  /******/ };
73641
73670
  /******/ })();
73642
73671
  /******/
73672
+ /******/ /* webpack/runtime/global */
73673
+ /******/ (() => {
73674
+ /******/ __webpack_require__.g = (function() {
73675
+ /******/ if (typeof globalThis === 'object') return globalThis;
73676
+ /******/ try {
73677
+ /******/ return this || new Function('return this')();
73678
+ /******/ } catch (e) {
73679
+ /******/ if (typeof window === 'object') return window;
73680
+ /******/ }
73681
+ /******/ })();
73682
+ /******/ })();
73683
+ /******/
73643
73684
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
73644
73685
  /******/ (() => {
73645
73686
  /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
@@ -73693,12 +73734,12 @@ var __webpack_exports__ = {};
73693
73734
  __webpack_require__.r(__webpack_exports__);
73694
73735
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
73695
73736
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
73696
- /* harmony export */ "inspector": () => (/* reexport module object */ inspector__WEBPACK_IMPORTED_MODULE_0__)
73737
+ /* harmony export */ "inspector": () => (/* reexport module object */ inspector_legacy_legacy__WEBPACK_IMPORTED_MODULE_0__)
73697
73738
  /* harmony export */ });
73698
- /* harmony import */ var inspector__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! inspector */ "../../../dev/inspector/dist/index.js");
73739
+ /* harmony import */ var inspector_legacy_legacy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! inspector/legacy/legacy */ "../../../dev/inspector/dist/legacy/legacy.js");
73699
73740
 
73700
73741
 
73701
- /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (inspector__WEBPACK_IMPORTED_MODULE_0__);
73742
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (inspector_legacy_legacy__WEBPACK_IMPORTED_MODULE_0__);
73702
73743
 
73703
73744
  })();
73704
73745