@babylonjs/node-editor 6.4.1 → 6.5.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.
@@ -527,6 +527,36 @@ ___CSS_LOADER_EXPORT___.locals = {
527
527
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
528
528
 
529
529
 
530
+ /***/ }),
531
+
532
+ /***/ "../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../tools/nodeEditor/dist/graphSystem/display/curveDisplayManager.modules.scss":
533
+ /*!****************************************************************************************************************************************************************************************************************************************************!*\
534
+ !*** ../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../tools/nodeEditor/dist/graphSystem/display/curveDisplayManager.modules.scss ***!
535
+ \****************************************************************************************************************************************************************************************************************************************************/
536
+ /***/ ((module, __webpack_exports__, __webpack_require__) => {
537
+
538
+ "use strict";
539
+ __webpack_require__.r(__webpack_exports__);
540
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
541
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
542
+ /* harmony export */ });
543
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js */ "../../../../node_modules/css-loader/dist/runtime/sourceMaps.js");
544
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
545
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../node_modules/css-loader/dist/runtime/api.js */ "../../../../node_modules/css-loader/dist/runtime/api.js");
546
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
547
+ // Imports
548
+
549
+
550
+ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
551
+ // Module
552
+ ___CSS_LOADER_EXPORT___.push([module.id, ".\\---------tools-nodeEditor-dist-graphSystem-display-curveDisplayManager-modules__curve-block {\n grid-row: 2;\n height: 34px;\n text-align: center;\n font-size: 18px;\n font-weight: bold;\n margin: 0 10px;\n}", "",{"version":3,"sources":["webpack://./../../../tools/nodeEditor/dist/graphSystem/display/curveDisplayManager.modules.scss"],"names":[],"mappings":"AAAA;EACI,WAAA;EACA,YAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,cAAA;AACJ","sourcesContent":[".curve-block {\r\n grid-row: 2;\r\n height: 34px;\r\n text-align: center;\r\n font-size: 18px;\r\n font-weight: bold;\r\n margin: 0 10px;\r\n}\r\n"],"sourceRoot":""}]);
553
+ // Exports
554
+ ___CSS_LOADER_EXPORT___.locals = {
555
+ "curve-block": "---------tools-nodeEditor-dist-graphSystem-display-curveDisplayManager-modules__curve-block"
556
+ };
557
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
558
+
559
+
530
560
  /***/ }),
531
561
 
532
562
  /***/ "../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../tools/nodeEditor/dist/graphSystem/display/elbowDisplayManager.modules.scss":
@@ -53393,7 +53423,7 @@ __webpack_require__.r(__webpack_exports__);
53393
53423
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
53394
53424
  /* harmony export */ "BlockTools": () => (/* binding */ BlockTools)
53395
53425
  /* harmony export */ });
53396
- /* harmony import */ var core_Materials_Node_Blocks_Fragment_discardBlock__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/Materials/Node/Blocks/matrixTransposeBlock */ "core/Misc/dataStorage");
53426
+ /* harmony import */ var core_Materials_Node_Blocks_Fragment_discardBlock__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/Materials/Node/Blocks/curveBlock */ "core/Misc/dataStorage");
53397
53427
  /* harmony import */ var core_Materials_Node_Blocks_Fragment_discardBlock__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_Materials_Node_Blocks_Fragment_discardBlock__WEBPACK_IMPORTED_MODULE_0__);
53398
53428
 
53399
53429
 
@@ -53489,6 +53519,7 @@ __webpack_require__.r(__webpack_exports__);
53489
53519
 
53490
53520
 
53491
53521
 
53522
+
53492
53523
 
53493
53524
 
53494
53525
  class BlockTools {
@@ -54015,6 +54046,8 @@ class BlockTools {
54015
54046
  return new core_Materials_Node_Blocks_Fragment_discardBlock__WEBPACK_IMPORTED_MODULE_0__.MatrixTransposeBlock("Transpose");
54016
54047
  case "MatrixDeterminantBlock":
54017
54048
  return new core_Materials_Node_Blocks_Fragment_discardBlock__WEBPACK_IMPORTED_MODULE_0__.MatrixDeterminantBlock("Determinant");
54049
+ case "CurveBlock":
54050
+ return new core_Materials_Node_Blocks_Fragment_discardBlock__WEBPACK_IMPORTED_MODULE_0__.CurveBlock("Curve");
54018
54051
  }
54019
54052
  return null;
54020
54053
  }
@@ -54332,6 +54365,7 @@ class NodeListComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Component {
54332
54365
  "ArcTanBlock",
54333
54366
  "ArcTan2Block",
54334
54367
  "CosBlock",
54368
+ "CurveBlock",
54335
54369
  "DegreesToRadiansBlock",
54336
54370
  "ExpBlock",
54337
54371
  "Exp2Block",
@@ -54657,6 +54691,7 @@ NodeListComponent._Tooltips = {
54657
54691
  MatrixDeterminantBlock: "Compute the determinant of a matrix",
54658
54692
  MatrixTransposeBlock: "Compute the transpose of a matrix",
54659
54693
  MeshAttributeExistsBlock: "Falls back to secondary input if specified attribute doesn't exists on the rendered mesh",
54694
+ CurveBlock: "Apply a curve function",
54660
54695
  };
54661
54696
 
54662
54697
 
@@ -57088,6 +57123,45 @@ class ConditionalDisplayManager {
57088
57123
  }
57089
57124
 
57090
57125
 
57126
+ /***/ }),
57127
+
57128
+ /***/ "../../../tools/nodeEditor/dist/graphSystem/display/curveDisplayManager.js":
57129
+ /*!*********************************************************************************!*\
57130
+ !*** ../../../tools/nodeEditor/dist/graphSystem/display/curveDisplayManager.js ***!
57131
+ \*********************************************************************************/
57132
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
57133
+
57134
+ "use strict";
57135
+ __webpack_require__.r(__webpack_exports__);
57136
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
57137
+ /* harmony export */ "CurveDisplayManager": () => (/* binding */ CurveDisplayManager)
57138
+ /* harmony export */ });
57139
+ /* harmony import */ var core_Materials_Node_Blocks_curveBlock__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/Materials/Node/Blocks/curveBlock */ "core/Misc/dataStorage");
57140
+ /* harmony import */ var core_Materials_Node_Blocks_curveBlock__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_Materials_Node_Blocks_curveBlock__WEBPACK_IMPORTED_MODULE_0__);
57141
+ /* harmony import */ var _curveDisplayManager_modules_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./curveDisplayManager.modules.scss */ "../../../tools/nodeEditor/dist/graphSystem/display/curveDisplayManager.modules.scss");
57142
+
57143
+
57144
+ class CurveDisplayManager {
57145
+ getHeaderClass() {
57146
+ return "";
57147
+ }
57148
+ shouldDisplayPortLabels() {
57149
+ return false;
57150
+ }
57151
+ getHeaderText(nodeData) {
57152
+ return nodeData.data.name;
57153
+ }
57154
+ getBackgroundColor() {
57155
+ return "#405C86";
57156
+ }
57157
+ updatePreviewContent(nodeData, contentArea) {
57158
+ const curveBlock = nodeData.data;
57159
+ contentArea.classList.add(_curveDisplayManager_modules_scss__WEBPACK_IMPORTED_MODULE_1__["default"]["curve-block"]);
57160
+ contentArea.innerHTML = core_Materials_Node_Blocks_curveBlock__WEBPACK_IMPORTED_MODULE_0__.CurveBlockTypes[curveBlock.type];
57161
+ }
57162
+ }
57163
+
57164
+
57091
57165
  /***/ }),
57092
57166
 
57093
57167
  /***/ "../../../tools/nodeEditor/dist/graphSystem/display/discardDisplayManager.js":
@@ -57842,6 +57916,58 @@ class ConditionalPropertyTabComponent extends react__WEBPACK_IMPORTED_MODULE_1__
57842
57916
  }
57843
57917
 
57844
57918
 
57919
+ /***/ }),
57920
+
57921
+ /***/ "../../../tools/nodeEditor/dist/graphSystem/properties/curveNodePropertyComponent.js":
57922
+ /*!*******************************************************************************************!*\
57923
+ !*** ../../../tools/nodeEditor/dist/graphSystem/properties/curveNodePropertyComponent.js ***!
57924
+ \*******************************************************************************************/
57925
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
57926
+
57927
+ "use strict";
57928
+ __webpack_require__.r(__webpack_exports__);
57929
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
57930
+ /* harmony export */ "CurvePropertyTabComponent": () => (/* binding */ CurvePropertyTabComponent)
57931
+ /* harmony export */ });
57932
+ /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "../../../../node_modules/react/jsx-runtime.js");
57933
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "../../../../node_modules/react/index.js");
57934
+ /* harmony import */ var _sharedComponents_lineContainerComponent__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../sharedComponents/lineContainerComponent */ "../../../tools/nodeEditor/dist/sharedComponents/lineContainerComponent.js");
57935
+ /* harmony import */ var _genericNodePropertyComponent__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./genericNodePropertyComponent */ "../../../tools/nodeEditor/dist/graphSystem/properties/genericNodePropertyComponent.js");
57936
+ /* harmony import */ var shared_ui_components_lines_optionsLineComponent__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! shared-ui-components/lines/optionsLineComponent */ "../../../dev/sharedUiComponents/dist/lines/optionsLineComponent.js");
57937
+ /* harmony import */ var core_Materials_Node_Blocks_curveBlock__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core/Materials/Node/Blocks/curveBlock */ "core/Misc/dataStorage");
57938
+ /* harmony import */ var core_Materials_Node_Blocks_curveBlock__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_Materials_Node_Blocks_curveBlock__WEBPACK_IMPORTED_MODULE_5__);
57939
+
57940
+
57941
+
57942
+
57943
+
57944
+
57945
+ class CurvePropertyTabComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Component {
57946
+ constructor(props) {
57947
+ super(props);
57948
+ }
57949
+ render() {
57950
+ const curveBlock = this.props.nodeData.data;
57951
+ const typeOptions = [];
57952
+ const keys = Object.keys(core_Materials_Node_Blocks_curveBlock__WEBPACK_IMPORTED_MODULE_5__.CurveBlockTypes);
57953
+ for (const key of keys) {
57954
+ if (!isNaN(parseInt(key))) {
57955
+ continue;
57956
+ }
57957
+ typeOptions.push({
57958
+ label: key,
57959
+ value: core_Materials_Node_Blocks_curveBlock__WEBPACK_IMPORTED_MODULE_5__.CurveBlockTypes[key],
57960
+ });
57961
+ }
57962
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_genericNodePropertyComponent__WEBPACK_IMPORTED_MODULE_3__.GeneralPropertyTabComponent, { stateManager: this.props.stateManager, nodeData: this.props.nodeData }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_sharedComponents_lineContainerComponent__WEBPACK_IMPORTED_MODULE_2__.LineContainerComponent, { title: "PROPERTIES", children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_optionsLineComponent__WEBPACK_IMPORTED_MODULE_4__.OptionsLineComponent, { label: "Type", options: typeOptions, target: curveBlock, propertyName: "type", onSelect: () => {
57963
+ this.props.stateManager.onUpdateRequiredObservable.notifyObservers(curveBlock);
57964
+ this.props.stateManager.onRebuildRequiredObservable.notifyObservers(true);
57965
+ this.forceUpdate();
57966
+ } }) })] }));
57967
+ }
57968
+ }
57969
+
57970
+
57845
57971
  /***/ }),
57846
57972
 
57847
57973
  /***/ "../../../tools/nodeEditor/dist/graphSystem/properties/frameNodePortPropertyComponent.js":
@@ -59445,6 +59571,8 @@ __webpack_require__.r(__webpack_exports__);
59445
59571
  /* harmony import */ var _display_elbowDisplayManager__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./display/elbowDisplayManager */ "../../../tools/nodeEditor/dist/graphSystem/display/elbowDisplayManager.js");
59446
59572
  /* harmony import */ var shared_ui_components_nodeGraphSystem_displayLedger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! shared-ui-components/nodeGraphSystem/displayLedger */ "../../../dev/sharedUiComponents/dist/nodeGraphSystem/displayLedger.js");
59447
59573
  /* harmony import */ var _display_meshAttributeExistsDisplayManager__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./display/meshAttributeExistsDisplayManager */ "../../../tools/nodeEditor/dist/graphSystem/display/meshAttributeExistsDisplayManager.js");
59574
+ /* harmony import */ var _display_curveDisplayManager__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./display/curveDisplayManager */ "../../../tools/nodeEditor/dist/graphSystem/display/curveDisplayManager.js");
59575
+
59448
59576
 
59449
59577
 
59450
59578
 
@@ -59485,6 +59613,7 @@ const RegisterToDisplayManagers = () => {
59485
59613
  shared_ui_components_nodeGraphSystem_displayLedger__WEBPACK_IMPORTED_MODULE_12__.DisplayLedger.RegisteredControls.ImageSourceBlock = _display_imageSourceDisplayManager__WEBPACK_IMPORTED_MODULE_10__.ImageSourceDisplayManager;
59486
59614
  shared_ui_components_nodeGraphSystem_displayLedger__WEBPACK_IMPORTED_MODULE_12__.DisplayLedger.RegisteredControls.ElbowBlock = _display_elbowDisplayManager__WEBPACK_IMPORTED_MODULE_11__.ElbowDisplayManager;
59487
59615
  shared_ui_components_nodeGraphSystem_displayLedger__WEBPACK_IMPORTED_MODULE_12__.DisplayLedger.RegisteredControls.MeshAttributeExistsBlock = _display_meshAttributeExistsDisplayManager__WEBPACK_IMPORTED_MODULE_13__.MeshAttributeExistsDisplayManager;
59616
+ shared_ui_components_nodeGraphSystem_displayLedger__WEBPACK_IMPORTED_MODULE_12__.DisplayLedger.RegisteredControls.CurveBlock = _display_curveDisplayManager__WEBPACK_IMPORTED_MODULE_14__.CurveDisplayManager;
59488
59617
  };
59489
59618
 
59490
59619
 
@@ -59513,6 +59642,8 @@ __webpack_require__.r(__webpack_exports__);
59513
59642
  /* harmony import */ var _properties_transformNodePropertyComponent__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./properties/transformNodePropertyComponent */ "../../../tools/nodeEditor/dist/graphSystem/properties/transformNodePropertyComponent.js");
59514
59643
  /* harmony import */ var _properties_trigonometryNodePropertyComponent__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./properties/trigonometryNodePropertyComponent */ "../../../tools/nodeEditor/dist/graphSystem/properties/trigonometryNodePropertyComponent.js");
59515
59644
  /* harmony import */ var _properties_vectorMergerPropertyComponent__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./properties/vectorMergerPropertyComponent */ "../../../tools/nodeEditor/dist/graphSystem/properties/vectorMergerPropertyComponent.js");
59645
+ /* harmony import */ var _properties_curveNodePropertyComponent__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./properties/curveNodePropertyComponent */ "../../../tools/nodeEditor/dist/graphSystem/properties/curveNodePropertyComponent.js");
59646
+
59516
59647
 
59517
59648
 
59518
59649
 
@@ -59544,6 +59675,7 @@ const RegisterToPropertyTabManagers = () => {
59544
59675
  shared_ui_components_nodeGraphSystem_propertyLedger__WEBPACK_IMPORTED_MODULE_0__.PropertyLedger.RegisteredControls.ImageSourceBlock = _properties_imageSourcePropertyTabComponent__WEBPACK_IMPORTED_MODULE_5__.ImageSourcePropertyTabComponent;
59545
59676
  shared_ui_components_nodeGraphSystem_propertyLedger__WEBPACK_IMPORTED_MODULE_0__.PropertyLedger.RegisteredControls.VectorMergerBlock = _properties_vectorMergerPropertyComponent__WEBPACK_IMPORTED_MODULE_11__.VectorMergerPropertyTabComponent;
59546
59677
  shared_ui_components_nodeGraphSystem_propertyLedger__WEBPACK_IMPORTED_MODULE_0__.PropertyLedger.RegisteredControls.ColorMergerBlock = _properties_colorMergerPropertyComponent__WEBPACK_IMPORTED_MODULE_1__.ColorMergerPropertyTabComponent;
59678
+ shared_ui_components_nodeGraphSystem_propertyLedger__WEBPACK_IMPORTED_MODULE_0__.PropertyLedger.RegisteredControls.CurveBlock = _properties_curveNodePropertyComponent__WEBPACK_IMPORTED_MODULE_12__.CurvePropertyTabComponent;
59547
59679
  };
59548
59680
 
59549
59681
 
@@ -61184,6 +61316,61 @@ var update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js
61184
61316
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_4_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_4_use_2_common_modules_scss__WEBPACK_IMPORTED_MODULE_6__["default"] && _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_4_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_4_use_2_common_modules_scss__WEBPACK_IMPORTED_MODULE_6__["default"].locals ? _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_4_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_4_use_2_common_modules_scss__WEBPACK_IMPORTED_MODULE_6__["default"].locals : undefined);
61185
61317
 
61186
61318
 
61319
+ /***/ }),
61320
+
61321
+ /***/ "../../../tools/nodeEditor/dist/graphSystem/display/curveDisplayManager.modules.scss":
61322
+ /*!*******************************************************************************************!*\
61323
+ !*** ../../../tools/nodeEditor/dist/graphSystem/display/curveDisplayManager.modules.scss ***!
61324
+ \*******************************************************************************************/
61325
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
61326
+
61327
+ "use strict";
61328
+ __webpack_require__.r(__webpack_exports__);
61329
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
61330
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
61331
+ /* harmony export */ });
61332
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ "../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js");
61333
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);
61334
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js */ "../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js");
61335
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);
61336
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js */ "../../../../node_modules/style-loader/dist/runtime/insertBySelector.js");
61337
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);
61338
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js */ "../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js");
61339
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);
61340
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js */ "../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js");
61341
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);
61342
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! !../../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js */ "../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js");
61343
+ /* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__);
61344
+ /* harmony import */ var _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_4_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_4_use_2_curveDisplayManager_modules_scss__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! !!../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./curveDisplayManager.modules.scss */ "../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../tools/nodeEditor/dist/graphSystem/display/curveDisplayManager.modules.scss");
61345
+
61346
+
61347
+
61348
+
61349
+
61350
+
61351
+
61352
+
61353
+
61354
+
61355
+
61356
+ var options = {};
61357
+
61358
+ options.styleTagTransform = (_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default());
61359
+ options.setAttributes = (_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default());
61360
+
61361
+ options.insert = _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, "head");
61362
+
61363
+ options.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());
61364
+ options.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());
61365
+
61366
+ var update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_4_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_4_use_2_curveDisplayManager_modules_scss__WEBPACK_IMPORTED_MODULE_6__["default"], options);
61367
+
61368
+
61369
+
61370
+
61371
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_4_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_4_use_2_curveDisplayManager_modules_scss__WEBPACK_IMPORTED_MODULE_6__["default"] && _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_4_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_4_use_2_curveDisplayManager_modules_scss__WEBPACK_IMPORTED_MODULE_6__["default"].locals ? _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_4_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_4_use_2_curveDisplayManager_modules_scss__WEBPACK_IMPORTED_MODULE_6__["default"].locals : undefined);
61372
+
61373
+
61187
61374
  /***/ }),
61188
61375
 
61189
61376
  /***/ "../../../tools/nodeEditor/dist/graphSystem/display/elbowDisplayManager.modules.scss":