@babylonjs/inspector 5.20.0 → 5.21.0
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.
@@ -58753,9 +58753,9 @@ class CustomPropertyGridComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Com
|
|
58753
58753
|
case core_Misc_iInspectable__WEBPACK_IMPORTED_MODULE_3__.InspectableType.Tab:
|
58754
58754
|
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_textLineComponent__WEBPACK_IMPORTED_MODULE_12__.TextLineComponent, { label: inspectable.label, value: " " }, inspectable.label);
|
58755
58755
|
case core_Misc_iInspectable__WEBPACK_IMPORTED_MODULE_3__.InspectableType.FileButton:
|
58756
|
-
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_fileButtonLineComponent__WEBPACK_IMPORTED_MODULE_13__.FileButtonLineComponent, { label: inspectable.label, onClick: inspectable.
|
58756
|
+
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_fileButtonLineComponent__WEBPACK_IMPORTED_MODULE_13__.FileButtonLineComponent, { label: inspectable.label, onClick: inspectable.fileCallback ||
|
58757
58757
|
function () {
|
58758
|
-
core_Misc_iInspectable__WEBPACK_IMPORTED_MODULE_3__.Logger.Warn("no
|
58758
|
+
core_Misc_iInspectable__WEBPACK_IMPORTED_MODULE_3__.Logger.Warn("no file call back function added");
|
58759
58759
|
}, accept: inspectable.accept || "*" }, inspectable.label));
|
58760
58760
|
}
|
58761
58761
|
return null;
|