qms-angular 1.0.86 → 1.0.87
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/bundles/qms-angular.umd.js +6802 -207
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/comment/comment.js +6 -3
- package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.js +3 -3
- package/esm2015/lib/components/related/content/related-content.component.js +2 -2
- package/esm2015/lib/components/table/table.module.js +4 -4
- package/esm2015/lib/directives/file-upload/file-upload-multiple-selector.directive.js +3 -1
- package/esm2015/lib/directives/file-upload/file-upload-selector.directive.js +3 -1
- package/esm2015/lib/directives/file-upload/file-upload.directive.js +1 -1
- package/esm2015/lib/model/en.js +63 -2
- package/esm2015/lib/model/no.js +63 -2
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/halo.function.js +87 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/inspector.function.js +3767 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/selection.function.js +56 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/stencil.function.js +1003 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/toolbar.function.js +302 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/models/app-shapes.js +320 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.js +69 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.js +412 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.js +80 -0
- package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.js +1 -1
- package/esm2015/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.js +317 -0
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +31 -1
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.module.js +4 -2
- package/esm2015/public-api.js +7 -1
- package/esm2015/qms-angular.js +2 -1
- package/fesm2015/qms-angular.js +6744 -194
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/components/comment/comment.d.ts +1 -0
- package/lib/model/en.d.ts +61 -0
- package/lib/model/no.d.ts +61 -0
- package/lib/qms-ckeditor-components/common/flowchart/config/halo.function.d.ts +37 -0
- package/lib/qms-ckeditor-components/common/flowchart/config/inspector.function.d.ts +7 -0
- package/lib/qms-ckeditor-components/common/flowchart/config/selection.function.d.ts +39 -0
- package/lib/qms-ckeditor-components/common/flowchart/config/stencil.function.d.ts +11 -0
- package/lib/qms-ckeditor-components/common/flowchart/config/toolbar.function.d.ts +224 -0
- package/lib/qms-ckeditor-components/common/flowchart/models/app-shapes.d.ts +58 -0
- package/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.d.ts +16 -0
- package/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.d.ts +56 -0
- package/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.d.ts +35 -0
- package/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.d.ts +2 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.d.ts +41 -0
- package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +4 -0
- package/lib.theme.scss +4 -0
- package/package.json +1 -1
- package/public-api.d.ts +6 -0
- package/qms-angular.d.ts +1 -0
- package/qms-angular.metadata.json +1 -1
- package/src/assets/fonts/OpenSans/OpenSans.woff2 +0 -0
- package/src/assets/jointjs/images/delete-icon-modern.png +0 -0
- package/src/assets/jointjs/images/reset-icon-modern.png +0 -0
- package/src/assets/jointjs/images/save-icon-modern.png +0 -0
- package/src/assets/jointjs/images/to-front-icon-modern.png +0 -0
- package/src/assets/jointjs/images/toback-icon-modern.png +0 -0
- package/src/assets/jointjs/images/toolbar-icons-material.png +0 -0
- package/src/assets/jointjs/images/toolbar-icons-modern.png +0 -0
- package/src/assets/jointjs/scss/rappid.scss +326 -0
- package/src/assets/jointjs/scss/theme-picker.scss +22 -0
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
- package/src/assets/qms-ckeditor-plugin/package-lock.json +12634 -345
- package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +2 -2
- package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorService.js +9 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/flowchartdialogcommand.js +47 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/qmsCKEditorFlowchartPlugin.js +30 -0
- package/src/assets/qms-ckeditor-plugin/src/themes/icons/flowchart.svg +507 -0
- package/src/lib/components/comment/comment.scss +1 -0
- package/src/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.scss +1 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon1.svg +1 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon2.svg +6 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon3.svg +11 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon4.svg +8 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/member-female.png +0 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/member-male.png +0 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/no-color-icon.svg +72 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/toolbar-icons-material.png +0 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/toolbar-icons-modern.png +0 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/transparent-icon.svg +50 -0
- package/src/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.scss +68 -0
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="53px" height="42px" viewBox="0 0 53 42" enable-background="new 0 0 53 42" xml:space="preserve"><g><g opacity="0.49"><path fill="#222138" d="M49.344,3c0.542,0,1.25-0.042,1.25,0.5v34c0,0.542-0.708,1.5-1.25,1.5h-46c-0.542,0-0.75-0.958-0.75-1.5 v-34c0-0.542,0.208-0.5,0.75-0.5h46.25 M49.344,1h-46c-1.65,0-2.75,0.85-2.75,2.5v34c0,1.65,1.1,3.5,2.75,3.5h46 c1.65,0,3.25-1.85,3.25-3.5v-34C52.594,1.85,50.994,1,49.344,1L49.344,1z"/><circle fill="#222138" cx="38.094" cy="12.502" r="4.398"/><path fill="#222138" d="M50.594,26.972l-7.135-5.918c-1.076-0.888-2.726-0.854-3.749,0.084l-7.224,6.582L18.251,12.21 c-1.073-1.173-2.826-1.186-3.917-0.024L1.594,25.922V40h48.993c0.115,0,0.007-0.021,0.007-0.029V26.972z"/></g><g><g><g><path fill="#31D0C6" d="M49.344,2c0.542,0,1.25-0.042,1.25,0.5v34c0,0.542-0.708,1.5-1.25,1.5h-46c-0.542,0-0.75-0.958-0.75-1.5 v-34c0-0.542,0.208-0.5,0.75-0.5h46.25 M49.344,0h-46c-1.65,0-2.75,0.85-2.75,2.5v34c0,1.65,1.1,3.5,2.75,3.5h46 c1.65,0,3.25-1.85,3.25-3.5v-34C52.594,0.85,50.994,0,49.344,0L49.344,0z"/></g><circle fill="#31D0C6" cx="38.094" cy="11.502" r="4.398"/><path fill="#31D0C6" d="M50.594,25.972l-7.135-5.918c-1.076-0.888-2.726-0.854-3.749,0.084l-7.224,6.582L18.251,11.21 c-1.073-1.173-2.826-1.186-3.917-0.024L1.594,24.922V39h48.993c0.115,0,0.007-0.021,0.007-0.029V25.972z"/></g></g></g></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<?xml version="1.0" ?><svg id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><style type="text/css">
|
2
|
+
.st0{fill:#CCE134;}
|
3
|
+
.st1{fill:#3C7D90;}
|
4
|
+
.st2{fill:#01B49E;}
|
5
|
+
.st3{fill:#F3922B;}
|
6
|
+
</style><g id="XMLID_870_"><path class="st0" d="M128.1,329.9V182.1c4.1-2.5,6.8-6.9,6.8-12c0-7.8-6.3-14.1-14.1-14.1s-14.1,6.3-14.1,14.1 c0,5.1,2.7,9.6,6.8,12v147.7c-4.1,2.5-6.8,6.9-6.8,12c0,7.8,6.3,14.1,14.1,14.1s14.1-6.3,14.1-14.1 C134.9,336.8,132.2,332.3,128.1,329.9z" id="XMLID_890_"/><path class="st1" d="M398.5,329.9V182.1c4.1-2.5,6.8-6.9,6.8-12c0-7.8-6.3-14.1-14.1-14.1s-14.1,6.3-14.1,14.1 c0,5.1,2.7,9.6,6.8,12v147.7c-4.1,2.5-6.8,6.9-6.8,12c0,7.8,6.3,14.1,14.1,14.1s14.1-6.3,14.1-14.1 C405.3,336.8,402.6,332.3,398.5,329.9z" id="XMLID_891_"/><path class="st2" d="M182.3,120.8H330c2.5,4.1,6.9,6.8,12,6.8c7.8,0,14.1-6.3,14.1-14.1s-6.3-14.1-14.1-14.1 c-5.1,0-9.6,2.7-12,6.8H182.3c-2.5-4.1-6.9-6.8-12-6.8c-7.8,0-14.1,6.3-14.1,14.1s6.3,14.1,14.1,14.1 C175.4,127.6,179.8,124.9,182.3,120.8z" id="XMLID_897_"/><path class="st3" d="M170.3,420.6c-12.2,0-22.1-9.9-22.1-22.1s9.9-22.1,22.1-22.1c6.1,0,11.8,2.5,15.9,6.8h17.9 v-32.8l-68.1-39.3V326c4.3,4.1,6.8,9.8,6.8,15.9c0,12.2-9.9,22.1-22.1,22.1s-22.1-9.9-22.1-22.1c0-6.1,2.5-11.8,6.8-15.9v-14.9 l-68.1,39.3v96.2l83.3,48.1l83.3-48.1v-32.8h-17.9C182.1,418.1,176.4,420.6,170.3,420.6z" id="XMLID_871_"/><path class="st1" d="M413.3,341.9c0,12.2-9.9,22.1-22.1,22.1s-22.1-9.9-22.1-22.1c0-6.1,2.5-11.8,6.8-15.9v-14.9 l-68.1,39.3v32.8h18.3c4.1-4.3,9.8-6.8,15.9-6.8c12.2,0,22.1,9.9,22.1,22.1s-9.9,22.1-22.1,22.1c-6.1,0-11.8-2.5-15.9-6.8h-18.3 v32.8l83.3,48.1l83.3-48.1v-96.2l-68.1-39.3V326C410.8,330.1,413.3,335.8,413.3,341.9z" id="XMLID_904_"/><path class="st0" d="M98.7,170.1c0-12.2,9.9-22.1,22.1-22.1s22.1,9.9,22.1,22.1c0,6.1-2.5,11.8-6.8,15.9v14.9 l68.1-39.3v-32.8h-17.9c-4.1,4.3-9.8,6.8-15.9,6.8c-12.2,0-22.1-9.9-22.1-22.1s9.9-22.1,22.1-22.1c6.1,0,11.8,2.5,15.9,6.8h17.9 V65.4l-83.3-48.1L37.5,65.4v96.2l68.1,39.3V186C101.2,181.9,98.7,176.2,98.7,170.1z" id="XMLID_905_"/><path class="st2" d="M342.1,91.4c12.2,0,22.1,9.9,22.1,22.1s-9.9,22.1-22.1,22.1c-6.1,0-11.8-2.5-15.9-6.8h-18.3 v32.8l68.1,39.3V186c-4.3-4.1-6.8-9.8-6.8-15.9c0-12.2,9.9-22.1,22.1-22.1s22.1,9.9,22.1,22.1c0,6.1-2.5,11.8-6.8,15.9v14.9 l68.1-39.3V65.4l-83.3-48.1l-83.3,48.1v32.8h18.3C330.3,93.9,335.9,91.4,342.1,91.4z" id="XMLID_906_"/><path class="st3" d="M182.3,405.8H330c2.5,4.1,6.9,6.8,12,6.8c7.8,0,14.1-6.3,14.1-14.1c0-7.8-6.3-14.1-14.1-14.1 c-5.1,0-9.6,2.7-12,6.8H182.3c-2.5-4.1-6.9-6.8-12-6.8c-7.8,0-14.1,6.3-14.1,14.1c0,7.8,6.3,14.1,14.1,14.1 C175.4,412.6,179.8,409.9,182.3,405.8z" id="XMLID_896_"/></g></svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" ?><svg id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><style type="text/css">
|
2
|
+
.st0{fill:#38556D;}
|
3
|
+
.st1{fill:#102535;}
|
4
|
+
.st2{fill:#07D8C9;}
|
5
|
+
.st3{fill:#006D6A;}
|
6
|
+
.st4{fill:#FFD400;}
|
7
|
+
.st5{fill:#EF9900;}
|
8
|
+
.st6{fill:#EF7875;}
|
9
|
+
.st7{fill:#D22D33;}
|
10
|
+
.st8{fill:#FFFFFF;}
|
11
|
+
</style><g id="XMLID_659_"><rect class="st0" height="52.4" id="XMLID_661_" width="109.6" x="6" y="185.8"/><polygon class="st1" id="XMLID_660_" points="182.2,169.8 115.6,238.2 115.6,185.8 182.2,117.4 "/><rect class="st2" height="52.4" id="XMLID_619_" width="109.6" x="6" y="238"/><polygon class="st3" id="XMLID_614_" points="182.2,222 115.6,290.4 115.6,238 182.2,169.6 "/><rect class="st4" height="52.4" id="XMLID_569_" width="109.6" x="6" y="290.2"/><polygon class="st5" id="XMLID_568_" points="182.2,274.1 115.6,342.6 115.6,290.2 182.2,221.7 "/><rect class="st6" height="52.4" id="XMLID_567_" width="109.6" x="6" y="342.3"/><polygon class="st0" id="XMLID_658_" points="413.9,169.7 182.2,169.7 182.2,117.3 413.9,117.3 443.1,143.5 "/><polygon class="st2" id="XMLID_657_" points="364.7,221.8 182.2,221.8 182.2,169.4 364.7,169.4 394,195.6 "/><polygon class="st4" id="XMLID_656_" points="319.1,274 182.2,274 182.2,221.6 319.1,221.6 348.3,247.8 "/><polygon class="st6" id="XMLID_647_" points="268.2,326.2 182.2,326.2 182.2,273.8 268.2,273.8 297.4,300 "/><polygon class="st7" id="XMLID_56_" points="182.2,326.3 115.6,394.7 115.6,342.3 182.2,273.9 "/><g id="XMLID_1504_"><path class="st0" d="M447.5,136.3h11.4c-2.1,2.4-3.8,4.8-4.9,7.3c-1.1,2.5-1.7,5.3-1.7,8.4v3h5.3v-3 c0-3.1,0.4-5.8,1.3-8.1c0.9-2.3,2.5-4.9,5-7.6v-4.1h-16.5V136.3z" id="XMLID_1505_"/><path class="st0" d="M475.8,140c-0.8,0-1.5,0.1-2.2,0.3c-0.7,0.2-1.2,0.4-1.6,0.7l0.6-4.7h9v-4.1h-13.3 l-1.3,12.8l4.7,0.3c0.2-0.5,0.5-0.8,0.9-1.1c0.4-0.3,1-0.5,1.7-0.5c1,0,1.7,0.4,2.1,1.1c0.4,0.7,0.7,1.7,0.7,3 c0,1.2-0.2,2.1-0.6,2.7c-0.4,0.6-1.1,0.9-2,0.9c-0.8,0-1.5-0.2-2-0.7c-0.5-0.5-0.8-1.1-0.8-1.9l-5.2,0.3l0,0.1 c-0.1,1.9,0.7,3.4,2.3,4.5c1.6,1.1,3.5,1.7,5.6,1.7c2.7,0,4.7-0.7,6-2.2c1.3-1.5,1.9-3.3,1.9-5.5c0-2.5-0.6-4.4-1.7-5.7 C479.6,140.6,477.9,139.9,475.8,140z" id="XMLID_2153_"/><polygon class="st0" id="XMLID_2265_" points="499.5,134.2 488.4,152 490.9,153.2 502,135.5 "/><path class="st0" d="M493.9,141.1c0.9-0.9,1.3-2,1.3-3.4v-1.2c0-1.4-0.4-2.5-1.3-3.4s-2.1-1.3-3.8-1.3 c-1.6,0-2.9,0.4-3.7,1.3s-1.3,2-1.3,3.4v1.2c0,1.3,0.4,2.5,1.3,3.3c0.9,0.9,2.1,1.3,3.8,1.3C491.8,142.4,493,142,493.9,141.1z M488.4,137.8v-1.2c0-0.5,0.1-1,0.4-1.3c0.3-0.4,0.7-0.5,1.2-0.5c0.5,0,1,0.2,1.3,0.5c0.3,0.4,0.4,0.8,0.4,1.3v1.2 c0,0.5-0.1,1-0.4,1.3c-0.3,0.3-0.7,0.5-1.2,0.5c-0.6,0-1-0.2-1.3-0.5C488.6,138.7,488.4,138.3,488.4,137.8z" id="XMLID_2270_"/><path class="st0" d="M504.7,146c-0.9-0.9-2.1-1.3-3.8-1.3c-1.6,0-2.9,0.4-3.8,1.3c-0.9,0.9-1.3,2-1.3,3.4v1.2 c0,1.4,0.4,2.5,1.3,3.4c0.9,0.9,2.1,1.3,3.8,1.3c1.6,0,2.9-0.4,3.7-1.3c0.9-0.9,1.3-2,1.3-3.4v-1.2C506,148,505.6,146.9,504.7,146 z M502.6,150.6c0,0.6-0.1,1-0.3,1.4c-0.2,0.3-0.7,0.5-1.3,0.5c-0.5,0-0.9-0.2-1.2-0.5c-0.3-0.4-0.5-0.8-0.5-1.3v-1.2 c0-0.5,0.1-0.9,0.4-1.3c0.3-0.4,0.7-0.5,1.3-0.5c0.5,0,0.9,0.2,1.2,0.5c0.3,0.4,0.4,0.8,0.4,1.3V150.6z" id="XMLID_2273_"/></g><g id="XMLID_18_"><path class="st2" d="M410.2,192.6c-0.8,0-1.5,0.1-2.2,0.3c-0.7,0.2-1.2,0.4-1.6,0.7l0.6-4.8h9.1v-4.1h-13.5 l-1.3,12.9l4.8,0.3c0.2-0.5,0.5-0.8,0.9-1.2c0.4-0.3,1-0.5,1.7-0.5c1,0,1.7,0.4,2.1,1.1c0.5,0.7,0.7,1.7,0.7,3 c0,1.2-0.2,2.1-0.6,2.7c-0.4,0.6-1.1,0.9-2.1,0.9c-0.8,0-1.5-0.2-2-0.7c-0.5-0.5-0.8-1.1-0.8-1.9l-5.2,0.3l0,0.1 c-0.1,1.9,0.7,3.4,2.3,4.6c1.6,1.2,3.5,1.7,5.7,1.7c2.8,0,4.8-0.7,6.1-2.2c1.3-1.5,1.9-3.3,1.9-5.5c0-2.5-0.6-4.4-1.7-5.7 C414,193.2,412.3,192.5,410.2,192.6z" id="XMLID_52_"/><path class="st2" d="M428.9,192.6c-0.8,0-1.5,0.1-2.2,0.3c-0.7,0.2-1.2,0.4-1.6,0.7l0.6-4.8h9.1v-4.1h-13.5 l-1.3,12.9l4.8,0.3c0.2-0.5,0.5-0.8,0.9-1.2c0.4-0.3,1-0.5,1.7-0.5c1,0,1.7,0.4,2.1,1.1c0.5,0.7,0.7,1.7,0.7,3 c0,1.2-0.2,2.1-0.6,2.7c-0.4,0.6-1.1,0.9-2.1,0.9c-0.8,0-1.5-0.2-2-0.7c-0.5-0.5-0.8-1.1-0.8-1.9l-5.2,0.3l0,0.1 c-0.1,1.9,0.7,3.4,2.3,4.6c1.6,1.2,3.5,1.7,5.7,1.7c2.8,0,4.8-0.7,6.1-2.2c1.3-1.5,1.9-3.3,1.9-5.5c0-2.5-0.6-4.4-1.7-5.7 C432.7,193.2,431,192.5,428.9,192.6z" id="XMLID_2258_"/><path class="st2" d="M447.1,193.7c0.9-0.9,1.3-2,1.3-3.4v-1.2c0-1.4-0.4-2.5-1.3-3.4s-2.1-1.3-3.8-1.3 c-1.6,0-2.9,0.4-3.8,1.3c-0.9,0.9-1.3,2-1.3,3.4v1.2c0,1.4,0.4,2.5,1.3,3.4c0.9,0.9,2.2,1.3,3.8,1.3 C445,195.1,446.2,194.6,447.1,193.7z M441.6,190.4v-1.2c0-0.5,0.1-1,0.4-1.3c0.3-0.4,0.7-0.5,1.2-0.5c0.5,0,1,0.2,1.3,0.5 c0.3,0.4,0.4,0.8,0.4,1.3v1.2c0,0.5-0.1,1-0.4,1.3c-0.3,0.4-0.7,0.5-1.2,0.5c-0.6,0-1-0.2-1.3-0.5 C441.8,191.3,441.6,190.9,441.6,190.4z" id="XMLID_2261_"/><polygon class="st2" id="XMLID_2262_" points="452.8,186.8 441.6,204.7 444.1,206 455.3,188 "/><path class="st2" d="M458.1,198.7c-0.9-0.9-2.1-1.3-3.8-1.3c-1.6,0-2.9,0.4-3.8,1.3c-0.9,0.9-1.3,2-1.3,3.4v1.2 c0,1.4,0.4,2.5,1.3,3.4c0.9,0.9,2.2,1.3,3.8,1.3c1.6,0,2.9-0.4,3.8-1.3c0.9-0.9,1.3-2,1.3-3.4v-1.2 C459.4,200.7,458.9,199.6,458.1,198.7z M456,203.3c0,0.6-0.1,1-0.3,1.4c-0.2,0.3-0.7,0.5-1.3,0.5c-0.5,0-0.9-0.2-1.2-0.6 c-0.3-0.4-0.5-0.8-0.5-1.3v-1.2c0-0.5,0.1-1,0.4-1.3c0.3-0.4,0.7-0.5,1.3-0.5c0.5,0,1,0.2,1.3,0.5s0.4,0.8,0.4,1.3V203.3z" id="XMLID_2269_"/></g><g id="XMLID_1613_"><path class="st4" d="M367,248.6c1.1-0.5,1.9-1.2,2.6-2.1c0.6-0.9,0.9-1.8,0.9-2.9c0-2.1-0.7-3.7-2.2-4.8 c-1.5-1.1-3.5-1.7-6-1.7c-2.1,0-3.9,0.6-5.4,1.7c-1.5,1.1-2.2,2.6-2.1,4.4l0,0.1h5.2c0-0.6,0.2-1.2,0.7-1.5c0.5-0.4,1-0.6,1.7-0.6 c0.9,0,1.6,0.2,2.1,0.7c0.5,0.5,0.8,1.1,0.8,1.8c0,0.9-0.3,1.6-0.8,2.1c-0.5,0.5-1.2,0.8-2.2,0.8h-2.5v3.9h2.5 c1.1,0,1.9,0.3,2.5,0.8c0.6,0.5,0.9,1.3,0.9,2.4c0,0.8-0.3,1.4-0.9,2c-0.6,0.5-1.4,0.8-2.3,0.8c-0.8,0-1.5-0.2-2-0.7 c-0.5-0.5-0.8-1.1-0.8-1.9h-5.2l0,0.1c-0.1,2.1,0.7,3.8,2.3,4.9c1.6,1.1,3.5,1.7,5.6,1.7c2.5,0,4.5-0.6,6.1-1.8 c1.6-1.2,2.4-2.8,2.4-4.9c0-1.3-0.3-2.4-1-3.3C369.2,249.7,368.2,249.1,367,248.6z" id="XMLID_1614_"/><path class="st4" d="M382.5,245.3c-0.8,0-1.5,0.1-2.2,0.3c-0.7,0.2-1.2,0.4-1.6,0.7l0.6-4.8h9.1v-4.1H375 l-1.3,12.8l4.8,0.3c0.2-0.5,0.5-0.8,0.9-1.1c0.4-0.3,1-0.5,1.7-0.5c1,0,1.7,0.4,2.1,1.1c0.5,0.7,0.7,1.7,0.7,3 c0,1.2-0.2,2.1-0.6,2.7c-0.4,0.6-1.1,0.9-2.1,0.9c-0.8,0-1.5-0.2-2-0.7c-0.5-0.5-0.8-1.1-0.8-1.9l-5.2,0.3l0,0.1 c-0.1,1.9,0.7,3.4,2.3,4.5c1.6,1.1,3.5,1.7,5.7,1.7c2.7,0,4.8-0.7,6-2.2c1.3-1.5,1.9-3.3,1.9-5.5c0-2.5-0.6-4.4-1.7-5.7 C386.3,245.9,384.7,245.3,382.5,245.3z" id="XMLID_1621_"/><polygon class="st4" id="XMLID_2149_" points="406.4,239.5 395.2,257.4 397.7,258.6 408.8,240.8 "/><path class="st4" d="M400.7,246.5c0.9-0.9,1.3-2,1.3-3.4v-1.2c0-1.4-0.4-2.5-1.3-3.4s-2.1-1.3-3.8-1.3 c-1.6,0-2.9,0.4-3.8,1.3s-1.3,2-1.3,3.4v1.2c0,1.4,0.4,2.5,1.3,3.4c0.9,0.9,2.1,1.3,3.8,1.3C398.6,247.8,399.8,247.4,400.7,246.5z M395.2,243.1v-1.2c0-0.5,0.1-1,0.4-1.3c0.3-0.4,0.7-0.5,1.2-0.5c0.5,0,1,0.2,1.3,0.5c0.3,0.4,0.4,0.8,0.4,1.3v1.2 c0,0.5-0.1,1-0.4,1.3c-0.3,0.4-0.7,0.5-1.2,0.5c-0.6,0-1-0.2-1.3-0.5C395.4,244.1,395.2,243.6,395.2,243.1z" id="XMLID_2251_"/><path class="st4" d="M411.6,251.4c-0.9-0.9-2.1-1.3-3.8-1.3c-1.6,0-2.9,0.4-3.8,1.3c-0.9,0.9-1.3,2-1.3,3.4v1.2 c0,1.4,0.4,2.5,1.3,3.4c0.9,0.9,2.2,1.3,3.8,1.3c1.6,0,2.9-0.4,3.7-1.3c0.9-0.9,1.3-2,1.3-3.4v-1.2 C412.9,253.4,412.4,252.3,411.6,251.4z M409.5,256c0,0.6-0.1,1-0.3,1.4c-0.2,0.3-0.7,0.5-1.3,0.5c-0.5,0-0.9-0.2-1.2-0.5 c-0.3-0.4-0.5-0.8-0.5-1.3v-1.2c0-0.5,0.1-1,0.4-1.3c0.3-0.4,0.7-0.5,1.3-0.5c0.5,0,1,0.2,1.2,0.5s0.4,0.8,0.4,1.3V256z" id="XMLID_2319_"/></g><g id="XMLID_1540_"><polygon class="st6" id="XMLID_1549_" points="305.6,292.9 310.4,292.9 310.4,311.9 315.9,311.9 315.9,287.8 305.6,288.7 "/><path class="st6" d="M332.7,296.3c-0.8,0-1.6,0.1-2.3,0.3c-0.7,0.2-1.3,0.5-1.7,0.8l0.6-4.9h9.4v-4.3h-13.9 l-1.4,13.3l4.9,0.3c0.2-0.5,0.5-0.9,0.9-1.2c0.5-0.3,1-0.5,1.8-0.5c1,0,1.7,0.4,2.2,1.1c0.5,0.7,0.7,1.8,0.7,3.1 c0,1.2-0.2,2.2-0.6,2.8c-0.4,0.6-1.1,0.9-2.1,0.9c-0.9,0-1.6-0.2-2.1-0.7c-0.5-0.5-0.8-1.1-0.8-2l-5.4,0.3l0,0.1 c-0.1,2,0.7,3.5,2.4,4.7c1.7,1.2,3.6,1.8,5.9,1.8c2.8,0,4.9-0.8,6.3-2.3c1.3-1.5,2-3.4,2-5.7c0-2.6-0.6-4.5-1.8-5.9 C336.6,296.9,334.9,296.2,332.7,296.3z" id="XMLID_1617_"/><path class="st6" d="M351.5,297.5c0.9-0.9,1.4-2.1,1.4-3.5v-1.3c0-1.4-0.5-2.6-1.4-3.5c-0.9-0.9-2.2-1.4-3.9-1.4 c-1.7,0-3,0.5-3.9,1.4c-0.9,0.9-1.4,2.1-1.4,3.5v1.3c0,1.4,0.5,2.6,1.4,3.5c0.9,0.9,2.2,1.4,3.9,1.4 C349.3,298.9,350.6,298.4,351.5,297.5z M345.8,294v-1.3c0-0.5,0.2-1,0.5-1.4c0.3-0.4,0.7-0.6,1.3-0.6c0.6,0,1,0.2,1.3,0.6 c0.3,0.4,0.5,0.8,0.5,1.4v1.3c0,0.5-0.1,1-0.4,1.4c-0.3,0.4-0.7,0.5-1.3,0.5c-0.6,0-1-0.2-1.3-0.5C346,295,345.8,294.5,345.8,294z " id="XMLID_2321_"/><path class="st6" d="M362.8,302.6c-0.9-0.9-2.2-1.4-3.9-1.4c-1.7,0-3,0.5-3.9,1.4c-0.9,0.9-1.4,2.1-1.4,3.5v1.3 c0,1.4,0.5,2.6,1.4,3.5c0.9,0.9,2.2,1.4,3.9,1.4c1.7,0,3-0.5,3.9-1.4c0.9-0.9,1.4-2.1,1.4-3.5v-1.3 C364.1,304.7,363.7,303.5,362.8,302.6z M360.6,307.3c0,0.6-0.1,1.1-0.4,1.4c-0.2,0.3-0.7,0.5-1.4,0.5c-0.5,0-0.9-0.2-1.3-0.6 c-0.3-0.4-0.5-0.8-0.5-1.4v-1.3c0-0.5,0.2-1,0.5-1.4c0.3-0.4,0.7-0.6,1.3-0.6c0.6,0,1,0.2,1.3,0.6c0.3,0.4,0.5,0.8,0.5,1.4V307.3z " id="XMLID_2324_"/><polygon class="st6" id="XMLID_2325_" points="357.4,290.3 345.8,308.8 348.3,310.1 359.9,291.6 "/></g><g id="XMLID_54_"><g id="XMLID_1506_"><path class="st8" d="M35,221.6l2.2-2.7c1.6-1.8,2.7-3.1,3.3-4c0.6-0.9,0.9-1.9,0.9-3.1c0-1.7-0.5-3.1-1.6-4.1 c-1.1-1-2.7-1.5-4.7-1.5c-1.9,0-3.5,0.6-4.6,1.8c-1.2,1.2-1.7,2.6-1.7,4.3l0,0.1H33c0-0.8,0.2-1.5,0.6-2.1 c0.4-0.5,0.9-0.8,1.6-0.8c0.7,0,1.2,0.2,1.5,0.6c0.3,0.4,0.5,1,0.5,1.7c0,0.5-0.2,1.1-0.5,1.8c-0.4,0.7-0.9,1.4-1.7,2.3l-5.7,6.2 v2.8h12.8v-3.3L35,221.6L35,221.6z" id="XMLID_1507_"/><path class="st8" d="M50.6,206.2c-1.9,0-3.5,0.6-4.7,1.9c-1.2,1.2-1.8,3-1.8,5.2v4.9c0,2.2,0.6,3.9,1.8,5.2 s2.7,1.9,4.7,1.9c1.9,0,3.5-0.6,4.7-1.9c1.2-1.2,1.8-3,1.8-5.2v-4.9c0-2.2-0.6-3.9-1.8-5.2C54,206.8,52.5,206.2,50.6,206.2z M52.7,218.4c0,1.2-0.2,2-0.6,2.6c-0.4,0.6-0.9,0.9-1.6,0.9c-0.7,0-1.2-0.3-1.6-0.9c-0.4-0.6-0.6-1.5-0.6-2.6V213 c0-1.1,0.2-2,0.6-2.6c0.4-0.6,0.9-0.9,1.6-0.9c0.7,0,1.2,0.3,1.6,0.9c0.4,0.6,0.6,1.5,0.6,2.6V218.4z" id="XMLID_1571_"/><polygon class="st8" id="XMLID_1572_" points="60.7,210.2 64.4,210.2 64.4,225 68.7,225 68.7,206.2 60.7,206.9 "/><path class="st8" d="M86,214.5c-0.9-1.2-2.1-1.7-3.7-1.7c-0.9,0-1.6,0.1-2.3,0.4c-0.7,0.3-1.2,0.6-1.7,1.1V214 c0-1.5,0.3-2.6,1-3.3s1.5-1.1,2.5-1.1c0.6,0,1.1,0,1.5,0.1c0.4,0.1,0.9,0.2,1.5,0.4l0.7-3.1c-0.7-0.3-1.3-0.5-1.9-0.6 c-0.6-0.1-1.2-0.2-1.9-0.2c-2.3,0-4.1,0.7-5.6,2.1s-2.2,3.3-2.2,5.7v3.7c0,2.3,0.6,4.1,1.9,5.5c1.2,1.3,2.9,2,4.9,2 c1.9,0,3.4-0.6,4.7-1.8s1.8-2.7,1.8-4.5C87.3,217.1,86.9,215.6,86,214.5z M82.4,221.1c-0.4,0.6-0.9,0.9-1.6,0.9 c-0.8,0-1.4-0.4-1.9-1.1c-0.4-0.7-0.7-1.7-0.7-3.1V217c0.2-0.3,0.6-0.5,1-0.7c0.4-0.2,1-0.2,1.6-0.2c0.6,0,1.1,0.3,1.5,0.8 c0.4,0.5,0.6,1.2,0.6,2.2C83,219.8,82.8,220.5,82.4,221.1z" id="XMLID_1575_"/></g><g id="XMLID_16_"><path class="st8" d="M35,272.9l2.3-2.7c1.6-1.8,2.7-3.1,3.4-4c0.6-0.9,0.9-1.9,0.9-3.1c0-1.7-0.6-3.1-1.7-4.1 c-1.1-1-2.7-1.5-4.7-1.5c-1.9,0-3.5,0.6-4.7,1.8c-1.2,1.2-1.7,2.6-1.7,4.4l0,0.1h4.2c0-0.8,0.2-1.5,0.6-2.1 c0.4-0.5,0.9-0.8,1.6-0.8c0.7,0,1.2,0.2,1.6,0.6c0.3,0.4,0.5,1,0.5,1.7c0,0.5-0.2,1.1-0.5,1.8c-0.4,0.7-0.9,1.5-1.7,2.3l-5.7,6.3 v2.8h12.9v-3.3L35,272.9L35,272.9z" id="XMLID_1451_"/><path class="st8" d="M50.6,257.5c-1.9,0-3.5,0.6-4.7,1.9c-1.2,1.3-1.8,3-1.8,5.2v4.9c0,2.2,0.6,3.9,1.8,5.2 c1.2,1.3,2.7,1.9,4.7,1.9c1.9,0,3.5-0.6,4.7-1.9c1.2-1.3,1.8-3,1.8-5.2v-4.9c0-2.2-0.6-3.9-1.8-5.2 C54.1,258.1,52.5,257.5,50.6,257.5z M52.8,269.7c0,1.2-0.2,2-0.6,2.6c-0.4,0.6-0.9,0.9-1.6,0.9c-0.7,0-1.2-0.3-1.6-0.9 c-0.4-0.6-0.6-1.5-0.6-2.6v-5.5c0-1.1,0.2-2,0.6-2.6c0.4-0.6,0.9-0.9,1.6-0.9c0.7,0,1.2,0.3,1.6,0.9c0.4,0.6,0.6,1.5,0.6,2.6 V269.7z" id="XMLID_1519_"/><polygon class="st8" id="XMLID_1526_" points="60.8,261.4 64.5,261.4 64.5,276.3 68.8,276.3 68.8,257.5 60.8,258.1 "/><path class="st8" d="M85.9,265.7c-0.9-1.1-2.3-1.6-4-1.6c-0.6,0-1.2,0.1-1.8,0.3c-0.5,0.2-1,0.4-1.3,0.6 l0.5-3.9h7.4v-3.3H75.9l-1.1,10.4l3.9,0.2c0.1-0.4,0.4-0.7,0.7-0.9c0.4-0.2,0.8-0.4,1.4-0.4c0.8,0,1.4,0.3,1.7,0.9 c0.4,0.6,0.5,1.4,0.5,2.4c0,1-0.2,1.7-0.5,2.2c-0.3,0.5-0.9,0.7-1.7,0.7c-0.7,0-1.2-0.2-1.6-0.6c-0.4-0.4-0.6-0.9-0.6-1.5 l-4.2,0.3l0,0.1c-0.1,1.5,0.6,2.8,1.9,3.7c1.3,0.9,2.8,1.4,4.6,1.4c2.2,0,3.8-0.6,4.9-1.8s1.6-2.7,1.6-4.5 C87.3,268.3,86.9,266.7,85.9,265.7z" id="XMLID_1527_"/></g><g id="XMLID_1508_"><path class="st8" d="M35,324.1l2.2-2.7c1.6-1.8,2.7-3.1,3.3-4c0.6-0.9,0.9-1.9,0.9-3.1c0-1.7-0.5-3.1-1.6-4.1 c-1.1-1-2.7-1.5-4.7-1.5c-1.9,0-3.5,0.6-4.6,1.8c-1.2,1.2-1.7,2.6-1.7,4.3l0,0.1H33c0-0.8,0.2-1.5,0.6-2.1s0.9-0.8,1.5-0.8 c0.7,0,1.2,0.2,1.5,0.6c0.3,0.4,0.5,1,0.5,1.7c0,0.5-0.2,1.1-0.5,1.8c-0.4,0.7-0.9,1.4-1.7,2.3l-5.7,6.2v2.8h12.8v-3.3L35,324.1 L35,324.1z" id="XMLID_1510_"/><path class="st8" d="M50.5,308.8c-1.9,0-3.5,0.6-4.7,1.9c-1.2,1.2-1.7,3-1.7,5.2v4.9c0,2.2,0.6,3.9,1.8,5.2 c1.2,1.2,2.7,1.9,4.7,1.9c1.9,0,3.5-0.6,4.6-1.9c1.2-1.2,1.8-3,1.8-5.2v-4.9c0-2.2-0.6-3.9-1.8-5.2 C54,309.4,52.4,308.8,50.5,308.8z M52.7,321c0,1.1-0.2,2-0.6,2.6c-0.4,0.6-0.9,0.9-1.6,0.9c-0.7,0-1.2-0.3-1.6-0.9 c-0.4-0.6-0.6-1.5-0.6-2.6v-5.4c0-1.1,0.2-2,0.6-2.6c0.4-0.6,0.9-0.9,1.6-0.9c0.7,0,1.2,0.3,1.6,0.9c0.4,0.6,0.6,1.4,0.6,2.6V321 z" id="XMLID_1544_"/><polygon class="st8" id="XMLID_1545_" points="60.6,312.7 64.3,312.7 64.3,327.5 68.6,327.5 68.6,308.8 60.6,309.4 "/><path class="st8" d="M85.5,320.3v-11.2h-4.3v0L73.6,321l0.3,2.6h7.3v3.9h4.3v-3.9h1.9v-3.3H85.5z M81.2,320.3 h-3.9l3.4-4.8l0.5-0.9l0.1,0V320.3z" id="XMLID_1548_"/></g><g id="XMLID_1515_"><path class="st8" d="M35,375.4l2.2-2.7c1.6-1.8,2.7-3.1,3.3-4c0.6-0.9,0.9-1.9,0.9-3.1c0-1.7-0.5-3.1-1.6-4.1 c-1.1-1-2.7-1.5-4.7-1.5c-1.9,0-3.5,0.6-4.6,1.8c-1.2,1.2-1.7,2.6-1.7,4.3l0,0.1H33c0-0.8,0.2-1.5,0.6-2.1 c0.4-0.5,0.9-0.8,1.6-0.8c0.7,0,1.2,0.2,1.5,0.6c0.3,0.4,0.5,1,0.5,1.7c0,0.5-0.2,1.1-0.5,1.8c-0.4,0.7-0.9,1.4-1.7,2.3l-5.7,6.2 v2.8h12.8v-3.3L35,375.4L35,375.4z" id="XMLID_1518_"/><path class="st8" d="M50.5,360c-1.9,0-3.5,0.6-4.7,1.9c-1.2,1.2-1.7,3-1.7,5.2v4.9c0,2.2,0.6,3.9,1.8,5.2 c1.2,1.2,2.7,1.9,4.7,1.9c1.9,0,3.5-0.6,4.6-1.9c1.2-1.2,1.8-3,1.8-5.2v-4.9c0-2.2-0.6-3.9-1.8-5.2C54,360.7,52.4,360,50.5,360z M52.7,372.2c0,1.1-0.2,2-0.6,2.6c-0.4,0.6-0.9,0.9-1.6,0.9c-0.7,0-1.2-0.3-1.6-0.9c-0.4-0.6-0.6-1.5-0.6-2.6v-5.4 c0-1.1,0.2-2,0.6-2.6c0.4-0.6,0.9-0.9,1.6-0.9c0.7,0,1.2,0.3,1.6,0.9c0.4,0.6,0.6,1.4,0.6,2.6V372.2z" id="XMLID_1561_"/><polygon class="st8" id="XMLID_1562_" points="60.7,364 64.4,364 64.4,378.7 68.7,378.7 68.7,360 60.7,360.7 "/><path class="st8" d="M86.5,370.9c-0.5-0.7-1.3-1.3-2.3-1.6c0.9-0.4,1.6-1,2.1-1.7c0.5-0.7,0.8-1.5,0.8-2.3 c0-1.7-0.6-3-1.8-3.9c-1.2-0.9-2.8-1.4-4.8-1.4c-1.7,0-3.2,0.5-4.4,1.4c-1.2,0.9-1.8,2.1-1.7,3.6l0,0.1h4.2 c0-0.5,0.2-0.9,0.6-1.2c0.4-0.3,0.8-0.5,1.4-0.5c0.7,0,1.3,0.2,1.7,0.6c0.4,0.4,0.6,0.9,0.6,1.5c0,0.7-0.2,1.3-0.6,1.7 c-0.4,0.4-1,0.6-1.8,0.6h-2v3.2h2c0.9,0,1.5,0.2,2,0.6c0.5,0.4,0.7,1.1,0.7,2c0,0.6-0.2,1.2-0.7,1.6c-0.5,0.4-1.1,0.6-1.9,0.6 c-0.6,0-1.2-0.2-1.6-0.6c-0.4-0.4-0.6-0.9-0.6-1.5h-4.2l0,0.1c0,1.7,0.6,3,1.9,3.9c1.3,0.9,2.8,1.4,4.5,1.4c2,0,3.7-0.5,5-1.4 c1.3-1,1.9-2.3,1.9-4C87.3,372.5,87.1,371.6,86.5,370.9z" id="XMLID_1563_"/></g></g></g></svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" ?><svg id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><style type="text/css">
|
2
|
+
.st0{fill:#CCE134;}
|
3
|
+
.st1{fill:#F3922B;}
|
4
|
+
.st2{fill:#DC3348;}
|
5
|
+
.st3{fill:#01B49E;}
|
6
|
+
.st4{fill:#A0A01C;}
|
7
|
+
.st5{fill:#3C7D90;}
|
8
|
+
</style><g id="XMLID_703_"><polygon class="st0" id="XMLID_662_" points="63.5,256 15.4,172.6 63.5,89.3 159.7,89.3 207.9,172.6 159.7,256 "/><polygon class="st1" id="XMLID_704_" points="207.9,172.7 159.8,89.3 207.9,6 304.1,6 352.2,89.3 304.1,172.7 "/><polygon class="st2" id="XMLID_705_" points="352.3,256 304.1,172.7 352.3,89.3 448.5,89.3 496.6,172.7 448.5,256 "/><polygon class="st3" id="XMLID_869_" points="65.1,422.7 17,339.3 65.1,256 161.4,256 209.5,339.3 161.4,422.7 "/><polygon class="st4" id="XMLID_868_" points="209.5,506 161.4,422.7 209.5,339.3 305.7,339.3 353.8,422.7 305.7,506 "/><polygon class="st5" id="XMLID_867_" points="352.2,422.7 304.1,339.3 352.2,256 448.4,256 496.5,339.3 448.4,422.7 "/></g></svg>
|
@@ -0,0 +1,72 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 92 92">
|
2
|
+
<defs>
|
3
|
+
<style>
|
4
|
+
.cls-1 {
|
5
|
+
fill: #f6f6f6;
|
6
|
+
}
|
7
|
+
|
8
|
+
.cls-2 {
|
9
|
+
fill: #8f8f8f;
|
10
|
+
}
|
11
|
+
</style>
|
12
|
+
</defs>
|
13
|
+
<g id="Group_70" data-name="Group 70" transform="translate(-11033 766)">
|
14
|
+
<rect id="Rectangle_7" data-name="Rectangle 7" class="cls-1" width="92" height="92" rx="3" transform="translate(11033 -766)"/>
|
15
|
+
<g id="Group_69" data-name="Group 69" transform="translate(-0.326 -0.326)">
|
16
|
+
<rect id="Rectangle_44" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11048.072 -722.751) rotate(90)"/>
|
17
|
+
<rect id="Rectangle_44-2" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11064.973 -722.751) rotate(90)"/>
|
18
|
+
<rect id="Rectangle_44-3" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.873 -722.751) rotate(90)"/>
|
19
|
+
<rect id="Rectangle_44-4" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11098.773 -722.751) rotate(90)"/>
|
20
|
+
<rect id="Rectangle_44-5" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11056.522 -722.751) rotate(90)"/>
|
21
|
+
<rect id="Rectangle_44-6" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11073.423 -722.751) rotate(90)"/>
|
22
|
+
<rect id="Rectangle_44-7" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11090.323 -722.751) rotate(90)"/>
|
23
|
+
<rect id="Rectangle_44-8" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11107.223 -722.751) rotate(90)"/>
|
24
|
+
<rect id="Rectangle_44-9" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -722.751) rotate(90)"/>
|
25
|
+
<rect id="Rectangle_44-10" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11048.072 -756.674) rotate(90)"/>
|
26
|
+
<rect id="Rectangle_44-11" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11064.973 -756.674) rotate(90)"/>
|
27
|
+
<rect id="Rectangle_44-12" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.873 -756.674) rotate(90)"/>
|
28
|
+
<rect id="Rectangle_44-13" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11098.773 -756.674) rotate(90)"/>
|
29
|
+
<rect id="Rectangle_44-14" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11056.522 -756.674) rotate(90)"/>
|
30
|
+
<rect id="Rectangle_44-15" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11073.423 -756.674) rotate(90)"/>
|
31
|
+
<rect id="Rectangle_44-16" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11090.323 -756.674) rotate(90)"/>
|
32
|
+
<rect id="Rectangle_44-17" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11107.223 -756.674) rotate(90)"/>
|
33
|
+
<rect id="Rectangle_44-18" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -756.674) rotate(90)"/>
|
34
|
+
<rect id="Rectangle_44-19" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11048.072 -688.827) rotate(90)"/>
|
35
|
+
<rect id="Rectangle_44-20" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11064.973 -688.827) rotate(90)"/>
|
36
|
+
<rect id="Rectangle_44-21" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.873 -688.827) rotate(90)"/>
|
37
|
+
<rect id="Rectangle_44-22" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11098.773 -688.827) rotate(90)"/>
|
38
|
+
<rect id="Rectangle_44-23" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11056.522 -688.827) rotate(90)"/>
|
39
|
+
<rect id="Rectangle_44-24" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11073.423 -688.827) rotate(90)"/>
|
40
|
+
<rect id="Rectangle_44-25" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11090.323 -688.827) rotate(90)"/>
|
41
|
+
<rect id="Rectangle_44-26" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11107.223 -688.827) rotate(90)"/>
|
42
|
+
<rect id="Rectangle_44-27" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -688.827) rotate(90)"/>
|
43
|
+
<rect id="Rectangle_44-28" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.751 -751.04) rotate(180)"/>
|
44
|
+
<rect id="Rectangle_44-29" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.751 -734.14) rotate(180)"/>
|
45
|
+
<rect id="Rectangle_44-30" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.751 -717.24) rotate(180)"/>
|
46
|
+
<rect id="Rectangle_44-31" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.751 -700.34) rotate(180)"/>
|
47
|
+
<rect id="Rectangle_44-32" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.751 -742.59) rotate(180)"/>
|
48
|
+
<rect id="Rectangle_44-33" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.751 -725.69) rotate(180)"/>
|
49
|
+
<rect id="Rectangle_44-34" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.751 -708.789) rotate(180)"/>
|
50
|
+
<rect id="Rectangle_44-35" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.751 -691.889) rotate(180)"/>
|
51
|
+
<rect id="Rectangle_44-36" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11081.751 -683.439) rotate(180)"/>
|
52
|
+
<rect id="Rectangle_44-37" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11047.827 -751.04) rotate(180)"/>
|
53
|
+
<rect id="Rectangle_44-38" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11047.827 -734.14) rotate(180)"/>
|
54
|
+
<rect id="Rectangle_44-39" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11047.827 -717.24) rotate(180)"/>
|
55
|
+
<rect id="Rectangle_44-40" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11047.827 -700.34) rotate(180)"/>
|
56
|
+
<rect id="Rectangle_44-41" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11047.827 -742.59) rotate(180)"/>
|
57
|
+
<rect id="Rectangle_44-42" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11047.827 -725.69) rotate(180)"/>
|
58
|
+
<rect id="Rectangle_44-43" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11047.827 -708.789) rotate(180)"/>
|
59
|
+
<rect id="Rectangle_44-44" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11047.827 -691.889) rotate(180)"/>
|
60
|
+
<rect id="Rectangle_44-45" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11047.827 -683.439) rotate(180)"/>
|
61
|
+
<rect id="Rectangle_44-46" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -751.04) rotate(180)"/>
|
62
|
+
<rect id="Rectangle_44-47" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -734.14) rotate(180)"/>
|
63
|
+
<rect id="Rectangle_44-48" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -717.24) rotate(180)"/>
|
64
|
+
<rect id="Rectangle_44-49" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -700.34) rotate(180)"/>
|
65
|
+
<rect id="Rectangle_44-50" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -742.59) rotate(180)"/>
|
66
|
+
<rect id="Rectangle_44-51" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -725.69) rotate(180)"/>
|
67
|
+
<rect id="Rectangle_44-52" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -708.789) rotate(180)"/>
|
68
|
+
<rect id="Rectangle_44-53" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -691.889) rotate(180)"/>
|
69
|
+
<rect id="Rectangle_44-54" data-name="Rectangle 44" class="cls-2" width="5.501" height="5.633" transform="translate(11115.674 -683.439) rotate(180)"/>
|
70
|
+
</g>
|
71
|
+
</g>
|
72
|
+
</svg>
|
Binary file
|
Binary file
|
@@ -0,0 +1,50 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 92 92">
|
2
|
+
<defs>
|
3
|
+
<style>
|
4
|
+
.cls-1 {
|
5
|
+
fill: #f6f6f6;
|
6
|
+
}
|
7
|
+
|
8
|
+
.cls-2 {
|
9
|
+
fill: #8f8f8f;
|
10
|
+
}
|
11
|
+
</style>
|
12
|
+
</defs>
|
13
|
+
<g id="Group_71" data-name="Group 71" transform="translate(-11134 766)">
|
14
|
+
<rect id="Rectangle_7" data-name="Rectangle 7" class="cls-1" width="92" height="92" rx="3" transform="translate(11134 -766)"/>
|
15
|
+
<g id="Group_68" data-name="Group 68" transform="translate(6)">
|
16
|
+
<rect id="Rectangle_8" data-name="Rectangle 8" class="cls-2" width="10" height="10" transform="translate(11134 -760)"/>
|
17
|
+
<rect id="Rectangle_24" data-name="Rectangle 24" class="cls-2" width="10" height="10" transform="translate(11134 -740)"/>
|
18
|
+
<rect id="Rectangle_32" data-name="Rectangle 32" class="cls-2" width="10" height="10" transform="translate(11134 -720)"/>
|
19
|
+
<rect id="Rectangle_40" data-name="Rectangle 40" class="cls-2" width="10" height="10" transform="translate(11134 -700)"/>
|
20
|
+
<rect id="Rectangle_11" data-name="Rectangle 11" class="cls-2" width="10" height="10" transform="translate(11154 -760)"/>
|
21
|
+
<rect id="Rectangle_23" data-name="Rectangle 23" class="cls-2" width="10" height="10" transform="translate(11154 -740)"/>
|
22
|
+
<rect id="Rectangle_31" data-name="Rectangle 31" class="cls-2" width="10" height="10" transform="translate(11154 -720)"/>
|
23
|
+
<rect id="Rectangle_39" data-name="Rectangle 39" class="cls-2" width="10" height="10" transform="translate(11154 -700)"/>
|
24
|
+
<rect id="Rectangle_13" data-name="Rectangle 13" class="cls-2" width="10" height="10" transform="translate(11174 -760)"/>
|
25
|
+
<rect id="Rectangle_22" data-name="Rectangle 22" class="cls-2" width="10" height="10" transform="translate(11174 -740)"/>
|
26
|
+
<rect id="Rectangle_30" data-name="Rectangle 30" class="cls-2" width="10" height="10" transform="translate(11174 -720)"/>
|
27
|
+
<rect id="Rectangle_38" data-name="Rectangle 38" class="cls-2" width="10" height="10" transform="translate(11174 -700)"/>
|
28
|
+
<rect id="Rectangle_15" data-name="Rectangle 15" class="cls-2" width="10" height="10" transform="translate(11194 -760)"/>
|
29
|
+
<rect id="Rectangle_21" data-name="Rectangle 21" class="cls-2" width="10" height="10" transform="translate(11194 -740)"/>
|
30
|
+
<rect id="Rectangle_29" data-name="Rectangle 29" class="cls-2" width="10" height="10" transform="translate(11194 -720)"/>
|
31
|
+
<rect id="Rectangle_37" data-name="Rectangle 37" class="cls-2" width="10" height="10" transform="translate(11194 -700)"/>
|
32
|
+
<rect id="Rectangle_9" data-name="Rectangle 9" class="cls-2" width="10" height="10" transform="translate(11144 -750)"/>
|
33
|
+
<rect id="Rectangle_17" data-name="Rectangle 17" class="cls-2" width="10" height="10" transform="translate(11144 -730)"/>
|
34
|
+
<rect id="Rectangle_25" data-name="Rectangle 25" class="cls-2" width="10" height="10" transform="translate(11144 -710)"/>
|
35
|
+
<rect id="Rectangle_33" data-name="Rectangle 33" class="cls-2" width="10" height="10" transform="translate(11144 -690)"/>
|
36
|
+
<rect id="Rectangle_10" data-name="Rectangle 10" class="cls-2" width="10" height="10" transform="translate(11164 -750)"/>
|
37
|
+
<rect id="Rectangle_18" data-name="Rectangle 18" class="cls-2" width="10" height="10" transform="translate(11164 -730)"/>
|
38
|
+
<rect id="Rectangle_26" data-name="Rectangle 26" class="cls-2" width="10" height="10" transform="translate(11164 -710)"/>
|
39
|
+
<rect id="Rectangle_34" data-name="Rectangle 34" class="cls-2" width="10" height="10" transform="translate(11164 -690)"/>
|
40
|
+
<rect id="Rectangle_12" data-name="Rectangle 12" class="cls-2" width="10" height="10" transform="translate(11184 -750)"/>
|
41
|
+
<rect id="Rectangle_19" data-name="Rectangle 19" class="cls-2" width="10" height="10" transform="translate(11184 -730)"/>
|
42
|
+
<rect id="Rectangle_27" data-name="Rectangle 27" class="cls-2" width="10" height="10" transform="translate(11184 -710)"/>
|
43
|
+
<rect id="Rectangle_35" data-name="Rectangle 35" class="cls-2" width="10" height="10" transform="translate(11184 -690)"/>
|
44
|
+
<rect id="Rectangle_14" data-name="Rectangle 14" class="cls-2" width="10" height="10" transform="translate(11204 -750)"/>
|
45
|
+
<rect id="Rectangle_20" data-name="Rectangle 20" class="cls-2" width="10" height="10" transform="translate(11204 -730)"/>
|
46
|
+
<rect id="Rectangle_28" data-name="Rectangle 28" class="cls-2" width="10" height="10" transform="translate(11204 -710)"/>
|
47
|
+
<rect id="Rectangle_36" data-name="Rectangle 36" class="cls-2" width="10" height="10" transform="translate(11204 -690)"/>
|
48
|
+
</g>
|
49
|
+
</g>
|
50
|
+
</svg>
|
@@ -0,0 +1,68 @@
|
|
1
|
+
.qmsckeditor__flowchart__container {
|
2
|
+
::ng-deep .mat-dialog-content {
|
3
|
+
padding: 0 0;
|
4
|
+
}
|
5
|
+
|
6
|
+
.flowchart__editor {
|
7
|
+
width:100%;
|
8
|
+
height: 600px;
|
9
|
+
}
|
10
|
+
#contentpanel {
|
11
|
+
display: flex;
|
12
|
+
flex-direction: row;
|
13
|
+
justify-content: center;
|
14
|
+
align-items: center;
|
15
|
+
}
|
16
|
+
|
17
|
+
#paperpanel {
|
18
|
+
position:relative;
|
19
|
+
top:0;
|
20
|
+
bottom:0;
|
21
|
+
left:0;
|
22
|
+
right:0;
|
23
|
+
height:540px;
|
24
|
+
width:60%;
|
25
|
+
overflow-y: auto;
|
26
|
+
.paper-container{
|
27
|
+
overflow-y: auto;
|
28
|
+
width: 100%;
|
29
|
+
height: 100%;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
#stencilpanel {
|
34
|
+
position:relative;
|
35
|
+
top:0;
|
36
|
+
bottom:0;
|
37
|
+
left:0;
|
38
|
+
right:0;
|
39
|
+
height:540px;
|
40
|
+
width:20%;
|
41
|
+
}
|
42
|
+
|
43
|
+
#rightpanel {
|
44
|
+
display: flex;
|
45
|
+
flex-direction: column;
|
46
|
+
align-items: center;
|
47
|
+
width:20%;
|
48
|
+
height: 540px;
|
49
|
+
#inspectorpanel{
|
50
|
+
overflow-y: auto;
|
51
|
+
width: 100%;
|
52
|
+
height: 80%;
|
53
|
+
}
|
54
|
+
#navigatorpanel{
|
55
|
+
width: 100%;
|
56
|
+
height: 20%;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
|
60
|
+
#themepicker{
|
61
|
+
position: absolute;
|
62
|
+
right: 0;
|
63
|
+
bottom: 0;
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
|
68
|
+
|