Searched refs:defaultThemeName (Results 1 – 10 of 10) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Minimal.js | 340 graph.defaultThemeName = Editor.isDarkMode() ? 'darkTheme' : 'default-style2'; 378 Graph.prototype.defaultThemeName = graph.defaultThemeName; method in Graph
|
H A D | Editor.js | 5755 Graph.prototype.defaultThemeName = 'default-style2'; method in Graph 6511 if (!keepTheme && this.themes != null && this.defaultThemeName == 'darkTheme') 6516 this.shapeForegroundColor = (this.defaultThemeName == 'darkTheme') ? 6518 this.shapeBackgroundColor = (this.defaultThemeName == 'darkTheme') ? 8076 if (graph.themes != null && graph.defaultThemeName == 'darkTheme') 8251 if (graph.themes != null && graph.defaultThemeName == 'darkTheme')
|
H A D | EditorUi.js | 1603 var darkTheme = graph.themes != null && graph.defaultThemeName == 'darkTheme'; 3729 Graph.prototype.defaultThemeName = 'darkTheme'; method in Graph 6667 var darkTheme = graph.themes != null && graph.defaultThemeName == 'darkTheme';
|
H A D | App.js | 2351 var darkTheme = graph.themes != null && graph.defaultThemeName == 'darkTheme';
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | VsdxExport.js | 885 if (graph.themes != null && graph.defaultThemeName == 'darkTheme')
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 2007 Graph.prototype.defaultThemeName = 'default'; method in Graph 7464 var node = (this.themes != null) ? this.themes[this.defaultThemeName] :
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2365 …h.prototype.absoluteUrlPattern=/^(?:[a-z]+:)?\/\//i;Graph.prototype.defaultThemeName="default";Gra… 2527 ….loadStylesheet=function(){var b=null!=this.themes?this.themes[this.defaultThemeName]:mxStyleRegis… 3274 …&&Graph.addFont(c,decodeURIComponent(d))}}return b};Graph.prototype.defaultThemeName="default-styl… method in Graph 3293 …defaultThemeName||(x=this.stylesheet,t=this.shapeForegroundColor,y=this.shapeBackgroundColor,this.… 3336 …owAnimation;e.enableFlowAnimation=!1;null!=e.themes&&"darkTheme"==e.defaultThemeName&&(v=e.stylesh… 3338 …,E.value="100 %");var f=.75*f,g=null;null!=e.themes&&"darkTheme"==e.defaultThemeName&&(g=e.stylesh… 3394 …(\.svg)$/i.test(p.getTitle())){var f=null!=d.themes&&"darkTheme"==d.defaultThemeName;x=!1;if(f||nu… 3450 …darkColor,Format.inactiveTabBackgroundColor="black",Graph.prototype.defaultThemeName="darkTheme",G… 3542 …e,g,k){try{var d=this.editor.graph,f=null!=d.themes&&"darkTheme"==d.defaultThemeName,l=null;if(nul…
|
H A D | app.min.js | 2614 …h.prototype.absoluteUrlPattern=/^(?:[a-z]+:)?\/\//i;Graph.prototype.defaultThemeName="default";Gra… 2776 ….loadStylesheet=function(){var a=null!=this.themes?this.themes[this.defaultThemeName]:mxStyleRegis… 10606 …&&Graph.addFont(f,decodeURIComponent(c))}}return b};Graph.prototype.defaultThemeName="default-styl… method in Graph 10625 …defaultThemeName||(u=this.stylesheet,v=this.shapeForegroundColor,B=this.shapeBackgroundColor,this.… 10668 …owAnimation;e.enableFlowAnimation=!1;null!=e.themes&&"darkTheme"==e.defaultThemeName&&(n=e.stylesh… 10670 …,K.value="100 %");var d=.75*d,l=null;null!=e.themes&&"darkTheme"==e.defaultThemeName&&(l=e.stylesh… 10726 …(\.svg)$/i.test(x.getTitle())){var l=null!=f.themes&&"darkTheme"==f.defaultThemeName;A=!1;if(l||nu… 10782 …darkColor,Format.inactiveTabBackgroundColor="black",Graph.prototype.defaultThemeName="darkTheme",G… 11615 …s.editor.graph,f=n.backgroundImage,l=null!=n.themes&&"darkTheme"==n.defaultThemeName;if(null!=this… 12064 "#ffffff";c.shapeForegroundColor=Editor.isDarkMode()?Editor.lightColor:"#000000";c.defaultThemeName… [all …]
|
H A D | viewer-static.min.js | 2365 …h.prototype.absoluteUrlPattern=/^(?:[a-z]+:)?\/\//i;Graph.prototype.defaultThemeName="default";Gra… 2527 ….loadStylesheet=function(){var b=null!=this.themes?this.themes[this.defaultThemeName]:mxStyleRegis… 3274 …&&Graph.addFont(c,decodeURIComponent(d))}}return b};Graph.prototype.defaultThemeName="default-styl… method in Graph 3293 …defaultThemeName||(x=this.stylesheet,t=this.shapeForegroundColor,y=this.shapeBackgroundColor,this.… 3336 …owAnimation;e.enableFlowAnimation=!1;null!=e.themes&&"darkTheme"==e.defaultThemeName&&(v=e.stylesh… 3338 …,E.value="100 %");var f=.75*f,g=null;null!=e.themes&&"darkTheme"==e.defaultThemeName&&(g=e.stylesh… 3394 …(\.svg)$/i.test(p.getTitle())){var f=null!=d.themes&&"darkTheme"==d.defaultThemeName;x=!1;if(f||nu… 3450 …darkColor,Format.inactiveTabBackgroundColor="black",Graph.prototype.defaultThemeName="darkTheme",G… 3542 …e,g,k){try{var d=this.editor.graph,f=null!=d.themes&&"darkTheme"==d.defaultThemeName,l=null;if(nul…
|
H A D | extensions.min.js | 1053 …etName();var n=f.editor.graph,w=null;null!=n.themes&&"darkTheme"==n.defaultThemeName&&(w=n.stylesh…
|