@frangoteam/fuxa-min 1.1.19
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/LICENSE +21 -0
- package/README.md +41 -0
- package/_images/Pipes/P1.svg +39 -0
- package/_images/Tanks/Fl.svg +7 -0
- package/api/alarms/index.js +132 -0
- package/api/auth/index.js +71 -0
- package/api/command/index.js +187 -0
- package/api/daq/index.js +79 -0
- package/api/diagnose/index.js +163 -0
- package/api/index.js +181 -0
- package/api/jwt-helper.js +106 -0
- package/api/plugins/index.js +109 -0
- package/api/projects/index.js +229 -0
- package/api/resources/index.js +118 -0
- package/api/scripts/index.js +82 -0
- package/api/users/index.js +109 -0
- package/dist/3rdpartylicenses.txt +1477 -0
- package/dist/Quicksand-Bold.071154c292aef0b8.woff +0 -0
- package/dist/Quicksand-Bold.6383d6475ed5c40f.woff2 +0 -0
- package/dist/Quicksand-Bold.f07d467887f9cfab.ttf +0 -0
- package/dist/Quicksand-Medium.0982a651e8d4315f.woff +0 -0
- package/dist/Quicksand-Medium.9d2733fbfb9b1be8.ttf +0 -0
- package/dist/Quicksand-Medium.b09302365c586eb2.woff2 +0 -0
- package/dist/Quicksand-Regular.16adf9eecd267273.woff +0 -0
- package/dist/Quicksand-Regular.78819724f6aeff59.woff2 +0 -0
- package/dist/Quicksand-Regular.8829564f0e14bf76.ttf +0 -0
- package/dist/assets/fonts/icomoon.eot +0 -0
- package/dist/assets/fonts/icomoon.svg +19 -0
- package/dist/assets/fonts/icomoon.ttf +0 -0
- package/dist/assets/fonts/icomoon.woff +0 -0
- package/dist/assets/fonts/myicons.eot +0 -0
- package/dist/assets/fonts/myicons.svg +19 -0
- package/dist/assets/fonts/myicons.ttf +0 -0
- package/dist/assets/fonts/myicons.woff +0 -0
- package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.ttf +0 -0
- package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.woff +0 -0
- package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.woff2 +0 -0
- package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.ttf +0 -0
- package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.woff +0 -0
- package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.woff2 +0 -0
- package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.ttf +0 -0
- package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.woff +0 -0
- package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.woff2 +0 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.svg +10486 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.svg +9998 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.svg +10487 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.svg +10004 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.svg +10012 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.woff2 +0 -0
- package/dist/assets/i18n/de.json +1308 -0
- package/dist/assets/i18n/en.json +1438 -0
- package/dist/assets/i18n/es.json +777 -0
- package/dist/assets/i18n/fr.json +1129 -0
- package/dist/assets/i18n/ko.json +774 -0
- package/dist/assets/i18n/pt.json +657 -0
- package/dist/assets/i18n/ru.json +1228 -0
- package/dist/assets/i18n/tr.json +673 -0
- package/dist/assets/i18n/ua.json +614 -0
- package/dist/assets/i18n/zh-cn.json +1252 -0
- package/dist/assets/images/align-bottom.svg +88 -0
- package/dist/assets/images/align-center.svg +86 -0
- package/dist/assets/images/align-left.svg +86 -0
- package/dist/assets/images/align-middle.svg +88 -0
- package/dist/assets/images/align-right.svg +88 -0
- package/dist/assets/images/align-top.svg +88 -0
- package/dist/assets/images/bag.svg +115 -0
- package/dist/assets/images/button.svg +22 -0
- package/dist/assets/images/chart.svg +17 -0
- package/dist/assets/images/circle.svg +84 -0
- package/dist/assets/images/compressor-a.svg +2 -0
- package/dist/assets/images/editvalue.svg +14 -0
- package/dist/assets/images/ellipse.svg +84 -0
- package/dist/assets/images/flip-orizontal.svg +86 -0
- package/dist/assets/images/flip-vertical.svg +82 -0
- package/dist/assets/images/gauge-donut.png +0 -0
- package/dist/assets/images/gauge-mat.png +0 -0
- package/dist/assets/images/gauge-zone.png +0 -0
- package/dist/assets/images/graphbar.svg +18 -0
- package/dist/assets/images/group.svg +91 -0
- package/dist/assets/images/iframe.svg +54 -0
- package/dist/assets/images/image.svg +95 -0
- package/dist/assets/images/led-circle.svg +77 -0
- package/dist/assets/images/line.svg +86 -0
- package/dist/assets/images/linecap-butt.svg +77 -0
- package/dist/assets/images/linecap-round.svg +77 -0
- package/dist/assets/images/linecap-square.svg +82 -0
- package/dist/assets/images/linejoin-bevel.svg +77 -0
- package/dist/assets/images/linejoin-miter.svg +77 -0
- package/dist/assets/images/linejoin-round.svg +77 -0
- package/dist/assets/images/logo.svg +18 -0
- package/dist/assets/images/path.svg +100 -0
- package/dist/assets/images/pencil.svg +98 -0
- package/dist/assets/images/pipe.svg +15 -0
- package/dist/assets/images/progress-v.svg +79 -0
- package/dist/assets/images/rect.svg +84 -0
- package/dist/assets/images/select-pointer.svg +93 -0
- package/dist/assets/images/selectvalue.svg +14 -0
- package/dist/assets/images/semaphore.svg +19 -0
- package/dist/assets/images/slider.svg +17 -0
- package/dist/assets/images/switch.svg +15 -0
- package/dist/assets/images/table.svg +55 -0
- package/dist/assets/images/text.svg +294 -0
- package/dist/assets/images/to-bottom.svg +163 -0
- package/dist/assets/images/to-path.svg +94 -0
- package/dist/assets/images/to-top.svg +163 -0
- package/dist/assets/images/to_top.svg +88 -0
- package/dist/assets/images/todelete.svg +13 -0
- package/dist/assets/images/ungroup.svg +108 -0
- package/dist/assets/images/value.svg +81 -0
- package/dist/assets/images/valve-a.svg +2 -0
- package/dist/assets/images/webcam.svg +16 -0
- package/dist/assets/lib/ext-styles.css +28 -0
- package/dist/assets/lib/gauge/gauge.js +988 -0
- package/dist/assets/lib/gauge/gauge.min.js +1 -0
- package/dist/assets/lib/nouislider/nouislider.min.css +1 -0
- package/dist/assets/lib/nouislider/nouislider.min.js +1 -0
- package/dist/assets/lib/numeral/locales.min.js +7 -0
- package/dist/assets/lib/numeral/numeral.min.js +8 -0
- package/dist/assets/lib/pdfkit-table/index.js +967 -0
- package/dist/assets/lib/svg/raphael.min.js +1 -0
- package/dist/assets/lib/svg/svg.js +5573 -0
- package/dist/assets/lib/svg/svg.min.js +13 -0
- package/dist/assets/lib/svgeditor/extensions/ext-bundle.min.js +1 -0
- package/dist/assets/lib/svgeditor/extensions/ext-html_button.min.css +1 -0
- package/dist/assets/lib/svgeditor/fuxa-editor.min.js +23 -0
- package/dist/assets/lib/svgeditor/jquery-plugin.min.css +2 -0
- package/dist/assets/lib/svgeditor/jquery-plugin.min.js +52 -0
- package/dist/assets/lib/svgeditor/jquery-ui-1.8.17.custom.min.js +54 -0
- package/dist/assets/lib/svgeditor/jquery.min.js +4 -0
- package/dist/assets/lib/svgeditor/shapes/ape-shapes.js +39 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-disc.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-paddle.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-prop.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-turbo.svg +19 -0
- package/dist/assets/lib/svgeditor/shapes/img/anim-eli.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/anim-piston.svg +14 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifugal.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifugal1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge3.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge4.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compair.svg +92 -0
- package/dist/assets/lib/svgeditor/shapes/img/compdiaph.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compejector.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compreci.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/compreci2.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/compressor-fan.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/compressor-piston.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compressor-void.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compring.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/compring2.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/comprotary.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/comprotary2.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/compscrew.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compsilence.svg +20 -0
- package/dist/assets/lib/svgeditor/shapes/img/compturbo.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher1.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher3.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher4.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher5.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher6.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher7.svg +21 -0
- package/dist/assets/lib/svgeditor/shapes/img/diaph.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier1.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier2.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier3.svg +23 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier4.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger-filter.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger-heat.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger-tube.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger6.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger7.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger8.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger9.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/feeder.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/feeder2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/feeder3.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/filter2.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/filter3.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting10.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting11.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting12.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting13.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting2.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting3.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting4.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting6.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting7.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting8.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting9.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc1.svg +75 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc2.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc4.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc6.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc7.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc8.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/motor-simb.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/nozzle.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/nozzle2.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi1.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi2.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi6.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi7.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpblower.svg +76 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpcentri1.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpcentri2.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpfeed.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpgear.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpgear2.svg +19 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumphidra.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumphorizo.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpjet.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpperis.svg +20 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpscreew.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpscreew2.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpturbi.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpvacuum.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-arrow.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-circle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-circleindi.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cloud.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cone.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-corner.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cross.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cylinder.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-delay.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-diamond.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-display.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-docu.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-doublearrow.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-drop.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-halfcircle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-heart.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-looplimit.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-maninput.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-nosymbol.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-octagon.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-offpage.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-or.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-or2.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-parallelogram.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-pentagon.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-poval.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-prepara.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-rectangle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-rectindi.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-star4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-switch.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-tape.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-tee.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-ticket.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-trape.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-triangle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-vor.svg +14 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank1.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank2.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank5.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank6.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank7.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank8.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank9.svg +21 -0
- package/dist/assets/lib/svgeditor/shapes/img/valve-ax.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/valve-bx.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/valve-cx.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/webcam.svg +6 -0
- package/dist/assets/lib/svgeditor/shapes/my-shapes.js +178 -0
- package/dist/assets/lib/svgeditor/shapes/proc-comp-shapes.js +105 -0
- package/dist/assets/lib/svgeditor/shapes/proc-general-shapes.js +60 -0
- package/dist/assets/lib/svgeditor/shapes/proc-pumps-shapes.js +112 -0
- package/dist/assets/lib/svgeditor/shapes/proc-shapes.js +606 -0
- package/dist/assets/lib/svgeditor/shapes/shapes.js +30 -0
- package/dist/assets/lib/svgeditor/svg-editor.min.css +1 -0
- package/dist/assets/lib/uplot/placement.min.js +2 -0
- package/dist/assets/project.demo.fuxap +1 -0
- package/dist/favicon.ico +0 -0
- package/dist/icomoon.86abfb46e057ade8.eot +0 -0
- package/dist/icomoon.c1f8b59bad308d66.woff +0 -0
- package/dist/icomoon.ce427f75e21963af.ttf +0 -0
- package/dist/icomoon.dfb0a89feb346906.svg +19 -0
- package/dist/index.html +50 -0
- package/dist/logo.0e8e64e69250a450.svg +18 -0
- package/dist/main.a356f552d9838b9e.js +1 -0
- package/dist/material-icons-outlined.78a93b2079680a08.woff +0 -0
- package/dist/material-icons-outlined.f86cb7b0aa53f0fe.woff2 +0 -0
- package/dist/material-icons-round.92dc7ca2f4c591e7.woff +0 -0
- package/dist/material-icons-round.b10ec9db5b7fbc74.woff2 +0 -0
- package/dist/material-icons-sharp.3885863ee4746422.woff2 +0 -0
- package/dist/material-icons-sharp.a71cb2bf66c604de.woff +0 -0
- package/dist/material-icons-two-tone.588d63134de807a7.woff +0 -0
- package/dist/material-icons-two-tone.675bd578bd14533e.woff2 +0 -0
- package/dist/material-icons.4ad034d2c499d9b6.woff +0 -0
- package/dist/material-icons.59322316b3fd6063.woff2 +0 -0
- package/dist/polyfills.2696a6f9dc75535e.js +1 -0
- package/dist/roboto-bold-webfont.29ac6158e35aee95.woff +0 -0
- package/dist/roboto-bold-webfont.568ab1fa3f154a77.svg +10486 -0
- package/dist/roboto-bold-webfont.6bcfbdc216b3bc78.woff2 +0 -0
- package/dist/roboto-bold-webfont.7c22a4dfdee2ff33.ttf +0 -0
- package/dist/roboto-light-webfont.13492ec56771eeee.svg +9998 -0
- package/dist/roboto-light-webfont.61fa26c99b07ac83.woff2 +0 -0
- package/dist/roboto-light-webfont.95295ce84942d8ce.ttf +0 -0
- package/dist/roboto-light-webfont.ae19119a2889dfdf.woff +0 -0
- package/dist/roboto-medium-webfont.30344f0411888055.woff +0 -0
- package/dist/roboto-medium-webfont.57fb00cab0317d2d.woff2 +0 -0
- package/dist/roboto-medium-webfont.a40869e060a388c0.ttf +0 -0
- package/dist/roboto-medium-webfont.ea02241c29620c02.svg +10487 -0
- package/dist/roboto-regular-webfont.2b0501b72f5a94d5.ttf +0 -0
- package/dist/roboto-regular-webfont.2ce0ba9a06424965.svg +10004 -0
- package/dist/roboto-regular-webfont.ae47f6f1292d196f.woff2 +0 -0
- package/dist/roboto-regular-webfont.f58066a2d9061006.woff +0 -0
- package/dist/roboto-thin-webfont.0a64479870f676e8.ttf +0 -0
- package/dist/roboto-thin-webfont.0f7221f5c7e972ef.woff2 +0 -0
- package/dist/roboto-thin-webfont.51b221e22714b1fe.svg +10012 -0
- package/dist/roboto-thin-webfont.dac941649dd4eac0.woff +0 -0
- package/dist/runtime.8ef63094e52a66ba.js +1 -0
- package/dist/scripts.1c3385254ff4c93c.js +1 -0
- package/dist/styles.cf8e3cf50d039a5c.css +1 -0
- package/fuxa.js +39 -0
- package/main.js +381 -0
- package/package.json +68 -0
- package/paths.js +44 -0
- package/project.default.json +11 -0
- package/project.demo.fuxap +1 -0
- package/runtime/alarms/alarmstorage.js +205 -0
- package/runtime/alarms/index.js +678 -0
- package/runtime/devices/bacnet/index.js +730 -0
- package/runtime/devices/device-utils.js +95 -0
- package/runtime/devices/device.js +551 -0
- package/runtime/devices/ethernetip/index.js +381 -0
- package/runtime/devices/fuxaserver/index.js +310 -0
- package/runtime/devices/httprequest/index.js +495 -0
- package/runtime/devices/index.js +489 -0
- package/runtime/devices/modbus/datatypes.js +122 -0
- package/runtime/devices/modbus/index.js +730 -0
- package/runtime/devices/mqtt/index.js +618 -0
- package/runtime/devices/odbc/index.js +408 -0
- package/runtime/devices/opcua/index.js +817 -0
- package/runtime/devices/s7/datatypes.js +88 -0
- package/runtime/devices/s7/index.js +702 -0
- package/runtime/devices/template/index.js +141 -0
- package/runtime/events.js +33 -0
- package/runtime/index.js +559 -0
- package/runtime/jobs/cleaner.js +74 -0
- package/runtime/jobs/fonts/LICENSE.txt +202 -0
- package/runtime/jobs/fonts/Roboto-Black.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-BlackItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Bold.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-BoldItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Italic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Light.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-LightItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Medium.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-MediumItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Regular.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Thin.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-ThinItalic.ttf +0 -0
- package/runtime/jobs/helper/image-generator.js +82 -0
- package/runtime/jobs/index.js +214 -0
- package/runtime/jobs/report.js +353 -0
- package/runtime/logger.js +113 -0
- package/runtime/notificator/index.js +383 -0
- package/runtime/notificator/notifystorage.js +179 -0
- package/runtime/plugins/index.js +255 -0
- package/runtime/project/index.js +959 -0
- package/runtime/project/prjstorage.js +222 -0
- package/runtime/scripts/index.js +313 -0
- package/runtime/scripts/msm.js +146 -0
- package/runtime/storage/calculator.js +227 -0
- package/runtime/storage/daqstorage.js +188 -0
- package/runtime/storage/influxdb/index.js +240 -0
- package/runtime/storage/sqlite/currentstorage.js +144 -0
- package/runtime/storage/sqlite/index.js +695 -0
- package/runtime/storage/tdengine/index.js +106 -0
- package/runtime/users/index.js +123 -0
- package/runtime/users/usrstorage.js +201 -0
- package/runtime/utils.js +284 -0
- package/screenshot/feature-action-move.gif +0 -0
- package/screenshot/fuxa-ani.gif +0 -0
- package/screenshot/fuxa-device.gif +0 -0
- package/screenshot/fuxa-editor.png +0 -0
- package/screenshot/fuxa-hmi.gif +0 -0
- package/screenshot/fuxa-home.png +0 -0
- package/screenshot/fuxa-test.gif +0 -0
- package/settings.default.js +65 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var svgedit = svgedit || {};
|
|
2
|
+
|
|
3
|
+
(function () {
|
|
4
|
+
'use strict';
|
|
5
|
+
|
|
6
|
+
if (!svgedit.shapes) {
|
|
7
|
+
svgedit.shapes = {};
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
// Add here the your shapes file name
|
|
11
|
+
var shapesToLoad = ['my-shapes.js', 'proc-shapes.js', 'ape-shapes.js'];
|
|
12
|
+
|
|
13
|
+
svgedit.shapes.load = function (path, callback) {
|
|
14
|
+
var progress = 0;
|
|
15
|
+
$.each(shapesToLoad, function() {
|
|
16
|
+
var name = this;
|
|
17
|
+
$.getScript(curConfig.shapesPath + name, function(d) {
|
|
18
|
+
if (++progress == shapesToLoad.length) {
|
|
19
|
+
callback();
|
|
20
|
+
}
|
|
21
|
+
}).fail(function(){
|
|
22
|
+
console.log('ERROR: loading ' + curConfig.shapesPath + name);
|
|
23
|
+
if (++progress == shapesToLoad.length) {
|
|
24
|
+
callback();
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
return true;
|
|
29
|
+
};
|
|
30
|
+
}());
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
body{background:#d0d0d0}body,div,html{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-o-user-select:text;user-select:text;-webkit-user-drag:text}#browser-not-supported{font-size:.8em;font-family:Verdana,Helvetica,Arial;color:#000}#svg_editor *{transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0}#svg_editor{font-size:8pt;font-family:Verdana,Helvetica,Arial;color:#000}a{color:#19c}hr{border:none;border-bottom:1px solid grey}select{margin-top:4px}#svgroot{-moz-user-select:none;-webkit-user-select:none;position:absolute;top:0;left:0}#svgcanvas{line-height:normal;display:inline-block;background-color:rgba(67,67,67,1);text-align:center;vertical-align:middle;width:640px;height:480px;-apple-dashboard-region:dashboard-region(control rectangle 0 0 0 0);position:relative}#rulers>div{position:absolute;background:rgba(60,60,60,1);z-index:1;overflow:hidden}#ruler_corner{top:36px;left:0;width:15px;height:15px}#ruler_x{height:15px;top:36px;left:15px;right:0}#ruler_y{width:15px;top:51px;left:0;bottom:30px}#ruler_x canvas:first-child{margin-left:-16px}#ruler_x canvas{float:left}#ruler_y canvas{margin-top:-16px}#ruler_x>div,#ruler_y>div{overflow:hidden}#palette_holder{overflow:hidden;padding-top:5px;height:25px;border-radius:3px;z-index:2}#fill_bg,#stroke_bg{height:16px;width:16px;margin:1px}#zoomLabel{cursor:pointer;margin-right:5px;padding-top:4px}#linkLabel>svg{height:20px;padding-top:4px}#palette{float:left;width:100%;height:24px;overflow-x:auto;overflow-y:hidden;white-space:nowrap}#workarea{display:inline-table-cell;position:absolute;top:36px;left:0;bottom:29px;right:0;background-color:#a0a0a0;border:1px solid grey;overflow:auto;text-align:center}#sidepanels{display:inline-block;position:absolute;top:40px;bottom:40px;right:0;width:2px;padding:10px;border-color:grey;border-style:solid;border-width:1px;border-left:none;overflow-x:hidden;overflow-y:visible}#layerpanel{display:inline-block;position:relative;top:0;bottom:0;left:12px;width:0;overflow:hidden;margin:0;-moz-user-select:none;-webkit-user-select:none}#sidepanel_handle{display:inline-block;position:absolute;background-color:#d0d0d0;font-weight:700;left:0;top:40%;width:1em;padding:5px 1px 5px 5px;margin-left:3px;cursor:pointer;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-moz-user-select:none;-webkit-user-select:none}#sidepanel_handle:hover{font-weight:700}#sidepanel_handle *{cursor:pointer;-moz-user-select:none;-webkit-user-select:none}#layerbuttons{margin:0;padding:0;padding-left:2px;padding-right:2px;width:125px;height:20px;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid grey;border-top:1px solid grey;overflow:hidden}.layer_button{width:14px;height:14px;padding:1px;border-left:1px solid #fff;border-top:1px solid #fff;border-right:1px solid grey;border-bottom:1px solid grey;cursor:pointer;float:left;margin-right:3px}.layer_button:last-child{margin-right:0}.layer_buttonpressed{width:14px;height:14px;padding:1px;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid grey;border-top:1px solid grey;cursor:pointer}#layerlist{margin:1px;padding:0;width:127px;border-collapse:collapse;border:1px solid grey;background-color:#fff}#layerlist tr.layer{background-color:#fff;margin:0;padding:0}#layerlist tr.layersel{border:1px solid grey;background-color:#ccc}#layerlist td.layervis{width:22px;cursor:pointer}#layerlist td.layerinvis{background-image:none;cursor:pointer}#layerlist td.layervis *{display:block}#layerlist td.layerinvis *{display:none}#layerlist td.layername{cursor:pointer}#layerlist td.layername:hover{color:#00f;font-style:italic}#layerlist tr.layersel td.layername{font-weight:700}#selLayerLabel{white-space:nowrap}#selLayerNames{display:block}div.palette_item{height:15px;width:15px;cursor:pointer;display:inline-block}div.palette_item:first-child{background:#fff}#main_icon{position:relative;top:-2px;left:-2px;width:95px;line-height:26px}#main_icon:hover{background:#eee!important}#main_icon.buttondown{background:#eee!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:3px 3px 0 0}#logo{margin-top:-2px}#logo img{border:0;width:28px;height:28px}#main_icon>div{float:left}#main_button .dropdown{position:absolute;right:7px;top:4px}#main_icon span{position:absolute;top:0;left:0;bottom:0;right:0;display:block;z-index:2;font-weight:700;padding-left:34px;line-height:32px;font-family:sans-serif}#main_menu{z-index:12;background:#eee;position:relative;width:230px;padding:5px;-moz-box-shadow:#555 1px 1px 4px;-webkit-box-shadow:#555 1px 1px 4px;box-shadow:#555 1px 1px 4px;font-size:1.1em;display:none;overflow:hidden;clear:both;top:-9px}#main_menu li,#main_menu ul{list-style:none;margin:0;padding:0}#main_menu li{line-height:22px;padding-top:7px;padding-left:7px;margin:-5px;overflow:auto;cursor:default}#main_menu li:hover{background:#ffc}#main_menu li>div{float:left;padding-right:5px}#main_menu p{margin-top:5px}#view_grid{display:none}.button_hide{display:none}.buttondown,.buttonup:hover,.push_button:hover,.push_button_pressed,.tool_button:hover,.tool_button_current{background-color:#ffc!important}.buttondown,.push_button_pressed,.tool_button_current{background-color:#f4e284!important;-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.4),1px 1px 0 #fff!important;-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,.4),1px 1px 0 #fff!important;box-shadow:inset 1px 1px 2px rgba(0,0,0,.4),1px 1px 0 #fff!important}#tools_top{position:absolute;left:0;right:0;top:0;height:36px;border-bottom:none;overflow:auto}#tools_top .tool_sep{margin-top:5px}#_tools_left{position:absolute;border-right:none;width:32px;top:40px;left:1px;margin-top:-2px;padding-left:2px;background:#d0d0d0;z-index:4}#workarea.wireframe #svgcontent *{fill:none;stroke:#000;stroke-width:1px;stroke-opacity:1;stroke-dasharray:0;opacity:1;pointer-events:stroke;vector-effect:non-scaling-stroke;filter:none}#workarea.wireframe #svgcontent text{fill:#000;stroke:none}#workarea.wireframe #canvasBackground>rect{fill:#fff!important}#tools_top div[id$="_panel"]:not(#editor_panel):not(#history_panel){display:none}#editor_panel,#history_panel{height:34px;float:left}#multiselected_panel .selected_tool{vertical-align:12px}#cur_context_panel{position:absolute;top:57px;left:56px;line-height:22px;overflow:auto;padding-left:5px;font-size:12px;background:rgba(0,0,0,.8);color:#ccc;padding:0 10px;border-radius:0 0 3px 0}#cur_context_panel a{float:none;text-decoration:none}#cur_context_panel a:hover{text-decoration:underline}#tools_top,#tools_top>div{line-height:26px}div.toolset,div.toolset>*{float:left}div.toolset{height:34px}div.toolset label span{padding-top:3px;display:inline-block}#tools_top>div>*{float:left;margin-right:2px}#tools_top label{margin-top:0;margin-left:5px}#tools_top input{margin-top:5px;height:15px}input[type=text]{padding:2px}#_tools_left .tool_button,#_tools_left .tool_button_current{position:relative;z-index:11}.flyout_arrow_horiz{position:absolute;bottom:-1px;right:0;z-index:10}span.zoom_tool{line-height:26px;padding:3px}#zoom_panel{margin-top:5px}.dropdown{position:relative}.dropdown button{width:15px;height:21px;margin:6px 0 0 1px;padding:0;border-left:1px solid #fff;border-top:1px solid #fff;border-right:1px solid grey;border-bottom:1px solid grey;background-color:#e8e8e8}.dropdown button.down{border-left:1px solid grey;border-top:1px solid grey;border-right:1px solid #fff;border-bottom:1px solid #fff;background-color:#b0b0b0}.dropdown ul{list-style:none;position:absolute;margin:0;padding:0;left:-85px;top:26px;z-index:4;display:none}.dropup ul{top:auto;bottom:24px}.dropdown li{display:block;width:120px;padding:4px;background:#e8e8e8;border:1px solid #b0b0b0;margin:0 0 -1px 0;line-height:16px}.dropdown li:hover{background-color:#ffc}.dropdown li.special{padding:10px 4px}.dropdown li.special:hover{background:#ffc}#font_family_dropdown-list li{font-size:1.4em}#font_family{margin-left:5px;margin-right:0}.push_button,.push_button_pressed,.tool_button,.tool_button_current{height:24px;width:24px;margin:2px 2px 4px 2px;padding:3px;-webkit-box-shadow:inset 1px 1px 2px #fff,1px 1px 1px rgba(0,0,0,.3);moz-box-shadow:inset 1px 1px 2px #fff,1px 1px 1px rgba(0,0,0,.3);box-shadow:inset 1px 1px 2px #fff,1px 1px 1px rgba(0,0,0,.3);background-color:#e8e8e8;cursor:pointer;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}#main_menu li#tool_import,#main_menu li#tool_open{position:relative;overflow:hidden}#tool_image{overflow:hidden}#tool_image input,#tool_import input,#tool_open input{position:absolute;opacity:0;font-size:10em;top:-5px;right:-5px;margin:0;cursor:pointer}.disabled{opacity:.5;cursor:default}.tool_sep{width:1px;background:#888;border-left:1px outset #eee;margin:2px 3px;padding:0;height:24px}.icon_label{float:left;padding-top:3px;padding-right:3px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:0}.width_label{padding-right:5px}#tool_bold,#tool_italic{font:bold 2.1em/1.1em serif;text-align:center;padding-left:2px;position:relative}#text{position:absolute;left:-9999px}#tool_bold span,#tool_italic span{position:absolute;width:100%;height:100%;top:0;left:0;background:#000;opacity:0}#tool_italic{font-weight:400;font-style:italic}#url_notice{padding-top:4px;display:none}#color_picker{position:absolute;display:none;background:#e8e8e8;height:350px;z-index:5}.tools_flyout{position:absolute;display:none;cursor:pointer;width:400px;z-index:1}.tools_flyout_v{position:absolute;display:none;cursor:pointer;width:30px}.tools_flyout .tool_button{float:left;background-color:#e8e8e8;border-left:1px solid #fff;border-top:1px solid #fff;border-right:1px solid grey;border-bottom:1px solid grey;height:28px;width:28px}#tools_bottom{position:absolute;left:40px;right:0;bottom:0;height:40px;overflow:visible}#tools_bottom_1{width:115px;float:left}#tools_bottom input[type=text]{width:2.2em}#tools_bottom_2{float:left;width:60px;left:90px;position:absolute;-webkit-transition:width 150ms ease}.expanded #tools_bottom_2{width:450px}#tools_bottom #tools_bottom_2 .dropdown button{margin-top:2px}.dropdown li.tool_button{width:24px}#tools_bottom_2 .icon_label{display:block;margin:3px 5px;padding:0}#tool_opacity{right:0}#tool_fill{left:0}#tool_stroke{left:0}#fill_color,#stroke_color{height:16px;width:16px;border:1px solid grey;cursor:pointer;overflow:hidden}#stroke_expand{width:0;overflow:hidden}#toggle_stroke_tools{position:absolute;right:0;top:0;bottom:0;width:25px;text-align:center;border-radius:0 3px 3px 0;margin:0}#toggle_stroke_tools:before{content:'>>';letter-spacing:-3px;font-weight:700;color:#666}.expanded #tool_stroke.color_tool{width:280px}.expanded #toggle_stroke_tools:before{content:'<<'}#toggle_stroke_tools:hover{background:#fff}.color_tool{position:absolute;overflow:hidden;left:20px;height:26px;width:26px;line-height:26px}#tool_stroke.color_tool{width:130px;z-index:2;-webkit-transition:width 150ms ease;-moz-transition:width 150ms ease;-o-transition:width 150ms ease;-ms-transition:width 150ms ease;transition:width 150ms ease}.color_block{position:absolute;top:0;left:0}.color_block svg{display:block}.color_tool>*{float:left;margin-right:5px}.color_tool .dropdown>*{float:left}.color_tool .stroke_label{margin-left:25px;float:left}.color_tool>.color_block{top:3px}.color_tool input{margin:0}#tool_opacity{overflow:visible}@media screen and (max-width:1250px){.expanded #palette_holder{left:560px;overflow-x:scroll;padding:0 5px;margin-top:2px;height:30px}#tools_top{height:71px}#sidepanels,#workarea{top:70px}#_tools_left,#rulers #ruler_corner,#rulers #ruler_x{top:71px}#rulers #ruler_y{top:86px}#cur_context_panel{top:87px}#selected_panel{clear:right}}@media screen and (max-width:1100px){#tools_bottom:not(.expanded) #palette_holder{left:410px;overflow-x:scroll;padding:0 5px;margin-top:2px;height:30px}}#option_lists ul{display:none;position:absolute;height:auto;z-index:3;margin:-10px;list-style:none;padding-left:0}#option_lists .optcols2{width:70px;margin-left:-15px}#option_lists .optcols3{width:90px;margin-left:-31px}#option_lists .optcols4{width:130px;margin-left:-44px}#option_lists ul[class^=optcols] li{float:left}ul li.current{background-color:#f4e284}#option_lists ul li{margin:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}#tools_bottom .dropdown button{margin-top:2px}#opacity_dropdown li{width:140px}#copyright{text-align:right;padding-right:.3em}#svg_source_editor{display:none}.overlay{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#000;opacity:.6;z-index:5}#svg_source_editor #svg_source_container{position:absolute;top:30px;left:30px;right:30px;bottom:30px;background-color:#b0b0b0;opacity:1;text-align:center;border:1px outset #777;z-index:6}#save_output_btns{display:none;text-align:left}#save_output_btns p{margin:.5em 1.5em;display:inline-block}#bg_blocks{overflow:auto;margin-left:30px}#bg_blocks .color_block{position:static}#svg_docprops #svg_docprops_container,#svg_prefs #svg_prefs_container{position:absolute;top:50px;padding:10px;background-color:#b0b0b0;border:1px outset #777;opacity:1;font-family:Verdana,Helvetica,sans-serif;font-size:.8em;z-index:20001}#svg_docprops .error{border:1px solid red;padding:3px}#svg_docprops #resolution{max-width:14em}#tool_docprops_back,#tool_prefs_back{margin-left:1em;overflow:auto}#svg_docprops_container #svg_docprops_docprops,#svg_prefs #svg_docprops_prefs{float:left;width:221px;margin:5px .7em;overflow:hidden}#svg_prefs_container fieldset+fieldset{float:right}#svg_docprops legend,#svg_prefs legend{max-width:195px}#svg_docprops_docprops>legend,#svg_prefs_container>fieldset>legend{font-weight:700;font-size:1.1em}#svg_docprops_container fieldset,#svg_prefs fieldset{padding:5px;margin:5px;border:1px solid #ddd}#svg_docprops_container label,#svg_prefs_container label{display:block;margin:.5em}#svginfo_bg_note{font-size:.9em;font-style:italic;color:#444}#canvas_bg_url,#canvas_title{display:block;width:96%}#svg_source_editor form{position:absolute;top:40px;bottom:30px;width:100%}#svg_source_editor #svg_source_textarea{position:relative;width:95%;height:95%;padding:5px;font-size:12px}#svg_source_editor #tool_source_back{text-align:left;padding-left:20px}#svg_prefs_container div.color_block{float:left;margin:2px;padding:20px}#change_background div.cur_background{border:2px solid #00f;padding:18px}#background_img{position:absolute;top:0;left:0;text-align:left}#svg_docprops button,#svg_prefs button{margin-top:0;margin-bottom:5px}#svg_docprops,#svg_prefs{display:none}#image_save_opts label{font-size:.9em}#image_save_opts input{margin-left:0}#tool_prefs_option{float:right}.toolbar_button button{border:1px solid #dedede;line-height:130%;float:left;background:#e8e8e8 none;padding:5px 10px 5px 7px;line-height:17px;margin:5px 20px 0 0;border:1px grey solid;border-top-color:#fff;border-left-color:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.toolbar_button button:hover{border:1px #e0a874 solid;border-top-color:#fcd9ba;border-left-color:#fcd9ba;background-color:#ffc}.toolbar_button button:active{background-color:#f4e284;border-left:1px solid #630;border-top:1px solid #630}.toolbar_button button .svg_icon{margin:0 3px -3px 0!important;padding:0;border:none;width:16px;height:16px}#dialog_box{display:none}#dialog_content{height:95px;margin:10px 10px 5px 10px;background:#ddd;overflow:auto;text-align:left;border:1px solid #b0b0b0}#dialog_content.prompt{height:75px}#dialog_content p{margin:10px;line-height:1.3em}#dialog_container{position:absolute;font-family:Verdana;text-align:center;left:50%;top:50%;width:300px;margin-left:-150px;height:150px;margin-top:-80px;position:fixed;z-index:50001;background:#ccc;border:1px outset #777;font-family:Verdana,Helvetica,sans-serif;font-size:.8em}#dialog_container,#dialog_content{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}#dialog_buttons input[type=text]{width:90%;display:block;margin:0 0 5px 11px}#dialog_buttons input[type=button]{margin:0 1em}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-slider{border:1px solid #b0b0b0}.ui-slider-handle{background:#b0b0b0;border:1px solid #000}.tools_flyout .tool_button,.tools_flyout .tool_flyout{padding:2px;width:24px;height:24px;margin:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.contextMenu{position:absolute;z-index:99999;background-color:rgba(33,33,33,1);color:rgba(255,255,255,1);padding:5px 0;margin:0;display:none;font:12px/15px Lucida Sans,Helvetica,Verdana,sans-serif;-moz-border-radius:5px;-moz-box-shadow:2px 5px 10px rgba(0,0,0,.3);-webkit-box-shadow:2px 5px 10px rgba(0,0,0,.3);box-shadow:2px 5px 10px rgba(0,0,0,.3)}.contextMenu LI{list-style:none;padding:0;margin:0}.contextMenu .shortcut{width:115px;text-align:right;float:right}.contextMenu A{-moz-user-select:none;-webkit-user-select:none;color:rgba(255,255,255,1);text-decoration:none;display:block;line-height:20px;height:20px;background-position:6px center;background-repeat:no-repeat;outline:0;padding:0 15px 1px 20px}.contextMenu LI.hover A{background-color:#2e5dea;color:#fff;cursor:default}.contextMenu LI.disabled A{color:#999}.contextMenu LI.hover.disabled A{background-color:transparent}.contextMenu LI.separator{border-top:solid 1px #e3e3e3;padding-top:5px;margin-top:5px}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// https://tobyzerner.github.io/placement.js/dist/index.js
|
|
2
|
+
var placement = function () { "use strict"; var e = { size: ["height", "width"], clientSize: ["clientHeight", "clientWidth"], offsetSize: ["offsetHeight", "offsetWidth"], maxSize: ["maxHeight", "maxWidth"], before: ["top", "left"], marginBefore: ["marginTop", "marginLeft"], after: ["bottom", "right"], marginAfter: ["marginBottom", "marginRight"], scrollOffset: ["pageYOffset", "pageXOffset"] }; function t(e) { return { top: e.top, bottom: e.bottom, left: e.left, right: e.right } } return function (o, r, f, a, i) { void 0 === f && (f = "bottom"), void 0 === a && (a = "center"), void 0 === i && (i = {}), (r instanceof Element || r instanceof Range) && (r = t(r.getBoundingClientRect())); var n = Object.assign({ top: r.bottom, bottom: r.top, left: r.right, right: r.left }, r), s = { top: 0, left: 0, bottom: window.innerHeight, right: window.innerWidth }; i.bound && ((i.bound instanceof Element || i.bound instanceof Range) && (i.bound = t(i.bound.getBoundingClientRect())), Object.assign(s, i.bound)); var l = getComputedStyle(o), m = {}, b = {}; for (var g in e) m[g] = e[g]["top" === f || "bottom" === f ? 0 : 1], b[g] = e[g]["top" === f || "bottom" === f ? 1 : 0]; o.style.position = "absolute", o.style.maxWidth = "", o.style.maxHeight = ""; var d = parseInt(l[b.marginBefore]), c = parseInt(l[b.marginAfter]), u = d + c, p = s[b.after] - s[b.before] - u, h = parseInt(l[b.maxSize]); (!h || p < h) && (o.style[b.maxSize] = p + "px"); var x = parseInt(l[m.marginBefore]) + parseInt(l[m.marginAfter]), y = n[m.before] - s[m.before] - x, z = s[m.after] - n[m.after] - x; (f === m.before && o[m.offsetSize] > y || f === m.after && o[m.offsetSize] > z) && (f = y > z ? m.before : m.after); var S = f === m.before ? y : z, v = parseInt(l[m.maxSize]); (!v || S < v) && (o.style[m.maxSize] = S + "px"); var w = window[m.scrollOffset], O = function (e) { return Math.max(s[m.before], Math.min(e, s[m.after] - o[m.offsetSize] - x)) }; f === m.before ? (o.style[m.before] = w + O(n[m.before] - o[m.offsetSize] - x) + "px", o.style[m.after] = "auto") : (o.style[m.before] = w + O(n[m.after]) + "px", o.style[m.after] = "auto"); var B = window[b.scrollOffset], I = function (e) { return Math.max(s[b.before], Math.min(e, s[b.after] - o[b.offsetSize] - u)) }; switch (a) { case "start": o.style[b.before] = B + I(n[b.before] - d) + "px", o.style[b.after] = "auto"; break; case "end": o.style[b.before] = "auto", o.style[b.after] = B + I(document.documentElement[b.clientSize] - n[b.after] - c) + "px"; break; default: var H = n[b.after] - n[b.before]; o.style[b.before] = B + I(n[b.before] + H / 2 - o[b.offsetSize] / 2 - d) + "px", o.style[b.after] = "auto" }o.dataset.side = f, o.dataset.align = a } }();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"devices":{"Device A":{"id":"3c4cbe6a-108b-4472-8600-2ac4a9f171f7","property":{"address":"192.168.1.134","port":102,"slot":2,"rack":0,"baudrate":9600,"databits":8,"stopbits":1,"parity":"None"},"enabled":false,"tags":{"Tag Bool":{"id":"Tag Bool","name":"Tag Bool","type":"Bool","address":"db1.dbx1.0"},"Tag Byte":{"id":"Tag Byte","name":"Tag Byte","type":"Byte","address":"db2.dbb1"}},"name":"Device A","type":"SiemensS7","polling":3000}},"hmi":{"views":[{"id":"v_0712346b1-12b1210","name":"MainView","profile":{"width":1024,"height":768,"bkcolor":""},"items":{"GXP_9f8d1f8d-20d448dd":{"id":"GXP_9f8d1f8d-20d448dd","type":"svg-ext-gauge_progress","name":"progress_1","property":{"events":[],"actions":[],"ranges":[{"type":"minmax","min":0,"max":100,"style":[true,true],"color":"#018ef5ff","stroke":""}],"variable":"Tag Byte","variableSrc":"Device A","variableId":"Device A^~^Tag Byte","alarmId":"","alarmSrc":"","alarm":"","alarmColor":""},"label":"HtmlProgress"},"VAL_e4e0f91a-cd774967":{"id":"VAL_e4e0f91a-cd774967","type":"svg-ext-value","name":"shape_1","property":{"events":[],"actions":[],"variable":"Tag Byte","variableSrc":"Device A","variableId":"Device A^~^Tag Byte","alarmId":"","alarmSrc":"","alarm":"","alarmColor":"","ranges":[{"type":"unit","min":20,"max":80,"color":"","stroke":"","text":"l"}]},"label":"Value"},"HXC_579f9f9d-705d4a94":{"id":"HXC_579f9f9d-705d4a94","type":"svg-ext-html_chart","name":"My chart","property":{"id":"0a254398-513213","type":"realtime1","options":{"title":"Title","fontFamily":"Roboto-Regular","legendFontSize":12,"colorBackground":"rgba(0,0,0,0)","legendBackground":"rgba(0,0,0,0)","titleHeight":18,"axisLabelFontSize":12,"labelsDivWidth":0,"axisLineColor":"rgba(0,0,0,1)","axisLabelColor":"rgba(0,0,0,1)","legendMode":"always","series":[],"width":360,"height":200,"decimalsPrecision":2,"realtime":60,"dateFormat":"MM_DD_YYYY","timeFormat":"hh_mm_ss_AA"}},"label":"HtmlChart"},"SLI_6b54f2a5-714a4ae1":{"id":"SLI_6b54f2a5-714a4ae1","type":"svg-ext-html_slider","name":"slider_1","property":{"events":[],"actions":[],"variable":"Tag Byte","variableSrc":"Device A","variableId":"Device A^~^Tag Byte","options":{"orientation":"vertical","direction":"rtl","fontFamily":"Roboto-Light","shape":{"baseColor":"#dcdcdc","connectColor":"#49b2ff","handleColor":"#018ef5"},"marker":{"color":"#000","subWidth":5,"subHeight":1,"fontSize":18,"divHeight":2,"divWidth":12},"range":{"min":0,"max":100},"step":1,"pips":{"mode":"values","values":[0,50,100],"density":4},"tooltip":{"type":"none","decimals":0,"background":"#FFF","color":"#000","fontSize":12}}},"label":"HtmlSlider"},"HXT_66b852d7-62ce4fcc":{"id":"HXT_66b852d7-62ce4fcc","type":"svg-ext-html_switch","name":"switch_1","property":{"events":[],"actions":[],"variable":"Tag Bool","variableSrc":"Device A","variableId":"Device A^~^Tag Bool","options":{"offValue":0,"onValue":1,"offBackground":"#ccc","onBackground":"#ccc","offText":"","onText":"","offSliderColor":"#fff","onSliderColor":"#0CC868","offTextColor":"#000","onTextColor":"#fff","fontSize":12,"fontFamily":"","radius":11,"height":22}},"label":"HtmlSwitch"},"BAG_e6690f03-af38495a":{"id":"BAG_e6690f03-af38495a","type":"svg-ext-html_bag","name":"gauge_1","property":{"events":[],"actions":[],"alarmId":"","alarmSrc":"","alarm":"","alarmColor":"","options":{"minValue":0,"maxValue":"300","animationSpeed":40,"colorStart":"#e63d3dff","colorStop":"#e63d3dff","gradientType":"","strokeColor":"#e0e0e0","pointer":{"length":0.5,"strokeWidth":0.035,"iconScale":1,"color":"#000000"},"angle":0.3,"lineWidth":0.1,"radiusScale":0.8,"fontSize":26,"textFilePosition":38,"limitMax":false,"limitMin":false,"highDpiSupport":true,"backgroundColor":"rgba(255, 255, 255, 0)","shadowColor":"#d5d5d5","fractionDigits":0,"ticksEnabled":false,"renderTicks":{"divisions":0,"divWidth":0,"divLength":0,"divColor":"#333333","subDivisions":0,"subLength":0,"subWidth":0,"subColor":"#666666"},"staticLabelsText":"200;500;2100;2800","staticFontSize":10,"staticFontColor":"#000000","type":1,"fontFamily":"Roboto-Thin"},"variable":"Tag Byte","variableSrc":"Device A","variableId":"Device A^~^Tag Byte"},"label":"HtmlBag"},"PIE_0768c749-1d7b4b78":{"id":"PIE_0768c749-1d7b4b78","type":"svg-ext-pipe","name":"pipe_1","property":{"events":[],"actions":[{"options":{},"range":{"min":"1","max":"1"},"variableSrc":"Device A","variableId":"Device A^~^Tag Bool","variable":"Tag Bool","type":"clockwise"},{"options":{},"range":{"min":"0","max":"0"},"variableSrc":"Device A","variableId":"Device A^~^Tag Bool","variable":"Tag Bool","type":"stop"}],"options":{"borderWidth":0,"border":"#000000","pipeWidth":11,"pipe":"#afafafff","contentWidth":8,"content":"#018ef5ff","contentSpace":17}},"label":"Pipe"},"PIE_de3a2ae9-22cd4488":{"id":"PIE_de3a2ae9-22cd4488","type":"svg-ext-pipe","name":"pipe_2","property":{"events":[],"actions":[{"options":{},"range":{"min":"1","max":"1"},"variableSrc":"Device A","variableId":"Device A^~^Tag Bool","variable":"Tag Bool","type":"clockwise"},{"options":{},"range":{"min":"0","max":"0"},"variableSrc":"Device A","variableId":"Device A^~^Tag Bool","variable":"Tag Bool","type":"stop"}],"options":{"borderWidth":7,"border":"#000000","pipeWidth":7,"pipe":"#d2d2d2ff","contentWidth":5,"content":"#fd7e14ff","contentSpace":5}},"label":"Pipe"},"svg_67f835e1-3aec42eb":{"id":"svg_67f835e1-3aec42eb","type":"svg-ext-shapes-pipe","name":"shape_2","property":{"events":[],"actions":[{"options":{"strokeA":null,"strokeB":null,"fillA":"#018ef5ff","fillB":"#005695ff","interval":1000},"range":{"min":"1","max":"1"},"variableSrc":"Device A","variableId":"Device A^~^Tag Bool","variable":"Tag Bool","type":"blink"}],"alarmId":"","alarmSrc":"","alarm":"","alarmColor":"","ranges":[{"type":"range","min":20,"max":80,"color":"","stroke":""}]},"label":"Shapes"},"SHE_32d0bfaf-9db147c1":{"id":"SHE_32d0bfaf-9db147c1","type":"svg-ext-ape-eli","name":"shape_3","property":{"events":[],"actions":[{"options":{},"range":{"min":"1","max":"1"},"variableSrc":"Device A","variableId":"Device A^~^Tag Bool","variable":"Tag Bool","type":"clockwise"},{"options":{},"range":{"min":"0","max":"0"},"variableSrc":"Device A","variableId":"Device A^~^Tag Bool","variable":"Tag Bool","type":"stop"}],"alarmId":"","alarmSrc":"","alarm":"","alarmColor":"","ranges":[{"type":"range","min":20,"max":80,"color":"","stroke":""}]},"label":"AnimProcEng"},"SHE_c9779147-3bcf4800":{"id":"SHE_c9779147-3bcf4800","type":"svg-ext-proceng-valvecx","name":"shape_4","property":{"events":[],"actions":[],"variable":"Tag Bool","variableSrc":"Device A","variableId":"Device A^~^Tag Bool","alarmId":"","alarmSrc":"","alarm":"","alarmColor":"","ranges":[{"type":"range","min":"1","max":"1","color":"#595959ff","stroke":""},{"type":"range","color":"#d8d8d8ff","stroke":"","min":"0","max":"0"}]},"label":"Proc-Eng"}},"variables":{},"svgcontent":"<svg width=\"1024\" height=\"768\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns:html=\"http://www.w3.org/1999/xhtml\">\n <filter height=\"200\" width=\"200\" y=\"-3\" x=\"-3\" id=\"blur-filter\">\n <feGaussianBlur stdDeviation=\"3\"/>\n </filter>\n <g>\n <title>Layer 1</title>\n <line fill=\"none\" stroke=\"#5A9CFE\" x1=\"526\" y1=\"244\" x2=\"526\" y2=\"276\" stroke-width=\"8\" id=\"svg_6b92d380-262c4a37\"/>\n <line fill=\"none\" stroke=\"#DC3545\" x1=\"526\" y1=\"176\" x2=\"526\" y2=\"208\" id=\"svg_393de4c6-b0d84b91\" stroke-width=\"8\"/>\n <g id=\"PIE_0768c749-1d7b4b78\" type=\"svg-ext-pipe\">\n <path id=\"bPIE_9c86ef2b-cea648d2\" d=\"M280,284L472,284\" stroke-width=\"0\" stroke=\"#000000\" fill=\"none\"/>\n <path id=\"pPIE_79e909d5-83f14b0f\" d=\"M280,284L472,284\" stroke-width=\"11\" stroke=\"#afafafff\" fill=\"none\"/>\n <path id=\"cPIE_b07cc906-701342fb\" d=\"M280,284L472,284\" stroke-width=\"8\" stroke=\"#018ef5ff\" fill=\"none\" stroke-dasharray=\"17 17\"/>\n </g>\n <g stroke=\"#808080\" text-anchor=\"middle\" font-family=\"sans-serif\" font-size=\"14\" fill=\"#E6E6E6\" type=\"svg-ext-proceng-tank4\" id=\"SHE_d014e26d-78414a61\">\n <path stroke=\"#808080\" d=\"M168,155C168,142.304 193.5132,132 225,132C256.4868,132 282,142.304 282,155L282,293C282,305.696 256.4868,316 225,316C193.5132,316 168,305.696 168,293L168,155z\" id=\"SHE_dcab6223-012e482b\" stroke-linecap=\"null\" stroke-linejoin=\"null\" stroke-dasharray=\"null\"/>\n </g>\n <g stroke=\"#808080\" font-family=\"sans-serif\" font-size=\"14\" type=\"svg-ext-gauge_progress\" id=\"GXP_9f8d1f8d-20d448dd\">\n <rect stroke-width=\"0.5\" stroke=\"#808080\" fill=\"none\" height=\"144.00001\" width=\"30.76923\" y=\"153.99999\" x=\"186\" id=\"A-GXP_99d10838-81ea46af\" stroke-linecap=\"null\" stroke-linejoin=\"null\" stroke-dasharray=\"null\"/>\n <rect stroke-width=\"0.5\" stroke=\"#808080\" fill=\"#018ef5ff\" height=\"72\" width=\"30.76923\" y=\"225.99999\" x=\"186\" id=\"B-GXP_1ed20507-7aaf445d\" stroke-linecap=\"null\" stroke-linejoin=\"null\" stroke-dasharray=\"null\"/>\n <foreignObject font-size=\"14\" id=\"H-GXP_d8a4efdb-3e0d4051\" width=\"30.76923\" height=\"144.00001\" y=\"153.99999\" x=\"186\"/>\n </g>\n <text xml:space=\"preserve\" text-anchor=\"middle\" font-family=\"sans-serif\" font-size=\"14\" id=\"svg_2112116a-f16c47d5\" y=\"158\" x=\"246\" stroke-linecap=\"null\" stroke-linejoin=\"null\" stroke-dasharray=\"null\" stroke-width=\"0\" stroke=\"#808080\" fill=\"#000000\">- 100%</text>\n <text id=\"svg_03585eeb-2f904794\" xml:space=\"preserve\" text-anchor=\"middle\" font-family=\"sans-serif\" font-size=\"14\" y=\"300\" x=\"238\" stroke-linecap=\"null\" stroke-linejoin=\"null\" stroke-dasharray=\"null\" stroke-width=\"0\" stroke=\"#808080\" fill=\"#000000\">- 0%</text>\n <g id=\"VAL_e4e0f91a-cd774967\" type=\"svg-ext-value\" fill=\"#000000\" stroke=\"#000000\" font-size=\"14\" stroke-width=\"0\" font-family=\"sans-serif\" text-anchor=\"middle\">\n <text stroke-width=\"0\" id=\"VAL_b4c4caa7-22054f1f\" fill=\"#000000\" stroke=\"#000000\" font-size=\"14\" font-family=\"sans-serif\" text-anchor=\"middle\" xml:space=\"preserve\" x=\"248\" y=\"228\">##.##</text>\n </g>\n <text xml:space=\"preserve\" text-anchor=\"middle\" font-family=\"Roboto-Light\" font-size=\"32\" id=\"svg_86d6aac1-3ff74952\" y=\"42\" x=\"108\" stroke-width=\"0\" stroke=\"#000000\" fill=\"#666666\">FUXA sample</text>\n <g stroke=\"#073984\" text-anchor=\"right\" font-family=\"Roboto-Light\" font-size=\"32\" fill=\"#0B5CD5\" type=\"svg-ext-html_chart\" id=\"HXC_579f9f9d-705d4a94\">\n <rect stroke=\"null\" fill=\"none\" id=\"svg_af351d64-cec24f68\" stroke-width=\"0\" height=\"240\" width=\"464.00001\" y=\"454\" x=\"503.99999\"/>\n <foreignObject id=\"H-HXC_90e90e01-e8244451\" width=\"464.00001\" height=\"240\" y=\"454\" x=\"503.99999\">\n <DIV style=\"width: 100%; height: 100%; vector-effect: non-scaling-stroke;\" id=\"D-HXC_90e90e01-e8244451\">\n <CHART-UPLOT class=\"ng-star-inserted\">\n <DIV class=\"mychart-panel\">\n <!--bindings={\n \"ng-reflect-ng-if\": \"false\"\n}-->\n <NGX-UPLOT style=\"background: rgba(0, 0, 0, 0);\" class=\"mychart-graph\">\n <DIV>\n <DIV id=\"My chart\" class=\"uplot u-hz\">\n <DIV style=\"color: rgb(0, 0, 0); font-size: 18px; font-family: Roboto-Regular;\" class=\"u-title\">My chart</DIV>\n <DIV style=\"width: 464px; height: 164px;\" class=\"u-wrap\">\n <DIV style=\"left: 50px; top: 17px; width: 389px; height: 67px;\" class=\"u-under\"></DIV>\n <CANVAS height=\"164\" width=\"464\"/>\n <DIV style=\"left: 50px; top: 17px; width: 389px; height: 67px;\" class=\"u-over\">\n <DIV style=\"transform: translate(-10px, 0px);\" class=\"u-cursor-x u-off\"></DIV>\n <DIV style=\"transform: translate(0px, -10px);\" class=\"u-cursor-y u-off\"></DIV>\n <DIV style=\"left: 0px; width: 0px; top: 0px; height: 0px;\" class=\"u-select\"></DIV>\n <DIV style=\"background: rgb(68, 132, 239); width: 5px; height: 5px; margin-left: -2.5px; margin-top: -2.5px; transform: translate(-10px, -10px);\" class=\"u-cursor-pt u-off\"></DIV>\n </DIV>\n </DIV>\n <TABLE class=\"u-legend u-inline u-live\">\n <TR class=\"u-series\">\n <TH>\n <DIV class=\"u-marker\"></DIV>\n <DIV class=\"u-label\">Time</DIV>\n </TH>\n <TD class=\"u-value\">--</TD>\n </TR>\n <TR class=\"u-series\">\n <TH>\n <DIV style=\"border: 1px solid rgb(68, 132, 239);\" class=\"u-marker\"></DIV>\n <DIV class=\"u-label\">Tag Byte</DIV>\n </TH>\n <TD class=\"u-value\">--</TD>\n </TR>\n </TABLE>\n </DIV>\n </DIV>\n </NGX-UPLOT>\n </DIV>\n </CHART-UPLOT>\n </DIV>\n </foreignObject>\n </g>\n <line id=\"svg_00ac8ac4-533e4ee5\" y2=\"416\" x2=\"944\" y1=\"416\" x1=\"76\" stroke=\"#B3B3B3\" fill=\"none\"/>\n <g stroke=\"#B3B3B3\" text-anchor=\"right\" font-family=\"Roboto-Light\" font-size=\"32\" fill=\"#B3B3B3\" type=\"svg-ext-html_slider\" id=\"SLI_6b54f2a5-714a4ae1\">\n <rect stroke=\"null\" fill=\"none\" id=\"svg_ae64974f-d76942d5\" stroke-width=\"0\" height=\"260.00001\" width=\"184.00001\" y=\"432\" x=\"82\"/>\n <foreignObject id=\"H-SLI_c9f639e4-98e847b5\" width=\"184.00001\" height=\"260.00001\" y=\"432\" x=\"82\">\n <DIV style=\"width: 100%; height: 100%; vector-effect: non-scaling-stroke;\" id=\"D-SLI_c9f639e4-98e847b5\">\n <NGX-NOUISLIDER class=\"ng-star-inserted\">\n <DIV style=\"margin: 40px; font-family: Roboto-Light;\">\n <DIV style=\"height: 180px;\" id=\"mySlider\" class=\"myslider-container noUi-target noUi-rtl noUi-vertical noUi-txt-dir-ltr\">\n <DIV class=\"noUi-base\">\n <DIV style=\"background: rgb(220, 220, 220);\" class=\"noUi-connects\">\n <DIV style=\"background: rgb(73, 178, 255); transform: translate(0px, 50%) scale(1, 0.5);\" class=\"noUi-connect\"></DIV>\n </DIV>\n <DIV style=\"transform: translate(0px, 500%); z-index: 4;\" class=\"noUi-origin\">\n <DIV style=\"background: rgb(1, 142, 245);\" aria-valuetext=\"50\" aria-valuenow=\"50\" aria-valuemax=\"100\" aria-valuemin=\"0\" aria-orientation=\"vertical\" role=\"slider\" tabindex=\"0\" data-handle=\"0\" class=\"noUi-handle noUi-handle-lower\">\n <DIV class=\"noUi-touch-area\"></DIV>\n </DIV>\n </DIV>\n </DIV>\n <DIV class=\"noUi-pips noUi-pips-vertical\">\n <DIV style=\"bottom: 0%; background: rgb(0, 0, 0); width: 12px; height: 2px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-large\"></DIV>\n <DIV style=\"bottom: 0%; padding-left: 15px; font-size: 18px; color: rgb(0, 0, 0);\" data-value=\"0\" class=\"noUi-value noUi-value-vertical noUi-value-large\">0</DIV>\n <DIV style=\"bottom: 3.84615%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 7.69231%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 11.5385%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 15.3846%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 19.2308%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 23.0769%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 26.9231%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 30.7692%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 34.6154%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 38.4615%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 42.3077%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 46.1538%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 50%; background: rgb(0, 0, 0); width: 12px; height: 2px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-large\"></DIV>\n <DIV style=\"bottom: 50%; padding-left: 15px; font-size: 18px; color: rgb(0, 0, 0);\" data-value=\"50\" class=\"noUi-value noUi-value-vertical noUi-value-large\">50</DIV>\n <DIV style=\"bottom: 53.8462%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 57.6923%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 61.5385%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 65.3846%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 69.2308%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 73.0769%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 76.9231%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 80.7692%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 84.6154%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 88.4615%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 92.3077%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 96.1539%; background: rgb(0, 0, 0); width: 5px; height: 1px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-normal\"></DIV>\n <DIV style=\"bottom: 100%; background: rgb(0, 0, 0); width: 12px; height: 2px;\" class=\"noUi-marker noUi-marker-vertical noUi-marker-large\"></DIV>\n <DIV style=\"bottom: 100%; padding-left: 15px; font-size: 18px; color: rgb(0, 0, 0);\" data-value=\"100\" class=\"noUi-value noUi-value-vertical noUi-value-large\">100</DIV>\n </DIV>\n </DIV>\n </DIV>\n </NGX-NOUISLIDER>\n </DIV>\n </foreignObject>\n </g>\n <g stroke=\"#666666\" text-anchor=\"middle\" font-family=\"sans-serif\" font-size=\"14\" fill=\"#B3B3B3\" type=\"svg-ext-proceng-pumpscreew2\" id=\"SHE_e766ab70-76f948fe\">\n <path stroke=\"null\" d=\"M772.6268,247.6124L762,258.9584L815.1464,258.9584L804.5196,247.6124\" id=\"SHE_11dcafdf-1e634764\"/>\n <path stroke=\"null\" d=\"M762.5332,222.2792C764.7032,209.6932 775.7764,200.48 788.722,200.48C801.68,200.48 812.7532,209.6932 814.9232,222.2792L824,222.2792L824,231.0212L814.9232,231.0212C812.7532,243.6072 801.68,252.8204 788.722,252.8204C775.7764,252.8204 764.7032,243.6072 762.5332,231.0212\" id=\"SHE_57983d53-a4f14a45\"/>\n </g>\n <g stroke=\"#666666\" text-anchor=\"middle\" font-family=\"sans-serif\" font-size=\"14\" fill=\"#D56A11\" type=\"svg-ext-ape-eli\" id=\"SHE_32d0bfaf-9db147c1\">\n <path stroke=\"null\" d=\"M784.87551,204.1892C783.94051,204.1892 783.61051,204.627 783.83051,205.507L787.68051,220.72A5.5,5.5 0 0 0 786.14051,221.38L783.44551,216.705L778.77051,208.807C778.22051,207.861 777.45051,207.6685 776.51551,208.202L774.15051,209.555C773.65551,209.83 773.43551,210.49 773.98551,211.37L784.76551,222.315A5.5,5.5 0 0 0 784.05051,223.36L779.37551,220.665L771.29051,215.99C770.35551,215.44 769.58551,215.66 769.03551,216.595L767.66051,218.96C767.38386,219.455 767.60551,220.225 768.54051,220.775L783.33551,224.845A5.5,5.5 0 0 0 783.22551,226.165L768.37551,226.165C767.49551,226.165 766.99996,226.605 766.99996,227.54L766.99996,230.29C766.99996,231.225 767.44051,231.555 768.32051,231.335L783.39051,227.54A5.5,5.5 0 0 0 784.05051,229.025L779.37551,231.72L770.90551,236.67C770.41051,236.945 770.24551,237.66 770.79551,238.65L772.14851,241.015C772.44551,241.51 773.10551,241.73 773.60051,241.455L784.98551,230.4A5.5,5.5 0 0 0 786.03051,231.17L783.39051,235.68L778.44051,244.26C778.16551,244.755 778.38551,245.47 779.32051,246.02L781.74051,247.395C782.18051,247.67 782.95051,247.505 783.22551,247.01L787.57051,231.775A5.5,5.5 0 0 0 789.00051,231.885L789.00051,246.79C789.00051,247.725 789.44051,248.165 790.37551,248.165L793.12551,248.165C794.06051,248.165 794.39051,247.725 794.17051,246.845L790.37551,231.665A5.5,5.5 0 0 0 791.69551,231.06L794.39051,235.735L799.34051,244.315C799.67051,244.81 800.44051,244.975 800.88051,244.755L803.30051,243.325C804.23551,242.83 804.45551,242.005 803.63051,241.84L792.63051,230.455A5.5,5.5 0 0 0 793.78551,228.97L798.40551,231.665L806.98551,236.615C807.48051,236.89 808.25051,236.67 808.52551,236.23L809.90051,233.81C810.45051,232.875 810.23051,232.105 809.46051,232.325L794.22551,227.98A5.5,5.5 0 0 0 794.22551,227.925A5.5,5.5 0 0 0 794.33551,227.595A5.5,5.5 0 0 0 794.50051,226.165L809.62551,226.165C810.56051,226.165 811.00051,225.725 811.00051,224.79L811.00051,222.04C811.00051,221.105 810.56051,220.775 809.68051,220.995L794.33551,224.845A5.5,5.5 0 0 0 794.17051,224.35A5.5,5.5 0 0 0 794.17051,224.295A5.5,5.5 0 0 0 794.06051,224.02A5.5,5.5 0 0 0 793.89551,223.69A5.5,5.5 0 0 0 793.78551,223.415L798.40551,220.775L806.82051,215.715C807.64551,215.275 807.75551,214.615 807.48051,214.12L806.10551,211.755C805.55551,210.82 804.89551,210.545 804.45551,211.425L793.18051,222.48A5.5,5.5 0 0 0 791.69551,221.325L794.39051,216.705L799.17551,208.169C799.67051,207.3715 799.39551,206.739 798.90051,206.464L796.53551,205.089C795.60051,204.53735 794.88551,204.594 794.94051,205.639L790.70551,220.83A5.5,5.5 0 0 0 789.00051,220.555L789.00051,205.562C789.00051,204.6435 788.56051,204.1892 787.62551,204.1892L784.87551,204.1892z\" id=\"SHE_fda53aa0-8b294f58\"/>\n </g>\n <g stroke=\"rgba(0,0,0,0)\" fill=\"rgba(0,0,0,0)\" type=\"svg-ext-html_switch\" id=\"HXT_66b852d7-62ce4fcc\">\n <rect stroke=\"null\" id=\"svg_2a2675b3-64e84390\" stroke-width=\"0\" height=\"28\" width=\"66\" y=\"478\" x=\"328\"/>\n <foreignObject id=\"H-HXT_2ebbb133-5934485e\" width=\"66\" height=\"28\" y=\"478\" x=\"328\">\n <LABEL style=\"width: calc(100% - 6px); height: calc(100% - 6px); text-align: center; background-color: rgb(213, 106, 17); color: rgb(102, 102, 102); margin: 3px; vector-effect: non-scaling-stroke; border-radius: 11px;\" class=\"md-switch\" id=\"T-HXT_2ebbb133-5934485e\">\n <NGX-SWITCH class=\"ng-star-inserted\">\n <LABEL style=\"border-radius: 11px;\" class=\"md-switch\">\n <DIV style=\"background-color: rgb(204, 204, 204);\" class=\"toggle-button\">\n <INPUT type=\"checkbox\"/>\n <DIV style=\"text-align: center; line-height: 22px; font-size: 12px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);\" class=\"inner-circle\"></DIV>\n </DIV>\n </LABEL>\n </NGX-SWITCH>\n </LABEL>\n </foreignObject>\n </g>\n <rect id=\"svg_78d38894-486b4fd7\" stroke=\"#B92D3A\" ry=\"17\" rx=\"17\" height=\"26\" width=\"110\" y=\"150\" x=\"470\" fill=\"#E25563\"/>\n <g stroke=\"#B92D3A\" text-anchor=\"right\" font-family=\"sans-serif\" font-size=\"14\" fill=\"#E25563\" type=\"svg-ext-html_bag\" id=\"BAG_e6690f03-af38495a\">\n <rect stroke=\"null\" fill=\"none\" id=\"svg_57c2166d-aa2845dd\" stroke-width=\"0\" height=\"120\" width=\"152\" y=\"544\" x=\"290\"/>\n <foreignObject id=\"H-BAG_85bae99f-da124ebf\" width=\"152\" height=\"120\" y=\"544\" x=\"290\">\n <DIV style=\"width: 100%; height: 100%; vector-effect: non-scaling-stroke;\" id=\"D-BAG_85bae99f-da124ebf\">\n <NGX-GAUGE class=\"ng-star-inserted\">\n <DIV class=\"mygauge-container\">\n <DIV style=\"font-size: 26px; color: rgb(0, 0, 0); top: 38%; font-family: Roboto-Thin;\" class=\"mygauge-value\">0</DIV>\n <CANVAS width=\"152\" id=\"myGauge\" height=\"120\" class=\"mygauge-canvas\"/>\n </DIV>\n </NGX-GAUGE>\n </DIV>\n </foreignObject>\n </g>\n <path fill=\"rgba(0,0,0,0)\" stroke=\"rgba(41,171,226,1)\" opacity=\"0.5\" d=\"M472,284\" id=\"PIE_03487a45-8c1d4cb5\" type=\"svg-ext-pipe\" stroke-width=\"10\"/>\n <rect stroke=\"#073984\" ry=\"17\" rx=\"17\" id=\"svg_67f835e1-3aec42eb\" height=\"26\" width=\"110\" y=\"270\" x=\"470\" fill=\"#018ef5ff\"/>\n <g id=\"SHE_4420f177-359f447a\" type=\"svg-ext-shapes-delay\" fill=\"#FD7E14\" stroke=\"#84420A\" font-size=\"14\" font-family=\"sans-serif\" text-anchor=\"middle\">\n <path id=\"SHE_9e1a67cf-978944ba\" d=\"M826,216L856,216Q866,216 866,226Q866,236 856,236L826,236L826,216z\"/>\n </g>\n <g id=\"PIE_de3a2ae9-22cd4488\" type=\"svg-ext-pipe\">\n <path stroke-width=\"7\" id=\"bPIE_9758e04b-74044f25\" d=\"M542,226C544,226 762,226 762,226\" stroke=\"#000000\" fill=\"none\"/>\n <path stroke-width=\"7\" id=\"pPIE_33a7d040-d45a44ae\" d=\"M542,226C544,226 762,226 762,226\" stroke=\"#d2d2d2ff\" fill=\"none\"/>\n <path stroke-width=\"5\" id=\"cPIE_f1598746-8e6340fc\" d=\"M542,226C544,226 762,226 762,226\" stroke=\"#fd7e14ff\" fill=\"none\" stroke-dasharray=\"5 5\"/>\n </g>\n <g transform=\"rotate(-90 530.0000000000001,225.99999999999997) \" text-anchor=\"middle\" font-family=\"sans-serif\" font-size=\"14\" stroke=\"#808080\" fill=\"#CCCCCC\" type=\"svg-ext-proceng-valvecx\" id=\"SHE_c9779147-3bcf4800\">\n <path d=\"M510,210L530,222L510,234L510,210zM550,210L530,222L550,234L550,210zM530,222L542,242L518,242L530,222z\" id=\"SHE_14ce9075-414341a5\"/>\n </g>\n </g>\n</svg>"},{"id":"v_101044883-4a1b","name":"View_1","profile":{"width":640,"height":480,"bkcolor":"#ffffffff"},"items":{},"variables":{},"svgcontent":"<svg width=\"640\" height=\"480\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:svg=\"http://www.w3.org/2000/svg\">\n <filter id=\"blur-filter\" x=\"-3\" y=\"-3\" width=\"200\" height=\"200\">\n <feGaussianBlur stdDeviation=\"3\"/>\n </filter>\n <g>\n <title>Layer 1</title>\n </g>\n</svg>"}]},"version":"1.00","projectFile":"C:\\Users\\Meimetis\\AppData\\Roaming\\.fuxa\\project.json","server":{"id":"0","name":"FuxaServer","type":"FuxaServer","property":{"address":"0.0.0.0"}},"charts":[{"id":"0a254398-513213","name":"My chart","lines":[{"id":"Tag Byte","name":"Tag Byte","device":"Device A","color":"#4484ef","label":"Tag Byte","yaxis":1}]}]}
|
package/dist/favicon.ico
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<metadata>Generated by IcoMoon</metadata>
|
|
5
|
+
<defs>
|
|
6
|
+
<font id="icomoon" horiz-adv-x="1024">
|
|
7
|
+
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
|
8
|
+
<missing-glyph horiz-adv-x="1024" />
|
|
9
|
+
<glyph unicode=" " horiz-adv-x="512" d="" />
|
|
10
|
+
<glyph unicode="" glyph-name="select" d="M291.864 687.493l123.045-364.094 93.648 80h0.21l171.759-201.365 30.026 25.407-172.178 201.364 93.648 80zM360.105 607.284l202.415-106.247-49.554-42.415-29.816-25.407-49.554-42.415z" />
|
|
11
|
+
<glyph unicode="" glyph-name="image" d="M179.528 723.609v-579.738h721.89v579.738zM218.793 684.345h643.36v-501.207h-643.36zM362.415 560.67l-96.588-354.436h556.22l-163.989 262.468-116.325-87.349zM376.903 506.076l162.31-162.099 111.076 83.36 120.735-192.756h-468.031zM725.249 638.36c-18.458 0-33.806-15.557-33.806-34.015 0-18.459 15.348-33.807 33.806-33.807s34.016 15.348 34.016 33.807c0 18.458-15.558 34.015-34.016 34.015zM725.249 609.804c2.749 0 5.459-2.709 5.459-5.461s-2.711-5.246-5.459-5.246c-2.749 0-5.249 2.505-5.249 5.246 0 2.752 2.501 5.461 5.249 5.461zM375 520.778c-0.004 0-6.219-1.946-6.222-1.946s-6.442-5.214-6.444-5.225c-0.004-0.005-1.678-2.505-2-3.107-0.321-0.645-0.531-1.075-0.667-1.333-0.271-0.645-0.341-0.86-0.444-1.172-0.207-0.538-0.331-0.86-0.444-1.226-0.227-0.645-0.414-1.387-0.667-2.225-0.505-1.677-1.187-3.935-2-6.773-1.627-5.687-3.874-13.75-6.611-23.611-5.474-19.722-12.885-46.711-20.889-76.222-15.988-58.952-32.203-118.525-35.944-132.112l-13.722-49.834h523.388l-23.111 38.889c-8.488 14.302-35.163 57.115-60.444 97.333-12.641 20.109-24.903 39.452-34.167 53.999-4.632 7.278-8.472 13.316-11.333 17.722-1.431 2.204-2.628 4.010-3.556 5.386-0.463 0.645-0.869 1.258-1.278 1.828-0.409 0.538 0.14 0.323-2.333 2.946-4.958 5.203-12.399 6.698-16.611 6.504-4.213-0.215-6.69-1.15-8.944-2.053-4.508-1.806-8.072-4.021-12.778-7.052-9.412-6.074-22.552-15.626-42.389-30.556-14.080-10.6-27.315-20.451-37.222-27.667-2.342-1.709-3.735-2.666-5.667-4.053-3.319 2.924-6.424 5.633-11.389 10.278-14.13 13.207-34.323 32.835-58.889 57.389-21.96 21.95-41.991 41.759-56.722 56.055-7.365 7.149-13.427 12.888-17.778 16.945-2.175 2.032-3.892 3.644-5.389 4.945-0.748 0.645-1.372 1.14-2.444 1.946-0.536 0.43-1.014 0.86-2.722 1.774-0.427 0.215-0.927 0.538-1.667 0.86s-3.209 1.075-3.222 1.075c-0.013 0.003-7.269 0.323-7.278 0.323zM387.722 465.223c0.19-0.215 0.253-0.215 0.444-0.43 14.521-14.092 34.484-33.772 56.333-55.611 24.759-24.747 45.137-44.597 59.833-58.333 7.348-6.87 13.224-12.199 17.833-16.056 2.304-1.924 4.212-3.451 6.389-4.945 1.088-0.753 2.126-1.484 4.167-2.44 1.020-0.43 2.273-1.075 4.556-1.559 1.141-0.215 2.555-0.538 4.5-0.538 0.972 0.003 2.086 0.065 3.333 0.323 1.247 0.215 4.092 1.161 4.111 1.161 5.212 2.107 4.076 2.15 5.278 2.946 1.202 0.753 2.543 1.699 4.167 2.827 3.247 2.279 7.539 5.365 12.611 9.052 10.144 7.386 23.5 17.241 37.722 27.944 17.569 13.223 28.163 20.826 35.889 25.999 2.134-3.322 3.926-6.139 6.667-10.439 9.196-14.44 21.389-33.715 34-53.777 19.907-31.668 35.553-57.003 47.278-76.111l-402.333 0.215c3.835 13.929 20.007 73.362 36 132.333 7.987 29.45 15.335 56.333 20.778 75.945 0.182 0.645 0.267 0.968 0.444 1.559z" />
|
|
12
|
+
<glyph unicode="" glyph-name="line" d="M294.593 742.507l-20.157-20.157 540.472-540.472 19.948 20.157z" />
|
|
13
|
+
<glyph unicode="" glyph-name="path" d="M445.774 718.15l-3.78-8.396-207.664-475.171h596.535l-239.16 239.16c9.59 5.365 19.995 10.589 43.465 26.457 32.206 21.772 69.407 50.295 91.129 81.89 10.861 15.797 18.28 33.186 16.378 51.443s-13.918 35.086-34.436 47.244c-41.035 24.317-117.119 37.376-253.228 37.376zM464.042 688.544c124.645-1.097 199.708-14.681 229.501-32.336 15.483-9.17 20.121-17.207 20.997-25.617 0.876-8.407-2.854-19.689-11.549-32.336-17.39-25.294-52.874-53.648-83.78-74.541s-57.113-34.646-57.113-34.646l-16.798-9.031 216.693-216.903h-484.199z" />
|
|
14
|
+
<glyph unicode="" glyph-name="pencil" d="M620.892 728.019c-36.098 13.127-86.781 4.193-141.102-10.288-108.643-28.971-229.921-86.299-229.921-86.299l12.178-25.618c0 0 120.402 56.491 225.092 84.409 52.345 13.96 101.525 19.336 124.094 11.129 11.285-4.107 15.6-8.74 17.218-19.527s-1.795-29.627-15.328-56.693c-51.512-103.025-81.319-155.944-102.887-192.756-0.018-0.031 0.018-0.215 0-0.215-9.928-15.885-15.88-25.197-38.845-61.942-18.561-29.698-27.661-54.355-28.136-76.22s9.488-40.499 25.197-52.074c31.418-23.149 80.535-25.059 133.333-21.417 105.596 7.278 227.192 43.255 227.192 43.255l-8.189 27.296c0 0-120.266-35.264-220.892-42.204-50.313-3.472-95.397 1.774-114.646 15.957-9.624 7.095-13.951 14.645-13.648 28.557 0.301 13.872 7.054 34.45 23.937 61.522 0.050 0.081-0.050 0.108 0 0.215 1.066 1.204 2.326 2.376 5.879 7.353 4.742 6.644 11.867 17.469 22.677 35.486 1.922 3.204 7.929 15.442 10.079 19.107 0.121 0.215 0.507 0.86 0.63 1.075 6.168 9.869 9.39 14.982 14.068 22.467 3.224 5.16 4.983 7.719 6.719 10.503 1.364 2.182 2.029 3.204 2.52 3.988 0.296 0.43 0.518 0.645 0.63 0.86 0.048 0.076-0.029 0.215 0 0.215 0 0 0 0.215 0 0.215s-2.029 1.376-2.52 1.677c21.646 38.54 41.288 72.287 82.31 154.331 14.911 29.822 21.106 53.376 18.058 73.7s-17.647 35.432-35.696 41.995z" />
|
|
15
|
+
<glyph unicode="" glyph-name="rect" d="M213.333 689.804v-455.224h654.278v455.224zM241.68 661.247h597.375v-398.11h-597.375z" />
|
|
16
|
+
<glyph unicode="" glyph-name="ellipse" d="M528.924 757.835c-102.213 0-195.137-31.34-263.307-83.15s-111.916-125.228-111.916-206.823c0-81.596 43.745-154.805 111.916-206.615s161.094-83.15 263.307-83.15c102.213 0 195.137 31.34 263.307 83.15s111.916 125.018 111.916 206.615c0 81.595-43.745 155.014-111.916 206.823s-161.094 83.15-263.307 83.15zM528.924 718.57c94.155 0 179.065-29.179 239.58-75.171s96.378-107.895 96.378-175.538c0-67.644-35.863-129.337-96.378-175.328s-145.425-75.171-239.58-75.171-179.065 29.178-239.58 75.171c-60.515 45.991-96.378 107.684-96.378 175.328s35.863 129.546 96.378 175.538 145.425 75.171 239.58 75.171z" />
|
|
17
|
+
<glyph unicode="" glyph-name="circle" d="M525.774 774.633c-183.407 0-332.388-149.191-332.388-332.598s148.981-332.389 332.388-332.389c183.407 0 332.598 148.982 332.598 332.389s-149.191 332.598-332.598 332.598zM525.774 735.368c162.2 0 293.333-131.133 293.333-293.334s-131.133-293.123-293.333-293.123c-162.2 0-293.123 130.923-293.123 293.123s130.923 293.334 293.123 293.334z" />
|
|
18
|
+
<glyph unicode="" glyph-name="text" d="M312.861 762.875v-60.893h197.165v-510.026h60.892v510.026h197.165v60.893h-258.058z" />
|
|
19
|
+
</font></defs></svg>
|
package/dist/index.html
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<!DOCTYPE html><html><head>
|
|
2
|
+
<base href="/">
|
|
3
|
+
<title>FUXA</title>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
|
|
7
|
+
<!-- 1° Load styles -->
|
|
8
|
+
<link rel="stylesheet" href="assets/lib/svgeditor/jquery-plugin.min.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="assets/lib/svgeditor/jquery-plugin.min.css"></noscript>
|
|
9
|
+
|
|
10
|
+
<link rel="stylesheet" href="assets/lib/svgeditor/extensions/ext-html_button.min.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="assets/lib/svgeditor/extensions/ext-html_button.min.css"></noscript>
|
|
11
|
+
<style>body{background:#d0d0d0}body,div,html{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-o-user-select:text;user-select:text;-webkit-user-drag:text}</style><link rel="stylesheet" href="assets/lib/svgeditor/svg-editor.min.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="assets/lib/svgeditor/svg-editor.min.css"></noscript>
|
|
12
|
+
<link rel="stylesheet" href="assets/lib/ext-styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="assets/lib/ext-styles.css"></noscript>
|
|
13
|
+
<link rel="stylesheet" href="assets/lib/nouislider/nouislider.min.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="assets/lib/nouislider/nouislider.min.css"></noscript>
|
|
14
|
+
|
|
15
|
+
<!-- 2° Load libraries -->
|
|
16
|
+
<script src="assets/lib/svgeditor/jquery.min.js"></script>
|
|
17
|
+
<script src="assets/lib/svgeditor/jquery-ui-1.8.17.custom.min.js"></script>
|
|
18
|
+
<script src="assets/lib/svgeditor/jquery-plugin.min.js"></script>
|
|
19
|
+
|
|
20
|
+
<script src="assets/lib/gauge/gauge.js"></script>
|
|
21
|
+
<script src="assets/lib/nouislider/nouislider.min.js"></script>
|
|
22
|
+
<script src="assets/lib/numeral/numeral.min.js"></script>
|
|
23
|
+
|
|
24
|
+
<script src="assets/lib/svgeditor/extensions/ext-bundle.min.js"></script>
|
|
25
|
+
|
|
26
|
+
<script src="assets/lib/svgeditor/fuxa-editor.min.js"></script>
|
|
27
|
+
<script src="assets/lib/svgeditor/shapes/shapes.js"></script>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<script src="assets/lib/svg/svg.min.js"></script>
|
|
31
|
+
<script src="assets/lib/svg/raphael.min.js"></script>
|
|
32
|
+
|
|
33
|
+
<style>@font-face{font-family:Roboto-Regular;src:local("Roboto Regular"),local("Roboto-Regular"),url(roboto-regular-webfont.f58066a2d9061006.woff) format("woff"),url(roboto-regular-webfont.ae47f6f1292d196f.woff2) format("woff2"),url(roboto-regular-webfont.2b0501b72f5a94d5.ttf) format("truetype"),url(roboto-regular-webfont.2ce0ba9a06424965.svg) format("svg")}html{height:100%;position:relative;background-color:#fff;font-family:Segoe UI Symbol,Roboto-Regular,Helvetica Neue,sans-serif;font-weight:300}body{height:100%;margin:0;font-family:Segoe UI Symbol,Roboto-Regular,Helvetica Neue,sans-serif;font-weight:300;background-color:#fff}*{text-decoration:none;scrollbar-width:auto}@-moz-document url-prefix(){*{scrollbar-width:thin}}*:focus{outline:none}app-root{display:block;height:100%}.logo{display:block;text-indent:-9999px;width:30px;height:30px;background:url(logo.0e8e64e69250a450.svg);background-size:30px 30px}</style><link rel="stylesheet" href="styles.cf8e3cf50d039a5c.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.cf8e3cf50d039a5c.css"></noscript></head>
|
|
34
|
+
<!-- 3. Display the application -->
|
|
35
|
+
|
|
36
|
+
<body>
|
|
37
|
+
<app-root>
|
|
38
|
+
<div style="position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);">
|
|
39
|
+
<div class="logo" style="display:block;width:60px;height:60px;background-size:60px 60px;margin-left: 45px;"></div>
|
|
40
|
+
<div style="display: block; padding-left:10px">
|
|
41
|
+
<div style="display:block;font-size: 18px; font-weight: 600; text-align: center;">FUXA Loading...</div>
|
|
42
|
+
<div style="display: block;font-size: 10px;padding-top: 3px; text-align: center;">
|
|
43
|
+
powered by <span><b>frango</b>team</span>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</app-root>
|
|
48
|
+
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.2696a6f9dc75535e.js" type="module"></script><script src="scripts.1c3385254ff4c93c.js" defer></script><script src="main.a356f552d9838b9e.js" type="module"></script>
|
|
49
|
+
|
|
50
|
+
</body></html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
4
|
+
<metadata>
|
|
5
|
+
<rdf:RDF>
|
|
6
|
+
<cc:Work rdf:about="">
|
|
7
|
+
<dc:format>image/svg+xml</dc:format>
|
|
8
|
+
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
|
9
|
+
<dc:title/>
|
|
10
|
+
</cc:Work>
|
|
11
|
+
</rdf:RDF>
|
|
12
|
+
</metadata>
|
|
13
|
+
<g transform="translate(0 -263.13)">
|
|
14
|
+
<ellipse cx="16.865" cy="279.97" rx="16.659" ry="16.536" fill="#ffd04a"/>
|
|
15
|
+
<rect x="5.3897" y="268.09" width="22.784" height="23.764" fill="#4285f4"/>
|
|
16
|
+
<path transform="matrix(1.0451 -.013787 .018522 1.2852 -5.5386 -83.076)" d="m27.075 292.07-21.685-0.21924 11.032-18.67z" fill="#fff"/>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|