cloud-web-corejs 1.0.0
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/package.json +166 -0
- package/src/api/menu.js +16 -0
- package/src/api/user.js +83 -0
- package/src/components/Qrcode/fileParse.vue +241 -0
- package/src/components/Qrcode/index.vue +58 -0
- package/src/components/Qrcode/printDialog.vue +103 -0
- package/src/components/SvgIcon/index.vue +62 -0
- package/src/components/Tinymce/dynamicLoadScript.js +59 -0
- package/src/components/Tinymce/index.vue +295 -0
- package/src/components/Tinymce/plugins.js +7 -0
- package/src/components/Tinymce/toolbar.js +6 -0
- package/src/components/VabUpload/image-viewer.vue +442 -0
- package/src/components/VabUpload/index.js +5 -0
- package/src/components/VabUpload/index.vue +230 -0
- package/src/components/VabUpload/mixins.js +9 -0
- package/src/components/VabUpload/privateProfileDialog.vue +296 -0
- package/src/components/VabUpload/privateProfileDialogMixins.js +1069 -0
- package/src/components/VabUpload/propertiesDialog.vue +110 -0
- package/src/components/VabUpload/view.vue +119 -0
- package/src/components/advancedSearchDialog/index.vue +44 -0
- package/src/components/advancedSearchDialog/mixins.js +4 -0
- package/src/components/baseAlert/index.js +4 -0
- package/src/components/baseAlert/index.vue +53 -0
- package/src/components/baseAlert/mixins.js +5 -0
- package/src/components/baseAttachment/index.js +30 -0
- package/src/components/baseAttachment/index.vue +40 -0
- package/src/components/baseAttachment/install.js +6 -0
- package/src/components/baseAttachment/mixins.js +8 -0
- package/src/components/baseAttachment/showList.vue +44 -0
- package/src/components/baseAttachment/uploadDialog.vue +42 -0
- package/src/components/baseInputBatch/index.vue +37 -0
- package/src/components/baseInputBatch/mixins.js +3 -0
- package/src/components/baseInputExport/index.vue +32 -0
- package/src/components/baseInputExport/mixins.js +15 -0
- package/src/components/baseInputNumber/index.vue +10 -0
- package/src/components/baseInputPrint/index.vue +12 -0
- package/src/components/baseTabs/baseTabPane.vue +22 -0
- package/src/components/baseTabs/index.vue +27 -0
- package/src/components/baseTabs/mixins.js +6 -0
- package/src/components/cnPrint/index.js +5 -0
- package/src/components/cnPrint/index.vue +54 -0
- package/src/components/cnPrint/mixins.js +3 -0
- package/src/components/code-editor/index.vue +212 -0
- package/src/components/confirmDialog/index.js +5 -0
- package/src/components/confirmDialog/index.vue +54 -0
- package/src/components/confirmDialog/mixins.js +5 -0
- package/src/components/errorMsg/index.js +5 -0
- package/src/components/errorMsg/index.vue +70 -0
- package/src/components/errorMsg/mixins.js +5 -0
- package/src/components/excelExport/button.vue +45 -0
- package/src/components/excelExport/index.js +5 -0
- package/src/components/excelExport/index.vue +55 -0
- package/src/components/excelExport/mixins.js +14 -0
- package/src/components/excelImport/index.js +13 -0
- package/src/components/excelImport/index.vue +153 -0
- package/src/components/excelImport/mixins.js +17 -0
- package/src/components/extendedProperties/mixins.js +4 -0
- package/src/components/extendedProperties/view.vue +182 -0
- package/src/components/fileLibrary/categoryMoveDialog.vue +109 -0
- package/src/components/fileLibrary/fileCategoryDialog.vue +87 -0
- package/src/components/fileLibrary/fileHistoryDialog.vue +80 -0
- package/src/components/fileLibrary/fileObjAuthDialog.vue +186 -0
- package/src/components/fileLibrary/fileObjAuthEdit.vue +256 -0
- package/src/components/fileLibrary/fileObjAuthEditDialog.vue +183 -0
- package/src/components/fileLibrary/index.vue +687 -0
- package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +509 -0
- package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +303 -0
- package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +177 -0
- package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +621 -0
- package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +108 -0
- package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +135 -0
- package/src/components/fileLibrary/mixins/indexMixins.js +1752 -0
- package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +193 -0
- package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +686 -0
- package/src/components/fileLibrary/mixins/recycleBinPropertiesDialogMixins.js +133 -0
- package/src/components/fileLibrary/mixins/shareDialogMixins.js +51 -0
- package/src/components/fileLibrary/propertiesDialog.vue +145 -0
- package/src/components/fileLibrary/recycleBinDialog.vue +236 -0
- package/src/components/fileLibrary/recycleBinPropertiesDialog.vue +100 -0
- package/src/components/fileLibrary/shareDialog.vue +54 -0
- package/src/components/hiprint/css/hiprint.css +1004 -0
- package/src/components/hiprint/css/image/jquery.minicolors.png +0 -0
- package/src/components/hiprint/css/image/l_img.svg +1 -0
- package/src/components/hiprint/css/image/v_img.svg +1 -0
- package/src/components/hiprint/css/print-lock.css +288 -0
- package/src/components/hiprint/etypes/default-etyps-provider.js +165 -0
- package/src/components/hiprint/hiprint.bundle.js +10009 -0
- package/src/components/hiprint/hiprint.config.js +1783 -0
- package/src/components/hiprint/index.js +109 -0
- package/src/components/hiprint/install.js +9 -0
- package/src/components/hiprint/plugins/jquery.hiwprint.js +116 -0
- package/src/components/hiprint/plugins/qrcode.js +617 -0
- package/src/components/hiprint/plugins/watermark.js +199 -0
- package/src/components/hiprint/view/design/dialog.vue +84 -0
- package/src/components/hiprint/view/design/font-size.js +38 -0
- package/src/components/hiprint/view/design/index.vue +340 -0
- package/src/components/hiprint/view/design/mixins.js +15 -0
- package/src/components/hiprint/view/design/panel.js +494 -0
- package/src/components/hiprint/view/design/preview.vue +130 -0
- package/src/components/hiprint/view/design/print-data.js +54 -0
- package/src/components/hiprint/view/design/scale.js +31 -0
- package/src/components/hiprint/view/design/templateJson1.js +494 -0
- package/src/components/hiprint/view/design/templateJson2.js +870 -0
- package/src/components/hiprint/view/json-view.vue +81 -0
- package/src/components/jdPrint/index.js +5 -0
- package/src/components/jdPrint/index.vue +53 -0
- package/src/components/jdPrint/mixins.js +3 -0
- package/src/components/jsonImport/index.js +13 -0
- package/src/components/jsonImport/index.vue +150 -0
- package/src/components/jsonImport/mixins.js +17 -0
- package/src/components/mobile/buttonGroup/index.vue +38 -0
- package/src/components/mobile/file/index.vue +473 -0
- package/src/components/mobile/h5Card/h5CardPane.vue +28 -0
- package/src/components/mobile/h5Card/index.vue +16 -0
- package/src/components/mobile/h5Card/mixins.js +171 -0
- package/src/components/mobile/oplogTable/index.vue +50 -0
- package/src/components/mobile/oplogTable/mixins.js +40 -0
- package/src/components/mobile/searchDialog/index.vue +39 -0
- package/src/components/mobile/statusTag/config.js +40 -0
- package/src/components/mobile/statusTag/index.vue +16 -0
- package/src/components/mobile/statusTag/mixins.js +5 -0
- package/src/components/mobile/wf/addTaskUserdialog.vue +80 -0
- package/src/components/mobile/wf/content.vue +1556 -0
- package/src/components/mobile/wf/deleteTaskUserDialog.vue +54 -0
- package/src/components/mobile/wf/mixins/addTaskUserdialogMixin.js +78 -0
- package/src/components/mobile/wf/mixins/deleteTaskUserDialogMixin.js +77 -0
- package/src/components/mobile/wf/mixins/setCandidateDialogMixin.js +91 -0
- package/src/components/mobile/wf/mixins/urgingDialogMixin.js +77 -0
- package/src/components/mobile/wf/mixins/wfModifyDialogMixin.js +47 -0
- package/src/components/mobile/wf/mixins/wfStartDialogMixin.js +140 -0
- package/src/components/mobile/wf/setCandidateDialog.vue +48 -0
- package/src/components/mobile/wf/urgingDialog.vue +52 -0
- package/src/components/mobile/wf/wfModifyDialog.vue +33 -0
- package/src/components/mobile/wf/wfStartDialog.vue +41 -0
- package/src/components/onlineTalk/index.vue +744 -0
- package/src/components/onlineTalk/mixins.js +9 -0
- package/src/components/oplogTable/index.vue +14 -0
- package/src/components/oplogTable/mixins.js +4 -0
- package/src/components/pddPrint/index.js +5 -0
- package/src/components/pddPrint/index.vue +54 -0
- package/src/components/pddPrint/mixins.js +3 -0
- package/src/components/projectTag/addButton.vue +69 -0
- package/src/components/projectTag/deleteButton.vue +69 -0
- package/src/components/projectTag/view.vue +72 -0
- package/src/components/scriptDescription/button.vue +26 -0
- package/src/components/scriptDescription/dialog.vue +40 -0
- package/src/components/scriptDescription/mixins.js +3 -0
- package/src/components/scriptTest/button.vue +27 -0
- package/src/components/scriptTest/dialog.vue +145 -0
- package/src/components/scriptTest/mixins.js +6 -0
- package/src/components/statusTag/config.js +40 -0
- package/src/components/statusTag/index.vue +14 -0
- package/src/components/statusTag/mixins.js +5 -0
- package/src/components/table/CellSlot.vue +9 -0
- package/src/components/table/config.js +3 -0
- package/src/components/table/customConfig.js +6 -0
- package/src/components/table/index.js +10 -0
- package/src/components/table/tableForm.vue +281 -0
- package/src/components/table/tableFormMixin.js +6 -0
- package/src/components/table/vxeFilter/FilterComplex.vue +36 -0
- package/src/components/table/vxeFilter/FilterContent.vue +43 -0
- package/src/components/table/vxeFilter/FilterInput.vue +14 -0
- package/src/components/table/vxeFilter/index.js +9 -0
- package/src/components/table/vxeFilter/mixin.js +6 -0
- package/src/components/tempStorage/index.vue +124 -0
- package/src/components/tempStorage/tempStorageDialog.vue +161 -0
- package/src/components/vb-tabs/index.vue +200 -0
- package/src/components/vb-tabs/tab-nav.vue +294 -0
- package/src/components/vb-tabs/tab-pane.vue +60 -0
- package/src/components/vb-tabs/x-tabs.vue +112 -0
- package/src/components/video/dialog.vue +53 -0
- package/src/components/vipPrint/index.js +5 -0
- package/src/components/vipPrint/index.vue +54 -0
- package/src/components/vipPrint/mixins.js +3 -0
- package/src/components/wf/addTaskUserdialog.vue +209 -0
- package/src/components/wf/content.vue +702 -0
- package/src/components/wf/content2.vue +604 -0
- package/src/components/wf/deleteTaskUserDialog.vue +75 -0
- package/src/components/wf/formIframeDialog.vue +51 -0
- package/src/components/wf/index.vue +51 -0
- package/src/components/wf/mixins/setCandidateDialog.js +5 -0
- package/src/components/wf/setCandidateDialog.vue +86 -0
- package/src/components/wf/urgingDialog.vue +70 -0
- package/src/components/wf/wf.js +30 -0
- package/src/components/wf/wfModifyDialog.vue +43 -0
- package/src/components/wf/wfStartDialog.vue +49 -0
- package/src/components/wf/wfUtil.js +13 -0
- package/src/components/xform/extension/extension-helper.js +23 -0
- package/src/components/xform/extension/extension-loader.js +116 -0
- package/src/components/xform/extension/samples/alert/alert-widget.vue +69 -0
- package/src/components/xform/extension/samples/card/card-item.vue +100 -0
- package/src/components/xform/extension/samples/card/card-widget.vue +151 -0
- package/src/components/xform/extension/samples/extension-schema.js +39 -0
- package/src/components/xform/extension/samples/extension-sfc-generator.js +50 -0
- package/src/components/xform/form-designer/designer.js +29 -0
- package/src/components/xform/form-designer/form-widget/container-widget/container-wrapper.vue +107 -0
- package/src/components/xform/form-designer/form-widget/container-widget/containerMixin.js +3 -0
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +8 -0
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +250 -0
- package/src/components/xform/form-designer/form-widget/container-widget/detail-h5-widget.vue +227 -0
- package/src/components/xform/form-designer/form-widget/container-widget/detail-pane-widget.vue +201 -0
- package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +196 -0
- package/src/components/xform/form-designer/form-widget/container-widget/grid-col-widget.vue +315 -0
- package/src/components/xform/form-designer/form-widget/container-widget/grid-sub-form-widget.vue +11 -0
- package/src/components/xform/form-designer/form-widget/container-widget/grid-widget.vue +94 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-card-pane-widget.vue +207 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-card-widget.vue +136 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-table-cell-widget.vue +372 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-table-widget.vue +117 -0
- package/src/components/xform/form-designer/form-widget/container-widget/index.js +24 -0
- package/src/components/xform/form-designer/form-widget/container-widget/list-h5-widget.vue +363 -0
- package/src/components/xform/form-designer/form-widget/container-widget/panel-widget.vue +144 -0
- package/src/components/xform/form-designer/form-widget/container-widget/query-widget.vue +134 -0
- package/src/components/xform/form-designer/form-widget/container-widget/tab-widget.vue +124 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table-cell-widget.vue +347 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table-column-widget.vue +155 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table-widget.vue +117 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table2-cell-widget.vue +347 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table2-widget.vue +116 -0
- package/src/components/xform/form-designer/form-widget/container-widget/tree-pane-widget.vue +178 -0
- package/src/components/xform/form-designer/form-widget/container-widget/tree-widget.vue +247 -0
- package/src/components/xform/form-designer/form-widget/container-widget/vf-box-widget.vue +187 -0
- package/src/components/xform/form-designer/form-widget/container-widget/vf-dialog-widget.vue +138 -0
- package/src/components/xform/form-designer/form-widget/container-widget/vf-drawer-widget.vue +11 -0
- package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +200 -0
- package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +206 -0
- package/src/components/xform/form-designer/form-widget/dialog/formFieldDialog.vue +162 -0
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +154 -0
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +17 -0
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +405 -0
- package/src/components/xform/form-designer/form-widget/dialog/treeMoveDialog.vue +143 -0
- package/src/components/xform/form-designer/form-widget/dialog/vabSearchDialog.vue +408 -0
- package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +119 -0
- package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +117 -0
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +181 -0
- package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +87 -0
- package/src/components/xform/form-designer/form-widget/field-widget/cascader-widget.vue +116 -0
- package/src/components/xform/form-designer/form-widget/field-widget/census-widget.vue +162 -0
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +107 -0
- package/src/components/xform/form-designer/form-widget/field-widget/color-widget.vue +99 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +101 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +100 -0
- package/src/components/xform/form-designer/form-widget/field-widget/descriptions-widget.vue +184 -0
- package/src/components/xform/form-designer/form-widget/field-widget/divider-widget.vue +83 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-bar-widget.vue +35 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-category-widget.vue +35 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-pie-widget.vue +35 -0
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +18 -0
- package/src/components/xform/form-designer/form-widget/field-widget/file-upload-widget.vue +304 -0
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +379 -0
- package/src/components/xform/form-designer/form-widget/field-widget/html-text-widget.vue +82 -0
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +83 -0
- package/src/components/xform/form-designer/form-widget/field-widget/index.js +10 -0
- package/src/components/xform/form-designer/form-widget/field-widget/input-batch-widget.vue +113 -0
- package/src/components/xform/form-designer/form-widget/field-widget/input-widget.vue +114 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +418 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +369 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +194 -0
- package/src/components/xform/form-designer/form-widget/field-widget/news-list-widget.vue +87 -0
- package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +105 -0
- package/src/components/xform/form-designer/form-widget/field-widget/picture-upload-widget.vue +281 -0
- package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +91 -0
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +153 -0
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +107 -0
- package/src/components/xform/form-designer/form-widget/field-widget/rate-widget.vue +102 -0
- package/src/components/xform/form-designer/form-widget/field-widget/rich-editor-widget.vue +123 -0
- package/src/components/xform/form-designer/form-widget/field-widget/search_button-widget.vue +81 -0
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +124 -0
- package/src/components/xform/form-designer/form-widget/field-widget/slider-widget.vue +100 -0
- package/src/components/xform/form-designer/form-widget/field-widget/slot-widget.vue +102 -0
- package/src/components/xform/form-designer/form-widget/field-widget/static-content-wrapper.vue +212 -0
- package/src/components/xform/form-designer/form-widget/field-widget/static-text-widget.vue +83 -0
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +125 -0
- package/src/components/xform/form-designer/form-widget/field-widget/switch-widget.vue +101 -0
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +95 -0
- package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +92 -0
- package/src/components/xform/form-designer/form-widget/field-widget/textarea-widget.vue +99 -0
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +104 -0
- package/src/components/xform/form-designer/form-widget/field-widget/time-widget.vue +103 -0
- package/src/components/xform/form-designer/form-widget/field-widget/title-head-widget.vue +82 -0
- package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +221 -0
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +173 -0
- package/src/components/xform/form-designer/form-widget/index.vue +145 -0
- package/src/components/xform/form-designer/form-widget/indexMixin.js +5 -0
- package/src/components/xform/form-designer/index.vue +181 -0
- package/src/components/xform/form-designer/indexMixin.js +24 -0
- package/src/components/xform/form-designer/refMixinDesign.js +28 -0
- package/src/components/xform/form-designer/setting-panel/dataSource-setting.vue +397 -0
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +592 -0
- package/src/components/xform/form-designer/setting-panel/index.vue +305 -0
- package/src/components/xform/form-designer/setting-panel/indexMixin.js +12 -0
- package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +302 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/alignType-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/allowCreate-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/appendButton-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/appendButtonDisabled-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/automaticDropdown-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/border-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/buttonIcon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/buttonStyle-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/censusItems-editor.vue +110 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/clearable-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/columnWidth-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/condition-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +1042 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCellDblclick-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxAll-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxChange-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +1047 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +74 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-h5/detail-h5-editor.vue +44 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-pane/detail-pane-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid/colHeight-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue +81 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-height-editor.vue +35 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-offset-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-pull-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-push-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-responsive-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-span-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-h5-card/h5-card-editor.vue +124 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-list-h5/list-h5-editor.vue +858 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-panel/height-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-panel/width-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-sub-form/showBlankRow-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-sub-form/showRowNumber-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-sub-form/sub-form-labelAlign-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tab/tab-customClass-editor.vue +119 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tab/tabClass-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table/table-fullWidth-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table-cell/cellHeight-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table-cell/cellWidth-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table2/table2-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/checkStrictly-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/show-checkbox-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/show-filter-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-customClass-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-defaultExpandAllNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-draggable-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-expandOnClickNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-expandRetractAllNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-lazy-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-nodeEdit-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-selectClearAllNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/treeData-editor.vue +74 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree-pane/tree-pane-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/cancelButtonHidden-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/cancelButtonLabel-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/center-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/closeOnClickModal-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/closeOnPressEscape-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/disabledMode-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/fullscreen-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/okButtonHidden-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/okButtonLabel-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/readMode-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/showClose-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/showModal-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/title-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/width-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-drawer/vf-drawer-direction-editor.vue +11 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-drawer/vf-drawer-size-editor.vue +11 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/containerClass-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/customClass-editor.vue +40 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/defaultValue-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/descriptionsItems-editor.vue +221 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/disabled-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/displayStyle-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/dsEnabled-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/dsName-editor.vue +67 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/echartHeight-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/editable-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/endPlaceholder-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/entityTableCode-editor.vue +74 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin.js +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onAppendButtonClick-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onBeforeUpload-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onBlur-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCancelButtonClick-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onChange-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCheckChange-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCreated-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCreatedEnter-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onDialogBeforeClose-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onDialogOpened-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onFileRemove.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onFocus-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onInput-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onLoadNode-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onMounted-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onNodeCheck-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onNodeClick-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onNodeContextmenu-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onOkButtonClick-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onRemoteQuery-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onResetTable-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSearchClear-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSearchConfirm-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSearchTable-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowAdd-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowChange-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowDelete-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowInsert-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onTreeLabelClick-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onUploadError-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onUploadSuccess-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onValidate-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-accessUrl/accessUrl-editor.vue +70 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/addTableData-event-editor.vue +85 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/button-type-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/circle-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +73 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/icon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/plain-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/round-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +161 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-cascader/cascader-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-cascader/cascader-multiple-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-cascader/checkStrictly-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-checkbox/checkbox-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-color/color-defaultValue-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-common/keyName-editor.vue +67 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-common/keyNameEnabled-editor.vue +31 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-format-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-type-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-valueFormat-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/index.js +10 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-format-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-type-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-valueFormat-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-divider/contentPosition-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +253 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +297 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-pie-editor.vue +188 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-file-upload/file-upload-fileTypes-editor.vue +44 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-html-text/htmlContent-editor.vue +29 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +76 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-number/controlsPosition-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-picture-upload/picture-upload-fileTypes-editor.vue +44 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-button-editor.vue +86 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-radio/radio-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/allowHalf-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/highThreshold-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/lowThreshold-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-max-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/showScore-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/showText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-save-button/saveHandleEnabled-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-script/script-editor.vue +286 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-select/select-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-slider/range-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-slider/showStops-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-slider/vertical-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/fontSize-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/textContent-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +205 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/activeColor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/activeText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/inactiveColor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/inactiveText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/switch-defaultValue-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/switchWidth-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time/time-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time/time-format-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time-range/time-range-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time-range/time-range-format-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchField-editor.vue +104 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchName-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabsearchConfigDialog.vue +569 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/fileMaxSize-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/filterable-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formField-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +52 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formula-editor.vue +717 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formulaEnabled-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/hidden-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/iconClass-editor.vue +50 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/index.js +12 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/isFullscreen-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/label-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelAlign-editor.vue +42 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelHidden-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconClass-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +37 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelWidth-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/limit-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/listItems-editor.vue +53 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/max-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/maxLength-editor.vue +40 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/min-editor.vue +40 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/minLength-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/multiple-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleLimit-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleSelect-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/name-editor.vue +101 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/optionItems-editor.vue +37 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/placeholder-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/prefixIcon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/propertyMixin.js +53 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/readonly-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/remote-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/rows-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showFileList-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showPassword-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showWordLimit-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showbutton-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/size-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/space-editor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/startPlaceholder-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/step-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/styleTableClass-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/styleTitClass-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/submitFlag-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/suffixIcon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/type-editor.vue +33 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/uploadTip-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/uploadURL-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +199 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/widgetWidth-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/withCredentials-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor-factory.js +173 -0
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +319 -0
- package/src/components/xform/form-designer/toolbar-panel/index.vue +706 -0
- package/src/components/xform/form-designer/toolbar-panel/indexMixin.js +24 -0
- package/src/components/xform/form-designer/widget-panel/index.vue +321 -0
- package/src/components/xform/form-designer/widget-panel/indexMixin.js +18 -0
- package/src/components/xform/form-designer/widget-panel/templatesConfig.js +58 -0
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +2846 -0
- package/src/components/xform/form-render/container-item/container-item-wrapper.vue +37 -0
- package/src/components/xform/form-render/container-item/containerItemMixin.js +11 -0
- package/src/components/xform/form-render/container-item/data-table-item.vue +328 -0
- package/src/components/xform/form-render/container-item/data-table-mixin.js +18 -0
- package/src/components/xform/form-render/container-item/detail-h5-item.vue +172 -0
- package/src/components/xform/form-render/container-item/detail-item.vue +158 -0
- package/src/components/xform/form-render/container-item/detail-pane-item.vue +139 -0
- package/src/components/xform/form-render/container-item/grid-col-item.vue +127 -0
- package/src/components/xform/form-render/container-item/grid-item.vue +59 -0
- package/src/components/xform/form-render/container-item/h5-card-item.vue +120 -0
- package/src/components/xform/form-render/container-item/h5-card-pane-item.vue +140 -0
- package/src/components/xform/form-render/container-item/h5-table-cell-item.vue +72 -0
- package/src/components/xform/form-render/container-item/h5-table-item.vue +73 -0
- package/src/components/xform/form-render/container-item/index.js +24 -0
- package/src/components/xform/form-render/container-item/list-h5-item.vue +922 -0
- package/src/components/xform/form-render/container-item/list-h5-item2.vue +1348 -0
- package/src/components/xform/form-render/container-item/panel-item.vue +99 -0
- package/src/components/xform/form-render/container-item/query-item.vue +98 -0
- package/src/components/xform/form-render/container-item/sub-form-item.vue +417 -0
- package/src/components/xform/form-render/container-item/tab-item.vue +88 -0
- package/src/components/xform/form-render/container-item/table-cell-item.vue +69 -0
- package/src/components/xform/form-render/container-item/table-column-item.vue +84 -0
- package/src/components/xform/form-render/container-item/table-item.vue +73 -0
- package/src/components/xform/form-render/container-item/table2-cell-item.vue +107 -0
- package/src/components/xform/form-render/container-item/table2-item.vue +229 -0
- package/src/components/xform/form-render/container-item/tree-item.vue +385 -0
- package/src/components/xform/form-render/container-item/tree-pane-item.vue +116 -0
- package/src/components/xform/form-render/container-item/vf-box-item.vue +103 -0
- package/src/components/xform/form-render/container-item/vf-dialog-item.vue +9 -0
- package/src/components/xform/form-render/dynamicDialogRender.js +7 -0
- package/src/components/xform/form-render/index.vue +89 -0
- package/src/components/xform/form-render/indexMixin.js +36 -0
- package/src/components/xform/form-render/refMixin.js +3 -0
- package/src/components/xform/lang/en-US.js +438 -0
- package/src/components/xform/lang/en-US_extension.js +26 -0
- package/src/components/xform/lang/en-US_render.js +38 -0
- package/src/components/xform/lang/zh-CN.js +593 -0
- package/src/components/xform/lang/zh-CN_extension.js +26 -0
- package/src/components/xform/lang/zh-CN_render.js +38 -0
- package/src/components/xform/mixins/defaultHandle.js +5 -0
- package/src/components/xform/mixins/scriptHttp.js +6 -0
- package/src/components/xform/utils/beautifierLoader.js +77 -0
- package/src/components/xform/utils/code-generator.js +91 -0
- package/src/components/xform/utils/config.js +11 -0
- package/src/components/xform/utils/debug-console.js +7 -0
- package/src/components/xform/utils/directive.js +74 -0
- package/src/components/xform/utils/emitter.js +44 -0
- package/src/components/xform/utils/format.js +214 -0
- package/src/components/xform/utils/formula.js +105 -0
- package/src/components/xform/utils/i18n.js +95 -0
- package/src/components/xform/utils/sfc-generator.js +583 -0
- package/src/components/xform/utils/smart-vue-i18n/index.js +69 -0
- package/src/components/xform/utils/smart-vue-i18n/utils.js +47 -0
- package/src/components/xform/utils/util.js +1 -0
- package/src/components/xform/utils/validators.js +5 -0
- package/src/components/xform/utils/vue2js-generator.js +144 -0
- package/src/components/xform/utils/vue3js-generator.js +70 -0
- package/src/components/xhsPrint/index.js +5 -0
- package/src/components/xhsPrint/index.vue +54 -0
- package/src/components/xhsPrint/mixins.js +3 -0
- package/src/directive/LimitNumber/index.js +1 -0
- package/src/directive/el-dialog-center/index.js +1 -0
- package/src/directive/el-drag-dialog/drag.js +1 -0
- package/src/directive/el-drag-dialog/index.js +14 -0
- package/src/directive/el-readonly/index.js +4 -0
- package/src/directive/permission/hasPermi.js +1 -0
- package/src/directive/permission/index.js +14 -0
- package/src/index.js +186 -0
- package/src/lang/index.js +51 -0
- package/src/mixins/mobile/common/index.js +19 -0
- package/src/mixins/mobile/edit/index.js +10 -0
- package/src/mixins/mobile/list/index.js +117 -0
- package/src/mixins/mobile/selectDialog/index.js +169 -0
- package/src/mixins/mobile/wf/index.js +173 -0
- package/src/mixins/selectDialog/index.js +8 -0
- package/src/mixins/tableTree/index.js +4 -0
- package/src/mixins/wf/index.js +6 -0
- package/src/permission.js +18 -0
- package/src/resources/js/base/common.js +110 -0
- package/src/store/getters.js +20 -0
- package/src/store/index.js +25 -0
- package/src/store/modules/permission.js +37 -0
- package/src/store/modules/settings.js +1 -0
- package/src/store/modules/tagsView.js +14 -0
- package/src/store/modules/user.js +28 -0
- package/src/utils/auth.js +1 -0
- package/src/utils/global.js +12 -0
- package/src/utils/index.js +7 -0
- package/src/utils/keepAlive.js +1 -0
- package/src/utils/request.js +29 -0
- package/src/utils/vab.js +27 -0
- package/src/utils/validate.js +1 -0
- package/src/utils/wf.js +21 -0
- package/src/views/bd/setting/bd_attach_setting/dialog.vue +161 -0
- package/src/views/bd/setting/bd_attach_setting/edit.vue +210 -0
- package/src/views/bd/setting/bd_attach_setting/list.vue +288 -0
- package/src/views/bd/setting/form_script/dialog.vue +253 -0
- package/src/views/bd/setting/form_script/edit.vue +201 -0
- package/src/views/bd/setting/form_script/edit1.vue +285 -0
- package/src/views/bd/setting/form_script/form_list.vue +342 -0
- package/src/views/bd/setting/form_script/list.vue +220 -0
- package/src/views/bd/setting/form_script/list1.vue +421 -0
- package/src/views/bd/setting/form_script/list2.vue +13 -0
- package/src/views/bd/setting/form_template/dialog.vue +205 -0
- package/src/views/bd/setting/form_template/edit.vue +292 -0
- package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +131 -0
- package/src/views/bd/setting/form_template/ftHistoryDialog.vue +175 -0
- package/src/views/bd/setting/form_template/itemEdit.vue +270 -0
- package/src/views/bd/setting/form_template/itemList.vue +300 -0
- package/src/views/bd/setting/form_template/list.vue +766 -0
- package/src/views/bd/setting/menu_kind/dialog.vue +216 -0
- package/src/views/bd/setting/menu_kind/list.vue +236 -0
- package/src/views/bd/setting/table_model/dialog.vue +161 -0
- package/src/views/bd/setting/table_model/edit.vue +1109 -0
- package/src/views/bd/setting/table_model/list.vue +467 -0
- package/src/views/bd/setting/table_model/zdDialog.vue +201 -0
- package/src/views/support/export_template/edit.vue +285 -0
- package/src/views/support/export_template/list.vue +272 -0
- package/src/views/user/access_log/edit.vue +121 -0
- package/src/views/user/access_log/list.vue +345 -0
- package/src/views/user/access_log/statistics_list.vue +284 -0
- package/src/views/user/api_request/edit.vue +233 -0
- package/src/views/user/api_request/list.vue +199 -0
- package/src/views/user/area/dialog.vue +448 -0
- package/src/views/user/area_attribute/configDialog.vue +319 -0
- package/src/views/user/area_attribute/edit.vue +245 -0
- package/src/views/user/area_attribute/list.vue +100 -0
- package/src/views/user/attachment/uploadDialog.vue +73 -0
- package/src/views/user/bill_setting/button/previewButton.vue +94 -0
- package/src/views/user/bill_setting/compareView.vue +27 -0
- package/src/views/user/bill_setting/edit.vue +237 -0
- package/src/views/user/bill_setting/h5_ModifyDialog.vue +75 -0
- package/src/views/user/bill_setting/h5_detailDialog.vue +74 -0
- package/src/views/user/bill_setting/h5_view.vue +56 -0
- package/src/views/user/bill_setting/itemViewDialog.vue +278 -0
- package/src/views/user/bill_setting/list.vue +342 -0
- package/src/views/user/bill_setting/mixins/wf.js +432 -0
- package/src/views/user/bill_setting/previewDialog.vue +61 -0
- package/src/views/user/bill_setting/queryDialog.vue +175 -0
- package/src/views/user/bill_setting/render.vue +2028 -0
- package/src/views/user/bill_setting/template.json +75 -0
- package/src/views/user/bill_setting/template2.json +254 -0
- package/src/views/user/bill_setting/userDialog.vue +149 -0
- package/src/views/user/code_rules/edit.vue +217 -0
- package/src/views/user/code_rules/list.vue +196 -0
- package/src/views/user/commMenu/index.vue +292 -0
- package/src/views/user/common_attribute/edit.vue +136 -0
- package/src/views/user/common_attribute/itemEdit.vue +237 -0
- package/src/views/user/common_attribute/list.vue +374 -0
- package/src/views/user/common_script/edit.vue +224 -0
- package/src/views/user/common_script/list.vue +342 -0
- package/src/views/user/company_info/dialog.vue +147 -0
- package/src/views/user/company_info/edit.vue +145 -0
- package/src/views/user/company_info/view.vue +24 -0
- package/src/views/user/country/dialog.vue +170 -0
- package/src/views/user/country/edit.vue +159 -0
- package/src/views/user/country/list.vue +187 -0
- package/src/views/user/data_type_setting/dialog.vue +160 -0
- package/src/views/user/data_type_setting/editDialog.vue +120 -0
- package/src/views/user/ea/eagroup/eaobj_list.vue +323 -0
- package/src/views/user/ea/eagroup/edit.vue +485 -0
- package/src/views/user/ea/eaobj/edit.vue +155 -0
- package/src/views/user/ea/eaobj/list.vue +143 -0
- package/src/views/user/error-page/401.vue +99 -0
- package/src/views/user/error-page/404.vue +228 -0
- package/src/views/user/extend_datasource/dialog.vue +245 -0
- package/src/views/user/extend_datasource/edit.vue +238 -0
- package/src/views/user/extend_datasource/list.vue +221 -0
- package/src/views/user/fieldTranslation/editDialog.vue +253 -0
- package/src/views/user/fieldTranslation/list.vue +464 -0
- package/src/views/user/field_values_invisible/edit.vue +184 -0
- package/src/views/user/field_values_invisible/list.vue +195 -0
- package/src/views/user/file_type/edit.vue +168 -0
- package/src/views/user/file_type/list.vue +255 -0
- package/src/views/user/file_type/userEdit.vue +188 -0
- package/src/views/user/file_view_area/edit.vue +145 -0
- package/src/views/user/file_view_area/itemEdit.vue +191 -0
- package/src/views/user/file_view_area/list.vue +330 -0
- package/src/views/user/file_view_ins/list.vue +929 -0
- package/src/views/user/file_view_ins/propertiesDialog.vue +218 -0
- package/src/views/user/form/form_ins_list/edit.vue +422 -0
- package/src/views/user/form/form_template/dialog.vue +205 -0
- package/src/views/user/form/form_template/edit.vue +211 -0
- package/src/views/user/form/form_template/itemEdit.vue +236 -0
- package/src/views/user/form/form_template/itemList.vue +221 -0
- package/src/views/user/form/form_template/list.vue +513 -0
- package/src/views/user/form/form_template_field/dialog.vue +161 -0
- package/src/views/user/form/form_type/dialog.vue +149 -0
- package/src/views/user/form/form_type/edit.vue +136 -0
- package/src/views/user/form/form_type/editDialog.vue +117 -0
- package/src/views/user/form/form_type/list.vue +132 -0
- package/src/views/user/form/report_requestaccess/dialog.vue +196 -0
- package/src/views/user/form/report_requestaccess/edit.vue +476 -0
- package/src/views/user/form/report_requestaccess/list.vue +187 -0
- package/src/views/user/form/vform/designer.vue +746 -0
- package/src/views/user/form/vform/formFieldMapping.js +172 -0
- package/src/views/user/form/vform/out_render.vue +53 -0
- package/src/views/user/form/vform/render.vue +140 -0
- package/src/views/user/form/view/edit.vue +37 -0
- package/src/views/user/form/view/list.vue +128 -0
- package/src/views/user/home/default.vue +969 -0
- package/src/views/user/home/distributor.vue +593 -0
- package/src/views/user/home/index.vue +75 -0
- package/src/views/user/language_setting/edit.vue +166 -0
- package/src/views/user/language_setting/list.vue +206 -0
- package/src/views/user/ledger_library/list.vue +30 -0
- package/src/views/user/ledger_library/private_list.vue +31 -0
- package/src/views/user/login/auth-redirect.vue +15 -0
- package/src/views/user/login/index.vue +129 -0
- package/src/views/user/login/indexMixin.js +398 -0
- package/src/views/user/menu/list.vue +568 -0
- package/src/views/user/mobile_menu/list.vue +318 -0
- package/src/views/user/notify_message/dialog.vue +92 -0
- package/src/views/user/notify_message/infoDialog.vue +77 -0
- package/src/views/user/notify_message/list.vue +461 -0
- package/src/views/user/notify_template/edit.vue +185 -0
- package/src/views/user/notify_template/list.vue +186 -0
- package/src/views/user/oplog/edit.vue +112 -0
- package/src/views/user/oplog/list.vue +153 -0
- package/src/views/user/outLink/form_view.vue +169 -0
- package/src/views/user/outLink/index.vue +47 -0
- package/src/views/user/outLink/view.vue +134 -0
- package/src/views/user/position/dialog.vue +153 -0
- package/src/views/user/position/edit.vue +152 -0
- package/src/views/user/position/list.vue +178 -0
- package/src/views/user/project_tag/dialog.vue +181 -0
- package/src/views/user/project_tag/edit.vue +135 -0
- package/src/views/user/project_tag/list.vue +167 -0
- package/src/views/user/push_setting/edit.vue +273 -0
- package/src/views/user/push_setting/list.vue +227 -0
- package/src/views/user/redirect/index.vue +12 -0
- package/src/views/user/role/dialog.vue +163 -0
- package/src/views/user/role/edit.vue +426 -0
- package/src/views/user/role/list.vue +169 -0
- package/src/views/user/sale_org/dialog.vue +204 -0
- package/src/views/user/sale_org/list.vue +601 -0
- package/src/views/user/sale_org/moveDialog.vue +289 -0
- package/src/views/user/sale_org_net/list.vue +574 -0
- package/src/views/user/system_notice/edit.vue +184 -0
- package/src/views/user/system_notice/infoDialog.vue +152 -0
- package/src/views/user/system_notice/list.vue +190 -0
- package/src/views/user/system_parameter/edit.vue +146 -0
- package/src/views/user/system_parameter/list.vue +128 -0
- package/src/views/user/user/dialog.vue +202 -0
- package/src/views/user/user/edit.vue +1019 -0
- package/src/views/user/user/info.vue +264 -0
- package/src/views/user/user/infoContent.vue +37 -0
- package/src/views/user/user/infoEdit.vue +220 -0
- package/src/views/user/user/infoIframeDialog.vue +45 -0
- package/src/views/user/user/inner_list.vue +16 -0
- package/src/views/user/user/list.vue +558 -0
- package/src/views/user/user/list2.vue +14 -0
- package/src/views/user/user/modifyPasswordDialog.vue +193 -0
- package/src/views/user/user/out_list.vue +16 -0
- package/src/views/user/wf/formCustDialog/list.vue +32 -0
- package/src/views/user/wf/iframe/dialog.vue +52 -0
- package/src/views/user/wf/iframe/index.vue +46 -0
- package/src/views/user/wf/iframe/index2.vue +59 -0
- package/src/views/user/wf/wf_auto_submit_data/edit.vue +119 -0
- package/src/views/user/wf/wf_auto_submit_data/edith.vue +128 -0
- package/src/views/user/wf/wf_auto_submit_data/list.vue +653 -0
- package/src/views/user/wf/wf_diy_attribute/edit.vue +202 -0
- package/src/views/user/wf/wf_manage/list.vue +667 -0
- package/src/views/user/wf/wf_manage/wfContentDialog.vue +106 -0
- package/src/views/user/wf/wf_obj_config/activiti_wf.vue +132 -0
- package/src/views/user/wf/wf_obj_config/dialog.vue +178 -0
- package/src/views/user/wf/wf_obj_config/edit.vue +204 -0
- package/src/views/user/wf/wf_obj_config/edit_form.vue +217 -0
- package/src/views/user/wf/wf_obj_config/itemEdit.vue +292 -0
- package/src/views/user/wf/wf_obj_config/itemEdit_form.vue +147 -0
- package/src/views/user/wf/wf_obj_config/list.vue +597 -0
- package/src/views/user/wf/wf_obj_config/list_form.vue +371 -0
- package/src/views/user/wf/wf_param/edit.vue +169 -0
- package/src/views/user/wf/wf_work_calendar/components/calendar.vue +355 -0
- package/src/views/user/wf/wf_work_calendar/components/calendar2.vue +386 -0
- package/src/views/user/wf/wf_work_calendar/configDialog.vue +367 -0
- package/src/views/user/wf/wf_work_calendar/date.js +699 -0
- package/src/views/user/wf/wf_work_calendar/list.vue +229 -0
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg style = "position:absolute;top:0;left:0" width="100%" height="15px" viewBox="0 0 2954 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g ><g ><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="80" font-size="18" fill="#000"><tspan x="1" y="8">0</tspan></text></g><g transform="translate(592, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="80" font-size="18" fill="#000"><tspan x="1" y="8">80</tspan></text></g><g transform="translate(1184, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="160" font-size="18" fill="#000"><tspan x="1" y="8">160</tspan></text></g><g transform="translate(1776, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="240" font-size="18" fill="#000"><tspan x="1" y="8">240</tspan></text></g><g transform="translate(2590, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="350" font-size="18" fill="#000"><tspan x="1" y="8">350</tspan></text></g><g transform="translate(296, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="40" font-size="18" fill="#000"><tspan x="2" y="8">40</tspan></text></g><g transform="translate(888, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="120" font-size="18" fill="#000"><tspan x="1" y="8">120</tspan></text></g><g transform="translate(1480, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="200" font-size="18" fill="#000"><tspan x="1" y="8">200</tspan></text></g><g transform="translate(2072, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="280" font-size="18" fill="#000"><tspan x="1" y="8">280</tspan></text></g><g transform="translate(2886, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="390" font-size="18" fill="#000"><tspan x="1" y="8">390</tspan></text></g><g transform="translate(148, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="20" font-size="18" fill="#000"><tspan x="1" y="8">20</tspan></text></g><g transform="translate(740, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="100" font-size="18" fill="#000"><tspan x="1" y="8">100</tspan></text></g><g transform="translate(1332, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="180" font-size="18" fill="#000"><tspan x="1" y="8">180</tspan></text></g><g transform="translate(1924, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="260" font-size="18" fill="#000"><tspan x="1" y="8">260</tspan></text></g><g transform="translate(2738, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="370" font-size="18" fill="#000"><tspan x="1" y="8">370</tspan></text></g><g transform="translate(444, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="60" font-size="18" fill="#000"><tspan x="1" y="8">60</tspan></text></g><g transform="translate(1036, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="140" font-size="18" fill="#000"><tspan x="1" y="8">140</tspan></text></g><g transform="translate(1628, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="220" font-size="18" fill="#000"><tspan x="1" y="8">220</tspan></text></g><g transform="translate(2442, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="330" font-size="18" fill="#000"><tspan x="1" y="8">330</tspan></text></g><g transform="translate(2220, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="300" font-size="18" fill="#000"><tspan x="1" y="8">300</tspan></text></g><line x1="74.5" y1="-10" x2="74.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="82.5" y1="10" x2="82.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="104.5" y1="10" x2="104.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="125.5" y1="10" x2="125.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="89.5" y1="10" x2="89.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="111.5" y1="10" x2="111.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="133.5" y1="10" x2="133.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="97.5" y1="10" x2="97.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="119.5" y1="10" x2="119.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="141.5" y1="10" x2="141.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="10" font-size="18" fill="#000"><tspan x="75" y="8">10</tspan></text><g transform="translate(666, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="90" font-size="18" fill="#000"><tspan x="1" y="8">90</tspan></text></g><g transform="translate(1258, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="170" font-size="18" fill="#000"><tspan x="1" y="8">170</tspan></text></g><g transform="translate(1850, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="250" font-size="18" fill="#000"><tspan x="1" y="8">250</tspan></text></g><g transform="translate(2664, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="360" font-size="18" fill="#000"><tspan x="1" y="8">360</tspan></text></g><g transform="translate(370, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="50" font-size="18" fill="#000"><tspan x="1" y="8">50</tspan></text></g><g transform="translate(962, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="130" font-size="18" fill="#000"><tspan x="1" y="8">130</tspan></text></g><g transform="translate(1554, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="210" font-size="18" fill="#000"><tspan x="1" y="8">210</tspan></text></g><g transform="translate(2368, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="320" font-size="18" fill="#000"><tspan x="1" y="8">320</tspan></text></g><g transform="translate(2146, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="290" font-size="18" fill="#000"><tspan x="1" y="8">290</tspan></text></g><g transform="translate(222, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="30" font-size="18" fill="#000"><tspan x="1" y="8">30</tspan></text></g><g transform="translate(814, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="110" font-size="18" fill="#000"><tspan x="1" y="8">110</tspan></text></g><g transform="translate(1406, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="190" font-size="18" fill="#000"><tspan x="1" y="8">190</tspan></text></g><g transform="translate(1998, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="270" font-size="18" fill="#000"><tspan x="1" y="8">270</tspan></text></g><g transform="translate(2812, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="380" font-size="18" fill="#000"><tspan x="1" y="8">380</tspan></text></g><g transform="translate(518, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="70" font-size="18" fill="#000"><tspan x="2" y="8">70</tspan></text></g><g transform="translate(1110, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="150" font-size="18" fill="#000"><tspan x="1" y="8">150</tspan></text></g><g transform="translate(1702, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="230" font-size="18" fill="#000"><tspan x="1" y="8">230</tspan></text></g><g transform="translate(2516, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="340" font-size="18" fill="#000"><tspan x="1" y="8">340</tspan></text></g><g transform="translate(2294, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="10" x2="8.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="10" x2="30.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="10" x2="51.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="10" x2="15.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="10" x2="37.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="10" x2="59.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="10" x2="23.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="10" x2="45.5" y2="37" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="10" x2="67.5" y2="37" stroke="#000" stroke-linecap="round"></line><text id="310" font-size="18" fill="#000"><tspan x="1" y="8">310</tspan></text></g></g></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg style = "position:absolute;top:0;left:0" width="100%" height="15px" viewBox="0 0 2954 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g ><g ><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line></g><g transform="translate(592, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="80" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">80</tspan></text></g><g transform="translate(1184, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="160" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">160</tspan></text></g><g transform="translate(1776, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="240" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">240</tspan></text></g><g transform="translate(2590, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="350" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">350</tspan></text></g><g transform="translate(296, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="40" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="2" y="-7">40</tspan></text></g><g transform="translate(888, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="120" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">120</tspan></text></g><g transform="translate(1480, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="200" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">200</tspan></text></g><g transform="translate(2072, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="280" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">280</tspan></text></g><g transform="translate(2886, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="390" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">390</tspan></text></g><g transform="translate(148, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="20" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">20</tspan></text></g><g transform="translate(740, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="100" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">100</tspan></text></g><g transform="translate(1332, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="180" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">180</tspan></text></g><g transform="translate(1924, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="260" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">260</tspan></text></g><g transform="translate(2738, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="370" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">370</tspan></text></g><g transform="translate(444, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="60" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">60</tspan></text></g><g transform="translate(1036, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="140" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">140</tspan></text></g><g transform="translate(1628, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="220" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">220</tspan></text></g><g transform="translate(2442, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="330" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">330</tspan></text></g><g transform="translate(2220, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="300" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">300</tspan></text></g><g transform="translate(74, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">10</tspan></text></g><g transform="translate(666, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="90" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">90</tspan></text></g><g transform="translate(1258, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="170" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">170</tspan></text></g><g transform="translate(1850, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="250" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">250</tspan></text></g><g transform="translate(2664, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="360" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">360</tspan></text></g><g transform="translate(370, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="50" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">50</tspan></text></g><g transform="translate(962, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="130" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">130</tspan></text></g><g transform="translate(1554, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="210" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">210</tspan></text></g><g transform="translate(2368, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="320" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">320</tspan></text></g><g transform="translate(2146, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="290" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">290</tspan></text></g><g transform="translate(222, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="30" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">30</tspan></text></g><g transform="translate(814, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="110" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">110</tspan></text></g><g transform="translate(1406, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="190" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">190</tspan></text></g><g transform="translate(1998, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="270" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">270</tspan></text></g><g transform="translate(2812, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="380" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">380</tspan></text></g><g transform="translate(518, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="70" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="2" y="-7">70</tspan></text></g><g transform="translate(1110, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="150" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">150</tspan></text></g><g transform="translate(1702, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="230" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">230</tspan></text></g><g transform="translate(2516, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="340" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">340</tspan></text></g><g transform="translate(2294, 0)"><line x1="0.5" y1="-10" x2="0.5" y2="15" stroke="#000" stroke-linecap="round"></line><line x1="8.5" y1="-10" x2="8.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="30.5" y1="-10" x2="30.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="51.5" y1="-10" x2="51.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="15.5" y1="-10" x2="15.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="37.5" y1="-10" x2="37.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="59.5" y1="-10" x2="59.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="23.5" y1="-10" x2="23.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="45.5" y1="-10" x2="45.5" y2="7" stroke="#000" stroke-linecap="round"></line><line x1="67.5" y1="-10" x2="67.5" y2="7" stroke="#000" stroke-linecap="round"></line><text id="310" font-size="18" transform = "rotate(180)" fill="#000"><tspan x="1" y="-7">310</tspan></text></g></g></g></svg>
|
@@ -0,0 +1,288 @@
|
|
1
|
+
@media print {
|
2
|
+
body {
|
3
|
+
margin: 0px;
|
4
|
+
padding: 0px;
|
5
|
+
}
|
6
|
+
}
|
7
|
+
|
8
|
+
@page {
|
9
|
+
margin: 0;
|
10
|
+
}
|
11
|
+
|
12
|
+
.hiprint-printPaper * {
|
13
|
+
box-sizing: border-box;
|
14
|
+
-moz-box-sizing: border-box; /* Firefox */
|
15
|
+
-webkit-box-sizing: border-box; /* Safari */
|
16
|
+
}
|
17
|
+
|
18
|
+
.hiprint-printPaper *:focus {
|
19
|
+
outline: -webkit-focus-ring-color auto 0px;
|
20
|
+
}
|
21
|
+
|
22
|
+
.hiprint-printPaper {
|
23
|
+
position: relative;
|
24
|
+
padding: 0 0 0 0;
|
25
|
+
page-break-after: always;
|
26
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */
|
27
|
+
-moz-user-select: none; /* Firefox */
|
28
|
+
user-select: none;
|
29
|
+
overflow-x: hidden;
|
30
|
+
overflow: hidden;
|
31
|
+
}
|
32
|
+
|
33
|
+
.hiprint-printPaper .hiprint-printPaper-content {
|
34
|
+
position: relative;
|
35
|
+
}
|
36
|
+
|
37
|
+
/* 火狐浏览器打印 第一页过后 重叠问题 */
|
38
|
+
@-moz-document url-prefix() {
|
39
|
+
.hiprint-printPaper .hiprint-printPaper-content {
|
40
|
+
position: relative;
|
41
|
+
margin-top: 20px;
|
42
|
+
top: -20px
|
43
|
+
}
|
44
|
+
}
|
45
|
+
|
46
|
+
.hiprint-printPaper.design {
|
47
|
+
overflow: visible;
|
48
|
+
}
|
49
|
+
|
50
|
+
|
51
|
+
.hiprint-printTemplate .hiprint-printPanel {
|
52
|
+
page-break-after: always;
|
53
|
+
}
|
54
|
+
|
55
|
+
.hiprint-printPaper, hiprint-printPanel {
|
56
|
+
box-sizing: border-box;
|
57
|
+
border: 0px;
|
58
|
+
}
|
59
|
+
|
60
|
+
.hiprint-printPanel .hiprint-printPaper:last-child {
|
61
|
+
page-break-after: avoid;
|
62
|
+
}
|
63
|
+
|
64
|
+
.hiprint-printTemplate .hiprint-printPanel:last-child {
|
65
|
+
page-break-after: avoid;
|
66
|
+
}
|
67
|
+
|
68
|
+
.hiprint-printPaper .hideheaderLinetarget {
|
69
|
+
border-top: 0px dashed rgb(201, 190, 190) !important;
|
70
|
+
}
|
71
|
+
|
72
|
+
.hiprint-printPaper .hidefooterLinetarget {
|
73
|
+
border-top: 0px dashed rgb(201, 190, 190) !important;
|
74
|
+
}
|
75
|
+
|
76
|
+
.hiprint-printPaper.design {
|
77
|
+
border: 1px dashed rgba(170, 170, 170, 0.7);
|
78
|
+
}
|
79
|
+
|
80
|
+
.design .hiprint-printElement-table-content, .design .hiprint-printElement-longText-content {
|
81
|
+
overflow: hidden;
|
82
|
+
box-sizing: border-box;
|
83
|
+
}
|
84
|
+
|
85
|
+
.design .resize-panel {
|
86
|
+
box-sizing: border-box;
|
87
|
+
border: 1px dotted;
|
88
|
+
}
|
89
|
+
|
90
|
+
.hiprint-printElement-text {
|
91
|
+
background-color: transparent;
|
92
|
+
background-repeat: repeat;
|
93
|
+
padding: 0 0 0 0;
|
94
|
+
border: 0.75pt none rgb(0, 0, 0);
|
95
|
+
direction: ltr;
|
96
|
+
font-family: 'SimSun';
|
97
|
+
font-size: 9pt;
|
98
|
+
font-style: normal;
|
99
|
+
font-weight: normal;
|
100
|
+
padding-bottom: 0pt;
|
101
|
+
padding-left: 0pt;
|
102
|
+
padding-right: 0pt;
|
103
|
+
padding-top: 0pt;
|
104
|
+
text-align: left;
|
105
|
+
text-decoration: none;
|
106
|
+
line-height: 9.75pt;
|
107
|
+
box-sizing: border-box;
|
108
|
+
word-wrap: break-word;
|
109
|
+
word-break: break-all;
|
110
|
+
}
|
111
|
+
|
112
|
+
.design .hiprint-printElement-text-content {
|
113
|
+
border: 1px dashed rgb(206, 188, 188);
|
114
|
+
box-sizing: border-box;
|
115
|
+
}
|
116
|
+
|
117
|
+
.hiprint-printElement-longText {
|
118
|
+
background-color: transparent;
|
119
|
+
background-repeat: repeat;
|
120
|
+
border: 0.75pt none rgb(0, 0, 0);
|
121
|
+
direction: ltr;
|
122
|
+
font-family: 'SimSun';
|
123
|
+
font-size: 9pt;
|
124
|
+
font-style: normal;
|
125
|
+
font-weight: normal;
|
126
|
+
padding-bottom: 0pt;
|
127
|
+
padding-left: 0pt;
|
128
|
+
padding-right: 0pt;
|
129
|
+
padding-top: 0pt;
|
130
|
+
text-align: left;
|
131
|
+
text-decoration: none;
|
132
|
+
line-height: 9.75pt;
|
133
|
+
box-sizing: border-box;
|
134
|
+
word-wrap: break-word;
|
135
|
+
word-break: break-all;
|
136
|
+
/*white-space: pre-wrap*/
|
137
|
+
}
|
138
|
+
|
139
|
+
|
140
|
+
.hiprint-printElement-table {
|
141
|
+
background-color: transparent;
|
142
|
+
background-repeat: repeat;
|
143
|
+
color: rgb(0, 0, 0);
|
144
|
+
border-color: rgb(0, 0, 0);
|
145
|
+
border-style: none;
|
146
|
+
direction: ltr;
|
147
|
+
font-family: 'SimSun';
|
148
|
+
font-size: 9pt;
|
149
|
+
font-style: normal;
|
150
|
+
font-weight: normal;
|
151
|
+
padding-bottom: 0pt;
|
152
|
+
padding-left: 0pt;
|
153
|
+
padding-right: 0pt;
|
154
|
+
padding-top: 0pt;
|
155
|
+
text-align: left;
|
156
|
+
text-decoration: none;
|
157
|
+
padding: 0 0 0 0;
|
158
|
+
box-sizing: border-box;
|
159
|
+
line-height: 9.75pt;
|
160
|
+
}
|
161
|
+
|
162
|
+
.hiprint-printElement-table thead {
|
163
|
+
background: #e8e8e8;
|
164
|
+
font-weight: 700;
|
165
|
+
}
|
166
|
+
|
167
|
+
.hiprint-printElement-tableTarget, .hiprint-printElement-tableTarget tr, .hiprint-printElement-tableTarget td {
|
168
|
+
border-color: rgb(0, 0, 0);
|
169
|
+
border-style: none;
|
170
|
+
border: 1px solid rgb(0, 0, 0);
|
171
|
+
font-weight: normal;
|
172
|
+
direction: ltr;
|
173
|
+
padding-bottom: 0pt;
|
174
|
+
padding-left: 4pt;
|
175
|
+
padding-right: 4pt;
|
176
|
+
padding-top: 0pt;
|
177
|
+
text-decoration: none;
|
178
|
+
vertical-align: middle;
|
179
|
+
box-sizing: border-box;
|
180
|
+
word-wrap: break-word;
|
181
|
+
word-break: break-all;
|
182
|
+
/*line-height: 9.75pt;
|
183
|
+
font-size: 9pt;*/
|
184
|
+
}
|
185
|
+
|
186
|
+
/*.hiprint-printElement-tableTarget tr,*/
|
187
|
+
.hiprint-printElement-tableTarget td {
|
188
|
+
height: 18pt;
|
189
|
+
}
|
190
|
+
|
191
|
+
.hiprint-printPaper .hiprint-paperNumber {
|
192
|
+
font-size: 9pt;
|
193
|
+
}
|
194
|
+
|
195
|
+
.design .hiprint-printElement-table-handle {
|
196
|
+
position: absolute;
|
197
|
+
height: 21pt;
|
198
|
+
width: 21pt;
|
199
|
+
background: red;
|
200
|
+
z-index: 1;
|
201
|
+
}
|
202
|
+
|
203
|
+
.hiprint-printPaper .hiprint-paperNumber-disabled {
|
204
|
+
float: right !important;
|
205
|
+
right: 0 !important;
|
206
|
+
color: gainsboro !important;
|
207
|
+
}
|
208
|
+
|
209
|
+
.hiprint-printElement-vline, .hiprint-printElement-hline {
|
210
|
+
border: 0px none rgb(0, 0, 0);
|
211
|
+
|
212
|
+
}
|
213
|
+
|
214
|
+
.hiprint-printElement-vline {
|
215
|
+
border-left: 0.75pt solid #000;
|
216
|
+
border-right: 0px none rgb(0, 0, 0) !important;
|
217
|
+
border-bottom: 0px none rgb(0, 0, 0) !important;
|
218
|
+
border-top: 0px none rgb(0, 0, 0) !important;
|
219
|
+
}
|
220
|
+
|
221
|
+
.hiprint-printElement-hline {
|
222
|
+
border-top: 0.75pt solid #000;
|
223
|
+
border-right: 0px none rgb(0, 0, 0) !important;
|
224
|
+
border-bottom: 0px none rgb(0, 0, 0) !important;
|
225
|
+
border-left: 0px none rgb(0, 0, 0) !important;
|
226
|
+
}
|
227
|
+
|
228
|
+
.hiprint-printElement-oval, .hiprint-printElement-rect {
|
229
|
+
border: 0.75pt solid #000;
|
230
|
+
}
|
231
|
+
|
232
|
+
.hiprint-text-content-middle {
|
233
|
+
display: table;
|
234
|
+
}
|
235
|
+
|
236
|
+
.hiprint-text-content-middle > div {
|
237
|
+
display: table-cell;
|
238
|
+
vertical-align: middle
|
239
|
+
}
|
240
|
+
|
241
|
+
.hiprint-text-content-bottom {
|
242
|
+
display: table;
|
243
|
+
}
|
244
|
+
|
245
|
+
.hiprint-text-content-bottom > div {
|
246
|
+
display: table-cell;
|
247
|
+
vertical-align: bottom
|
248
|
+
}
|
249
|
+
|
250
|
+
/*hi-grid-row */
|
251
|
+
.hi-grid-row {
|
252
|
+
position: relative;
|
253
|
+
height: auto;
|
254
|
+
margin-right: 0;
|
255
|
+
margin-left: 0;
|
256
|
+
zoom: 1;
|
257
|
+
display: block;
|
258
|
+
box-sizing: border-box;
|
259
|
+
}
|
260
|
+
|
261
|
+
.hi-grid-row::after, .hi-grid-row::before {
|
262
|
+
display: table;
|
263
|
+
content: '';
|
264
|
+
box-sizing: border-box;
|
265
|
+
}
|
266
|
+
|
267
|
+
.hi-grid-col {
|
268
|
+
display: block;
|
269
|
+
box-sizing: border-box;
|
270
|
+
position: relative;
|
271
|
+
float: left;
|
272
|
+
flex: 0 0 auto;
|
273
|
+
}
|
274
|
+
|
275
|
+
.table-grid-row {
|
276
|
+
margin-left: -0pt;
|
277
|
+
margin-right: -0pt;
|
278
|
+
}
|
279
|
+
|
280
|
+
.tableGridColumnsGutterRow {
|
281
|
+
padding-left: 0pt;
|
282
|
+
padding-right: 0pt;
|
283
|
+
}
|
284
|
+
|
285
|
+
.hiprint-gridColumnsFooter {
|
286
|
+
text-align: left;
|
287
|
+
clear: both;
|
288
|
+
}
|