Browse Source
Merge branch 'rc' into feature/add_show_total_legend_setting_to_latest-chart-widgets
pull/13350/head
Paolo Cristiani
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with
12 additions and
6 deletions
-
application/src/main/data/json/system/scada_symbols/horizontal-connector-hp.svg
-
application/src/main/data/json/system/scada_symbols/long-horizontal-connector-hp.svg
-
application/src/main/data/json/system/scada_symbols/long-vertical-connector-hp.svg
-
application/src/main/data/json/system/scada_symbols/vertical-connector-hp.svg
-
ui-ngx/src/app/modules/home/pages/mobile/common/editor-panel.component.ts
-
ui-ngx/src/styles.scss
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
"tags": [ |
|
|
|
{ |
|
|
|
"tag": "arrow", |
|
|
|
"stateRenderFunction": "var arrow = ctx.values.arrow;\nif (arrow) {\n element.show();\n var arrowDirection = ctx.values.arrowDirection;\n var direticon = element.remember('direticon');\n var angle = arrowDirection ? 0 : 180;\n if (!direticon) {\n element.transform({rotate: angle});\n } else {\n ctx.api.transform({rotate: angle, originY: 100});\n element.remember('direticon', false);\n }\n} else {\n element.hide();\n}", |
|
|
|
"stateRenderFunction": "var arrow = ctx.values.arrow;\nif (arrow) {\n element.show();\n element.stroke(ctx.properties.lineColor).fill(ctx.properties.lineColor);\n var arrowDirection = ctx.values.arrowDirection;\n var direticon = element.remember('direticon');\n var angle = arrowDirection ? 0 : 180;\n if (!direticon) {\n element.transform({rotate: angle});\n } else {\n ctx.api.transform({rotate: angle, originY: 100});\n element.remember('direticon', false);\n }\n} else {\n element.hide();\n}", |
|
|
|
"actions": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
Width:
|
Height:
|
Size: 8.9 KiB
Width:
|
Height:
|
Size: 9.0 KiB
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
"tags": [ |
|
|
|
{ |
|
|
|
"tag": "arrow", |
|
|
|
"stateRenderFunction": "var arrow = ctx.values.arrow;\nif (arrow) {\n element.show();\n var arrowDirection = ctx.values.arrowDirection;\n var direticon = element.remember('direticon');\n var angle = arrowDirection ? 0 : 180;\n if (!direticon) {\n element.transform({rotate: angle});\n } else {\n ctx.api.transform({rotate: angle, originY: 100});\n element.remember('direticon', false);\n }\n} else {\n element.hide();\n}", |
|
|
|
"stateRenderFunction": "var arrow = ctx.values.arrow;\nif (arrow) {\n element.show();\n element.stroke(ctx.properties.lineColor).fill(ctx.properties.lineColor);\n var arrowDirection = ctx.values.arrowDirection;\n var direticon = element.remember('direticon');\n var angle = arrowDirection ? 0 : 180;\n if (!direticon) {\n element.transform({rotate: angle});\n } else {\n ctx.api.transform({rotate: angle, originY: 100});\n element.remember('direticon', false);\n }\n} else {\n element.hide();\n}", |
|
|
|
"actions": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
Width:
|
Height:
|
Size: 8.9 KiB
Width:
|
Height:
|
Size: 9.0 KiB
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
"tags": [ |
|
|
|
{ |
|
|
|
"tag": "arrow", |
|
|
|
"stateRenderFunction": "var arrow = ctx.values.arrow;\nif (arrow) {\n element.show();\n var arrowDirection = ctx.values.arrowDirection;\n var direticon = element.remember('direticon');\n var angle = arrowDirection ? 0 : 180;\n if (!direticon) {\n element.transform({rotate: angle});\n } else {\n ctx.api.transform({rotate: angle, originY: 100});\n element.remember('direticon', false);\n }\n} else {\n element.hide();\n}", |
|
|
|
"stateRenderFunction": "var arrow = ctx.values.arrow;\nif (arrow) {\n element.show();\n element.stroke(ctx.properties.lineColor).fill(ctx.properties.lineColor);\n var arrowDirection = ctx.values.arrowDirection;\n var direticon = element.remember('direticon');\n var angle = arrowDirection ? 0 : 180;\n if (!direticon) {\n element.transform({rotate: angle});\n } else {\n ctx.api.transform({rotate: angle, originY: 100});\n element.remember('direticon', false);\n }\n} else {\n element.hide();\n}", |
|
|
|
"actions": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
Width:
|
Height:
|
Size: 8.9 KiB
Width:
|
Height:
|
Size: 9.0 KiB
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
"tags": [ |
|
|
|
{ |
|
|
|
"tag": "arrow", |
|
|
|
"stateRenderFunction": "var arrow = ctx.values.arrow;\nif (arrow) {\n element.show();\n var arrowDirection = ctx.values.arrowDirection;\n var direticon = element.remember('direticon');\n var angle = arrowDirection ? 0 : 180;\n if (!direticon) {\n element.transform({rotate: angle});\n } else {\n ctx.api.transform({rotate: angle, originY: 100});\n element.remember('direticon', false);\n }\n} else {\n element.hide();\n}", |
|
|
|
"stateRenderFunction": "var arrow = ctx.values.arrow;\nif (arrow) {\n element.show();\n element.stroke(ctx.properties.lineColor).fill(ctx.properties.lineColor);\n var arrowDirection = ctx.values.arrowDirection;\n var direticon = element.remember('direticon');\n var angle = arrowDirection ? 0 : 180;\n if (!direticon) {\n element.transform({rotate: angle});\n } else {\n ctx.api.transform({rotate: angle, originY: 100});\n element.remember('direticon', false);\n }\n} else {\n element.hide();\n}", |
|
|
|
"actions": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
Width:
|
Height:
|
Size: 8.9 KiB
Width:
|
Height:
|
Size: 9.0 KiB
|
|
|
|
@ -47,10 +47,10 @@ export class EditorPanelComponent implements OnInit { |
|
|
|
tinyMceOptions: Partial<EditorOptions> = { |
|
|
|
base_url: '/assets/tinymce', |
|
|
|
suffix: '.min', |
|
|
|
plugins: ['link', 'table', 'image', 'imagetools', 'lists'], |
|
|
|
plugins: ['link', 'table', 'image', 'imagetools', 'lists', 'fullscreen'], |
|
|
|
menubar: 'edit insert view format', |
|
|
|
toolbar: ['fontfamily fontsize | bold italic underline strikethrough forecolor backcolor', |
|
|
|
'alignleft aligncenter alignright alignjustify | bullist | link table image'], |
|
|
|
'alignleft aligncenter alignright alignjustify | bullist | link table image | fullscreen'], |
|
|
|
toolbar_mode: 'sliding', |
|
|
|
height: 400, |
|
|
|
autofocus: false, |
|
|
|
|
|
|
|
@ -1292,6 +1292,12 @@ pre.tb-highlight { |
|
|
|
background: rgba(0, 0, 0, 0.06); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&.tox-fullscreen { |
|
|
|
mat-sidenav.tb-site-sidenav { |
|
|
|
z-index: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/*************** |
|
|
|
|