Skip to content

Commit c44961c

Browse files
committed
Build for production
1 parent ed8e051 commit c44961c

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

client/dist/assets/i18n/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,8 @@
699699
"shapes.event-onmonitor": "Monitor",
700700
"shapes.event-onViewToPanel": "Set View to Panel",
701701
"shapes.event-onLoad": "OnLoad",
702+
"shapes.event-relativefrom-window": "Window",
703+
"shapes.event-relativefrom-mouse": "Mouse",
702704

703705
"pipe.property-props": "Property",
704706
"pipe.property-border-width": "Border width",
@@ -970,6 +972,7 @@
970972
"gauges.property-event-type": "Type",
971973
"gauges.property-event-action": "Action",
972974
"gauges.property-event-destination": "Destination",
975+
"gauges.property-event-destination-relative-from": "Relative from",
973976
"gauges.property-event-destination-panel": "Panel",
974977
"gauges.property-event-destination-hide-close": "Hide Close",
975978
"gauges.property-event-single-card": "Single Card",

client/dist/assets/i18n/pt.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,9 @@
340340
"shapes.action-clockwise": "Mudar sentido do Relógio",
341341
"shapes.action-anticlockwise": "Mudar Contra-relógio",
342342
"shapes.action-downup": "Cima e abaixo",
343-
343+
"shapes.event-relativefrom-window": "Janela",
344+
"shapes.event-relativefrom-mouse": "Cursor",
345+
344346
"pipe.property-props": "Propriedade",
345347
"pipe.property-border-width": "Largura da fronteira",
346348
"pipe.property-border-color": "Cor da fronteira",
@@ -509,6 +511,7 @@
509511
"gauges.property-tooltip-add-event": "Adicionar evento",
510512
"gauges.property-interval-msec": "Intervalo (msec.)",
511513

514+
512515
"bag.property-ticks": "Ticks",
513516
"bag.property-divisions": "Divisões",
514517
"bag.property-subdivisions": "Subdivisões",

client/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
</div>
4646
</div>
4747
</app-root>
48-
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.6fba37d67b3ee15d.js" type="module"></script>
48+
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.284789750866d50a.js" type="module"></script>
4949

5050
</body></html>
Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuxa",
3-
"version": "1.2.0-1832",
3+
"version": "1.2.0-1838",
44
"keywords": [],
55
"author": "frangoteam <[email protected]>",
66
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuxa-server",
3-
"version": "1.2.0-1832",
3+
"version": "1.2.0-1838",
44
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)