@linkdlab/funcnodes_react_flow 0.1.3 → 0.1.4
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.
- package/{module/dist → dist}/css/style.css +26 -32
- package/{module/dist → dist}/frontend/datarenderer/images.d.ts +0 -1
- package/{module/dist → dist}/frontend/datarenderer/index.d.ts +0 -1
- package/{module/dist → dist}/frontend/datarenderer/plotly.d.ts +0 -1
- package/{module/dist → dist}/frontend/dialog.d.ts +0 -1
- package/{module/dist → dist}/frontend/edge.d.ts +0 -1
- package/{module/dist → dist}/frontend/funcnodesreactflow/index.d.ts +0 -1
- package/{module/dist → dist}/frontend/funcnodesreactflow/react_flow_layer.d.ts +0 -1
- package/{module/dist → dist}/frontend/header/index.d.ts +0 -1
- package/{module/dist → dist}/frontend/index.d.ts +0 -1
- package/{module/dist → dist}/frontend/lib.d.ts +0 -1
- package/{module/dist → dist}/frontend/node/index.d.ts +0 -1
- package/{module/dist → dist}/frontend/node/io/default_input_renderer.d.ts +0 -1
- package/{module/dist → dist}/frontend/node/io/default_output_render.d.ts +0 -1
- package/{module/dist → dist}/frontend/node/io/handle_renderer.d.ts +0 -1
- package/{module/dist → dist}/frontend/node/io/index.d.ts +0 -1
- package/{module/dist → dist}/frontend/node/io/io.d.ts +0 -1
- package/{module/dist → dist}/frontend/node/io/nodeinput.d.ts +0 -1
- package/{module/dist → dist}/frontend/node/io/nodeoutput.d.ts +0 -1
- package/{module/dist → dist}/frontend/node/node.d.ts +0 -1
- package/{module/dist → dist}/frontend/utils/colorpicker.d.ts +0 -1
- package/{module/dist → dist}/frontend/utils/jsondata.d.ts +0 -1
- package/{module/dist → dist}/frontend/utils/table.d.ts +0 -1
- package/{module/dist → dist}/funcnodes/funcnodesworker.d.ts +0 -1
- package/{module/dist → dist}/funcnodes/index.d.ts +0 -1
- package/{module/dist → dist}/funcnodes/websocketworker.d.ts +0 -1
- package/{module/dist → dist}/funcnodes/workermanager.d.ts +0 -1
- package/{module/dist → dist}/index.d.ts +0 -1
- package/dist/index.js +790 -0
- package/{module/dist → dist}/states/edge.d.ts +0 -1
- package/{module/dist → dist}/states/edge.t.d.ts +0 -1
- package/{module/dist → dist}/states/fnrfzst.d.ts +0 -1
- package/{module/dist → dist}/states/fnrfzst.t.d.ts +0 -1
- package/{module/dist → dist}/states/index.d.ts +0 -1
- package/{module/dist → dist}/states/lib.d.ts +0 -1
- package/{module/dist → dist}/states/lib.t.d.ts +0 -1
- package/{module/dist → dist}/states/node.d.ts +0 -1
- package/{module/dist → dist}/states/node.t.d.ts +0 -1
- package/{module/dist → dist}/states/nodeio.t.d.ts +0 -1
- package/{module/dist → dist}/states/nodespace.d.ts +0 -1
- package/{module/dist → dist}/states/nodespace.t.d.ts +0 -1
- package/{module/dist → dist}/states/reactflow.d.ts +0 -1
- package/{module/dist → dist}/states/reactflow.t.d.ts +0 -1
- package/{module/dist → dist}/types/rendering.t.d.ts +0 -1
- package/{module/dist → dist}/utils/index.d.ts +0 -1
- package/{module/dist → dist}/utils/objects.d.ts +0 -1
- package/package.json +9 -7
- package/module/dist/frontend/datarenderer/images.d.ts.map +0 -1
- package/module/dist/frontend/datarenderer/index.d.ts.map +0 -1
- package/module/dist/frontend/datarenderer/plotly.d.ts.map +0 -1
- package/module/dist/frontend/dialog.d.ts.map +0 -1
- package/module/dist/frontend/edge.d.ts.map +0 -1
- package/module/dist/frontend/funcnodesreactflow/index.d.ts.map +0 -1
- package/module/dist/frontend/funcnodesreactflow/react_flow_layer.d.ts.map +0 -1
- package/module/dist/frontend/header/index.d.ts.map +0 -1
- package/module/dist/frontend/index.d.ts.map +0 -1
- package/module/dist/frontend/lib.d.ts.map +0 -1
- package/module/dist/frontend/node/index.d.ts.map +0 -1
- package/module/dist/frontend/node/io/default_input_renderer.d.ts.map +0 -1
- package/module/dist/frontend/node/io/default_output_render.d.ts.map +0 -1
- package/module/dist/frontend/node/io/handle_renderer.d.ts.map +0 -1
- package/module/dist/frontend/node/io/index.d.ts.map +0 -1
- package/module/dist/frontend/node/io/io.d.ts.map +0 -1
- package/module/dist/frontend/node/io/nodeinput.d.ts.map +0 -1
- package/module/dist/frontend/node/io/nodeoutput.d.ts.map +0 -1
- package/module/dist/frontend/node/node.d.ts.map +0 -1
- package/module/dist/frontend/utils/colorpicker.d.ts.map +0 -1
- package/module/dist/frontend/utils/jsondata.d.ts.map +0 -1
- package/module/dist/frontend/utils/table.d.ts.map +0 -1
- package/module/dist/funcnodes/funcnodesworker.d.ts.map +0 -1
- package/module/dist/funcnodes/index.d.ts.map +0 -1
- package/module/dist/funcnodes/websocketworker.d.ts.map +0 -1
- package/module/dist/funcnodes/workermanager.d.ts.map +0 -1
- package/module/dist/index.d.ts.map +0 -1
- package/module/dist/index.js +0 -4673
- package/module/dist/states/edge.d.ts.map +0 -1
- package/module/dist/states/edge.t.d.ts.map +0 -1
- package/module/dist/states/fnrfzst.d.ts.map +0 -1
- package/module/dist/states/fnrfzst.t.d.ts.map +0 -1
- package/module/dist/states/index.d.ts.map +0 -1
- package/module/dist/states/lib.d.ts.map +0 -1
- package/module/dist/states/lib.t.d.ts.map +0 -1
- package/module/dist/states/node.d.ts.map +0 -1
- package/module/dist/states/node.t.d.ts.map +0 -1
- package/module/dist/states/nodeio.t.d.ts.map +0 -1
- package/module/dist/states/nodespace.d.ts.map +0 -1
- package/module/dist/states/nodespace.t.d.ts.map +0 -1
- package/module/dist/states/reactflow.d.ts.map +0 -1
- package/module/dist/states/reactflow.t.d.ts.map +0 -1
- package/module/dist/types/rendering.t.d.ts.map +0 -1
- package/module/dist/utils/index.d.ts.map +0 -1
- package/module/dist/utils/objects.d.ts.map +0 -1
|
@@ -1,43 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
!*** css
|
|
3
|
-
|
|
1
|
+
/*!****************************************************************************************************************************************************************************************************************************!*\
|
|
2
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/frontend/header/header.scss ***!
|
|
3
|
+
\****************************************************************************************************************************************************************************************************************************/
|
|
4
4
|
.funcnodesreactflowheader{display:flex;flex-direction:row;height:50px;justify-content:flex-start;left:0;position:relative;top:0}.funcnodesreactflowheader .headerelement{align-items:center;display:flex;height:100%;margin:4px;position:relative;white-space:nowrap}.funcnodesreactflowheader .statusbar{background-color:var(--funcnodesbackground2);border-radius:.5rem;display:inline-block;height:1.5rem;margin:2px 4px 0;overflow:hidden;position:relative;width:250px}.funcnodesreactflowheader .statusbar-progressbar{background-color:var(--funheadercolor);display:inline-block;height:100%;left:0;position:absolute;top:0;width:0}.funcnodesreactflowheader .statusbar-message{color:var(--funheadercolor);font-size:.8rem;left:0;mix-blend-mode:difference;position:relative;top:0}
|
|
5
|
-
/*!************************************************************************************************************************************************************************************************************************!*\
|
|
6
|
-
!*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/sass-loader/dist/cjs.js!./src/frontend/dialog.scss ***!
|
|
7
|
-
\************************************************************************************************************************************************************************************************************************/
|
|
8
|
-
.dialogoverlay{animation:overlayShow .15s cubic-bezier(.16,1,.3,1);background-color:#00000080;inset:0;position:fixed}.dialogconent{animation:contentShow .15s cubic-bezier(.16,1,.3,1);background-color:var(--funcnodesbackground1);border:1px solid var(--funheadercolor);border-radius:6px;box-shadow:var(--funheadercolor) 0 10px 38px -10px,var(--funheadercolor) 0 10px 20px -15px;color:var(--funcnodestextcolor1);display:flex;flex-direction:column;left:50%;max-height:85vh;max-width:85vh;padding:25px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90vw}.dialogtitle{color:var(--funheadercolor);font-size:17px;font-weight:500;margin:0}.dialogdescription{font-size:15px;line-height:1.5;margin:10px 0 20px}.dialogclosebutton{align-items:center;background-color:inherit;border:none;border-radius:100%;color:var(--funheadercolor);display:inline-flex;height:25px;justify-content:center;position:absolute;right:10px;top:10px;width:25px}.dialogclosebutton:hover{background-color:var(--funheadercolor);color:var(--funcnodesbackground1)}.dialogclosebutton:active{background-color:var(--funheadercolor);color:var(--funcnodestextcolor1)}.dialogsendbutton{background-color:var(--funcnodesbackground1);border:1px solid var(--funheadercolor);border-radius:99rem;color:var(--funheadercolor);cursor:pointer;font-size:15px;margin-top:20px;padding:10px 20px}.dialogsendbutton:hover{background-color:var(--funheadercolor);color:var(--funcnodesbackground1)}.dialogsendbutton:active{background-color:var(--funheadercolor);color:var(--funcnodestextcolor1)}.dialogchildren{margin-top:20px;overflow:auto}
|
|
9
5
|
/*!*********************************************************************************************************************************************************************************************************************!*\
|
|
10
|
-
!*** css
|
|
6
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/frontend/dialog.scss ***!
|
|
11
7
|
\*********************************************************************************************************************************************************************************************************************/
|
|
8
|
+
.dialogoverlay{animation:overlayShow .15s cubic-bezier(.16,1,.3,1);background-color:#00000080;inset:0;position:fixed}.dialogconent{animation:contentShow .15s cubic-bezier(.16,1,.3,1);background-color:var(--funcnodesbackground1);border:1px solid var(--funheadercolor);border-radius:6px;box-shadow:var(--funheadercolor) 0 10px 38px -10px,var(--funheadercolor) 0 10px 20px -15px;color:var(--funcnodestextcolor1);display:flex;flex-direction:column;left:50%;max-height:85vh;max-width:85vh;padding:25px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90vw}.dialogtitle{color:var(--funheadercolor);font-size:17px;font-weight:500;margin:0}.dialogdescription{font-size:15px;line-height:1.5;margin:10px 0 20px}.dialogclosebutton{align-items:center;background-color:inherit;border:none;border-radius:100%;color:var(--funheadercolor);display:inline-flex;height:25px;justify-content:center;position:absolute;right:10px;top:10px;width:25px}.dialogclosebutton:hover{background-color:var(--funheadercolor);color:var(--funcnodesbackground1)}.dialogclosebutton:active{background-color:var(--funheadercolor);color:var(--funcnodestextcolor1)}.dialogsendbutton{background-color:var(--funcnodesbackground1);border:1px solid var(--funheadercolor);border-radius:99rem;color:var(--funheadercolor);cursor:pointer;font-size:15px;margin-top:20px;padding:10px 20px}.dialogsendbutton:hover{background-color:var(--funheadercolor);color:var(--funcnodesbackground1)}.dialogsendbutton:active{background-color:var(--funheadercolor);color:var(--funcnodestextcolor1)}.dialogchildren{margin-top:20px;overflow:auto}
|
|
9
|
+
/*!******************************************************************************************************************************************************************************************************************!*\
|
|
10
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/frontend/lib.scss ***!
|
|
11
|
+
\******************************************************************************************************************************************************************************************************************/
|
|
12
12
|
:root{--expandtime:0.3s;--libnodebgcolor:#48465f;--libnodebgcolor_hover:#6a6698}.libcontainer{border-radius:.5rem;box-sizing:border-box;height:100%;left:0;top:0}.libcontainer,.library{display:flex;flex-direction:column;padding:.5rem}.library{background-color:var(--funcnodesbackground2);border-radius:var(--containerboarderradius);flex-grow:1;overflow:hidden;width:15rem}.library .libtitle{color:var(--funheadercolor);font-size:1rem;font-weight:700}.library hr{width:100%}.library hr.hr_prominent{border:.5px solid var(--funheadercolor)}.addlib{background-color:var(--funcnodesbackground2);border-radius:var(--containerboarderradius);padding:.5rem}.addlib button{background-color:var(--funcnodesbackground1);border:0;border-radius:.5rem;color:var(--funheadercolor);cursor:pointer;font-size:1rem;padding:.5rem;width:100%}.addlib button:hover{background-color:var(--funheadercolor);color:var(--funcnodesbackground1)}.addlib button:active,.addlib button[disabled]{background-color:var(--funcnodesbackground1);color:var(--funcnodestextcolor1)}.addlib button[disabled]{cursor:not-allowed}.libfilter{background-color:#0000001a;display:flex;flex-direction:row;padding:.2rem;width:100%}.libfilter:focus-within{border:1px solid var(--funheadercolor)}.libfilter input{background-color:initial;border:0;color:var(--funcnodestextcolor1);flex-grow:1}.libfilter input:focus{outline:none}.libnodecontainer{display:grid;transition:grid-template-rows var(--expandtime) ease-out}.libnodecontainer.close{grid-template-rows:0fr}.libnodecontainer.open{grid-template-rows:1fr}.libnodecontainer_inner{overflow:hidden;padding-left:10px;transition:opacity var(--expandtime) ease-out}.libnodecontainer.close .libnodecontainer_inner{opacity:.2}.libnodecontainer.open .libnodecontainer_inner{opacity:1}.shelfcontainer{display:flex;flex-direction:column;padding-bottom:.2rem;padding-top:.2rem}.shelfcontainer .shelftitle{color:var(--funheadercolor);display:flex;font-size:.8rem;opacity:.8}.shelfcontainer .shelftitle_text{flex-grow:1}.libnodeentry{background-color:var(--libnodebgcolor);border:1px solid var(--libnodebgcolor);border-radius:10px;box-shadow:-.2rem 0 #004cff;box-sizing:border-box;cursor:pointer;font-size:.8rem;margin-bottom:.2rem;padding:.1rem;transition:border .2s ease-in-out}.libnodeentry:hover{background-color:var(--libnodebgcolor_hover);border:1px solid #004cff}.expandicon{transform:rotate(0deg);transition:transform var(--expandtime) ease-out}.expandicon.close{transform:rotate(180deg)}
|
|
13
|
-
|
|
14
|
-
!*** css
|
|
15
|
-
|
|
13
|
+
/*!************************************************************************************************************************************************************************************************************************!*\
|
|
14
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/frontend/node/node.scss ***!
|
|
15
|
+
\************************************************************************************************************************************************************************************************************************/
|
|
16
16
|
:root{--node_border_radius:5px;--handle_outer_radius:4px;--handle_inner_radius:2px;--handle_width:10;--handle_width_hover:15;--handle_overlap:3;--nodeinput_margin:2;--nodeio_shift:calc(var(--handle_overlap) - var(--nodeinput_margin));--handle_source_color:#02cff7;--handle_target_color:#089bfd;--node_background:#3e34a2;--node_header_color:#201b55}.innernode{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.innernode.intrigger .nodeheader{background-color:#abb408}.innernode.error .nodeheader{background-color:red}.nodeheader{background-color:var(--node_header_color);border-radius:var(--node_border_radius) var(--node_border_radius) 0 0;box-sizing:border-box;justify-content:space-between;padding:.1rem;width:100%}.nodeheader,.nodeheader_element{align-items:center;display:flex}.nodeheader_title{flex-grow:1;justify-content:center;margin:0 10px}.nodeheader_title,.nodeheader_title_text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nodeheader_title_text{max-width:100%}.nodeheader .triggerbutton{cursor:pointer}.nodeheader .triggerbutton:hover{color:#0cc3f5}.nodeheader .triggerbutton:active{color:#075d74}.nodename_input{background:none;border:1px solid #000;border-radius:2px;box-sizing:border-box;color:#fff;font-size:inherit;margin:2px;text-align:center}.nodefooter{background-color:#4e0ba5;border-radius:0 0 var(--node_border_radius) var(--node_border_radius);padding:.1rem;width:100%}.nodefooter:empty{display:none}.nodefooter .nodeerror{background-color:rgba(255,0,0,.459);border:1px solid red;border-radius:2px;padding:.25rem}.nodebody{flex-grow:1}.noderesizecontrol{background:#0000!important;border:none!important;font-size:.5rem}.noderesizeicon{bottom:4px;font-size:.5rem;position:absolute;right:4px}.nodeinput,.nodeoutput{background-color:inherit;border:1px solid hsla(0,0%,100%,.533);border-radius:3px;box-sizing:border-box;display:flex;flex-direction:row;margin-bottom:.1rem;margin-left:calc(var(--nodeinput_margin)*1px);margin-right:calc(var(--nodeinput_margin)*1px);margin-top:.1rem;padding:.1rem;position:relative;width:auto}.iovaluefield{align-items:start;display:flex;flex-grow:1;flex-shrink:1;justify-content:start;line-break:anywhere;margin:.2rem;overflow:hidden}.iovaluefield>input{width:100%}.ioname{color:inherit;flex-grow:1;flex-shrink:1;margin:.2rem;min-width:2rem;overflow:hidden}.nodeinput .ioname{text-align:left}.nodeoutput .ioname{text-align:right}input.nodedatainput:focus{outline:none}input.nodedatainput.styledinput,select.nodedatainput.styleddropdown{background-color:var(--node_header_color);font-size:.5rem;height:1.5rem}
|
|
17
|
-
|
|
18
|
-
!*** css
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
!*** css
|
|
22
|
-
|
|
17
|
+
/*!*************************************************************************************************************************************************************************************************************************!*\
|
|
18
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/frontend/node/io/io.scss ***!
|
|
19
|
+
\*************************************************************************************************************************************************************************************************************************/@keyframes slideRightAndFade{0%{opacity:0;transform:translateX(-2px)}to{opacity:1;transform:translateX(0)}}@keyframes slideDownAndFade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeftAndFade{0%{opacity:0;transform:translateX(2px)}to{opacity:1;transform:translateX(0)}}.iotooltipcontent{background-color:#f9f9f9;border:1px solid #fff;border-radius:5px;box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633;color:#333;cursor:default;display:flex;flex-direction:column;font-size:10px;max-height:30vh;max-width:30vw;overflow:auto;padding:10px}.iotooltip_container{display:flex;flex-direction:column;max-height:inherit;max-width:inherit}.iotooltipcontentarrow{fill:#fff}
|
|
20
|
+
/*!**************************************************************************************************************************************************************************************************************************!*\
|
|
21
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/frontend/utils/table.scss ***!
|
|
22
|
+
\**************************************************************************************************************************************************************************************************************************/
|
|
23
23
|
.tablecontainer{background-color:#fff;overflow:auto}.tableHead{background-color:var(--funcnodesbackground1);color:var(--funheadercolor)!important;font-weight:700!important}.tableheadercolor{color:inherit!important}.indexcol,.tableheadercolor{font-family:inherit!important;font-weight:inherit!important}.indexcol{background-color:var(--funcnodesbackground2);color:var(--funheadercolor)!important}
|
|
24
|
-
|
|
25
|
-
!*** css
|
|
26
|
-
|
|
27
|
-
/*!***********************************************************************************************************************************************************************************************************************************!*\
|
|
28
|
-
!*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/sass-loader/dist/cjs.js!./src/frontend/utils/colorpicker.scss ***!
|
|
29
|
-
\***********************************************************************************************************************************************************************************************************************************/
|
|
24
|
+
/*!********************************************************************************************************************************************************************************************************************************!*\
|
|
25
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/frontend/utils/colorpicker.scss ***!
|
|
26
|
+
\********************************************************************************************************************************************************************************************************************************/
|
|
30
27
|
.colorspace{display:grid;grid-template-columns:auto minmax(0,1fr);margin:.2rem}.colorspace_title{font-size:.7em;font-weight:700}.colorspace label{font-size:.7rem}.colorspace input{font-size:.7rem;max-height:.7rem}.colorspace input[type=range]{-webkit-appearance:none;background-color:#666;border-radius:5px;height:.7rem;margin:0;padding:0;width:100%}.colorspace input[type=range]::-moz-range-thumb,.colorspace input[type=range]::-webkit-range-thumb,.colorspace input[type=range]::-webkit-slider-thumb{background-color:#cc1c1c;border-radius:50%;cursor:pointer;height:.7rem;width:.7rem}
|
|
31
|
-
|
|
32
|
-
!*** css
|
|
33
|
-
|
|
28
|
+
/*!*******************************************************************************************************************************************************************************************************************!*\
|
|
29
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/frontend/edge.scss ***!
|
|
30
|
+
\*******************************************************************************************************************************************************************************************************************/
|
|
34
31
|
:root{--funcnodesedgecolor:#7bb3ec}
|
|
35
|
-
|
|
36
|
-
!*** css
|
|
37
|
-
|
|
38
|
-
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
|
|
39
|
-
!*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/sass-loader/dist/cjs.js!./src/frontend/funcnodesreactflow/funcnodesreactflow.scss ***!
|
|
40
|
-
\*******************************************************************************************************************************************************************************************************************************************************/
|
|
32
|
+
/*!****************************************************************************************************************************************************************************************************************************************************!*\
|
|
33
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/frontend/funcnodesreactflow/funcnodesreactflow.scss ***!
|
|
34
|
+
\****************************************************************************************************************************************************************************************************************************************************/
|
|
41
35
|
.styledbtn,.styledcheckbox,.styleddropdown,.styledinput{background-color:var(--funcnodesbackground1);border:1px solid var(--funheadercolor);border-radius:.75rem;color:var(--funcnodestextcolor1);height:2rem;padding-left:.5rem;padding-right:.5rem}.styledbtn:hover,.styledcheckbox:hover,.styleddropdown:hover,.styledinput:hover{background-color:var(--funcnodesbackground_light)}.styledbtn:active,.styledcheckbox:active,.styleddropdown:active,.styledinput:active{background-color:var(--funheadercolor);color:var(--funcnodesbackground1)}.styledbtn:focus,.styledcheckbox:focus,.styleddropdown:focus,.styledinput:focus{outline:1px solid var(--funheadercolor)}.styleddropdown{padding-right:.25rem}.styledbtn{cursor:pointer}.styledinput :focus{outline:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{background-color:tr;opacity:.5}.styledcheckbox{accent-color:var(--funheadercolor);height:auto}.styledcheckbox:focus{outline:none}.styledcheckbox:after{background-color:var(--funheadercolor);content:""}.styledcheckbox.checked{background-color:var(--funheadercolor);color:var(--funcnodesbackground1)}:root{--funheadercolor:#00d9ff;--funcnodesbackground1:#19192a;--funcnodesbackground2:#2e2c44;--funcnodesbackground_light:#4c4c76;--containerboarderradius:1rem;--funcnodestextcolor1:#fff}.funcnodesreactflowcontainer{background-color:var(--funcnodesbackground1);color:var(--funcnodestextcolor1);display:flex;flex-direction:column;height:100%;position:relative;width:100%}.funcnodesreactflowcontainer *{box-sizing:border-box}.funcnodesreactflowbody{display:flex;flex-direction:row}.funcnodesreactflowbody,.reactflowlayer{flex-grow:1;overflow:hidden;position:relative}.reactflowlayer{background-color:var(--funcnodesbackground2);border-radius:var(--containerboarderradius);margin:.5rem}.vscrollcontainer{box-sizing:border-box;flex-grow:1;overflow-x:hidden;overflow-y:auto;padding:.5rem}.workerselect{max-width:140px}.workerselectoption.selected{color:var(--funcnodestextcolor1)}.workerselectoption.active{color:green}.workerselectoption.inactive{color:red}
|
|
42
36
|
|
|
43
37
|
/*# sourceMappingURL=style.css.map */
|
|
@@ -15,4 +15,3 @@ interface CustomDialogProps {
|
|
|
15
15
|
declare const CustomDialog: ({ trigger, title, description, children, closebutton, onOpenChange, buttons, }: CustomDialogProps) => React.JSX.Element;
|
|
16
16
|
export default CustomDialog;
|
|
17
17
|
export type { CustomDialogProps };
|
|
18
|
-
//# sourceMappingURL=dialog.d.ts.map
|
|
@@ -9,4 +9,3 @@ declare const SelectionInput: ({ io, inputconverter, parser }: InputRendererProp
|
|
|
9
9
|
}) => React.JSX.Element;
|
|
10
10
|
declare const ColorInput: ({ io }: InputRendererProps) => React.JSX.Element;
|
|
11
11
|
export { FloatInput, IntegerInput, BooleanInput, StringInput, SelectionInput, ColorInput };
|
|
12
|
-
//# sourceMappingURL=default_input_renderer.d.ts.map
|